@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	margin: 40px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #1f4d8d;
}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
img, img a {border: none;}

a {color: #1e4c8a; text-decoration: none;}
a:hover { text-decoration: underline; }

#logo, #wrap, #footer {
	width: 999px;
	margin: 0 auto;
	}
	
#logo {background: url(images/bg_logo.jpg) no-repeat;}

#logo h1 a {
	display: block;
	width: 999px;
	height: 211px;
	}
#logo h1 strong {display: none;}

#wrap {
	padding: 12px 0;
	background: #FFF;
	}

#nav {
	float: left;
	width: 180px;
	margin: 0 0 24px 12px;
	background: url(images/bg_nav.png) 0 bottom no-repeat;
	}
	* html #nav {margin-left: 6px;}
	
#nav ul {padding: 8px 10px; background: url(images/bg_nav-ul.jpg) no-repeat}
	
#nav li {
	padding: 3px 0;
	list-style: none;
	background: url(images/bg_nav-li.gif) center bottom no-repeat;
	position: relative;
	}
	
#nav li a {
	display: block;
	width: 156px;
	font: 12px/20px Helvetica, Arial, sans-serif;
	color: #FFF;
	padding: 3px 6px 2px 6px;
	text-transform: uppercase;
	}
/*	
#nav li a em {display: none;}
	
#nav li a.m1 {background: url(images/nav_01.png) no-repeat;}
#nav li a.m2 {background: url(images/nav_02.png) no-repeat;}
#nav li a.m3 {background: url(images/nav_03.png) no-repeat;}
#nav li a.m4 {background: url(images/nav_04.png) no-repeat;}
#nav li a.m5 {background: url(images/nav_05.png) no-repeat;}
#nav li a.m6 {background: url(images/nav_06.png) no-repeat;}
#nav li a.m7 {background: url(images/nav_07.png) no-repeat;}
#nav li a.m8 {background: url(images/nav_08.png) no-repeat;}
#nav li a.m9 {background: url(images/nav_09.png) no-repeat;}
#nav li a.m10 {background: url(images/nav_10.png) no-repeat;}
#nav li a.m12 {background: url(images/nav_11.png) no-repeat;}*/

#nav li a:hover { text-decoration: none; background: url(images/bg_nav-hover.png) no-repeat}
* html #nav li a:hover {background: url(images/bg_nav-hover.gif) no-repeat;}

#nav ul ul {
	padding: 3px;
	position: absolute;
	top: 0;
	left: 164px;
	background-image: none;
	background: #2d6ab2;
	}
	
#nav ul ul li {
	width: 100%;
	background: none;
}

#nav ul li ul li a{
	height: auto;
	padding: 4px 12px;
	text-transform: capitalize;
	border-bottom:1px #78c3ea dashed;
}

#nav ul li ul li a:hover{
	color: #FFF;
	background: #12519a;
}

#nav ul li ul li ul {
	position: absolute;
	top: -1px;
	left: 100%;
}

#nav ul ul, #nav ul li:hover ul ul, #nav ul ul li:hover ul ul {display: none;}
#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul {display: block;}

#content {
	float: left;
	width: 526px;
	padding: 20px 24px;
	}
	* html #content {padding: 20px;}
	
#content h1 {
	font: 1.6em Arial, Helvetica, sans-serif;
	color: #3972b1;
	margin-bottom: 20px;
	text-transform: uppercase
	}
	
#content ul, #content ol {margin: 0 0 16px 24px;}

#content li {line-height: 1.6em;}

#content div {line-height: 1.6em; margin-bottom: 1em;}
	
#sidebar {
	float: right;
	width: 220px;
	height:416px;
	margin-right: 12px;
	padding-top:15px;
	background: url(images/therm-background.gif) no-repeat #fff;
	text-align:center;
	}
	* html #sidebar {margin-right: 6px;}
	
#sidebar h2{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-0.3px;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px;
	}

#therm{width:154px; text-align:center; height:271px; overflow:hidden; margin:auto; padding:7px; background:url(images/therm2-background.gif) no-repeat #3e7bbf;}

#thermInner{width:135px; text-align:center; overflow:hidden; margin-left:10px;}

	
#sponsors {
	clear: both;
	margin: 0 12px 0 30px;
	}
	
#sponsors h1 {
	font: 1.6em Arial, Helvetica, sans-serif;
	color: #3972b1;
	margin-bottom: 20px;
	}
	
#logos td { text-align: center; padding: 2px 16px;}

#footer {
	padding-top: 32px;
	background: url(images/bg_footer.gif) no-repeat;
	text-align: center;
	color: #FFF;

	}
	
#footer a {color: #FFF; text-decoration: none;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
