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

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

body {
	margin-left: 70px;
	margin-top: 70px;
	margin-right: 70px;
	margin-bottom: 70px;
	background-color: #000000;
}

body,td,th {
	color: #CC9966;
	text-decoration: none;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #FF9900;
 	letter-spacing: 5px; 
}

h2{
	font-size: 120%;
	color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 0px;
}

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

h4{
	font-size: 100%;
	font-weight: normal;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

#masthead{
	margin: 5px;
	padding: 5px 0px 0px;
	width: 100%;
	border: 1px none #cccccc;
	color: #FF9900;
	letter-spacing: 500em;
}

#content{
  float:none;
	width: 100%;
	margin: 0;
	padding: 0% 10% 0 0;
}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 50px;
	letter-spacing: .5em;
	border: none;
	font-size: 24px;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


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

#pageName{
	padding: 0px;
	color: #996600;
}


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

#globalNav{
	color: #996600;
	padding: 0px 0px 5px;
	white-space: nowrap;
	letter-spacing: .5em;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
/* '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; 
}


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

.feature{
	padding: 10px 80px 0px;
	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: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #996633;
	padding: 10px 0px;
	margin-top: 0px;
	border-top: 1px none #cccccc;
	border-right: 1px none #cccccc;
	border-bottom: 1px solid #660000;
	border-left: 1px none #cccccc;
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;
}


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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 5%;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border: 1px none #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

