/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#575656;
	font-size:13px;
	margin:0 auto;
	background-color:#e3e3e3;
	background-repeat: no-repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_back.jpg);
}

a {
	color:#00457c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:17px; color:#00457c; text-transform:uppercase; font-weight:normal; }

h2 { font-size:15px; color:#00457c; text-transform:uppercase; font-weight:normal; padding-bottom:10px; }

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

.divider-line {
	position:relative;
	width:836px;
	border: 1px solid #b7d1ed;
}

.blue-text {
	color:#00457c;
}

.blue-text2 {
	color:#00457c;
	text-transform:uppercase;
	font-weight:bold;
}

.vertical-line {
	position:relative;
	float:left;
	width:1px;
	height:500px;
	background-color:#0068C0;
	margin-top:30px;
}

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

.contentpics{
	border: 2px #013d70 solid;
}

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:101px;
	left:39px;
	width:901px;
	height:29px;
}

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

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

#main_top-home {
	position:relative;
	width:980px;
	height:auto;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-top-home.jpg);
}

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

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

#flash {
	position:relative;
	width:980px;
	height:310px;
	background-repeat:no-repeat;
	background-image: url(images/bg_banner.jpg);
}

#main_buttons {
	position:relative;
	width:980px;
	height:100px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:535px;
	min-height:550px;
    height:auto !important;
    height:550px;
	padding: 40px 0 0 82px;
}

#flag {
	position:relative;
	width:980px;
	height:90px;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:475px;
	min-height:750px;
    height:auto !important;
    height:750px;
	padding: 40px 172px 0 0;
}

#content_main-full {
	position:relative;
	top:0;
	left:0;
	width:900px;
padding: 20px 0 0 40px;
	min-height:750px;
    height:auto !important;
    height:750px;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:200px;
	height:auto;
	padding: 40px 65px 0 0;
}

#side_bar-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:195px;
	height:auto;
	padding: 40px 0 0 100px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:980px;
	height:39px;
	clear:both;
	padding: 20px 0 0 0;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.copy {
	position:relative;
	float:left;
	padding: 20px 0 0 50px;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

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

a:hover#nav_02{
	background-position:-145px -29px;
}

.active_02 {
	background-position:-145px -29px !important;
}

a#nav_03 {
	width:150px;
	background-position:-296px 0;
}

a:hover#nav_03{
	background-position:-296px -29px;
}

.active_03 {
	background-position:-296px -29px !important;
}

a#nav_04 {
	width:152px;
	background-position:-446px 0;
}

a:hover#nav_04{
	background-position:-446px -29px;
}

.active_04 {
	background-position:-446px -29px !important;
}

a#nav_05 {
	width:151px;
	background-position:-598px 0;
}

a:hover#nav_05{
	background-position:-598px -29px;
}

.active_05 {
	background-position:-598px -29px !important;
}

a#nav_06 {
	width:152px;
	background-position:-749px 0;
}

a:hover#nav_06{
	background-position:-749px -29px;
}

.active_06 {
	background-position:-749px -29px !important;
}

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

#hidden-layers {
	position:absolute;
	top:130px;
	left:0;
	width:930px;
	height:auto;
}

#hidden-layers a {
	color:#fff;
	padding:5px 8px;
	display:block;
	font-size:14px;
	text-decoration:bold;
}

#hidden-layers a:hover {
	background-color:#B9D2F1;
	color:#142e6b;
	text-decoration:none;
}

#L1, #L2, #L3, #L4, #L5, #L6, #L7 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#142e6b;
	border-bottom: 2px solid #B9D2F1;

}

#L1 { width:200px; left:130px; }
#L2 { width:152px; left:184px; }
#L3 { width:151px; left:335px; }
#L4 { width:153px; left:485px; }
#L5 { width:152px; left:637px; }
#L6 { width:152px; left:788px; }

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

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

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

#nav_sub {
	position:absolute;
	top:0;
	left:0;
	width:902px;
	height:auto;
}

#nav_sub a {
	display:block;
	color:#000;
	padding:0;
	font-size:14px;
	text-decoration:none;
}

#nav_sub a:hover {
}

#nav_sub h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#B1, #B2, #B3, #B4,
#B5, #B6 {
	position:absolute;
	visibility:hidden;
	height:auto;
	color: #fff;
}

#B1 { width:901px; left:39px; }
#B2 { width:901px; left:39px; }
#B3 { width:901px; left:39px; }
#B4 { width:901px; left:39px; }
#B5 { width:901px; left:39px; }
#B6 { width:901px; left:39px; }

#B1 a, #B2 a, #B3 a, #B4 a,
#B5 a, #B6 a {
	color: #fff;
}


#B1 a:hover, #B2 a:hover, #B3 a:hover, #B4 a:hover,
#B5 a:hover, #B6 a:hover {
	text-decoration: underline;
}

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

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