﻿/* YUI Reset Fonts. Don't Edit Here */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* end YUI reset-fonts */

html, 
body, 
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
body 
{	
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 75%; /* old browsers don't like pixel sizes. see below */
	line-height: 1.5em; 
	text-align: justify;
}
html>body
{
	font-size: 12px; /* modern browsers can resize pixel font-sizes */
}
html, body
{	
	background-color: #f2f2f2;
	color: #31849b;
}
div 
{
	text-align: justify;
}
h1, h2, h3, h4
{
	line-height: 1em;
	font-weight:bold;
	text-align: left;
}
h1
{
	font-size: 1.5em; 
	margin: 1em 0em 1em 0em;
	color: #fff;
}
h2
{
	font-size: 1.33em;
	margin: 1em 0em .5em 0em;
}
h3
{
	font-size: 1.25em;
	margin: .75em 0em .5em 0em;
}
h4
{
	font-size: 1.1667em;
}
/* Links & Links in Heading styles */
a:link,
a:visited
{
	color: #014986;
	text-decoration: underline;
	font-style: italic;
}
a:hover
{
	text-decoration: none;
}

p, ul, ol
{
	margin-bottom: 1.5em;
}
p
{
/*	text-indent: 1.5em;*/
}
ul 
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
ol.outside
{
	margin: 0;
}
ol.outside li
{
	list-style-type: decimal;
	list-style-position: outside;
}
ol.outside li ul.simple li,
li 
{
	margin-left: 1.5em;
	font-weight: normal;
	font-size: 1em;
}
/* Visible List Styles */
ul.normal li
{
	list-style-type: disc;
	margin-left: 30px;
}
ol.normal li 
{	list-style-type: decimal; }
ul.squared li
{	list-style-type: square; }


/* Invisible List Styles */
ul.simple,
ul.simple li
{
	list-style:none;
	margin: 0;
	padding: 0;
}

b, strong, dt
{
	font-weight:bold;
}


/* Utililty Classes */
.hS_fixwidth 
{   /* used inside above elements to tie widths together */
	width: 976px;
	position:relative;
	margin: 0 auto;
	clear: both;
}

.mainshadow
{
	width: 994px;
	margin: 0 auto;
	background-image: url(images/shadow_bg.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
.bottomshadow
{
	width: 994px;
	height: 7px;
	margin: 0 auto;
	background-image: url(images/shadow_footer_bg.png);
	background-position: -1px 0;
	background-repeat: no-repeat;
}

/* CSS Easy Clearing from http://www.positioniseverything.net/easyclearing.html */
.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
clearfix {display: block;}
/* End hide from IE-mac */

.accessibletext { text-indent: -999em; overflow: hidden; }
.clearboth{ clear: both; }
.hidden { display: none; }
.inline { display: inline; }
.center { margin: 0 auto; display: block; }
.right { float: right; }
img.right { margin-left: 1em; }
.left { float: left; }
img.left { margin-right: 1em; }
img.right,
img.left,
img.center { margin-bottom: 2em; }


/* Page Structural Classes Start here */

/* Page Column Styles */
#hS_Body,
#hS_Head,
#hS_top
{
	margin: 0;
	background-color: #fff;
	clear: both;
}
#hS_Body
{
	background-image: url(images/body_bg.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#hS_Head
{
	width: 976px;
	height: 150px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: 245px 0;
}


#hS_Print
{
	float: right;
	height: 50px;
	width: 730px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.grid_Main
{
	margin-left: 245px;
	padding: 0;
}

.grid_Main .content
{
	padding: 7px 50px 50px 20px;
}

.grid_Side
{
	float: left;
	width: 245px;
	background-color: #eaf2f5;
}

/* Navigation Styles - generic first, modifications for top, bottom later */
ul.sitenav li a,
ul.switcher li a,
ul.headnav li a
{
	font-weight: bold;
	text-decoration: none;
	color: #31849b;
	text-transform: uppercase;
	font-style: normal;
}
ul.sitenav li a:hover,
ul.switcher li a:hover,
ul.headnav li a:hover,
ul.sitenav li a.current,
ul.headnav li a.current
{
	color: #014986;
	text-decoration: none;
}
* html ul.sitenav a:link,
* html ul.sitenav a:visited,
* html ul.switcher li a:link,
* html ul.switcher li a:visited,
* html ul.headnav li a:link,
* html ul.headnav li a:visited
{
	text-decoration: none;
	font-style: normal;
}

ul.switcher
{
	height: 50px;
	line-height: 50px;
	float: left;
	width: 245px;
	margin: 0;
	padding: 0;
	background-image: url(images/body_bg.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}
ul.switcher li
{
	padding: 0 20px 0 0;
	margin: 0;
	display: inline;
	float: right;
}


ul.sitenav
{
	margin: 20px;
}
ul.sitenav li
{
	text-align: right;
	margin: 10px 0; 
}
ul.sitenav li a
{
	padding-left: 15px;
	font-size: 1.1667em;
	line-height: 1.5em;
}
ul.sitenav li a:hover
{
	background-image: url(images/dothvr_bg.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

#hS_buyNav
{
	float: right;
	margin: 0;
	padding: 0;
	width: 338px;
	height: 150px;
}
ul.headnav
{
	margin: 0;
	padding-top: 1px;
}

#hS_buyNav,
ul.headnav li a
{
	background-image: url(images/headlink_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul.headnav li
{
	margin: 0;
	padding: 0;
}
ul.headnav li a
{
	display: block;
	height: 74px;
	line-height: 74px;
	text-transform: none;
	font-size: 1.2em;
	padding-left: 30px;
	background-position: 0 bottom;
	font-family: inherit;
}
ul.headnav a:hover
{
	background-color: #eaf2f5;
}


ul.print li
{
	display: inline;
	margin: 0 1em;
	float: right;
}
ul.print li a
{
	display: block;
	width: 23px;
	height: 20px;
	line-height: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.print li.email a
{
	background-image: url(images/email_bg.jpg);
}
ul.print li.print a
{
	background-image: url(images/print_bg.jpg);
	margin-right: 50px;
}

/* header */
.logo
{
	width: 245px;
	height: 150px;
	float: left;
	background-color: #31849b;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 100px 85px;
	background-image: url(images/logo.png);
}
.logo h1
{
	margin: 0;
}
.logo h1 a
{
	display: block;
	width:125px;
	height:60px;
	margin:80px 0 0 100px;
}

/* Footer Tweaks */
#hS_Footer
{
	margin: .2em 0 2em 0;
	clear: both;
	text-align: right;
} 
* html #hS_Footer { margin-top: 0;}

