@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	color: #666666;
	background:url(images/bodybackground2.jpg)/*#848880 repeat-x bottom*/;
	background-color:#393939;
	background-repeat: repeat-x;
}

/*Links*/
a {
	color: #4279B2;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #4279B2; text-decoration: underline;
}
hr {
    color: #4279B2;
}
/*Outer Divs*/
#outer-left {
	/*background-image: url(images/left_edge.jpg);
	background-position: left;
	background-repeat: repeat-y;*/
	margin: 0px auto 0px auto;
	padding: 0;
	width: 90%;
	background: #FFFFFF;
}
#outer-right {
/*	background-image:url(images/right_edge.jpg);
	background-position: right;
	background-repeat: repeat-y;*/
	margin: 0px 0px 0px 0px;
	width: 100%;
	background: url(images/maintextbackground.jpg) repeat-x top #FFFFFF;
}
#inner {
	padding: 5px 5px 5px 5px;
	margin: 0;
	width: 96%;
	background: url(images/maintextbackground.jpg) repeat-x top #FFFFFF;
}
/*Logo*/
#logo {
	height: 84px;
	width: 90%;
	background-image:url(images/banner-right.jpg);
	background-position: right;
	background-repeat: no-repeat;
/*	margin-bottom: 2px;*/
	margin: 0px auto 0px auto;

}

#logo-inner{
margin:0;
padding:0;
width:100%;
height:84px;
 background-image:url(images/banner-left.jpg);
	background-position: left;
	background-repeat: no-repeat;

}
#topnav {
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.000;
	padding: 0;
	margin: 7px 15px 0 0;
	float: right;
}
#topnav a {
	text-decoration: underline;
	color:#FFFFFF;
}
#topnav a:hover {
	text-decoration: none;
	color: #ffffff;
}
#titlewrapper {
	padding: 10px 0px 0px 71px;   
}
/*Main Image*/
#mainimage-wrapper {
	height: 125px;
	margin:0;
	padding:0;
	background-image: url(images/wind-image-right_2.jpg);
	background-position:right top;
	background-repeat: no-repeat;
}
#mainimage-innerleft {
	height: 125px;
	margin: 0;
	padding: 0;
	width: 60%;
	background-image: url(images/wind-image-left_2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#mainimage-slogan {
	width: 90%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.40em;
	padding-top: 40px;
	text-align: center;
}
/*Navigation Bar*/
#stylefour {
	width: /*85%*/200px;
	font-size:12px;
	font-weight:bold;
	background:#f0f0f0;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	margin:0;
}
#stylefour ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}
#stylefour ul li {
	float:left;
	margin:0;
	width: 99%;
}
#stylefour ul li.indent {
	float:left;
	margin:0;
	width: 99%;
	text-indent: 15px;
}
#stylefour ul li.indentmore {
	float:left;
	margin:0;
	width: 99%;
	text-indent: 30px;
}
#stylefour ul li a {
	/*	display:block;*/
	float:left;
	color:#f4f4f4;
	text-decoration:none;
	padding:10px 6px 10px 8px; /*8px 10px 0 8px;*/
	/*height:28px;*/
	width: 100%;
	border-bottom: 1px solid #747771;
	background:url(images/navbackground6_over.jpg) no-repeat top;
}
#stylefour ul li a:hover, #stylefour ul li a.current {
	color:#FFFFFF;
	/*background:#dedede;*/
	background:url(images/navbackground6.jpg) no-repeat top;
}
/*Spacer*/
.spacer {
	height: 4px;
	width: 100%;
	margin:0;
	padding:0;
	clear:both;
}
/*Inner content wrapper, holds navigation and body text*/
#wrapper {
	margin: auto;
	padding: 0;
	width: 100%;
}
/*Side div that holds navigation*/
#side {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 5px;
	border-right: 1px solid #cccccc;
	float: left;
	clear: left;
	width: /*28%*/225px;/*text-align: justify;*/
	text-align: left;
	background:#f0f0f0;
}
#side h3 {
	font-size: 125%;
	color: #d68d64;
	border-bottom: 1px solid #FFFFFF;
}
/*Sponsors div*/
#sponsors {
	width: 90%;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
	margin: 0px 0px 1px 0px;
	/*	padding: 5px 5px 5px 5px;*/
	line-height: 1.500;
	color: #464646;
}
#sponsors h1 {
	font-size: 160%;
	color: #3c5168;
}
#sponsors h2 {
	font-size: 120%;
	line-height: 1.500;
	color: #4996bf;
	border-bottom: 1px solid #82accb;
}
#sponsors ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}
#sponsors ul li {
	/*	display:block;*/

	float:left;
	margin:0;
	width: 100%;
}
#sponsors ul li a {
	float:left;
	text-decoration:none;
	padding:11px 10px 0 10px;
	height: 70px;
	width:90%;
}
/*Register div that holds the registration button under left nav */
#register {
	/*	padding: 5px 5px 5px 5px;*/
	margin: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
	width: 95%;
}
#register p {
	color: #999999;
	line-height: 1.500;
}
#register h2 {
	color: #032666;
	font-size: 120%;
	line-height: 1.500;
	border-bottom: 1px solid #82accb;
}
#register div.section {
	/*	padding: 3px 3px 3px 6px;*/
	margin: 5px 0px 0px 0px;
}
#register div.section h3 {
	color: #464646;
	line-height: 1.500;
}
#register div.reglink a {
	display:block;
	height: 45px;
	width: 139px;
	background: url(images/btn_register_sprite.jpg) top;
	text-decoration: none;
}
#register div.reglink a:hover {
	background: url(images/btn_register_sprite.jpg) no-repeat bottom;
	text-decoration: none;
}
/*The main content of the body text*/
#mainc {
	/*float: left;*/
	padding: 0px 5px 0px 0px;
	margin: 0px 15px 15px 240px;
	/*margin: 0px 5px 15px 0px; margin with left float*/
	width: 60% /*68%*/;
	text-align: left;
}
#mainc p {
	line-height: 1.500;
}
.notop {
	margin-top: 0px;
}
.smalltop {
	margin-top: 8px;
}
.nobottom {
	margin-bottom: 0px;
}
.smallbottom {
	margin-bottom: 8px;
}
.noboth {
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainc ul {
	line-height: 1.500;
}
#mainc li {
	margin-top:5px;
}
#mainc h1 {
	color: #336699;
	font-size: 135%;
	line-height: 1.500;
	border-bottom: 1px solid #CCCCCC;
}
#mainc h2 {
	color: #336699;
	font-size: 117%;
	margin-bottom: 0px;
}
#mainc h3 {
	color: #666666;
	font-size: 110%;
	margin-bottom: 5px;
}
#mainc h3.blue {
	color: #5181B5;
	font-size: 110%;
	margin-bottom: 15px;
}
.midregion {
	padding-left: 10px;
}
.midregion a {
	color: #4279B2;
	text-decoration: underline;
}
.midregion a:hover {
	color: #999999;
	text-decoration: none;
}
.red 
{
	color: #FF0000;
}
.caption
{
	font-size: 90%;
	font-style: italic; 
	margin-top: 10px; padding-top: 5px;
}
/*Inner div within body text that creates a margin to the right and makes text readable*/

.innermain {
	width: 90%;
}
.innermain-home {
	width: 68%;
}
/* Styles for What's New box on home page on right */
.innerright {
	width: 30%; float: right;
	overflow:hidden;
	padding: 0px; margin: 0px;
}

.innerright #greybox, #greyboxfilled, #greyboxunfilled {
	padding: 0em; margin-top: 10px; margin-left: 10px;
	border: 1px solid #cccccc;
	}
.innerright #greyboxunfilled {
	border: 1px solid #eeeeee; 
}
.innerright #greybox h1 {
		margin:0 0 0px 0; padding:6px 0px 6px 8px; 
		color:#747771; font-weight:bold; font-size:1.0em; 
		border-bottom: solid 1px #cccccc;
		background-color: #F0F0F0;
		}
	#greyboxunfilled h2 {
		font-size:1.0em; margin:0 0 0px 0; padding:6px 0px 6px 8px;
	}
	#greybox ul, #greyboxfilled ul {
		margin: 10px 8px 0 25px; padding:0 0 0 0px; 
	}
	#greybox ul li {
		background-color:#FFFFFF;  
		color: #666666; border: 0px;
		font-size:1.0em; font-weight: normal; line-height: 1.1em;
		margin: 0px 0 8px 0px;
		padding: 0 3px 0 0px;
		}
	
	#greybox a {
		font-weight: normal; text-decoration: underline; color: #4279B2;
		}
	#greybox a:hover {
		color:#999999; text-decoration: none;
		}
	#greyboxfilled {
		color: #666666; font-size: 1.0em;
		margin: 10px 0 10px 10px; padding: 0 0 0 3px;
		background-color: #F0F0F0;
		}
	#greyboxfilled2 {
		color: #666666; font-size: 1.0em;
		margin: 10px 0 10px 10px; padding: 0 0 0 3px;
		background-color: #F0F0F0; float:right; width: 20%;
		border: solid 1px #cccccc;
		}
	#greybox p, #greyboxfilled p {
		margin: 0; padding: 3px 0 0 5px;
		}
	#greyboxfilled2 p {
		margin: 0; padding: 10px 10px 10px 10px;
		}
	#greyboxunfilled p {
		font-size:1.0em; margin:0 0 0px 0; padding:6px 0px 6px 8px;
	}
	#greyboxfilled ul li { 
		color: #666666; border: 0px;
		font-size:1.0em; font-weight: normal; line-height: 1.1em;
		margin: 0px 0 8px 0px;
		padding: 0 3px 0 0px;
		}
/*Hotel Sections*/
#column-one {
	float:left;
	width:24%;
	padding: 0px 3px 0px 0px;
}
#column-two {
	float:left;
	width:24%;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	padding: 0px 3px 0px 3px;
}
#column-three {
	float:left;
	width:24%;
	border-right:solid 1px #cccccc;
	padding: 0px 3px 0px 3px;
}
#column-four {
	float:left;
	width:24%;
	padding: 0px 0px 0px 3px;
}
#columns {
	width:100%;
	margin: auto;
}
#columns h3 {
	font-size: 100%;
	color: #336699;
	border-bottom: 1px solid #cccccc;
	line-height: 1.300;
}
#columns ul {
	margin: 0 3px 0 19px; 
	padding: 0;	
}

.table-columns {
	border: none;
	width:100%;
	margin: auto;
}
.table-columns tr, .table-columns th, .table-columns td {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.table-column-one {
	width:31%;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
.table-column-two {
	width:31%;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
.table-column-three {
	width:31%;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
h3.table-heading {
	font-size: 100%;
	color: #336699;
	border-bottom: 1px solid #cccccc;
	line-height: 1.300;
}
.table-column-one ul, .table-column-two ul, .table-column-three ul {
	margin: 0 3px 15px 19px; 
	padding: 0;	
}
/* Table in ems.html sub-page */
.emstable {
	border: 2px solid #487FB8;
	border-bottom: 1px solid #487FB8;
	border-right: 1px solid #487FB8;
}
.emstable tr td {
	border-bottom: 1px solid #487FB8;
	border-right: 1px solid #487FB8;
}
.emstable ul {
	margin: 0 3px 0 19px; 
	padding: 0;	
}
.emstable ul li {
	line-height: 1.250;
	padding-bottom: 7px;
}
.blueheadingrow {
	background-color: #C8D6E3;
	font-weight: bold;
	font-size: 1.2em; text-align: center;
}
.rowhead {
	font-size: 1.1em; font-weight: bold;
}
.lightgrayrow{
	background-color: #eeeeee;
}
.grayrow{
	background-color: #dddddd;
}
/* Table in Roster.html sub-page */
.innermain .outertable {
	border: 1px solid #487FB8;
	margin-top: 10px;
	background-color: #C8D6E3;
}
.innermain .innertable {
	border: 1px solid #487FB8;
	background-color: #FFFFFF;
}
.innermain .innertable td {
	border-bottom: 1px solid #cccccc;
}
.innermain .innertable td.graybar {
	background-color: #F0F0F0;
	}
.innermain .innertable .heading {
	color: #336699;
	font-size: 1.0em; font-weight: bold;
	margin-bottom: 0px, 
}
/*Space above footer for gradients*/
#subfooter {
	clear:both;
}
/*Footer*/
#footer {
	clear: both;
	color: #cccccc;
	height: 68px;
	border-top: 1px solid #cccccc;
}
#footer ul {
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 0px 0px
}
#footer ul li {
	display: inline;
	list-style:none;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
}
#footer ul li a {
	color: #4279B2;
	padding: 5px;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #90adcb;
	text-decoration: underline;
}

.highlight{
font-weight: bold;
color: #333333;

}

sup {font-size:8px;vertical-align:top;}