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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
	margin: 0px;
	padding: 0px;	
	background-color:#C5D4E9;
}

a:link, a:visited {
	color: #111111;
	
}

a:hover {
	color: #FF6600;
	text-decoration:none;
	
}


/* overrides decoration from previous rule for hovered links */

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

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

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

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

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                                 */
/***********************************************/

#container{
	margin: 0 auto;
	width: 920px;
	text-align: left;
	background-color:#FFCC00;
	clear:both;
	height:100%;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	background-color:#FFCC00;
	width: 100%;
	height:230px;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color:#FFCC00;
}

#content{
  float:left;
	width: 67%;
	margin: 0;
	padding: 0 3% 0 0px;
	background-color:#FFFFFF;	
}

#cover {
}

/*************** #cover styles **************/
#cover a{
color:#000000;
font-weight:bold; 
}

#cover img{
padding-right:10px;
}

#cover a:hover{
color:#FF6600;
}

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

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


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

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


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

#globalNav{
	color: #cccccc;
	padding: 0px 10px 5px;
	white-space: nowrap;
	float:left;
	background-color:#002244;
	clear:both;
	position:relative;
	width: 900px;
	margin-bottom: 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 {
    color: #FFFFFF;
	font-size: 70%;
	padding: 0px 5px 0px 10px; 	
	background-color:#002244;
	margin-right:2px;		
	}
	
#globalNav a:hover {
	color:#FFCC00;
	text-decoration:none;	
}

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

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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.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: 10px;
}

.story img{
padding-right:10px;
padding-bottom:10px;
float:left;
}

.story table img{
padding-right:0px;
padding-bottom:0px;
}

.story a{
	color:#000000;
		
}

.story a:hover{
	color:#FF6600
}


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

#siteInfo{
	font-size: 75%;
	color: #222222;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	clear:both;	
	margin: 0 auto;	
	width: 920px;	
	text-align: left;
}
/* 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;
	
	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 #FFF;}

/* 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;	
	font-size: 90%;	
	background-color:#E8E8E8;
}

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

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

#sectionLinks a:visited{	
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	color:#FF0066;
}


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

.relatedLinks{
	margin: 0px;
	padding: 10px 0px 10px 10px;	
	width:28%;
	float:right;	
	font-size: 70%;	
	background-color:#FFFFFF;	
height:auto;	
}

.relatedLinks h3{
	padding: 5px 0px 5px 5px;		
	background-color:#EEEEFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-top-style:none;
	border-top-width:1px;	
}

.relatedLinks p{	
	padding-right:10px;
	
}

.relatedLinks a{
	color:#000000;
	padding-right:10px;
		
}

.relatedLinks a:hover{
	color:#FF6600;
}

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

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

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines ul{
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 5px;
	}

#headlines li{
    margin-bottom: 10px;	
	border-top-style:dotted;
	border-top-width:1px;
}

/* GENERIC CLASSES FOR USE ON VARIOUS OBJECTS */
.fond{
	background-color: #FFFFFF;
}
/************** COLGROUP **************/
#content .colGroup{
	margin: 0;
	padding: 0;
	clear: both;
	width:auto;
}
/************** CLEARFIX **************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************** clear:both **************/
.clear {
clear:both;
}
/************** highlight story **************/
#container #content .story .highlight {
	background-color: #E7EDF5;
	float: left;
	width: 200px;
	margin-right: 20px;
	border: 2px solid #FFCC00;
	padding-bottom: 10px;
}
.relatedLinks #cover {
	background-color: #FFCC33;
	border-top: 1px solid #000000;
	border-right: none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.relatedLinks #cover img {
	padding-left: 5px;
	padding-bottom: 10px;
}
