/* CSS Document */

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

a {
	color:#9f052a;
	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; color:#b4093e; }

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

.style1 {
	color:#b4093e;
	font-size:18px;

	
}
.flag {
	color:#c02a5b;
	font-size:22px;
}

.sub_flag {
	color:#c02a5b;
	font-size:18px;
}


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

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


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

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:132px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}
#banner-sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:55px;
	background-image:url(images/bg_banner-sub.jpg);
	background-repeat:no-repeat;
}

#body-top {
	position:relative;
	top:0;
	left:0;
	width:945px;
	height:auto;
padding: 0 0 0 20px;
	background-image:url(images/bg_background-sub.jpg);
	background-repeat:no-repeat;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:294px;
	background-image:url(images/bg_banner.jpg);
	background-repeat:no-repeat;
}

#banner-text {
	position:relative;
	top:180px;
	right:130px;
	width:200px;
	height:auto;
	float:right;

}

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

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

#main {
	position:relative;
	top:0;
	left:0;
	width:945px;
	height:auto;
	padding: 0 0 0 15px;
}

#main_sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
}

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

#content_box {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:562px;
	height:auto;
	padding: 0 15px 0 40px;

}
#content_right {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:360px;
	height:auto;
	padding: 0 45px 0 40px;

}

#content_right-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:640px;
	height:auto;
	padding: 0 45px 0 40px;

}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:840px;
	height:auto;
	background-image:url(images/img_main-sub-middle.jpg);
	background-repeat:repeat-y;
	padding: 30px 100px 0 20px;
	margin: 10px 0 0 0;

}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:562px;
    min-height:400px;
    height:auto !important;
    height:400px;
	background-image:url(images/img_content-middle.jpg);
	background-repeat:repeat-y;
	padding: 20px 15px 0 40px;
	margin: 10px 0 0 0;

}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:278px;
	height:auto;
	background-image:url(images/side-content-middle.jpg);
	background-repeat:repeat-y;
	padding: 0 18px 0 24px;
	margin: 10px 8px 0 0;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:40px;
	clear:both;
	margin: 0 auto;
	padding: 10px 0 0 20px;
}

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

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

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

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

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

a:hover#nav_02{
	background-position:-82px -38px;
}

.active_02 {
	background-position:-82px -38px !important;
}

a#nav_03 {
	width:142px;
	background-position:-156px 0;
}

a:hover#nav_03{
	background-position:-156px -38px;
}

.active_03 {
	background-position:-156px -38px !important;
}

a#nav_04 {
	width:90px;
	background-position:-298px 0;
}

a:hover#nav_04{
	background-position:-298px -38px;
}

.active_04 {
	background-position:-298px -38px !important;
}

a#nav_05 {
	width:88px;
	background-position:-388px 0;
}

a:hover#nav_05{
	background-position:-388px -38px;
}

.active_05 {
	background-position:-388px -38px !important;
}

a#nav_06 {
	width:93px;
	background-position:-476px 0;
}

a:hover#nav_06{
	background-position:-476px -38px;
}

.active_06 {
	background-position:-476px -38px !important;
}

a#nav_07 {
	width:117px;
	background-position:-569px 0;
}

a:hover#nav_07{
	background-position:-569px -38px;
}

.active_07 {
	background-position:-569px -38px !important;
}





/* ---- start side navigation settings -------------------------- */
 


#hidden-layers {
	position:absolute;
	top:60px;
	left:0;
	width:230px;
	height:auto;
	color:#000;
	background-color:#FFFFFF;
	 font-size:12px;
	 line-height:18px;

	
	


}

#hidden-layers a {
	color:#9f052a;
	padding:3px;
	display:block;
	font-size:12px;
	text-decoration:none;
	background-color:#FFFFFF;
	
	
}

#hidden-layers a:hover {
	
	
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7, #L8, #L9 {
	position:absolute;
	visibility:hidden;
	height:auto;
	
		
	
}
#L1 { width:400px; left:200px; }
#L2 { width:400px; left:200px; }
#L3 { width:400px; left:200px; }
#L4 { width:800px; left:200px; }
#L5 { width:800px; left:200px; }
#L6 { width:805px; left:200px; }
#L7 { width:300px; left:200px; }
#L8 { width:205px; left:200px; }


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

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