@import url(email.css);

/***************************
	Bodman Main Content Styles
***************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
}
a:link, a:visited {
	text-decoration: none;
	color: #27468e;
}
a:hover, a:active {
	color: #208081;
}
a img {
	border: none;
}
p.moreLink {
	width: 14px;
	height: 15px;
	overflow: hidden;
}
div#related p.moreLink a:link,
div#related p.moreLink a:visited {
	display: inline-block;
	overflow: hidden;
	width: 14px;
	height: 15px;
}
.hide {
	display: none;
}
.show {
	display: inline;
}
.print {
	display: none;
}
.screen {
	display: inline;
}
fieldset {
	border: none;
}
.clear {
	clear: both;
}




/***************************
	Container Styles
***************************/
div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
div#footer, div#push {
	height: 70px; /* .push must be the same height as .footer */
}

div.siteCenter {
	position: relative;
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
div#header {
	width: 100%;
	height: 115px;
	background: url(/media/images/global/top_tile.jpg) repeat-x top left;
}
div#mainContent {
	width: 100%;
	margin: 0px 0px 30px 0px;
}
div#footer {
	position: relative;
	clear: both;
	width: 100%;
	font-size: 10px;
	color: #27468e;
	background: url(/media/images/global/bottom_tile.jpg) repeat-x bottom left;
}


/***************************
	Content Layouts
***************************/
div.columnLeftNarrow {
	float: left;
	width: 270px;
}
div.columnLeftWide {
	float: left;
	width: 665px;
}
div.columnRightNarrow {
	float: right;
	width: 235px;
}
div.columnRightWide {
	float: right;
	width: 650px;
}
div.columnContentLeft {
	float: left;
	width: 395px;
}
div.columnContentRight {
	float: right;
	width: 217px;
}
div#pageContent {
	padding-left: 20px;
}



/***************************
	Header Styles
***************************/
div#header h1 {
	width: 144px;
	height: 27px;
	background: url(/media/images/global/logo.gif) no-repeat;
	position: relative;
	top: 48px;
	left: 0px;
}
div#header h1 a {
	display: block;
	width: 144px;
	height: 27px;
}
div#header h1 span {
	display: none;
}

div#header ul {
	float: right;
	margin: 5px 0px 0px 0px;
	list-style: none;

}
div#header li {
	float: left;
	margin: 2px 24px 0px 0px;
}


div#header ul#mainNav {
	font-size: 12px;
	color: #27468e;
	position: absolute;
	top: 59px;
	right: 0px;
}
div#header li.last {
	margin: 0px;
	padding: 0px;
}
div#header ul#mainNav a:link,
div#header ul#mainNav a:visited {
	color: #27468e;
}
div#header ul#mainNav a:hover {
	color: #208081;
}
div#header ul#mainNav a:active,
div#header ul#mainNav a.active {
	color: #2D94e1;
}

div#header ul#headerLinks {
	position: absolute;
	top: 29px;
	right: 0px;
	font-weight: normal;
	font-size: 11px;
}
div#header ul#headerLinks li {
	height: 17px;
	margin-right: 5px;
}
div#header ul#headerLinks li.last {
	margin-right: 0px;
}
div#header ul#headerLinks li a:link,
div#header ul#headerLinks li a:visited {
	display: block;
	color: #ffffff;
	background-color: #27468e;
	padding: 3px 10px;
}
div#header ul#headerLinks li a:hover,
div#header ul#headerLinks li a:active,
div#header ul#headerLinks li a.active {
	background-color: #208081;
}
div#header ul#headerLinks li.first a:hover,
div#header ul#headerLinks li.first a:active,
div#header ul#headerLinks li.first a.active {
	background-color: #89c527;
}



div#header form {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 140px;
	background-color: yellow;
	

}
div#header fieldset {
	border: none;
	position: relative;
}
div#header input#search {
	position: absolute;
	top: 0px;
	right: 27px;
	padding: 0px 4px 1px 4px;
	border: 1px solid #27468E;
	width: 103px;
	height: 13px;
	color: #525252;
}
div#header input#search.error {
	background-color: #89C527;
	color: #27468E;
}
div#header button {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 22px;
	height: 16px;
	background: #27468E url(/media/images/global/go_button.gif) no-repeat 0px 0px;
	border: 0px;
	cursor: pointer;
}
div#header button:hover {
	background: #27468E url(/media/images/global/go_button.gif) no-repeat 0px -16px;
}
div#header button span {
	display: none;
}
div#pageHeader {
	height: 35px;
	background: #71819B url(/media/images/global/default_header.jpg) repeat-x scroll 0 0;
	margin-bottom: 20px;
}

div#pageHeader form input#search.error {
	background-color: #89C527;
	color: #ffffff;
}



/***************************
	Footer Styles
***************************/
div#footer ul {
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 12px;
}
div#footer li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;

}
div#footer li.last {
	margin: 0px;
	padding: 0px;
}
div#footer a:link, 
div#footer a:visited {
	color: #27468e;
}
div#footer a:hover,
div#footer a:active {
	color: #208081;
}
div#footer a.hLight:link,
div#footer a.hLight:visited {
	color: #2D94e1;
}
div#footer p.copyright {
	float: right;
	color: #42494a;
}
div#footer p.copyright span {
	display: none;
}

/***************************
	Main Content
***************************/
div#mainContent h1 {
	font-size: 20px;
	color: #102f41;
	text-align: right;
	text-transform: uppercase;
	font-weight: normal;	
}
div#mainContent h2 {
	font-size: 22px;
	color: #538f9a;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 27px
}
div#mainContent h3 {
	font-size: 18px;
	color: #262626;
	font-weight: normal;
	margin-bottom: 2px;
}
div#mainContent h4 {
	font-size: 13px;
	color: #262626;
	font-weight: normal;
	margin-bottom: 2px;
}
div#mainContent p {
	margin-bottom: 15px;
	line-height: 15px;
}
div.gradientHeader {
	background-image: url(/media/images/global/top_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin-bottom: 40px;
}
div.gradientFooter {
	background-image: url(/media/images/global/bottom_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
div.contentPadding {
	padding: 15px 20px;
}

ul, ol {
	margin: 0px 0px 15px 15px;
}


div#headerImage {
	width: 920px;
	margin-bottom: 17px;
	background: #71819B url(/media/images/global/default_header.jpg) repeat-x scroll 0 0;
}
div.tallHeader {
	height: 180px;
}
div.shortHeader {
	height: 35px;
}
div#headerImage img {
	width: 920px;
	height: 180px;
}
.largeText {
	font-size: 14px;
	line-height: 19px;
	color: #393939;
}
p.largeText strong {
	font-size: 16px;
	font-weight: normal;
	color: #1c1c1c;
}
ul#utilityLinks {
	list-style: none;
	margin: 20px 0px;
	height: 20px;
}
ul#utilityLinks li {
	float: left;
	border-left: 1px solid #27468E;
}
ul#utilityLinks li.first {
	border-left: none;
	padding-left: 0px;
}
ul#utilityLinks li.first a {
	padding-left: 0px;
}
ul#utilityLinks a:link,
ul#utilityLinks a:visited {
	height: 25px;
	width: 70px;
	font-weight: normal;
	padding: 5px 15px; 
}
ul#utilityLinks a:hover,
ul#utilityLinks a:active {

}



/***************************
	Widgets
***************************/
div#widgets {
	width: 235px;
	margin: 0px 0px 10px 0px;
	color: #313370;
	font-size: 14px;
}
div#widgets div.widgetItem {
	background-color: #8aaBB6;
	margin: 0px 0px 15px 0px
}
div.widgetItem img {
	width: 235px;
/*	height: 113px;
*/
	margin-bottom: -4px;
}
div.widgetItem p {
	padding: 10px 15px;
}
div.widgetItem  a:active,
div.widgetItem  a:hover {
	color: #ffffff;
}


/***************************
	Related Column Styles
***************************/
img.videoThumbnail {
	height: 151px;
	width: 216px;
	margin-bottom: 15px;
}
div#mainContent ul#relWidgets {
	list-style: none;
	font-size: 11px;
	margin: 0px 0px 40px 0px;
	color: #528f9a;
}
div#mainContent ul#relWidgets li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	background: url(/media/images/global/top_gradient_min.jpg) repeat-x;
	font-size: 13px;
}
div#mainContent ul#relWidgets a:link, 
div#mainContent ul#relWidgets a:visited {
	padding: 8px 0px 0px 15px;
	display: block;
	color: #443D46;
	border-top: 1px solid #79ba21;
	background-image: url(/media/images/global/max.gif);
	background-repeat: no-repeat;
	background-position: 195px 6px;
}
div#mainContent ul#relWidgets li.open a:link, 
div#mainContent ul#relWidgets li.open a:visited {
	display: block;
	color: #443d46;
	background-image: url(/media/images/global/min.gif);
	background-repeat: no-repeat;
	background-position: 195px 6px;
}
div#mainContent ul#relWidgets ul {
	display: none;
	margin: 7px 0px 0px 0px;
	list-style: none;
}
div#mainContent ul#relWidgets li.open ul {
	display: block;
}
div#mainContent ul#relWidgets ul li {
	margin: 0px 0px 5px 15px;
	background-image: none;
	padding: 0px 0px 2px 0px;
	font-size: 12px;
}
div#mainContent ul#relWidgets li ul a:link, 
div#mainContent ul#relWidgets li ul a:visited, 
div#mainContent ul#relWidgets li.open ul a:link, 
div#mainContent ul#relWidgets li.open ul a:visited {
	padding: 0px;
	display: inline;
	color: #27468E;
	border: none;
	background: none;
}
div#mainContent ul#relWidgets li ul a:hover, 
div#mainContent ul#relWidgets li ul a:active, 
div#mainContent ul#relWidgets li.open ul a:hover, 
div#mainContent ul#relWidgets li.open ul a:active {
	color: #208081;
}

div#mainContent ul#relWidgets ul#contacts img {
	display: block;
	height: 95px;
	width: 140px;
	margin-bottom: 10px;
}
div#mainContent ul#relWidgets li img {
	height: 95px;
	width: 140px;
	margin-bottom: 5px;
	display: block;
}

