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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
.outer {
	width: 843px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #666666;
	background-color: #000000;
	background-repeat: no-repeat;
	clear: both;
}

a.main {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-image: url(images/square.jpg);
	background-position: 1px;
	padding-left: 10px;
}

a:hover.main {
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a.main2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

	text-decoration: none;
		padding-left: 10px;
}

a:hover.main2 {
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
	font-weight: bold;

}
a.main3 {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;

	text-decoration: none;
		padding-left: 10px;
}

a:hover.main3 {
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
	font-weight: bold;

}
a.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	
	color: #999999;
	text-decoration: none;
}

/* overrides decoration from p
revious 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: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

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

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;
	width: 830px;
	background-image: url(images/web_components_02.gif);
	height: 164px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	padding: 0px;
}

#navBar{
	background-color: #0a112e;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 219px;
	float: none;
	position: relative;
	top: 10px;
	left: 22px;
	background-image: url(images/web_components_06.gif);
	padding: 0px;
	height: 306px;
}


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

#siteName{
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 600px;
}


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

#pageName{
	padding: 0px 0px 10px 10px;
}


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

#globalNav{
	color: #cccccc;
	white-space: nowrap;
	padding-top: 57px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;

}
/* '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 {

	padding: 0px 4px 0px 0px;

}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


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

.feature{
	font-size: 14px;
	margin-left: 0px;
	width: 578px;
	float: right;
	margin-right: 22px;
	background-repeat: no-repeat;
	background-position: 0px 55px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	background-color: #000033;
	margin-top: 0px;

}

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

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* 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%;
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	background-image: url(images/web_components_12.gif);
	width: 843px;
	margin-right: auto;
	margin-left: auto;
}
/* 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{
	font-size: 80%;
	background-image: url(images/web_components_06.gif);
	height: 306px;
	width: 219px;
	margin-left: 23px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #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;
}
#mainimage {
	margin: 0;
	width: 843px;
	background-image: url(images/web_components_04.jpg);
	height: 309px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
}
#content {
	margin: 0;
	width: 843px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	background-image: url(images/master_bg_11.jpg);
	background-repeat: repeat;
}
#footer {
	width: 843px;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	background-image: url(images/web_components_11.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#lefthandnav {
	background-image: url(images/web_components_06.gif);
	height: 276px;
	width: 194px;
	margin-left: 23px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#titlebar {
	font-size: 80%;
	background-image: url(images/web_components_07.gif);
	height: 54px;
	width: 601px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #cccccc;
	float: none;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	position: static;
}
.titlebox {
	font-size: 22px;
	margin-left: 0px;
	width: 575px;
	float: none;
	margin-right: 0px;
	background-image: url(images/web_components_07.gif);
	height: 40px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topinfo {
	color: #FFFFFF;
	white-space: nowrap;
	padding-top: 55px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.feature_copy {
	font-size: 12px;
	margin-left: 0px;
	width: 500px;
	float: right;
	margin-right: 21px;
	background-image: none;
	background-repeat: repeat;
	background-position: 0px 55px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#outer {
	width: 843px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #666666;
	background-color: #000000;
	background-repeat: no-repeat;
	clear: none;
}
.content2 {
	margin: 0;
	width: 843px;

	height: auto:;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	background-image: url(images/master_bg_11.jpg);
	background-repeat: repeat;
	float: left;

}
#bottomseo {
	width: 843px;
	height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 9px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #000000;
}
