/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	line-height: normal;
	margin: 4px 2px 6px;
	padding: 4px 2px 6px;
	border-style: solid;
}

a:link, a:visited, a:hover {
}

a:hover {
}
/* 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: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

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;
	padding: 0px;
	border-bottom: 10px solid #000000;
	width: auto;
}

#navBar{
	padding: 2px;
	width: 32%;
	margin-top: 0;
	margin-right: 0%;
	margin-left: 68%;
	font-size: 20px;
	background-color: #CE6139;
	padding-left: 2px;
}

#content{
	float:left;
	width: 65%;
	background-color: #666666;
	border-top: 2px none #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 10px none #FFFFFF;
	margin-top: 0%;
	margin-right: 2px;
	margin-bottom: 1%;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 0%;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 20px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 2% 0px 10px 10px;
	text-align: center;
	top: 1%;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: normal;
	background-color: #CCCCCC;
	width: 650px;
	border-bottom-width: thick;
	border-top-width: thick;
	font-size: 20px;
	position: absolute;
	height: auto;
	left: 4px;
	top: 372px;
}
/* '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 {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	border-color: #FFFFFF;
	background-color: #CECFCE;
	border-width: 20px medium;
	clear: both;
	margin-bottom: 5%;
	margin-right: 4px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	background-color: #CECFCE;
	border-color: #FFFFFF;
	border-width: 20px medium;
	margin-bottom: 5%;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 10px;
	clear: both;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 0px 0px 0;
	direction: ltr;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	background-color: #CCCCCC;
	border-width: 20px medium;
	border-color: #FFFFFF;
	margin-bottom: 5%;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 4px;
}

.story p{
	border-color: #330066;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 6px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 10px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	background-color: #CCCCCC;
	height: 70px;
}
/* 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;
	color: #FFFFFF;
	font-size: 90%;
	padding-bottom: 6px;
	font-style: italic;
}
#navBar ul {list-style: none; margin: 0; padding: 4;}

/* 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: 2px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 24px;
	color: #666666;
	background: #CC6666;
	visibility: visible;
	background-color: #CE6139;
	line-height: 20px;
}

#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;
	padding: 2px 0px 2px 10px;
	background: #666666;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 2px;
	padding: 0px 0px 10px 10px;
	font-size: 18px;
	margin-left: 2px;
	background-color: #CE6139;
	line-height: 20px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #000000;
}


/************** #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: 18px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
