/* CSS Document */


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

h1{
	color:#009B7A;
}

p{
	color:#00335E;
}

p, ul, li {
	margin:0;
	padding:0;
}

img a{
	border:0px;
}

.padding {
	padding-top:10px;
}	

.top-padding {
	padding-top:14px;
	color:#548694;
}	

.left {
	float:left;
	padding-right:14px;
}	

.more{
	clear:both;
	text-align:right;
	margin:8px 0px 12px;
}

.more img{
	padding-left:4px;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#0C7A9A;
	text-decoration:none;
}	
a:hover {
	text-decoration:underline;
}

.text-bold {
	font-weight:bold;
}	

div.spacer{clear: both;}

div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1098BF;
}	

#contain{
	width:770px;
	margin:0px auto 0px auto;
}

div #center {
	width:100%;
	height:100%;
	
}

div #topbar {
	width:100%;
	height:40px;
	background: #00335E;
	border-bottom: 1px solid #b6babc;
}	

div #head {
	width:770px;
	height:82px;
	margin:12px auto 0 auto;
	background: url(images/logo.gif) no-repeat bottom left;
}

div #logo {
	width:260px;
	float:left;
}		

div #menu {
	width:330px;
	float:right;
}


div #menu a{
	width:80px;
	background-color:#009B7A;
	text-align:center;
	display: block;
	float: left;
	border-right:#ffffff 1px solid;
	padding:52px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#00335E;
	border-top: 10px solid #FFFFFF;
}
	
div #menu a:hover {
color:#ffffff;
text-decoration:none;
border-top: 10px solid #009B7A;
}


div#menu a.current {
	width:80px;
	text-align:center;
	display: block;
	float: left;
	background-color:#00335E;
	padding:52px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	border-top: 10px solid #00335E;
	text-decoration:none;
}
div#menu a.current:hover{border-top: 10px solid #00335E;}


div#welcome {
	width:770px;
	margin:20px auto 5px auto;
	background: url(images/welcome-bg.jpg) middle center no-repeat;
}

#welcome img{
	float:left;
	padding-left:10px;
}


#welcome p {
	float:right;
	width: 340px;
	padding:0px 20px 0 22px;
	text-align:justify;
}	

#welcome h1{
	float:right;
	width: 340px;
	padding:0px 20px 0 22px;
	font-size:16px;
	font: Georgia;
	font-weight:normal;
}

.redtext {
	color:#B95F5B;
	font-weight:bold;
	padding-top:12px;
	font-size:10px;
}		

div#border {
	width:770px;
	margin:10px auto 17px auto;
	background-image:url(images/border.gif);
	background-repeat:no-repeat;
	clear:both;
}

div#content {
	width:770px;
	margin:0 auto 17px auto;
}

#content h1{
	font-size:18px;
	font-weight:normal;
}

#left-portion {
	width:396px;
}		

#right-portion {
	width:370px;
	float:right;
	background-image:url(images/right-bg.gif);
	background-repeat:repeat-y;
}

#right-portion h1{
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding-bottom:10px;
}

div.subleft {
	width:155px;
	margin-left:11px;
}

ul.list {
	list-style-image: url(images/bullet.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#005DAA;
	line-height:24px;
	padding-left:20px;
}	

div.subright {
	width:200px;
	margin-left:20px;
	float:right;
}			

div.box {
	width:307px;
	margin-left:25px;
	border-bottom:#CFD0D1 1px solid;
	padding: 10px 10px 12px 10px;
}	

div.bottombox {
	width:307px;
	margin-left:25px;
	padding: 10px 10px 12px 10px;
}	

div#footer {
	width:100%;
	background: #00335E;
	border-top: 2px solid #cbc8c8;
	padding-top:24px;
	padding-bottom:28px;
	color:#AECFD9;
	font-size:10px;
	margin-top:10px;
	text-align:center;
}	

#footer p{
	color:#AECFD9;
}

#footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#AECFD9;
	font-size:10px;
	text-decoration:none;
	padding:0px 10px;
}	
#footer a:hover {
	text-decoration:underline;
}

#footer a.swarm{
	padding:0px;
}