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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FBDDA3;
}

#wrapper {
    margin: 0px auto;
    text-align: left;
    width: 800px;
    position: relative;
	border: 1px solid #000000;
}

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

a:hover {
	text-decoration: underline;
}
/* 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: 100%;
 color: #000000;
 background-color: #FDC248;
}

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

h3{
 font-size: 130%;
 color: #FEFEFE;
}

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

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

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: #000000;
}
				

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

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #000000;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #D1DEE9;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#content{
  float:right;
	width: 79%;
	margin: 0;
	padding: 0 0% 0 0;
	font-size: 12px;
	font-weight: bold;
}


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

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


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

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


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

#globalNav{
    clear: both;
	font-size: 85%;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #DEAE49;

}
/* '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: 85%;
	padding: 0px 4px 0px 0px; 
}


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

#siteInfo{
	clear: both;
	font-size: 60%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #DEAE49;
}
/* 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 ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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: 1px solid #EEE;}

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


/*********** #menu styles ***********/

#menu{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font-size: 75%;
	font-weight: bold;
	background-color: #CC9D3A;
}

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

#menu a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #000000;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#menu a:visited{
	border-top: 1px solid #000000;
	padding: 2px 0px 2px 10px;
}

#menu a:hover{
	border-top: 1px solid #000000;
	background-color: #FDC248;
	padding: 2px 0px 2px 10px;
}


/*********** .Links styles ***********/

#Links{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	font-weight: bold;
	background-color: #DEAE49;
}

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

#Links a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #000000;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#Links a:visited{
	border-top: 1px solid #000000;
	padding: 2px 0px 2px 10px;
}

#Links a:hover{
	border-top: 1px solid #000000;
	background-color: #FDC248;
	padding: 2px 0px 2px 10px;
}


/************** #stats styles **************/

#stats{
	padding: 15px 0px 0px 0px;
	font-size: 75%;
	font-weight: bold;
	border-top: 1px solid #000000;
	background-color: #CC9D3A;
}

#stats img{
	display: block;
}


