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

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

body{
	background-color: #D6D6D6;
	width: 100%;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/wheel_bkgrnd.gif);
	background-repeat: repeat;
}


a:link {
	color: #006699; 
	text-decoration: none;
}


a:visited {
	color: #006699; 
	text-decoration: none;
}


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

.current {
	color: #000000;
	text-decoration: none;
	font-size: 90%;
	font-weight: normal;
}

/* overridesm 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;
}

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

h2b{
	font-size: medium;
	color: #334d55;
	font-weight: bold;
}

h3{
 font-size: large;
 color: #334d55;
 margin: 0 0 5px 0;
}

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

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

h6{
 font-size: large;
 color: #334d55;
}

.h2{
	font-size: medium;
	color: #334d55;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.h3{
	font-size: medium;
	color: #334d55;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0 0 15px 0;
}

.style1 {
	font-size: small
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;	
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;	
}


ul{
	list-style-type: none;
}

ul ul{
 list-style-type: lower-roman;
}

ul ul ul{
 list-style-type: lower-alpha;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#siteContainerShadow {
	width: 936px; /* the auto margins (in conjunction with a width) 

center the page */
	padding:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	/*background-color: #FFFFFF;*/
	background: transparent;
	filter:shadow(color:gray, strength:10, direction:135);
}

#siteContainer {
	width: 936px; /* the auto margins (in conjunction with a width) 

center the page */
	text-align: left; /* this overrides the text-align: center on the 

body element. */
	border: 1px solid #fff;
	margin-top: 100;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	/*background-color: #FFFFFF;*/
	background: transparent;
}

#masthead{
	display: block;
	margin: 0;
	padding: 0px 0px;
	width: 936px;
	height: 140px;
	overflow: hidden;
	background-color: #DFC358;
	
}

#mastheadLogo{
	display: block;
	margin: 0;
	padding: 0px 0px;
	width: 936px;
	height: 70px;
	overflow: hidden;
	position: relative;
	top: 0px;	
}

#mastheadImage{
	display: block;
	margin: 0;
	padding: 0px 0px;
	width: 936px;
	height: 70px;
	overflow: hidden;
	position: relative;
	top: 0px;	
}

#mastheadPageTitle{
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 761px;
	height: 32px;
	overflow: hidden;
	position: relative;
	top: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
}

#innerContainer{
	display: block;
	position: relative;
	float: left;
	width: 936px; /* the auto margins (in conjunction with a width) */
	background-color: #DFC358;
}

center the page {
	margin: 0 0 0 0;
	/*background-color: #FFFFFF;*/
	background-color: #DFC358;
	text-align: left;
}

.clear{
	clear:both;
}

#navBarLogo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	height: 30px;
	margin: 0 8px 4px 8px;
	padding: 0 0 0 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFC358;
}

#pageTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	height: 0px;
	margin: 0 0px 4px 8px;
	padding: 0 8px 0 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	visibility:hidden;
}

#navBar{
	float: left;
	height:auto !important;
	/*height: 880px;*/ 
	width: 175px;
	margin: 0px;
	padding: 0px;
	background-color: #DFC358;
}


#content{
	position: relative;
	display: block;
	float:right;
	/*height: 880px;*/
	min-height:700px;
    /*height:auto !important;*/
    /*height:880px; */
	width: 761px;
	margin: 0;
	padding: 0px 0px 2px 0px;
	background-color: #FFFFFF;
}



#contentBody{
	background: transparent;
  	float:left;
	width: 761px;
	margin: 0;
	padding: 0 0 0 0;
}

#contentImage{
	display: block;
	margin: 0;
	padding: 0px 0px;
	width: 761px;
	/*height: 70px;*/
	overflow: hidden;
	position: relative;
	top: 0px;	
}

#footer{
	clear: both;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 936px;
	height: 0px;
	text-align: center;	
}

/***********************************************/
/* Layout Styles                                 */
/***********************************************/

.border{
	width:250px;
	padding:10px;
	filter:shadow(color:gray, strength:10, direction:135);
	
}

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

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


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

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


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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; 
}

/************* #sectionNav styles **************/

#sectionNav {
	/*color: #000;*/
	color: #334d55;
	padding: 5px 5px 5px 5px;
	text-align:center;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7C7C7;
}
/* '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 */

#sectionNav img{
	display: block;
}

#sectionNav a {
	color: #466A75;
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#sectionNav .selected {
	color: #334d55;
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	font-weight: normal;
	text-decoration: underline;
}

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

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


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

.feature{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	/*padding: 0px 40px 10px 40px;*/
	font-size: 80%;
}

.feature h3{
	padding: 0px 0px 0px 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;
	display: block;
	padding: 10px 40px 0px 40px;
	font-size: 80%;
	position:relative;
}

.story2{
	display: block;
	padding: 10px 30px 0px 30px;
	font-size: 80%;
}

.story3{
	clear: both;
	display: block;
	padding: 10px 40px 0px 40px;
	margin: 20px 0 0 0;
	font-size: 80%;
	position:relative;
}

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

/************** iframe *****************/

i_frame {
	margin-left: 0px;
	position: relative;
	width: 761px;
	border:0px;
	background-color:#fff;
}

i_frame2 {
	margin-left: 0px;
	position: relative;
	width: 761px;
	border:0px;
	background-color:#fff;
	top: 120px;
}

.central-1 {
	margin-left: 0px;
	position: relative;
	width: 761px;
	border:0px;
	background-color:#fff;
}

.central {
	margin-left: 140px;
	position: relative;
	width: 761px;
	border:0px;
	background-color:#fff;
	padding-top:240px;
}


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

#siteInfo{		
	width: 936px; 
	text-align: center; 
	padding: 8px 0px 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	/*background-color: #D6D6D6;*/
	background: transparent;
}
/* 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;
}




/*********** #sectionLinks styles ***********/

/*#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	margin: 10px 0 10px 0;
	width: 175px;
}
*/

#sectionLinks {
	width: 175px;
	line-height: 25px;
	margin-top: 10px;
	padding: 0 0 0 0;
	
}

#sectionLinks ul{
	width: auto;
	list style: none;
   	margin:0;
   	padding: 0px 0px 0px 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	/*font-size: 100%;*/
	font-size: large;
 	
}

#sectionLinks ul li{
	margin: 0;
	padding:0 0px 0 0;
	text-align:right;
	list-style-type: none;
}

#sectionLinks ul li a{
	display: block;	
	padding: 0px 8px 0px 0;
	/*color: #FFF;*/
	color: #334d55;
	height: 100%;		
}

#sectionLinks ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#sectionLinks ul li a.active,
#sectionLinks ul li a.active:hover {
    color:#fff;
   	background:#000;
   	font-weight:bold;
}

#sectionLinks ul li.selected a,
	#sectionLinks ul li.selected a:link,
	#sectionLinks ul li.selected a:visited,
	#sectionLinks ul li.selected a:hover {
	display:block;
	/*padding: 0 8px 0 0px;*/
   	background-color: #DFC358;
	/*background-color: #fff;*/
	/*cursor: text;*/
	cursor:default;
  	color: #990000;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 100%;
}

.fade {
	font-size:xx-large;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing:normal;
	font-weight:bold;
	font-style:normal;
	padding-left:20px;
	padding-right:20px;
}

/***********************/

/*
#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{
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	color: #00CC66;
	
}

#sectionLinks .current {
	color: #334d55;
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 100%;
}
*/


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

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

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	margin: 0 10px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}

.relatedLinks a:link{
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	
}

.relatedLinks a:visited{
}

.relatedLinks a:hover{
}

.relatedLinksFixed {
}

.relatedLinks ul{
background-color: #DFC358;
}

.relatedLinks ul li{
background-color: #DFC358;
}

.relatedLinks ul li a{		
}

.relatedLinks ul li a:hover {
}

.relatedLinks ul li a.active,
.relatedLinks ul li a.active:hover {
background-color: #DFC358;
}

.relatedLinks ul li.selected a,
	.relatedLinkss ul li.selected a:link,
	.relatedLinks ul li.selected a:visited,
	.relatedLinks ul li.selected a:hover {
background-color: #DFC358;
}


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

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

#advert img{
	display: block;
	padding: 0px 0px 10px 0px;
	background-position: center;
}


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

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

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



/*************** Image Hover ************/

#pic {
	background-color: #FFFFFF;
	left: 0px;
	margin: 2px 8px 2px 0;
	position: relative;
	width:auto;
	top: 0px;
	clear: both;
	float:left;
	font-size: 16px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 0px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: none;
	display: block;
	height: auto;
	left: 0;
	text-decoration: none;
	top: 0;
}

#pic a.p1:hover {
	background-color: inherit;
	color: #FF0000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: auto;
	width: auto;
	/*left: 600px;*/
	left: 49%;
	position: fixed;
	top: 240px;
	z-index: 1000;
	
}

/***************************/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}






