/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 15px;	
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #ADA976;
}

a:link, a:visited, a:hover {
	color: #BF7e45;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #BF7e45;
}

h2{
 font-size: 114%;
 color: #BF7e45;
}

h3{
 font-size: 100%;
 color: #BF7e45;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #BF7e45;
}

h5{
 font-size: 100%;
 color: #BF7e45;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin: 0;
	padding: 0px;
	width: 770px;
	text-align:left;
	background-image:url(images/bg.gif);
}
#header{
	margin: 0;
	padding: 0px;
	background-image:url(images/header.gif);
	height: 148px;
	width: 770px;
}

#navBar{
	margin: 0 586px 0 0;

	padding: 0px 4px 10px 1px;
	height: 300px;
}

#content{
    float: right;
	width: 563px;
	margin: 0;
	padding: 0px 10px 10px 10px;
	font-size: 11px;
}

#foot
{
	clear: both;
	margin-top: 5px;
	height: 42px;
	background-image:url(images/footer.gif);
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************** .feature styles ***************/

.feature img{
	float: right;
	padding: 0px 0px 0px 5px;
	margin: 0 0px 5px 5px;
}

.right{
	float: right;
	padding: 0px 0px 0px 5px;
	margin: 0 0px 5px 5px;
}

.left{
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0 5px 5px 0px;
}

.topnav{
	border: 1px solid #FFF000;
	background-color: #dae29a;
	padding: 4px;
	text-align: center;
	width: 500px;
	font-weight: bold;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #d3df7d;
	font-size: 13px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a{
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #d3df7d;
	width: 100%;
	width: auto;
	color: #666666;
	text-decoration: none;
}

#sectionLinks a:visited{
	border-top: 1px solid #d3df7d;
	padding: 2px 0px 2px 5px;
}

#sectionLinks a:hover{
	border-top: 1px solid #BF7e45;
	background-color: #dae39a;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
}
#foot p {
	text-align: right;
	padding: 20px 20px 0px 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}
	