@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	font-family: Verdana, Arial, sans-serif;
	background:url(/images/bg.gif) top repeat-x #ffffff;
	}
	
img {
	border:0px;
	}

.clear {clear:both;}

/* ads vertical scroll bar to all pages to keep center-aligned pages from jumping left or right */

html {
	overflow: -moz-scrollbars-vertical;
	}

#body {
	width:940px;
	margin:21px auto 0px auto;
	}

#header {
	width:940px;
	margin-bottom:22px;
	}

#logo {
	float:left;
	width:287px;
	height:43px;
	margin-top:8px;
	}
	
#header-right {
	float:right;
	margin-bottom:8px;
	width:275px;
	}

#top-nav {
	background:url(/images/tnbg.gif) repeat-x;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#tn {
	float:right;
	}

#top-nav a.tn-link {
	float:left;
	margin:7px 6px 0px 0px;
	color:#0055b3;
	text-decoration:none;
	}

#top-nav .icon {
	float:left;
	margin:6px 1px 0px 10px;
	}

#main-menu {
	width:940px;
	font-size:12px;
	height:30px;
	background:url(/images/mmbg.gif);
	}
	
#mm {
	float:right;
	}
	
#main-menu a.mm-item {
	float:left;
	height:22px;
	background:url(/images/mmbg.gif);
	padding:8px 8px 0px 8px;
	color:#ffffff;
	text-decoration:none;
	}
	
#main-menu a:hover.mm-item {
	background:url(/images/mmbg_on.gif);
	}
	
#main-menu a.mm-item_on {
	float:left;
	height:22px;
	background:url(/images/mm_on.gif);
	border-right:2px solid #0055b3;
	border-left:2px solid #0055b3;
	padding:8px 6px 0px 6px;
	color:#ffffff;
	text-decoration:none;
	}

#main-menu .div {
	float:left;
	}

#main-menu a:hover {
	color:#35abc9;
	}
	
#sub-menu {
	width:940px;
	font-size:11px;
	height:30px;
	background:url(/images/smbg.gif);
	}
	
#sm {
	float:right;
	}
	
#sub-menu a.sm-item {
	float:left;
	height:21px;
	background:url(/images/smbg.gif);
	padding-top:9px;
	margin-left:15px;
	color:#ffffff;
	text-decoration:none;
	}
	
#sub-menu a.sm-item_on {
	float:left;
	height:21px;
	background:url(/images/sm_on.gif);
	padding-top:9px;
	margin-left:15px;
	color:#35abc9;
	text-decoration:none;
	}
	
#sub-menu a:hover {
	color:#35abc9;
	}
	
#content {
	width:940px;
	}

#page-content {
	width:547px;
	float:left;
	}
	
#page-content h1 {
	font-size:24px;
	color:#44454a;
	line-height:30px;
	padding:0px 60px 14px 30px;
	}

#page-content p {
	font-size:12px;
	line-height:18px;
	padding:0px 60px 14px 30px;
	}
	
#page-content .box {
	background:url(/images/content_bg.gif) repeat-y;
	margin-bottom:23px;
	}
	
#page-content .photo {
	float:right;
	display: inline;
	width:212px;
	margin:0px 12px 12px 12px;
	font-size:10px;
	line-height:15px;
	color:#0055b3;
	}
	
#page-content .pdfIcon {
	padding:0 0 14px 25px;
	float:left;
	}
	
#page-content .pdfText {
	margin:16px 0 0 5px;
	font-size:16px;
	float:left;
	text-decoration:none;
	}
	
#right {
	width:366px;
	float:right;
	}
	
#right h2 {
	margin:0px 18px 5px 18px;
	font-size:18px;
	line-height:23px;
	}
	
#right .gray ul {
	margin:0px 35px 0px 47px;
	color:#0055b3;
	}
	
#right .white ul {
	margin:0px 35px 0px 47px;
	color:#4c81d1;
	}
	
#right li {
	font-size:11px;
	line-height:14px;
	margin-bottom:10px;
	}
	
#right .photo {
	margin-bottom:19px;
	}
	
#right .gray {
	color:#ffffff;
	margin-bottom:12px;
	background:url(/images/gbg.gif) repeat-x top #636776;
	}
	
#right .gcopy {
	color:#ffffff;
	}
	
#right .gdiv {
	margin:0px 0px 10px 18px;
	}
	
#right .gtop {
	background:url(/images/gtr.gif) no-repeat right;
	height:5px;
	}
	
#right .gbtm {
	background:url(/images/gbr.gif) no-repeat right;
	height:5px;
	}
	
#right .white {
	color:#44454a;
	margin-bottom:12px;
	background:url(/images/wbg.gif) repeat-y;
	}
	
#right .wcopy {
	color:#44454a;
	}
	
#right .wdiv {
	margin:0px 0px 10px 18px;
	}
 
#footer {
	font-size:11px;
	color:#666666;
	padding:20px 0px 15px 0px;
	}

#footer .credit {
	float:right;
	font-size:10px;
	}
	
#footer .copyright {
	float:left;
	}
	
#footer a {
	color:#0055b3;
	text-decoration:none;
	}

#footer a:hover {
	color:#0055b3;
	text-decoration:none;
	}