/* CSS Document */

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

a {
	color:#8C0B05;
	text-decoration: underline;
}

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

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

.home_text {
	position:relative;
	margin:0 auto;
	width:200px;
	height:auto;
	float: left;
	margin: 0 10px;
}

.flag {
	color:#8C0B05;
	font-size: 28px;
}

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:34px;
	left:34px;
	width:880px;
	height:70px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

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

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

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

#content_main {
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	padding: 0 0 0 50px;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	width:860px;
    min-height:420px;
    height:auto !important;
    height:420px;
	color: #000;
	padding: 0 0 0 50px;
}

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

#sponsors {
	width:950px;
	height:165px;
	margin: 0 auto;
	color: #8A7F46;
	padding: 40px 0 0 0;
}

#sponsors a {
	color: #8A7F46;
}

#bg_footer {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:248px;
	margin: 0 auto;
	background-repeat:repeat-x;
	background-image:url(images/bg_footer.jpg);
	
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:41px;
	clear:both;
	margin: 0 auto;
	color: #8a7f46;
	padding: 5px 0 0 0;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:77px;
	background-position:-107px 0;
}

a:hover#nav_02{
	background-position:-107px -70px;
}

.active_02 {
	background-position:-107px -70px !important;
}

a#nav_03 {
	width:87px;
	background-position:-184px 0;
}

a:hover#nav_03{
	background-position:-184px -70px;
}

.active_03 {
	background-position:-184px -70px !important;
}

a#nav_04 {
	width:115px;
	background-position:-596px 0;
}

a:hover#nav_04{
	background-position:-596px -70px;
}

.active_04 {
	background-position:-596px -70px !important;
}

a#nav_05 {
	width:67px;
	background-position:-711px 0;
}

a:hover#nav_05{
	background-position:-711px -70px;
}

.active_05 {
	background-position:-711px -70px !important;
}

a#nav_06 {
	width:102px;
	background-position:-778px 0;
}

a:hover#nav_06{
	background-position:-778px -70px;
}

.active_06 {
	background-position:-778px -70px !important;
}
