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

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

body{
	font-family: "Trebuchet MS";
	line-height: 1.166;
	margin: 0px;
	padding: 30px;
	background-color: #003366;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: auto;
	width: auto;
	left: 10px;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 10px;
}

h1{
 font-family: "Trebuchet MS";
 font-size: 120%;
 color: #FF9900;
}

h2{
 font-size: large;
 color: #F89D34;
}

h3{
 font-size: large;
 color: #FFCC33;
}

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

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

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


	border-bottom: 1px solid;
	width: 100%;
	overflow: visible;
	position: static;
	color: #F89D34;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	border: 1px dotted #FFCC33;
}

#content{
	float:right;
	font-size: large;
	color: #F89D34;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	position: relative;
	font-family: "Trebuchet MS";
	width: 75%;
}


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

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


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

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


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

#globalNav{
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	font-family: "Trebuchet MS";
	color: #F89D34;
}
/* '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: medium;
	padding: 0px 4px 0px 0px;
	color: #F89D34;
}


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

#breadCrumb{
	font-size: 80%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	color: #F89D34;
	text-transform: none;
}


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

.feature{
	font-size: small;
	font-family: "Trebuchet MS";
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	color: #F89D34;
}

.feature img{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
/* 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: 0px none #cccccc;
	font-size: 75%;
	color: #F89D34;
	padding: 10px;
	margin-top: 0px;
	width: 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;
}

#siteInfo a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-top-style: none;
	color: #F89D34;
}

#siteInfo a:visited{
	padding: 2px 0px 2px 10px;
	border-top-style: none;
	color: #F89D34;
}

#siteInfo a:hover{
	padding: 2px 0px 2px 10px;
	border-top-style: none;
	color: #FF6600;
}
/************* #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;
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #FF6600;
}


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

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	padding-left: 5px;
}
#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-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #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: 10px;
	font-size: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #F89D34;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-top-style: none;
	color: #F89D34;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	border-top-style: none;
	color: #FFCC33;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	border-top-style: none;
	color: #FF6600;
}


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

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

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


/************** #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;
}
#Layer3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 100px;
	top: 99px;
}

#Layer1 {
	position:absolute;
	width:544px;
	height:50px;
	z-index:1;
	left: 204px;
	top: 14px;
}
#Layer2 {
	position:absolute;
	width:975px;
	height:88px;
	z-index:1;
	left: 1px;
	top: 20px;
}

.style2 {color: #FF9900}
#Layer3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 100px;
	top: 99px;
}
.style4 {color: #333333;}
.style6 {color: #FFCC33;}
.style7 {color: #FFFF00;}
.style8 {font-weight: normal;}
.style9 {font-weight: normal;}
.style10 {font-size: 18px;}
