/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#514630;
	font-size:.8em;
	margin:0 auto;
	background-position:top center;
	background-color:#e3d7bf;
	background-image:url(images/bg_header-repeat.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}

a { color:#733d22; font-weight:bold; text-decoration:none; }

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

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; color:#514630; text-transform:uppercase; margin:0px;}

/* ---- class settings ----------------------- */

.email_signup {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:950px;
	height:auto;
}

.border-line {
	border-style:solid;
	background-color:#000;
	border-color:#000000;
	border:0px solid #000;
	height:1px;
	color:#00000;
}

.border {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:2px;
	height:auto;
}

.flag {
	margin-bottom:20px;
}

.small_flag {
	margin-bottom:20px;
}

.page_images {
	padding: 10px 10px 10px 10px;
	float:left;
}

.hidden_flag {
	 display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.sub_header {font-size:1.2em; font-weight:900; color:#514630; text-transform:uppercase; margin:0px;}

.picture_left {
	float:left;
	margin:0 10px 10px 0;
}

.sponsor_image {
	border:1px solid #4B4F52;
}

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


#main_container {
	top:0;
	left:0;
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-color:#e3d7bf;
}


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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:57px;
	left:311px;
	width:617px;
	height:21px;
}

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

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

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

#content_main {
	position:relative;
	top:0;
	left:0px;
	float:left;
	width:650px;
	height:auto;
	padding:20px 300px 20px 0px;
}

#content_lower {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:600px;
	height:auto;
	padding: 0px 0 0 0;
}
/* ---- end main content settings ---------------- */

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:337px;
	height:auto;
	padding: 35px 0 0 10px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:100%;
	height:71px;
	background-image:url(images/bg_footer-repeat.jpg);
	clear:both;
}

#footer_content {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	padding-top:20px;
	color:#FFF;
	width:950px;
	height:51px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

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

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

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

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


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

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



a#nav_03 {
	width:55px;
	
	background-position:-130px 0;
}

a:hover#nav_03{
	background-position:-130px -21px;
}



a#nav_04 {
	width:54px;
	
	background-position:-185px 0;
}

a:hover#nav_04{
	background-position:-185px -21px;
}



a#nav_05 {
	width:111px;
	
	background-position:-239px 0;
}

a:hover#nav_05{
	background-position:-239px -21px;
}



a#nav_06 {
	width:115px;
	
	background-position:-350px 0;
}

a:hover#nav_06{
	background-position:-350px -21px;
}



a#nav_07 {
	width:86px;
	
	background-position:-465px 0;
}

a:hover#nav_07{
	background-position:-465px -21px;
}



a#nav_08 {
	width:66px;
	
	background-position:-551px 0;
}

a:hover#nav_08{
	background-position:-551px -21px;
}





