
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0px;
	padding: 0px; 
	background-image: url("../images/site/bg.jpg");
	background-repeat: repeat-x;
	background-color: #558233;
}	 

div {
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	color: #3e2b09;
}

p {
	font-family: tahoma, verdana, sans-serif;
	font-size: small;
	color: #3e2b09;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: small;
	color: #3e2b09;
}

td {
	font-size: small;
	color: #3e2b09;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	font-size: small;
	/*color: #8c5b5b;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/*color: #c34343;*/
}

h1 {
	font-family: tahoma, verdana, sans-serif;
	font-size: x-large;	
	font-weight: bold;
	color: #8c745b;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h2 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 110%;	
	margin: 0px;
	padding: 10px 0px 15px 0px;
	font-weight: bold;
	color: #8c745b;
}


form {
	margin: 0px;
}

textarea {
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

hr {
	background-color: #a1af89;
	border: 0px;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

/* page element styles */ 
 
#top_bar {
	border-bottom: 2px #a1af89 solid;
	margin: 0px 21px 20px 21px;
}

/* top level nav */
.nav_item_1_active, .nav_item_1 {
	width: 166px;
	height: 25px;
	background-image: url("../images/site/nav_n.png");
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
}

.nav_item_1_active, .nav_item_1:hover {
	background-image: url("../images/site/nav_h.png");
}

.nav_item_1_active a, .nav_item_1 a {
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 5px 35px;
	color: #8c5b5b;
}

.nav_item_1_active a, .nav_item_1_active a:hover, .nav_item_1 a:hover {
	color: #f7f5f2;
	text-decoration: none;
}

/* 2nd level nav */
.nav_item_2_active, .nav_item_2 {
	width: 166px;
	height: 25px;
	background-image: url("../images/site/nav2_n.png");
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
}

.nav_item_2_active, .nav_item_2:hover {
	background-image: url("../images/site/nav2_h.png");
}

.nav_item_2_active a, .nav_item_2 a {
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 5px 45px;
	color: #8c5b5b;
}

.nav_item_2_active a, .nav_item_2_active a:hover, .nav_item_2 a:hover {
	color: #f7f5f2;
	text-decoration: none;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 802px;
	background-image: url("../images/site/main_bg.png");
	background-repeat: repeat-y;
	background-color: #fff;
}

#footer {
	clear: both;
	margin: 0px 40px 0px 40px;
	padding: 20px 0px 40px 00px;
	border-top: 1px #a1af89 solid;
}

#footer div {
	color: #3e2b09;
}

#footer a {
	color: #3e2b09;
}

/* content page structural styles */

#box_top {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background: url("../images/site/main_top_bg.png");
	width: 802px;
	height:19px;
	background-repeat: no-repeat;
}

#box_main {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 802px;
	padding: 0px 0px 0px 0px;
}

#box_bottom {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background: url("../images/site/main_bottom_bg.png");
	background-repeat: no-repeat;
	width: 802px;
	height:19px;
}

#col_bg {
	background: url("../images/site/divider.jpg") left repeat-y;
	margin: 20px 0px 20px 0px;
	padding: 1px 0px 1px 0px;
}

#col1 {
	float: left;
	width: 170px;
	padding: 0px 20px 0px 40px;
	margin-bottom: 20px;
}

#col2 {
	float: left;
	width: 510px;
	padding: 0px 25px 0px 20px;
}

#col2 img {
	padding: 10px;
}

/* general styles */

.smallText {
	font-size: 80%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

.text_right {
	text-align: right;
}