
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 10px;
	padding: 0px; 
	background-color: #251d20;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #f5f7e9;
}

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

li {
	font-size: small;
	color: #f5f7e9;
}

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

img {
	border: 0px;
}

a {
	font-size: small;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	color: #f5f7e9;
	margin: 10px 0 20px 0;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 120%;	
	color: #f5f7e9;
	margin: 10px 0 10px 0;
}

form {
	margin: 0px;
}

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

/* page element styles */ 
 
#top_bar {
	height: 69px;
	padding: 0px 0px 30px 0px;
}

#navigation {
	clear: both;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 860px;
	padding: 30px;
	border: 3px solid #f5f7e9;
	background: url(../images/site/bg.jpg) repeat-x #6e524d;
}

#footer {
	clear: both;
	padding: 30px 0 0 0;
}

#footer div {
	font-size: 85%;
	color: #f5f7e9;
}

#footer a {
	color: #fff;
	font-size: 100%;
}


/* content page structural styles */

#page_main {
	background: url("../images/site/page_bg.png") left top repeat-y;
}

#left_nav {
	float: left;
	width: 150px;
	margin: 0px 30px 0px 0px;
}

/* content page */

#page_content {
	float: left;
	width: 680px;
}

#page_content #col1 {
	float: left;
	width: 425px;
}

#page_content #col2 {
	float: left;
	width: 225px;
	margin: 0px 0px 0px 30px;
}

/* left nav */

#left_nav a {
	display: block;
}

.nav_item_1, .nav_item_1_active {
	background: url(../images/nav/nav_item_1.png) no-repeat bottom center;
	margin-bottom: 5px;
	padding: 3px 7px 10px 7px;
}

.nav_item_1 a, .nav_item_1_active a {
	text-decoration: none;
	font-weight: bold;
}

.nav_item_2, .nav_item_2_active, .nav_item_3, .nav_item_3_active {
	background: url(../images/nav/nav_item_2.png) no-repeat left center;
	margin-bottom: 2px;
	padding: 8px 7px 10px 25px;
}

.nav_item_2 a, .nav_item_2_active a, .nav_item_3 a, .nav_item_3_active a {
	text-decoration: none;
	font-weight: bold;
}

.nav_item_3, .nav_item_3_active {
	padding-left: 35px;
}

/* general styles */

.padded_img img {
	padding: 0px 10px 10px 10px;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

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

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

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

/* form styles */


.user_form .row_0 {
	background-color: #6E524D;
}

.user_form .row_1 {
	background-color: #5E423D;
}

.user_form .row_section {
	background-color: #fff;
}

.user_form .row_section td {
	border: 0 !important;
	padding-top: 30px;
}

.user_form .cell {
	border-top: 1px #f3f3f3 solid;
	padding: 3px 0px 3px 0px;
}

.user_form .cell_left {
	border-left: 1px #f3f3f3 solid;
	border-top: 1px #f3f3f3 solid;
	padding: 3px 15px 3px 0px;
	padding-left: 10px;
}

.user_form .cell_right {
	border-top: 1px #f3f3f3 solid;
	border-right: 1px #f3f3f3 solid;
	padding: 3px 0px 3px 0px;
	padding-right: 10px;
	width: 440px;
}


.user_form .cell_span {
	border: 1px #f3f3f3 solid;
	border-bottom: 0;
	padding: 3px 10px 3px 10px;
}

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

.user_form .input_box {
	width: 300px;
}

.user_form .input_box_200 {
	width: 300px;
}

.user_form .input_box_small {
	width: 80px;
}

.user_form form {
	margin: 0px;
}

.user_form select {
	width: 300px;
}

.user_form .textarea {
	width: 300px;
	height: 200px;
}

.user_form .textarea_small {
	width: 300px;
	height: 50px;
	font-family: verdana;
	font-size: small;
}

.user_form .section {
	border-bottom: 1px #f3f3f3 solid;
}	

.user_form h3 {
	padding: 20px 0 0 0;
}

.user_form .select_box_200 {
	width: 300px;
}