/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#e1e1b5;
	font-size:14px;
	margin:0 auto;
	background-color:#58595b;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a {
	color:#6C2A6A;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:16px; }

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

.img_left {
	position:relative;
	float:left;
	padding: 0 10px 0 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:851px;
	height:auto;
}

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:right;
	top:50px;
	right:12px;
	width:521px;
	height:22px;
}

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

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

#main_sub {
	position:relative;
	color:#6c2769;
	top:0;
	left:0;
	width:850px;
	height:481px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-sub.jpg);
	margin: 0 0 0 1px;
}

#main_sub2 {
	position:relative;
	color:#6c2769;
	top:0;
	left:0;
	width:850px;
	height:481px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-green.jpg);
	margin: 0 0 0 1px;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:515px;
	height:auto;
	padding: 15px 0 0 15px;
}

#content_main-full {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:820px;
	height:auto;
	padding: 15px 0 0 15px;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:435px;
	height:auto;
	padding: 15px 0 0 15px;
}

#content_main-left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:380px;
	height:auto;
	padding: 15px 0 0 15px;
}

#content_main-right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:380px;
	height:auto;
	padding: 15px 15px 0 0;
}

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

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

#side_bar {
	color:#6c2769;
	position:relative;
	top:0;
	left:0;
	background-color:#9fa738;
	float:right;
	width:230px;
	height:auto;
	margin: 15px 15px 0 0;
	padding: 10px;
}

#side_bar-sub {
	color:#6c2769;
	position:relative;
	font-size:12px;
	top:0;
	left:0;
	background-color:#9fa738;
	float:right;
	width:320px;
	height:auto;
	margin: 15px 15px 0 0;
	padding: 10px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:851px;
	height:40px;
	clear:both;
}

.copy {
	float:right;
	padding: 5px 15px 0 0;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:90px;
	cursor:pointer;
	background-position:-51px 0;
}

a:hover#nav_02{
	background-position:-51px -22px;

}

.active_02 {
	background-position:-51px -22px !important;
}

a#nav_03 {
	width:98px;
	cursor:pointer;
	background-position:-141px 0;
}

a:hover#nav_03{
	background-position:-141px -22px;
}

.active_03 {
	background-position:-141px -22px !important;
}

a#nav_04 {
	width:74px;
	cursor:pointer;
	background-position:-239px 0;
}

a:hover#nav_04{
	background-position:-239px -22px;
}

.active_04 {
	background-position:-239px -22px !important;
}

a#nav_05 {
	width:84px;
	cursor:pointer;
	background-position:-313px 0;
}

a:hover#nav_05{
	background-position:-313px -22px;
}

.active_05 {
	background-position:-313px -22px !important;
}

a#nav_06 {
	width:124px;
	cursor:pointer;
	background-position:-397px 0;
}

a:hover#nav_06{
	background-position:-397px -22px;
}

.active_06 {
	background-position:-397px -22px !important;
}

