@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family:verdana;
	font-size:11px;
	background:#9bb2c7;
}

#global {	
	width:970px;
	margin:0 auto;
}

#header {
	height:440px;
	width:100%;
	margin:0 auto;
	position:relative;
	background:url(../images/hdr_bg.png) no-repeat;
	
}

#nav {
	position:absolute;
	width:100%;
	left:8px;
	top:404px;
}

#nav ul {
	list-style:none;
}

#nav ul li {
	position:relative;
	float:left;
	padding-right:25px;
	padding-left:5px;
	height:20px;
}

#nav ul li a {
	text-decoration:none;
	color:#464744;
	font-style:italic;
	font-weight:bold;
}

#nav ul ul {
	display:none;	
}

#nav ul li:hover ul {
	display:block;
	position:absolute;
	top:20px;
	left:8px;
}

#nav ul li:hover ul li {
	width:90px;
	background:#555754;
}

#nav ul li:hover ul li:hover {	
	/* Dropdown hover background image */
	background:#555754;
}

#nav ul li:hover ul li a {
	color:white;
	font-style:normal;
	font-weight:normal;
}
#nav ul li:hover ul li a:hover {
	color:#C2C7C2;
}
#logo1 {
	position:absolute;
	height:74px;
	width:200px;
	left:30px;
	border:0;
	top: 8px;
}
#logo2 {
	position:absolute;
	height:44px;
	width:45px;
	left:810px;
	border:0;
	top: 56px;
}
#logo3 {
	position:absolute;
	height:46px;
	width:86px;
	left:843px;
	border:0;
	top: 145px;
}
#logo4 {
	position:absolute;
	height:38px;
	width:159px;
	left:804px;
	border:0;
	top: 217px;
}
#logo5 {
	position:absolute;
	height:41px;
	width:142px;
	left:816px;
	border:0;
	top: 307px;
}
#logo6 {
	position:absolute;
	height:53px;
	width:200px;
	left:806px;
	border:0;
	top: 375px;
}

.floatr {
	float:right;
}

.floatl {
	float:left;
}

.clear {
	clear:both;
}
#content {
	padding-left:20px;
	padding-bottom:20px;
	min-height:100px;
	
}
.boxed {
	padding:20px;
	margin-right:450px;
}
ul { 
	list-style:none; 
}

.rbox {
	margin:5px;
	border:2px solid #464744;
	padding:8px;
	background-color:#FFF;
	width:150;
	
	

}

.putext {
	display:none;
}
.putext img {float:left;
	margin-right:10px;
}
#pace li{ 
clear:both; 
list-style:none;
}
.popup li:hover .putext{
	display:inline;
}

* {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom:10px;
	text-align: left;
}

h1 {
	font-size:18px;
	color:#464744;
}

h2 {
	font-size:12px;
	color:#996600;
}

a {
	color:#004990;
	font-weight:bold;
	text-decoration:none;
	outline:none;
	border:0;
}

a:hover {
	color:#930;
	text-decoration:underline;
}

.bold { 
	font-weight:bold;
}

.unbold {
	font-weight:normal;
	color:#000;
	font-style:normal;
}

.emphasized {
	font-weight:bold;
	text-decoration:none;
	color:#930;
	font-size:11px;
	font-style:normal;
}	
.link {
	font-weight:bold;
	text-decoration:none;
	color:#930;
	font-style:italic;	
}

.fact {
	color:#004990;
	font-style:italic;
	font-weight:bold;
}

#content table tr td {
	border:none;
	text-align: center;
}

#footer {
	width: 100%;
	position:relative;
	font-size:9px;
	text-align:center;
	background:#4470b0;
	color:white;
	padding-top:5px;
}

#footernav ul {
	list-style:none;
}

#footernav ul li {
	display:inline;
	margin:0 8px;
	height:25px;
}

#footernav ul li a {
	color:white;
	line-height:25px;
}

#footer p {
	padding-bottom:8px;
	font-size:8px;
	text-align:center;
}

.fltLeft {
	float:left;	
}

.fltRight {
	float:right;
}

.col p{
	margin-left:15px;	
}


span.bold {
	margin-bottom:10px;
	display:block;
}

.borderleft{
	padding-left:20px;
}
#reglink {
	padding-left: 20px;
}

