/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#999999;
	font-size:14px;
	margin:0 auto;
	background-color:#000;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_repeat.jpg);
	background-repeat:repeat;
}

a {
	color:#4d4d4d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:28px; color:#FFF; }

h2 { font-size:18px; color:#FFF; }

h3 { font-size:20px; color:#FFF; }

h4 { font-size:27px; color:#4d4d4d; }

h5 { font-size:50px; color:#4d4d4d; }

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

.contact {
     font-size: 16px;
}

.calendar {
	color:#FFF;
}
.fimage { border:3px solid #1E1E1E; }

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

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

#bg_repeat {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-position: top center;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
}

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

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

#banner {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:344px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:40px;
}

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

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

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:960px;
    min-height:550px;
    height:auto !important;
    height:550px;
	margin:25px 0 0 0;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:610px;
    min-height:550px;
    height:auto !important;
    height:550px;
	margin:25px 0 0 0;
}

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

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

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

#calendar {
	position:relative;
	top:0;
	left:0;
	width:316px;
	height:230px;
	background-image:url(images/bg_calendar.jpg);
	background-repeat:no-repeat;
	padding:15px 0 0 0;
}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:24px;
	clear:both;
	border-top:#000 solid 1px;
	padding:16px 0 0 0;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:138px;
	background-position:-135px 0;
}

a:hover#nav_02{
	background-position:-135px -40px;
}

.active_02 {
	background-position:-135px -40px !important;
}

a#nav_03 {
	width:155px;
	background-position:-273px 0;
}

a:hover#nav_03{
	background-position:-273px -40px;
}

.active_03 {
	background-position:-273px -40px !important;
}

a#nav_04 {
	width:156px;
	background-position:-428px 0;
}

a:hover#nav_04{
	background-position:-428px -40px;
}

.active_04 {
	background-position:-428px -40px !important;
}

a#nav_05 {
	width:195px;
	background-position:-584px 0;
}

a:hover#nav_05{
	background-position:-584px -40px;
}

.active_05 {
	background-position:-584px -40px !important;
}

a#nav_06 {
	width:181px;
	background-position:-779px 0;
}

a:hover#nav_06{
	background-position:-779px -40px;
}

.active_06 {
	background-position:-779px -40px !important;
}

