/* CSS Document */

@import url("navmarker.css");
@import url("slider.css");
	
/* Blue Footer #BECCD5 */
/* Terra Footer #D1AC65 */


/* GENERAL */

body {
	margin: 40px 0px; 
	background-color: #B1CFD0; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #444;
	background-image: url(/images/general/bg2.gif);
	background-repeat: repeat;
	}

a {color: #868E25; text-decoration: underline;}
a:link {color: #868E25; text-decoration: underline;}
a:visited {color: #868E25; text-decoration: underline;}
a:hover {color: #D58C1B; text-decoration: underline;}
a:active {color: #868E25; text-decoration: underline;}

img {border: 0;}
.left {float: left; text-align: left;}
.right {float: right;}

.wrap {
	width: 840px;
	height: 390px;
	padding: 10px;
	padding-top: 35px;
	margin: 0 auto;
	background-image: url(/images/general/main_ds.png);
	background-repeat: no-repeat;
	background-position: 0 25px;
	position: relative;
	z-index: 0;
	}
	
.content {
	height: 390px;
	background-image: url(/images/general/main_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	}

.main {
	position: relative;
	top: 0;
	left: 0;
	}
.logo {
	width: 185px;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1000;
	}
.nav {
	width: 605px;
	position: absolute;
	left: 215px;
	z-index: 900;
	top: 30px;
	border-bottom: 1px dotted #cfbf98;
	}
.nav ul {padding: 0; margin: 0;}
.nav li {list-style: none; display: inline; padding: 0; margin: 0; padding-right: 6px;}


.footer {
	margin: 10px 0px;
	font-size: 10px; 
	color: #6b8d91;
	position: relative;
	}
	.footer a {color: #6b8d91; text-decoration: underline;}
	.footer a:link {color: #6b8d91; text-decoration: underline;}
	.footer a:visited {color: #6b8d91; text-decoration: underline;}
	.footer a:hover {color:#ecf4f4; text-decoration: underline;}
	.footer a:active {color: #6b8d91; text-decoration: underline;}

.footer li {list-style: none; display: inline; padding: 0 5px;}
.footer .badge {position: absolute; top: 0px; padding: 0;}
.footer .b-r {right: 20px;}
.footer .b-m {right: 67px;}
.footer .b-l {right: 157px;}

/* HOMEPAGE */

.homepage .nav {border-bottom: 0;}


/* SUBPAGES */

.textarea, .subnav {
	width: 765px;
	position: absolute;
	left: 15px;
	padding: 0 20px;
	}

.textarea {
	top: 75px;
	height: 250px;
	text-align: center;
	position: relative;
	overflow: auto;
}

.subnav {
	height: 25px;
	padding-top: 10px;
	bottom: 15px;
	border-top: 1px dotted #cfbf98;
	text-align: center;
}

/* TWITTER */

#twitter_div {
	width: 500px;
	padding: 10px 0;
	position: absolute;
	top: -32px;
	left: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	z-index: 10;
}

#twitter_div ul {margin: 0; padding: 0;}
#twitter_div li {display: inline; list-style: none; }

#twitter_div a {color: #fff; font-size: 10px; text-transform: uppercase;}
#twitter_div a:link {color: #fff;}
#twitter_div a:visited {color: #fff;}
#twitter_div a:hover {color: #688386;}
#twitter_div a:active {color: #fff;}


@media all {
 ul { margin: 0; padding-left: 1em;}
 li { margin-left: 0px; margin-bottom: 4px;}
}
