/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#FFF;
	font-size:15px;
	margin:0 auto;
	background-color:#b5e0f5;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_repeat.jpg);
}

#repeat-sub {
	background-repeat:repeat-x;
	background-position: top center;
	background-image:url(images/bg_repeat-sub.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;
}

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

.sub-text {
	font-size:11px;
	line-height:16px;
}

/* ---
    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:145px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

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

#banner_content {
	position:relative;
	width:930px;
	height:123px;
	background-repeat:no-repeat;
	background-image:url(images/bg_banner.jpg);
	padding: 35px 0 0 30px;
}

.banner-text {
	font-size:24px;
	width:562px;
	height:auto;
}

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

#nav_sub {
	position:absolute;
	top:138px;
	left:0;
	width:200px;
	height:auto;
}
/* ---- end nav id settings -------------------------- */

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

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

#content_main {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:535px;
	padding: 25px 0 0 30px;
}

#content_main-sub {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:535px;
	min-height:380px;
    height:auto !important;
    height:380px;
	padding: 25px 0 0 30px;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:347px;
	height:auto;
	margin: 0 0 -3px 0;
}

#side_bar-sub {
	position:absolute;
	bottom:-3px;
	right:0;
	float:right;
	width:346px;
	height:auto;
}

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

#footer {
	position:relative;
	color:#000;
	top:0;
	left:0;
	width:960px;
	height:133px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

#footer2 {
	position:relative;
	color:#000;
	top:0;
	left:0;
	width:960px;
	height:133px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer2.jpg);
}

#footer3 {
	position:relative;
	color:#000;
	top:0;
	left:0;
	width:960px;
	height:133px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer3.jpg);
}

#footer4 {
	position:relative;
	color:#000;
	top:0;
	left:0;
	width:960px;
	height:133px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer4.jpg);
}

.copy {
	position:relative;
	font-size:13px;
	float:right;
	padding: 142px 0 0 0;
}

#footer a {
	text-decoration:none;
}

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

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

#nav a {
	position:relative;
	float:left;
	height:39px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav5.jpg);
}

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

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

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

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

a:hover#nav_02{
	background-position:-81px -39px;
}

.active_02 {
	background-position:-81px -39px !important;
}

a#nav_03 {
	width:89px;
	background-position:-339px 0;
}

a:hover#nav_03{
	background-position:-339px -39px;
}

.active_03 {
	background-position:-339px -39px !important;
}

a#nav_04 {
	width:160px;
	background-position:-428px 0;
}

a:hover#nav_04{
	background-position:-428px -39px;
}

.active_04 {
	background-position:-428px -39px !important;
}

a#nav_05 {
	width:236px;
	background-position:-455px 0;
}

a:hover#nav_05{
	background-position:-455px -39px;
}

.active_05 {
	background-position:-455px -39px !important;
}

/*------------------nav drop--------------------------------------*/

#nav_sub a {
	display:block;
	color:#1185c0;
	padding:5px;
	font-size:12px;
	text-decoration:none;
}

#nav_sub a:hover {
color: #fff;
background-color:#1185c0;
}

#L1, #L2 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#fff;

}

#L1 { width:258px; left:81px; }
#L2 { width:160px; left:428px; }


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

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


