/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:12px;
	margin:0 auto;
	line-height: 18px;
	background-color:#000;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(images/bg_body.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;
}

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

.flag {
	margin: 0 0 10px 0;
}

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


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

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:293px;
}

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

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

#main {
	position:relative;
	top:0;
	left:0;
	width:868px;
	height:auto;
	padding: 0 50px 20px 32px;
}

#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 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:660px;
	height:auto;
}

#content_btm {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:660px;
	height:auto;
	padding: 20px 0 0 0;
}

#email {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:320px;
	height:auto;
	margin: 0 20px 0 0;
}

#commercial {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:320px;
	height:auto;
}

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

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

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

#sponsors {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:208px;
	height:408px;
	padding: 20px 0 0 0;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:67px;
	clear:both;
	color: #fff;
	padding: 50px 50px 0 50px;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	height:37px;
	background-position: 0 -22px;
}

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

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

a#nav_03 {
	height:35px;
	background-position: 0 -59px;
}

a:hover#nav_03{
	background-position: -208px -59px;
}

.active_03 {
	background-position: -208px -59px !important;
}

a#nav_04 {
	height:39px;
	background-position: 0 -94px;
}

a:hover#nav_04{
	background-position: -208px -94px;
}

.active_04 {
	background-position: -208px -94px !important;
}

a#nav_05 {
	height:38px;
	background-position: 0 -133px;
}

a:hover#nav_05{
	background-position: -208px -133px;
}

.active_05 {
	background-position: -208px -133px !important;
}

a#nav_06 {
	height:29px;
	background-position: 0 -171px;
}

a:hover#nav_06{
	background-position: -208px -171px;
}

.active_06 {
	background-position: -208px -171px !important;
}

