html, body{
	margin:0;
	padding:0;
	border:0;
	height:auto;
}

body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	/*color: #ffffff;*/
	background: #5d5b34 url(images/bg.gif) top left repeat-x;
	/*margin-bottom: 0px;*/
}

body.welcome {
	background: #5d5b34 url(images/bg_big.gif) top left repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 1.5px;
	color:#B20807;
	margin:0px;
}

h4, h5, h6 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
	color:#000000;
}

fieldset { border: solid 1px #A89767; padding: 6px; }
legend { color: #ffffff; }

a:link, a:visited, a:active {
	color: #F4DA9D;
	text-decoration: underline;
}
a:hover {
	color: #C48585;
	text-decoration: underline;
}

/* layout elements */
#header {
	margin:0 auto;
	padding:0;
	border:0;
	width:775px;
	margin-bottom:18px;
}

#content {
	margin:0 auto;
	padding:0;
	border:0;
	width:775px;
}

#liner {
	margin-left:20px;
}

#tab-body {
	height:auto;
	width:735px;
	padding:0px;
	margin:0px;	
}

/* navigation */
	#navigation{
		float:left;
		height:22px;
		overflow:hidden;
		margin:0 auto;
	}
	#navigation ul{
		list-style:none;
		padding:0px;
		margin:0px;
		margin-left:20px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	/* unselected */
	#navigation ul li{
		float:left;
		margin:0px 1px 0px 0px;
		padding-left:10px;
		height:22px;
		/*background: url("images/nav_left.gif") no-repeat left top;*/
		background: url("images/button_sprite.gif") no-repeat;
		background-position: left top;
		overflow:hidden;
	}
	#navigation ul li a{
		color:#000000;
		text-decoration:none;
		cursor: pointer;
		float:left;
		padding-right:10px;
		height:22px;
		/*background: url("images/nav_right.gif") repeat-y right top;*/
		background: url("images/button_sprite.gif") repeat-y;
		background-position: right -70px;
	}
	#navigation ul li a span{
		text-align:center;
		padding:3px 5px 0px;
		float:left;
		width:auto;
		height:22px;
		/*background:url("images/nav_body.gif") repeat-x;*/
		background: url("images/button_sprite.gif") repeat-x;
		background-position: center -35px;
	}
	
	/* selected */
	#navigation ul li.selected{
		float:left;
		margin:0px 1px 0px 0px;
		padding-left:10px;
		height:22px;
		background: url("images/button_sprite.gif") no-repeat;
		background-position: left -105px;
		overflow:hidden;
	}
	#navigation ul li.selected a{
		color:#000000;
		text-decoration:none;
		cursor: pointer;
		float:left;
		padding-right:10px;
		height:22px;
		background: url("images/button_sprite.gif") repeat-y;
		background-position: right -175px;
	}
	#navigation ul li.selected a span{
		text-align:center;
		padding:3px 5px 0px;
		float:left;
		width:auto;
		height:22px;
		background: url("images/button_sprite.gif") repeat-x;
		background-position: center -140px;
	}

/* content */
	#content-body-top {
		width:100%;
		background-color:#ffffff;
		height:13px;
	}
	
	#content-body-top.left {
		float:left;
		margin:0px;
		padding-left:16px;
		height:13px;
		background: url("images/content_top_left.gif") no-repeat left top;
		/*background: url("images/button_sprite.gif") no-repeat;
		background-position: left top;*/
		overflow:hidden;
	}
	#content-body-top .right {
		float:left;
		padding-right:16px;
		height:13px;
		background: url("images/content_top_right.gif") repeat-y right top;
		/*background: url("images/button_sprite.gif") repeat-y;
		background-position: right -70px;*/
	}

	#content-body {
		background: url("images/content_body.gif") repeat-x;
		background-color:#ffffff;
		color: #000000;
		padding:20px;
		padding-top:1px;
		text-align:justify;
	}

	#content-body a {
		color:#000000;
	}
	/*#content-body a:hover {
		color:#855723;;
	}*/
	#content-body p {
		line-height:1.5;
	}

#footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#C6AE83;
	text-align:right;
	margin:0 auto;
	margin-top:12px;
	padding-bottom:10px;
	width:735px;
	bottom:0px;
}

#footer a:hover {
	color:#ffffff;
	cursor:pointer;
}

/* Glider */
.glidecontentwrapper{
	position: relative; /* Do not change this value */
	overflow: hidden;
	margin:15px;
	margin-top:0px;
}

.glidecontent {
	position: absolute; /* Do not change this value */
	background: #ebebeb;
	width:100%;
}

.glidecontenttoggler{
	margin-top: 6px;
	margin-bottom:10px;
	text-align: right;
}

.glidecontenttoggler a{
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #d4d4d4;
	color: #000000;
	padding: 2px 4px;
	margin-right: 3px;
	font-weight: normal;
	text-decoration: none;
}

.glidecontenttoggler a.selected{
	background: #cccccc;
	color: black;
}

.glidecontenttoggler a:hover{
	background: #999999;
	color: #ffffff;
}

#content-body .glidecontenttoggler a.prev:hover, #content-body .glidecontenttoggler a.next:hover{
	color: #ffffff;
	background: #1A48A4;
}

.clearfix { clear: both; }

/* ---------- ( Sidebar ) ---------------------------------------- */
#sidebar {
	float: right;
	width: 286px;
}

#sidebar .box {
	display: inline;
	color: #000;
}

#sidebar .inner {
	padding: 14px 16px 12px 16px !important;
	color: #666;
	line-height:16px;
}

#sidebar ul {
	padding: 0px 0px 0px 0px;
}
#sidebar ul li {
	display: inline;
	padding: 0px 8px 10px 20px;
	display: block;
	background: url('images/red-bullet.gif') 5px 4px no-repeat;
}

.box {
	float: left;
	width: 286px;
	color: #666666;
	font-size: 11px;
	margin: 0px 31px 30px 0px;
	background: url('images/box-mid.jpg') repeat-y;
	/*background: url('images/content_body.gif') repeat-x;*/
}
.box h3 {
	background: url('images/box-heading.jpg') no-repeat;
	height: 42px;
	font-size: 17px;
	line-height: 44px;
	padding-left: 16px;
}
.box h3 a {
	color: #B20807;
	text-decoration: none;
}
.box .inner {
	background: url('images/box-bottom.jpg') bottom no-repeat;
}
.box .inner p {
	line-height: 17px;
	padding-bottom: 10px;
}
.box-last {
	margin: 0px 0px 30px 0px;
}

#contact-form input {
	font-size:12px;
}

