﻿/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Tahoma, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #597100;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:Tahoma, Helvetica, sans-serif;
 font-size: 120%;
 color: #FFFF00;
}

h2{
 font-family:Tahoma, Helvetica, sans-serif;
 font-size: 114%;
 color:green;
 background-color:#FFDD00;
 font-style:italic;
}

h3{
 font-family:Tahoma, Helvetica, sans-serif;
 font-size: 16px;
 font-weight:bold;
 font-variant:small-caps;
 color:#FFDD00;
}

h4{
 font-family:Tahoma, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-family:Tahoma, Helvetica, sans-serif;
 font-size: 100%;
 color:green;
 font-style:italic;
}

ul{
 font-family:Tahoma, Helvetica, sans-serif;
 list-style-type: square;
}

ul ul{
 font-family:Tahoma, Helvetica, sans-serif;
 list-style-type: disc;
}

ul ul ul{
 font-family:Tahoma, Helvetica, sans-serif;
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
table {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	color:#597100;	
}
th{
	font-weight:bold;
}
hr {
	border:3px solid #597100;
}

.pageText {
	font-size:14px;
	color:#597100;	
}


p {
	font-size:14px;
	color:#597100;
	padding: 4px 4px 4px 4px ;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#container  {width:85%!important; 
			 min-height: 600px;
			 margin:auto;
			 padding:0px;
			 background:#89b611;
			 border-top:3px solid #597100;
			 border-left:3px solid #597100;
			 border-right:3px solid #597100;
			 border-bottom:3px solid #597100;		 			 
}

#content{
	position:relative;
	min-height: 335px;
	top:-10px;
	float:none;
	height:auto;
	width: auto;
	margin:20px 2px 2px 2px;
	background-color:#FFFFFF;
	
}

#floatText{
	float:right;
	padding: 2px 2px 2px 2px;
}
		 
#banner {
		 background-position:bottom;
		 display:block;
		 border-bottom:0px solid #597100;		 			 
		 padding:3px;
		 margin:0px;
		 background:url(../images/top_middle.gif) repeat-x;
		 height: 150px;
		 }
		 
		 

/* NAVIGATION + DL */

#dl  {width:172px;
	 height:224px;
	 float:left;
	 border:none;
	 margin-left:12px;
	 margin-top:8px;
	 margin-right:12px;
	 display:block;
	}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}	
	
#navigation  {
			  height:100%;
			  width:100%;
			  display:block;
			  background:#FFFFFF;
			  
			  }

.Nav {text-decoration:none; color:#8a0e0e; font:bold 9pt Tahoma;}			  
			  
/* BUTTONS */


#button {width:170px;
		 background-color:#ffe100;
		 text-indent:10px;		   
		 
		 
		 }
			  
			  
#button a {font-family:Tahoma, Helvetica, sans-serif;
		   font-size:12px;
		   text-decoration:none;
		   text-transform:uppercase;
		   color:#597100;
		   text-indent:10px;
		   
		   
		   }


#button a:hover {color:#3e5805;
				 
				 
				 }
				   
	
				
/* LIST */

ul.no_bullet {
			font-family:Tahoma, Helvetica, sans-serif;
			list-style-type:none;
			  padding-top:8px;
			  padding-bottom:8px;
			  padding-left:0px;
			  padding-right:0px;
			  margin:0px;
			  background-color:#ffe100;
			  border-left:1px solid #b1b400;
		 	  border-right:1px solid #b1b400;

			 
			 }
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
float:none;
border:3px solid #597100;
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;
}

/*********** #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;}


