/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	position: absolute;
	top: 7px;
	width: 777px;
	left: 2px;
}

#navBar{
	float: left;
	margin: 0px;
	padding: 0px;
	color: #0066CC;
	position: absolute;
	left: 7px;
	top: 115px;
	height: 582px;
	width: 149px;
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#headlines{
	float:right;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	padding-right: 10px;
	position: absolute;
	left: 710px;
	top: 115px;
	height: 552px;
	width: 145px;
}

#content{
	float: left;
	position: absolute;
	left: 157px;
	top: 115px;
	width: 551px;
	height: 580px;
   /*width: 400px; */
   
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	visibility: visible;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	left: 14px;
	top: 112px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	position: absolute;
	left: 3px;
	top: 5px;
	width: 531px;
	height: 532px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	position: absolute;
	left: 12px;
	top: 414px;
	width: 504px;
	height: 152px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 5px 5px 5px 5px;
	position: absolute;
	left: 6px;
	top: 705px;
	width: 833px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	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: absolute;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #FFCC33;
	left: 4px;
	top: 17px;
	width: 142px;
	height: 346px;
	visibility: visible;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: absolute;
	font-size: 70%;
	background-color: #FFFFCC;
	left: 1324px;
	top: 123px;
	width: 100px;
	height: 335px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	border-left-color: #FFFFFF;
	position: absolute;
	left: 50px;
	top: 335px;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.Style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 7px;
	color: #0033CC;
}
.RelatedLinks1 {
	position: absolute;
	visibility: visible;
	left: 10px;
	top: 248px;
	height: 329px;
	width: 134px;
	background-color: #FFCC33;
	font-size: 14px;
}
.feature1 {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	position: absolute;
	left: 0px;
	top: 8px;
	width: 534px;
	height: 53px;
}
.story1 {

	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	position: absolute;
	left: 9px;
	top: 378px;
}
.feature_USLocation {

	padding: 0px 0px 10px 10px;
	font-size: 80%;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 501px;
	height: 225px;
}
.Content_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
