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

body{ 
	margin: 0;
	padding:0;
	font-family: Arial, sans-serif;
	color: #523119;
	line-height: 1.166;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	scrollbar-base-color: #52321B;
	scrollbar-arrow-color: #EEE7C8;
	scrollbar-DarkShadow-Color: black;
	position: relative;
}


a{
	text-decoration: none;
	color: #5A3A21;
}

a:link{
	color: #5A3A21;
}

a:visited{
	color: #5A3A21;
}

a:hover{
	color: #5A3A21;
	text-decoration: underline;
}

h1{
 font-size: 22px;
}

h2{
 font-size: 18px;
}

h3{
	font-size: 16px;
	color:#EF762F;
	font-weight: bold;
}

h4{
 font-size: 14px;
}

h5{
 font-size: 10px;
}

h5{
 font-size: 9px;
}

ul{
	/*list-style-type: none;*/
	list-style-image: url(../images/caret.gif);
	list-style-position: outside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


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

#wrapper { 
	z-index:1;
	top:0px;
	width:757px;
	height: 100%;
	background-color: #5A3A21;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
}

#masthead{ 
	height: 93px;
	width: 757px;
	background-color: #EEE7C8;
	background-image: url(../images/leaves.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin:0;
}

#footer{
	z-index: 10;
	clear: both;
	font-size: 12px;
	padding: 5px 0px;
	width: 757px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-color: #245D2F;
	height: 47px;
	top: 758px;
	position: absolute;
	left: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#rightcolumn_nav a {
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

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

#globalNav{
	color: #cccccc;
	background-color: #EEE7C8;
	margin-left: 0px;
	left: 215px;
	top: 66px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: absolute;
	z-index: 3;
	height: 20px;
	width: 321px;
	right: 0px;
	bottom: 128px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	color: #376B3E;
	font-weight: bold;
}

a.globalNav:link{
	color: #376B3E;
	text-decoration: none;
}

a.globalNav:visited{
	color: #376B3E;
	text-decoration: none;
}

a.globalNav:hover{
	color: #376B3E;
	text-decoration: underline;
}

/************* #rightcolumn_nav styles **************/

a.rightcolumn_nav:link {
	color: #654325;
	text-decoration: none;
}

a.rightcolumn_nav:visited {
	color: #654325;
	text-decoration: none;
}

a.rightcolumn_nav:hover {
	color: #376B3E;
	text-decoration: underline;
}

a.rightcolumn_nav:active {
	color: #376B3E;
	text-decoration: none;
}

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

#navBar a { 
	font-size: 12px;
	padding: 0 4px 0 0;
	font-family: Arial, sans-serif;
	color: #EEE7C8;
}

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