
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0px;
	padding: 0px; 
	background-color: #fff;
}	 

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

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

li {
	font-size: small;
	color: #5b694d;
}

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

img {
	border: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

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

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

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

form {
	margin: 0px;
}

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

/* page element styles */ 
 
#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 865px;
	padding: 0;
}

#navigation {
	display: block;
	width: 865px;
	height: 30px;
	background: url(../images/nav/bar.png) no-repeat top right;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

.nav_item {
	display: block;
	height: 30px;
}

.nav_item:hover {
	background-position: 0 -30px  !important;
}

.nav_item span, .nav_item_active span {
	display: none;
}

#nav_home {
	width: 70px;
	background: url(../images/nav/home.png) no-repeat 0 0;
}

#nav_about {
	width: 95px;
	background: url(../images/nav/about.png) no-repeat 0 0;
}

#nav_area_plan {
	width: 100px;
	background: url(../images/nav/area-plan.png) no-repeat 0 0;
}

#nav_meetings {
	width: 96px;
	background: url(../images/nav/meetings.png) no-repeat 0 0;
}

#nav_events {
	width: 84px;
	background: url(../images/nav/events.png) no-repeat 0 0;
}

#nav_contact {
	width: 108px;
	background: url(../images/nav/contact.png) no-repeat 0 0;
}

#nav_talk {
	width: 133px;
	background: url(../images/nav/directors.png) no-repeat 0 0;
}

#nav_bookings {
	width: 107px;
	background: url(../images/nav/bookings.png) no-repeat 0 0;
}

#content {
	padding: 30px 0 0 0;
}

#content_left {
	float: left;
	width: 348px;
	margin-right: 30px;
}

#content_right {
	float: left;
	width: 470px;
}

#footer {
	border-top: 1px #ffb83d solid;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: right;
}

.bold {
	font-weight: bold;
}	

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

.error {
	color: #c00;
}


/* form styles */

.user_form .row_0 {
	background-color: #fefefe;
}

.user_form .row_1 {
	background-color: #fcfcfc;
}

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


.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: 200px;
}

.user_form .input_box_200 {
	width: 200px;
}

.user_form .input_box_small {
	width: 60px;
}

.user_form form {
	margin: 0px;
}

.user_form select {
	width: 200px;
}

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

.user_form .textarea_small {
	width: 200px;
	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: 200px;
}