/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#425d31;
	font-size:15px;
	margin:0 auto;
	background-color:#398208;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/bg_back.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.border-color {
	border-color:#30662A;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:257px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:212px;
	left:350px;
	width:513px;
	height:29px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

#main-top {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-top.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	line-height:25px;
	position:relative;
	top:0;
	left:0;
	float:left;
	width:290px;
	height:auto;
	padding: 22px 0 0 15px;
}

#about-text {
	line-height:25px;
	position:relative;
	top:0;
	left:0;
	float:left;
	width:825px;
	height:auto;
	padding: 22px 0 0 60px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:525px;
	height:auto;
	padding: 22px 0 0 60px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:62px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg)
}

.footer-copy {
	color:#FFF;
	float:left;
	padding: 25px 0 0 55px;;
}

.slug {
	float:right;
	padding: 18px 55px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:29px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image: url(images/nav.gif);
}

a#nav_01 {
	width:62px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -29px;
}

a#nav_02 {
	width:73px;
	cursor:pointer;
	background-position:-62px 0;
}

a:hover#nav_02{
	background-position:-62px -29px;
}


a#nav_03 {
	width:148px;
	cursor:pointer;
	background-position:-135px 0;
}

a:hover#nav_03{
	background-position:-135px -29px;
}


a#nav_04 {
	width:134px;
	cursor:pointer;
	background-position:-283px 0;
}

a:hover#nav_04{
	background-position:-283px -29px;
}

a#nav_05 {
	width:96px;
	cursor:pointer;
	background-position:-417px 0;
}

a:hover#nav_05{
	background-position:-417px -29px;
}

