/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2;
	padding: 0px;
	font-size: 0.7em;
	background-color: #404444;
	margin: 0px;
}
#rightcol {
	position: absolute;
	left: 550px;
	top: 125px;
	margin: 0px;
	right: auto;
	display: block;
	width: 200px;
	line-height: 1.2;
}
#rightcol p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}



a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
}

h2{
 font-size: 150%;
 color: #000000;
}

h3{
	font-size: 100%;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	height: 70px;
}
#masthead img {
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 0px;
}

#innermasthead{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 91px;
	background-color: #2D3333;
	background-image: url(images/backgroundDark.jpg);
}
#innermasthead img {
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 0px;
}

.reverseType {
	color: #FFFFFF;
}

#leftcol {
	width: 190px;
	float: left;
	text-align: right;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 13px;
	position: absolute;
	left: 5px;
	top: 145px;
	line-height: 1.6;
	height: 340px;
	margin: 0px;
}
#innerleftcol {
	width: 23%;
	float: left;
	text-align: right;
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b4d4f;
	margin: 0px;
	height: 100%%;
}
#innercontent .centerInside p {
	margin: 0px;
}



#navBar{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
	left: 200px;
	top: 34px;
	background-color: #3b4d4f;
	padding: 0px;
}
#navBar #sectionLinks li {
	display: inline;
}


#content{
	float:right;
	margin: 0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	width: 78%;
}
#innercontent{
	float:right;
	margin: 0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	width: 70%;
}
#innercomparison{
	float:right;
	margin: 0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	width: 90%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 300px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 200px;
	top: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #929fa1;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #515B5C;
}
#globalNav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #BFC7C8;
}



/************** .feature styles ***************/

.feature{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
#wrapper #leftcol .reverseType img {
}



.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	margin-top: 0px;
	width: 150px;
	color: #929fa1;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	top: 550px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.centerInside {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#wrapper {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
#glabalNav a:link {

	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #999999;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
#innerleftcol img {
	border: 1px solid #000000;
}
table.comparison {
	width: 100%;
	line-height: 1.4em;
	border-collapse: collapse;
	border: 2px solid #adbbca;
	color: #000000;
	background: #f0f0f0;
	font-weight: bold;
}
table.comparison caption {
	margin: 0;
	padding: 0;
	color: #3b4d4f;
	line-height: 1.8em;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
table.comparison thead tr{
	color: white;
	background: #3b4d4f;
}
table.comparison thead tr th{
	padding: 0.4em 0.6em 0.4em 0.6em;
	border: 2px solid #929fa1;
}
table.comparison tbody tr{
	border: 2px solid #929fa1;
}
table.comparison tbody th{
	padding: 0.6em;
	border: 2px solid #929fa1;
	text-align: left;
}
table.comparison tbody td{
	padding-left: 0.6em;
	border-bottom: 2px solid #929fa1;
	text-align: center;
	background-color: #f0f0f0;
}
table.comparison tbody tr.odd{
	background-color: #BFC7C8;
}
table.comparison tbody tr.odd td{
	color: #000000;
	background-color: #DDE3E3;
}
.bolded {
	font-weight: bold;
}
#homeSiteInfo {

	margin-top: 0px;
	width: 150px;
	color: #929fa1;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	top: 550px;
}
#innerleftcol img {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#innercontent .centerInside img {
	border: 0px solid #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#wrapper #innercontent .centerInside img.right {
	float: right;
}
#wrapper #innercontent .centerInside img.left {
	float: left;
}
#innerleftcontact {

	width: 23%;
	float: left;
	text-align: right;
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b4d4f;
	margin: 0px;
	height: 1000px;
}
#siteInfocontact {

	margin-top: 0px;
	width: 150px;
	color: #929fa1;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	top: 1100px;
}
.super {
	vertical-align: super;
	font-size: smaller;
	line-height: 2em;
	display: inline;
}
.footnote {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#clearboth {
	clear: both;
}
#siteInfo2 {
	width: 70%;
	color: #929fa1;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
.subscript {
	vertical-align: -15%;
	font-size: 9px;
	line-height: 2em;
}
