@charset "utf-8";
/* CSS Document */

body {
	background:  url(images/bg.png) repeat-x #5078b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
}
h1 {
	color: #9b2f1d;
}
h2 {
	color: #1b488d; 
	margin-top: 0;
	margin-bottom: 0;
}
h2 a {
	color: #1b488d; 
	text-decoration: none;
}
h3 {
	color: #072d67;
	margin-top: 0;
}
h4 {
	color: #b39c39;
}
h4 a{
	color: #b39c39;
	text-decoration: none;
}
img {
	border: 0;
}
.double li{
	margin-top: 14px;
	margin-bottom: 14px;
}
	
.blue {
	color: #072d67;
	font-weight: bold;
}
.black {
	color: #000;
	text-decoration: none;
}
.black a {
	text-decoration: none;
}
.clear {
	clear: both;
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 900px;
	padding-left: 8px;
	padding-right: 8px;
	background: url(images/container-bg.png) repeat-y;
}
#header {
	width: 900px;
	border-top: 3px #344f88 solid;
}
#nav { background: url(images/nav.png) repeat-x #263b72; width: 900px; margin-left: auto; margin-right: auto; height: 30px; font-size: 14px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
#nav ul { margin: 0; padding: 0; list-style: none; margin: 0; }
#nav li { float: left; list-style-type: none; margin: 2px 0px 0px 2px; padding: 0px; width: 177px; text-align: center;  }
#nav ul li { position: relative; }
#nav ul li ul { position: absolute; background: #263b72; left: -10%; z-index: 1000; /* always on top */ top: 25px; display: none; font-size: 85%; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;
}
#nav ul li ul li {  text-align: left; }
#nav ul li ul li { margin: 0; padding: 5px; width: 170px; }
#nav ul li ul li ul { display: none; position: absolute; background: #5078b5; left: 200px; z-index: 1000; /* always on top */ top: 0px; padding-top: 5px; }
#nav ul li a { color: white; margin: 0px; text-decoration: none; display: block; padding: 4px 12px; }
#nav ul li a:hover { text-decoration: none; color: white;  }
#nav li:hover ul, #nav li:hover ul li:hover { display: block; }
#nav li:hover ul li:hover { background: #263b72; }
#nav ul li:hover ul li:hover a { text-decoration: none; color: #ECECEC; }
#nav ul li:hover ul li ul {display: none;}
#nav ul li:hover ul li:hover ul { display:block; position:absolute; left:100%; top:0; }



#main {
	background: #ddd;
}
#content{
	width: 690px;
	min-height: 530px;
	background: #fffdf6;
	border: 1px #ccc solid;
	padding: 0 10px;
	float: right;
	clear: none;
}
#content img{
	padding: 5px;
	
}
#left{
	width: 188px;
	clear: left;
	padding-top: 1px;
}
#left .in{
	padding: 3px 8px;
	font-size: 89%;
	margin-bottom: 5px;
}
#left .box {
	border: 1px solid #ccc;
	background-color: #f8f0cf;
	width: 169px;
	clear: left;
	margin: 5px auto;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}
#left a {
	color: #06C;
	text-decoration: none;
}
#left a:hover {
	text-shadow: 0px 1px 3px #fff;
	color: #333;
}
#left p {
	margin: 6px 5px;
	font-size: 90%;
}

#left h4{
	font-size: 129%;;
	color: #039;
	background: #f8f0cf;
	text-shadow: 0px 1px 1px #000;
	font-family: Verdana, Geneva, sans-serif;
	margin: 2px;
}
#left ul {
	padding-left: 10px;
	list-style: none;
	font-size: 98%;
	font-weight: bold;
}
#left ul a {
	color: #b39c39;
}
#left ul a:hover {
	text-decoration: none;
	color: #06C;
	text-shadow: 0px 1px 3px #fff;
}
#left ul ul{
	list-style: url(images/arrowsb.png);
	padding: 10px 0 10px 30px;
	font-weight: normal;
}
#left ul ul a {
	text-decoration: none;
	text-shadow: 0px 1px 3px #fff;
	color: #333;
}
#left ul ul a:hover {
	color: #06C;
}

#footer {
	font-size: 80%;
	color: #eee;
	text-align: center;
	margin-top: 5px;
}
#footer a{
	color: #CCC;
}
