/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/*background-image: url(images/btgrdk.gif);*/
	/*background-repeat: repeat-x;*/
	line-height: 1.166;	
	padding: 0px;
	/*background: #516636 url(images/btgrdk.gif) bottom left fixed repeat-x;*/
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #516636;
	
}

/*a:link, a:visited, a:hover {
	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;*/
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
color: #DB4632;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
.indent{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin-left:148px;
}
h5{
 font-size: 100%;
 color: #334d55;
}



label{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	
	border-top: 1px thin solid #CCCCCC;
}



#content{
	float:right;
	width: 610px;
	padding: 0 5px 0 0;
	background-color:#FFFFFF;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #541900;
}

#pageNameTitle{
	padding: 10px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #541900;
}

/************* #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; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.spon a {
text-decoration:underline;
color: #000000;
}

.feature{
	padding: 0px 15px 0px 15px;
	font-size: 80%;
	margin-bottom: 5px;
	margin-left: 3px;
	border-right: solid 1px #FFF2F2;
	border-bottom: solid 2px #FFF5FF;
	margin-top: 5px;
	line-height: 1.6em;
	
}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
	letter-spacing: 0.3em;
	
}

.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: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #CC0000;
	padding: 10px 5px 10px 5px;
	background-color: #B9242A;
}
/* 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;
}




/*********** #navBar link styles ***********/



/* 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;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 115%;
	background-color: #FFF5FF;
	width: 172px;
	padding-bottom: 0px;
	border-top: 1px solid #cccccc;
}

#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;
	background-color: #FCF1CF;
	padding: 2px 0px 2px 10px;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



.stage {
	padding: 0px;
	height: auto;
	width: 800px;
	border: #FDB91A thick solid;
	background-image:url(images/bkg.jpg)
}
	
li:hover ul, li.over ul { display: block; } /* The magic */
/*/////////////////////////////////
menu rollovers
*/

ul {
	margin: 3px;
	padding: 0px;
	list-style: none;
	width: 164px;
	border-bottom: 1px solid #000000;
	line-height: 1.3em;
	margin-bottom: 5px;


	}
	

ul li {

	position: relative;	

	}

	
li ul {

	position: absolute;
	
	left: 175px; 
	
	top: 0;
	
	display: none;
	
	}


/* Styles for Menu Items */

ul li a {

	display: block;
	
	text-align: left;
	
	font-size: .7em;
	
	text-decoration: none;
	
	color: #000000;
	
	background: #fff; /* IE6 Bug */
	
	padding-bottom: 0px;
	
	padding-right:0px;
	
	border: 1px solid #ffffff;
	
	border-left: 0px;
	
	border-bottom: 7px; 
	
	border-right: 0px;
	

	
	}
	

/* Fix IE. Hide from IE Mac \*/

* html ul li {
	float: left;
	height: 1%;
}

* html ul li a { height: 1%; }

/* End */

.buyGif img{
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color:#FFFFFF
}
.logoSponsor img{
	float: none;
	margin-bottom: 0px;
}
.over {
	color: #FF6600;
	text-decoration: none;
}
.spon a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
color:#333333;



	
}

