* { padding: 0; margin: 0; }

/* ####################################
########## BEGIN ELEMENTS #############
#####################################*/

body {
	font-size: 14px;
	color: #505050;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #b6d2c3;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	}

img { border: 0; }

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	color: #b8714e;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	}

ul li { margin-left: 40px; }

p { margin: 15px 0 ; } 

/* ####################################
########## BODY STRUCTURE #############
#####################################*/

#wrapper {
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	}
	
#header { 
	width: 960px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	}

.content { width: 920px; padding: 20px; }

#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	padding: 15px 0 15px 0;
	}


/* ####################################
############ NAVIGATION ###############
#####################################*/

/*  Global Links */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline;}
a:active { text-decoration: none; }


/* ####################################
######### MENU NAVIGATION #############
#####################################*/

#nav_container {
	width: 950px;
	background-color: #4c3317;
	position: relative;
	}

#navigation { padding: 0; }

#nav_list {
	display: table;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	white-space: nowrap;
	border-left: 1px dotted #959595;
	}
	
#nav_list li { display: table-cell; margin: 0; padding: 0; }
	
#nav_list li a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	padding: 0 16px;
	text-decoration: none;
	color: #baa083;
	border-right: 1px dotted #959595;
	}
	
#nav_list li a:hover, #nav_list li a.current { background-color: #baa083; color: #4c3317; }
#nav_list li a:hover b, #nav_list li a.current b { display: block; float: left; cursor: pointer; }
	
	
/* ####################################
############# COLUMNS #################
#####################################*/

#columns_container { width: 920px; padding-bottom: 40px; }
	
	#left_column { width: 600px; float: left; padding: 20px; }
	#right_column { margin-left: 620px; padding: 20px; }
	


/* ####################################
########## FORMS CLASSES ##############
#####################################*/

.form_row { margin-left: 50px; clear: both; }

.form_label { 
	width: 275px;
	text-align: right;
	padding: 10px;
	float: left;
	}
	
.form_field {
	padding: 10px;
	float: left;
	}

.form_error {
	padding: 10px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0d6b36;
	font-size: 14px;
	font-weight: bold;
}

.field {
	height: 20px;
	width: 250px;
	}

.form_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 50px;
	width: 250px;
	overflow: auto;
}

/* ####################################
######### GENERAL CLASSES #############
#####################################*/

.bottom_links { width: 910px; margin: 0 auto; text-align: center; }
.image_padding { padding-left: 10px; }
.image_center { text-align: center; }
.spacer { width: 920px; height: 20px; }
.clear { clear: both; }
