/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font-size: 11px;
	/*background-image: url(images/background.png);
	background-color: #B5DE29;*/
	background-repeat: repeat-x;
}

#header-stretch {
	background-image: url('images/covert_bg.jpg');
	width: 100%;
	margin: 0;
	padding: 0;
	height: 300px;
}

#header-content {width: 900px; margin:0 auto;font-family: "atrement-web-1","atrement-web-2", "Arial Black", Arial ;}

#header-content p a {color: #999999;}

#header-content p a:hover {color: #ba0a04 ; text-decoration: none;}

.logo { width: 455px; height: 177px; background-image: url('images/covert_logo.png');  margin: 12px 0 0 -30px; float: left;}



ul.nav {
	width: 860px;
	margin: 0 auto;
	text-align: right;
}



	ul.nav li {font-size: 44px; line-height: 39px;}
	ul.nav li a{text-shadow: black 0.1em 0.1em 0.2em; color: #EEE;}
	ul.nav li a:hover{text-shadow: black 0.1em 0.1em 0.2em; color: #ba0a04; text-decoration: none;}

ul { list-style: none inside; }
	ul#menu li {
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-variant:small-caps;
		color: #EEEEEE;
		width: 800px;
		display:inline;
		padding-right: 30px;
		}
		ul#menu a {
			color:	#000000;
		}
		ul#menu a:hover{
			color: #EE0000;
			text-decoration: none;
		}
.main-image {width: 100%; height: 440px; background-image: url('images/covert_main_image.png'); margin: -90px 0 0 0; background-position: center; background-repeat: no-repeat;}

p {
	font-size: 11px;
	line-height: 1.5em;
	color:#4444;
}

.presented-by{font-weight: light; font-size: 18px; color: #EEE; padding-top: 20px; text-shadow: black 0.1em 0.1em 0.2em;}

.date {font-weight: light; font-size: 18px; color: #EEE; text-align: right; margin: 20px 20px 0 0; text-shadow: black 0.1em 0.1em 0.2em;}

a {
	outline: none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
 }
 
a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


h1 {
	font-size: 32px;
	font-weight: normal;
	color: #a69028;
}

h2 {
	
	font-size: 28px;
	margin-top: 30px;
}

p {font-family: Tahoma; font-size: 12px;}

table {font-family: Tahoma;}

ul {font-family: Tahoma;}
	
/* END RESET */

#AlternativeContent {
	margin: 0 auto;
	margin-top: 300px;
}

img {
	margin-right: 20px;
}

#page-wrap {
	margin: 0 auto;
	width: 800px;
	height: auto;
	border: 3px solid #222222;
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 30px;
}

#page-wrap-2 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}


#header {
	background-image: url(images/covert-header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 300px;
}
#content {
	padding: 15px;
}

caption {
	text-align: left;
	margin-top: 15px;
	font-weight:bold;
}

td {
	padding: 7px;
}

.sponsor-text {
	text-align: left;
	margin-left: 30px;
	}
	
#sponsor-bar {
	width: 1000px;
	vertical-align: top;
	height: 200px;
}

.clear {clear: both;}

/* Slider Code */
.slider-container {
	width: 900px;
	height: 445px;
 	margin-left: auto;
  	margin-right: auto;
  	margin-top: -80px;

}



#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url('images/loading.gif') no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#content-page {
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #EEE;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 12px  #000000;
	-moz-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;  
	
}

#content-page ul {list-style-type: disc; font-size: 12px;}

.sponsor-box {
	line-height: 100px;
	border-bottom: #EEE 3px solid;
	padding: 10px;
	}
	
.sponsor-box img {vertical-align: middle;}