/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

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

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:20px; text-transform:uppercase; color:#016968; }

h2 { font-size:20px; color:#016968; }

h3 { color:#016968; font-size:14px; padding:0; margin:0; }

/* ---- 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;
}

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

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


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

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

#main {
	position:relative;
	top:10px;
	left:35px;
	width:780px;
	height:auto;
	background:url(images/bg_sidebar.gif) repeat-y;
}

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

#content_main {
	position:relative;
	top:0;
	right:25px;
	float:right;
	width:530px;
	height:auto;
	margin-bottom:10px;
	line-height:20px;
}

#news_items {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:230px;
	height:250px;
	border:1px solid #9fbcaa;
	font-size:12px;
	padding:10px;
	margin-top:10px;
	line-height:14px;
}

#quick_links {
	position:relative;
	top:0;
	left:10px;
	float:left;
	width:230px;
	height:250px;
	border:1px solid #9fbcaa;
	font-size:12px;
	padding:10px;
	margin-top:10px;
	line-height:14px;
}

#quick_links ul {
	list-style:none;
	margin:10px;
	padding:0;
}

#quick_links a {
	font-size:14px;
	font-weight:bold;
}

#quick_links li {
	margin-bottom:5px;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:175px;
	height:auto;
}

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

#footer {
	position:relative;
	float:right;
	top:0;
	left:0;
	width:610px;
	height:40px;
	clear:both;
	font-size:11px;
	border-top:8px solid #a9a9a9;
	padding-top:10px;
	margin-top:10px;
}

#footer a {
	text-decoration:none;
}

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

#copy {
	position:relative;
	top:0;
	left:10px;
	float:left;
}

#contact_info {
	position:relative;
	top:0;
	right:10px;
	float:right;
}

/* ---- start menu settings -------------------------- */
 
#menu {
	position:relative;
	top:120px;
	left:65px;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
 }

#menu a {
	color:#525252;
}

#menu a:hover {
	text-decoration:none;
	color:#016968;
}

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

#menu li {
	padding-left:10px;
	width:145px;	
	padding:4px 0 4px 10px;
	border-bottom:1px solid #a9a9a9;
}
