/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#474139;
	font-size:14px;
	margin:0 auto;
	background-color:#7c8559;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(/images/bg_body.jpg);
}

a {
	color:#2c3a6f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h5 { margin:0 0 16px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:16px; }

h5 { font-size:16px; color:#2c3a6f; }

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


.flag  {
	font-family:"Trade Gothic LT Std";
	font-size:24px;
	color:#755227;
	
}

.gallery-box {
	position:relative;
	width:120px;
	height:140px;
	float:left;
	text-align:center;
}

.newsletter_textbox { background-color:#65563c; border:1px solid #806d4d; color:#fff; font-family:'Times New Roman'; width:170px;}

.gallery-box img { border:2px solid #2B428E; }

.right_image {
	margin:5px 0 5px 2px;
}

.schedule_event {
	list-style:none;
}

.sub_banners {
	position:relative;
	top:-15px;
	left:-15px;
	width:755px;
}

.partners-header {
	font-weight:bold;
	font-size:12px;
	color:#2c3a6f;
}

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

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:286px;
	left:10px;
	width:934px;
	height:49px;
}

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

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

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

#content_sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:710px;
    min-height:935px;
    height:auto !important;
    height:935px;
	padding: 15px 0 0 20px;
}

#partners {
	position:relative;
	width:713px;
	height:auto;
}

.row1 {
	position:relative;
	width:713px;
	height:210px;
	background-repeat:no-repeat;
	background-image: url(images/bg_row1.jpg);
	padding: 18px 0 12px 0;
}

.row2 {
	position:relative;
	width:713px;
	height:198px;
	background-repeat:no-repeat;
	background-image: url(images/bg_row2.jpg);
	padding: 18px 0 0 0;
}

.row3 {
	position:relative;
	width:713px;
	height:198px;
	background-repeat:no-repeat;
	background-image: url(images/bg_row3.jpg);
	padding: 18px 0 0 0;
}


.column {
	position:relative;
	text-align:center;
	float:left;
	width:178px;
	height:auto;
}

.image_border {
	border:3px solid #403320;
}

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


#pic {
	position:absolute;
	top:100px;
	left:550px;
	float:right;
	width:350px;
	height:234px;
}



#content_home-left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:193px;
	height:auto;
}

#content_sponsors {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:165px;
	height:392px;
}

#content_home-middle {
	position:relative;
	top:0;  
	left:0;
	float:left;
	width:567px;
    min-height:732px;
    height:auto !important;
    height:732px;
}

#content_home-btm {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:563px;
	height:436px;
	background-image:url(images/bg_white-back.jpg);
	background-repeat:no-repeat;
}


#btm_text {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:540px;
	height:auto;
	padding: 20px 0 0 7px;
	line-height:18px;
}
#content_home-right {
	position:absolute;
	top:0;
	right:0;
	float:right;
	width:185px;
	height:735px;
	background-image:url(images/bg_side-brown.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	padding: 0 0 0 5px;
}

#countdown {
	position:relative;

	top:0;
	left:0;
	width:158px;
	height:36px;
	padding: 10px;
	background-repeat: no-repeat;
	background-image: url(images/bg_countdown.jpg);
}


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

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

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

}

#bios {
font-size:10px;
width:160px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:37px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding: 10px 0 0 10px;
	font-size:12px;
}

#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/nav3.gif);
}

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

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

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

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

a:hover#nav_02{
	background-position:-63px -49px;
}

.active_02 {
	background-position:-63px -49px !important;
}

a#nav_03 {
	width:94px;
	background-position:-126px 0;
}

a:hover#nav_03{
	background-position:-126px -49px;
}

.active_03 {
	background-position:-126px -49px !important;
}

a#nav_04 {
	width:86px;
	background-position:-220px 0;

}

a:hover#nav_04{
	background-position:-220px -49px;
}

.active_04 {
	background-position:-220px -49px !important;
}


a#nav_05 {
	width:149px;
	background-position:-306px 0;
}

a:hover#nav_05{
	background-position:-306px -49px;
}

.active_05 {
	background-position:-306px -49px !important;
}

a#nav_06 {
	width:204px;
	background-position:-455px 0;
}

a:hover#nav_06 {
	background-position:-455px -49px;
}

.active_06 {
	background-position:-455px -49px !important;
}

a#nav_07 {
	width:99px;
	background-position:-659px 0;
}

a:hover#nav_07{
	background-position:-659px -49px;
}

.active_07 {
	background-position:-659px -49px !important;
}

a#nav_08 {
	width:76px;
	background-position:-758px 0;
}

a:hover#nav_08{
	background-position:-758px -49px;
}

.active_08 {
	background-position:-758px -49px !important;
}


a#nav_09 {
	width:93px;
	background-position:-834px 0;
}

a:hover#nav_09{
	background-position:-834px -49px;
}

.active_09 {
	background-position:-834px -49px !important;
}



/* ---- start nav drop settings -------------------------- */

#sub_nav {
	position:absolute;
	top:-88px;
	left:0;
	width:924px;
	height:49px;
	font-size: 12px;
}

#sub_nav a {
	color: #fff;
	display:block;
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #1d274f;
}

#sub_nav a:hover {
	color: #c8cfe3;
	padding: 3px;
	text-decoration: none;
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7, #L8, #L9   {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #364f99;
	border: 1px solid #1d274f;
}

#L1 { width:200px; left:250px; }
#L2 { width:230px; left:30px; }
#L3 { width:180px; left:115px; }
#L4 { width:200px; left:30px; }
#L5 { width:190px; left:255px; }
#L6 { width:190px; left:530px; }
#L7 { width:180px; left:630px; }
#L8 { width:250px; left:700px; }
#L9 { width:240px; left:775px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}


.hide {
	position:absolute !important;
	visibility:hidden !important;
}

/*------------------------------------------------------acc settings ------------------------*/
