/* ------ MEDIA TAG ----- */

@media screen {

body {
	background: url(/images/template/top-bg.png) repeat-x #FFF;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

p {
	line-height: 150%;
}

h1, h2.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #01537E;
	margin-bottom: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #01537E;
}

h3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #01537E;
}

h4, h5, h6 {
	font-size: 16px;
}

a {
	color: #01537E;
	text-decoration: none;
}

a:hover {
	color: #5B7221;
	text-decoration: underline;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #999;
}

li {
	line-height: 140%;
}

img {
	border-color: #01537E;
}

table p {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

#siteContainer {
	width: 950px;
	margin: 0px auto;
	padding: 0px 10px;
	background: url(/images/template/site-bg.png) repeat-y;
}

#header {
	background: url(/images/template/header-bg.jpg);
	height: 101px;
}

#header #logo {
	float: left;
	padding: 7px 0px 0px 18px;
}

#header #banner {
	float: right;
	padding: 19px 35px 0px 0px;
}

.menu {
	background: url(/images/template/menu-bg.png) repeat-x;
	height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.menu li {
	float: left;
	background: url(/images/template/menu-spacer.png) no-repeat right;
}

.menu li a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.menu li a:hover {
	color: #FFF;
	background: url(/images/template/menu-on-bg.png) repeat-x;
	text-decoration: none;
}

.menu li a.selected {
	color: #FFF;
	background: url(/images/template/menu-on-bg.png) repeat-x;
}

.menuSub {
	background: url(/images/template/menu-top-bg.gif) repeat-x top #03527C;
	font-size: 11px;
}

.menuSub ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #3B7DA0;
}

.menuSub li {
	padding-left: 5px;
	border-left: 1px solid #3B7DA0;
	border-right: 1px solid #3B7DA0;
	line-height: 16px;
}

.menuSub a {
	background: url(/images/template/menu-bullet.gif) no-repeat left;
	color: #C4E4FF;
	text-decoration: none;
	display: inline-block;
	padding: 4px 0px 4px 14px;
}

.menuSub a:hover, .menuSub a.selected {
	color: #FFF;
	text-decoration: none;
}

.menuSub ul li ul {
	border-bottom: none;
	font-size: 10px;
	padding: 0px 0px 1px 10px;
}

.menuSub ul li ul li {
	border-left: none;
	border-right: none;
	line-height: 10px;
	margin-bottom: 7px;
}

.menuSub ul li ul li a {
	background: url(/images/template/menu-sub-bullet.gif) no-repeat top left;
	padding: 0px 0px 0px 14px;
	color: #7EAECE;
}

#siteBanner {
	border-top: 1px solid #3B7DA0;
	background-color: #000;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #F5F5F5;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb a {
	background: url(/images/template/b-off.gif) no-repeat right;
	display: inline-block;
	float: left;
	padding-left: 10px;
	padding-right: 25px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #666;
}

#breadcrumb a:hover {
	background: url(/images/template/b-on.gif) no-repeat right;
	color: #000;
}

#bHome a {
	background: url(/images/template/b-h-off.gif) no-repeat right;
	display: inline-block;
	float: left;
	height: 28px;
	color: #FFF;
	text-decoration: none;
}

#bHome a:hover {
	background: url(/images/template/b-h-on.gif) no-repeat right;
	color: #FFF;
}

#content {
	padding: 10px 55px 10px 55px;
	background: url(/images/template/content-bg.png) repeat-x top;
}

#content:after {
	content: ".";
    display: block;
    height: 5px;
    clear: both;
    visibility: hidden;
}

#content li {
	margin-bottom: 10px;
}

#side-menu {
	float: left;
	background: url(/images/template/side-menu-bg.png) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	width: 205px;
	position: relative;
	top: -10px;
	left: -55px;
	margin-right: -15px;
	padding: 0px;
	min-height: 371px;
}

#side-menu p {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #01537E;
	text-align: center;
	margin: 10px 10px 10px 0px;
}

#side-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}

#side-menu li {
	background: url(/images/template/side-menu-spacer.png) no-repeat bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	line-height: 100%;
}

#side-menu a {
	display: block;
	padding-left: 25px;
	padding-right: 35px;
	width: 154px;
}

#side-menu a.selected {
	background: url(/images/template/side-menu-selected.png) no-repeat top right;
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	height: 38px;
}

#content-right {
	float: left;
	width: 650px;
}

.largeText {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 20px;
}

.feature {
	width: 265px;
	float: left;
	margin-left: 10px;
	margin-bottom: 80px;
	border: 1px solid #999;
	background: url(/images/template/feature-bg.png) repeat-x top #E9EAEA;
	height: 230px;
}

.feature h2, .feature .title {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	background: url(/images/template/feature-title-bg.png) repeat-x;
	height: 50px;
	color: #FFF;
	padding: 10px 7px 0px 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.feature a {
	color: #FFF;
	text-decoration: none;
}

.feature a:hover {
	color: #FFF;
	text-decoration: underline;
}

.feature p {
	padding: 5px 7px;
	margin: 0px;
	line-height: 125%;
}

.feature .button .imgL {
	float: left;
	padding-top: 3px;
	padding-left: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.feature .button .imgR {
	float: right;
	padding-top: 80px;
	padding-right: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.column {
	width: 403px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	border: 1px solid #999;
	background: url(/images/template/column-bg.png) repeat-x top #E9EAEA;
	height: 560px;
}

.column h2, .column .title {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 40px;
	font-weight: normal;
	background: url(/images/template/feature-title-bg.png) repeat-x;
	height: 50px;
	color: #FFF;
	padding: 10px 7px 0px 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.column p {
	padding: 5px 14px;
	margin: 0px;
	line-height: 150%;
}

.column ul {
	padding-right: 14px;
}

p.title {
	font-size: 20px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}

#footer {
	background: url(/images/template/footer-bg.png) repeat-x;
	height: 275px;
	clear: both;
}

#footer #footerContent {
	width: 950px;
	height: 275px;
	margin: 0px auto;
	padding: 0px 10px;
	background: url(/images/template/footer-inner-bg.png) repeat-y;
}

#footer #footerContent li {
	margin-bottom: 0px;
}

#footerMenu {
	padding: 9px 0px 0px 35px;
	margin: 0px;
	list-style-type: none;
	color: #FFF;
}

#footerMenu li {
	float: left;
	background: url(/images/template/footer-menu-left-bg.png) no-repeat top left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 25px;
}

#footerMenu li a {
	color: #FFF;
	text-decoration: none;
	background: url(/images/template/footer-menu-bg.png) repeat-x;
	display: inline-block;
	height: 25px;
	line-height: 20px;
}

#footerMenu li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footerMenu li div {
	background: url(/images/template/footer-menu-right-bg.png) no-repeat top right;
	padding-right: 25px;
}

.footerLinks {
	float: left;
	margin: 20px 0px 0px 35px;
	padding: 10px 0px 0px 0px;
	width: 265px;
	border-left: 1px solid #ECF7FF;
	list-style-type: none;
	font-size: 14px;
	height: 160px;
	color: #C4E4FF;
}

.footerLinks li {
	padding-left: 35px;
	padding-bottom: 10px;
	line-height: 100%;
}

.footerLinks a, .footerLinks a:hover {
	font-size: 11px;
	color: #ECF7FF;
}

#copyright {
	clear: both;
	float: left;
	width: 880px;
	padding: 32px 35px 0px 35px;
	color: #5B9FC4;
	text-align: center;
	font-size: 10px;
}

#copyright a {
	color: #C4E4FF;
}

#copyright a:hover {
	color: #ECF7FF;
}

#copyright span {
	color: #ECF7FF;
}

/* NON-LAYOUT BASED STYLES */

.grey, .grey a, .grey a:hover {
	color: #4C4C4C;
}

.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.yellowBox {
	background-color: #FFFF9A;
	border: 1px solid #666;
	padding: 3px 5px 5px 5px;
	margin: 0px 0px 15px 0px;
}

.yellowBox a {
	color: #4B5797;
	text-decoration: none;
}

.yellowBox a:hover {
	color: #027CE8;
	text-decoration: underline;
}

.yellowBox h2, .yellowBox p {
	color: #000;
}

.table th {
	background: url(/images/template/feature-title-bg.png) repeat-x top #387C9F;
	color: #FFF;
	min-height: 30px;
}

.table td {
	background-color: #DFEDF4;
}

.sw, .sb, .sw td, .sb td {
	background-image: url(/images/template/table-bg.png);
	background-position: top;
}

.sw {
	color: #FFF;
}

.sb {
	color: #000;
}

}

/* ------ END MEDIA TAG ----- */
