@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top {
	background: #34445b;
	padding: 2px 0;
}
#top span {
	width: 780px;
	display: block;
	margin: 0px auto;
	text-align: right;
}
#top a {
	color: #fff;
	font-size: 10px;
	background: url(images/topLinkBgr.gif) left 7px no-repeat;
	padding-left: 7px;
}
#container {
	width: 780px;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 40px;
}
#header h1 {
	margin: 27px 0 0 0px;
	float: left;
	padding-left: 60px;
}
#header ul {
	float: right;
	margin-top: 26px;
	list-style: none;
	height: 125px;
	padding-left: 1px;
	background: url(images/BKGmain_nav.gif) top right repeat-y;
	font: bold 14px/16px Georgia, "Times New Roman", serif, sans-serif;
}
#header li {
	width: 104px;
	padding: 4px 0 10px 7px; /*4px 0 10px 7px*/
	float: left;
}
#header a {
	color: #7d7d7d;
	display: block;
	text-decoration: none;
}
#header a.on, #header a:hover {
	color: #7d8ca2;
}
#header ul ul {
	float: none;
	height: auto;
	width: 100px;
	display: block;
	padding: 0;
	margin: 0.5em 0 0 0px;
	position:absolute;
	font: normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: none;
}
#header ul li:hover ul {
	display: block;
}
#header ul li:hover ul ul {
	display: none;
}
#header ul ul li {
	width: auto;
	padding: 0;
	clear: left;
	width: 87px;
	padding: 0 0 0 9px;
	background: url(images/BKGmain_subnav.gif) 2px 7px no-repeat;
}
#header ul ul li:hover, #header ul ul li.on {
	background-color: #d2caa9;
}
#header ul ul a {
	color: #596779;
	display: block;
}
#header ul ul a:hover, #header ul ul li.on a {
	color: #34445b;
}
#header ul ul ul {
	margin: -1.6em 0 0 126px;
	display: none;
	background: #ccc29e;
}
#header ul li:hover ul li:hover ul {
	display: block;
}
#header ul ul ul li {
	background-image: url(../images/BKGmain_subnav2.gif);
}
#header ul ul ul li:hover, #header ul ul ul li.on {
	background-color: #dedac1;
}
#header ul ul ul a {
	color: #34445b;
}
#header ul ul ul a:hover, #header ul ul ul li.on a {
	color: #596779;
}
#content {
	overflow: hidden;
	float: left;
	color: #7d7d7d;
}
#content.home {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
	width: 780px;
	background-image: url(images/indexImg.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#content.home h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #bda52b;
	margin: 40px 0px 0px 520px;
	border-bottom: solid 1px #f2f2f2;
	height: 30px;
	width: 240px;
}
#content.home ul {
	margin: 5px 0px 0px 470px;
	font-size: 13px;
	width: 3000px;
	height: 110px; 
	padding: 60px 0 0 0;
}
#content.home ul li {
	list-style-type: none;
}
#content.home ul li a {
	background-image: url(images/bulletBig.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
	line-height: 23px;
	border-bottom: solid 1px #f2f2f2;
	display: block;
	color: #7d7d7d;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#content.home .text {
	margin: 60px 10px 6px 10px;
	width: 760px;
	font-size: 12px;
}
#award {
    padding-top: 20px;
	clear: both;
	overflow: visible;
}
#content.page {
	width: 760px;
	font-size: 12px; 
	margin: 10px;  
}
#content.page a {
    font-weight: bold;
	color: #98a0ab;
	text-decoration: underline;      
}
#content.page a:hover {
	color: #34445b;
}
#content.page h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #bda52b;
	text-decoration: none;
	margin: 0px 0px 0px 0px; /*0px*/
	padding: 0px 0px 0px 0px;
	height: 30px;
	line-height: 30px;
}
#content.page h2 {
	font-weight: bold;
	font-size: 14px; 
	margin: 0px;
	padding: 0px; 
	height: 25px;
	line-height: 25px;
}
#content.page ul{
}

#content.page ul li{
	list-style-image: url(images/BULLITtype2.gif);
	list-style-type: none;
}
.img {
    margin-top: 15px;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 870px;
	float: left;
}
#footer {
	background-image: url(images/footerBgr.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 20px;
	text-align: right;
	font-size: 10px;
	color: #616a73;
	clear: both;
	padding-top: 10px;
}
.table{}
