/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
.clear-both {
	clear: both;
}
:link img, :visited img {
	border: none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#35B2D5;
}

#outer_wrapper {
	background-image:url(../images/main_bg2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

#inner_wrapper {
	background-image:url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;	
}

#wrapper {
	width:650px;
	height:auto;
	margin:0px auto 0px auto;
	position:relative;
	padding-top:20px;
}

#content {
	width:650px;
	height:auto;
	position:relative;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	min-height:500px;
	
}
.sponsors img {
	margin-bottom:20px;
	clear:both;
	
}
p, h2, h3 {
	padding-bottom:15px;
}
p {
	font-size:0.9em;
	color:#000000;
}
h2 {
	font-size:1.2em;
	font-weight:normal;
	color:#710403;
}
h3 {
	font-size:1.0em;
	color:#333333;
}
p span {
	color:#710403;
}
.text_area {
	padding:15px;
}
.contact_text {
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#footer_wrapper {
	background-color:#000000;
	height:500px;
}
.footer {
	width:650px;
	margin:0px auto 0px auto;
	padding-top:12px;
}
.footer p {
	font-size:0.8em;
	color:#FFFFFF;
	width:400px;
	float:left;
}
.footer img {
	float:right;
}
#slideshow {
	margin:5px;
	height:300px;
	width:640px;
	position:relative;
}
#header {
	width:650px;
	height:80px;
	padding-bottom:20px;
	position:relative;
	
}
#header div {
	width:522px;
	position:relative;
	float:left;
	padding-left:20px;
	padding-top:10px;
}
#header h1 {
	color:#FFFFFF;
	font-size:1.7em;
	font-weight:normal;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header img {
	float:left;
	position:relative;
}
#nav {
	width:490px;
	position:relative;
	float:left;
	height:auto;
	padding-top:20px;
}
#nav li {
	display:inline;
	padding-right:10px;
	padding-left:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;	
	font-size:1em;
}
#nav li a:link, #nav li a:visited {
	color:#FFFFFF;
	list-style:none;
	text-decoration: none;	
}
#nav li a:hover  {
	color:#CCCCCC;
	text-decoration: none;	
}

a:link, a:visited {
	color:#710403;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}
.quickLinks {
	width:185px;
	height:auto;
	float:right;
	margin-left:10px;
}

#quickLinks {
	background-color:#333333;
	padding-top:5px;
	margin-top:10px;
}
#quickLinks li {
	background-color:#CCCCCC;
	font-size:0.8em;
	list-style:none;
	padding:5px;
	margin-bottom:1px;
}
h4 {
	font-size:0.8em;
	padding-bottom:5px;
	color: #CCCCCC;
	padding-left:5px;
}

