/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:12px;
	margin:0 auto;
	background-color:#f1f1f2;
	font-family:Arial, Helvetica, sans-serif;
}

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

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:17px; }

h2 { font-size:14px; }

h3 { font-size:15px; }

h5 { font-size:20px; text-transform:uppercase; }


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

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

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


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

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

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

#flash-area {
	position:relative;
	width:867px;
	height:auto;
	border-right:1px solid #adb1c1;
	top:0;
	left:17px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:114px;
	left:17px;
	width:869px;
	height:22px;
	text-align:center;
	z-index:2;
}

#nav ul {
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:auto;
	height:8px;
	padding:0px 0 7px 0;
	margin-top:4px;
	border-right:1px solid #7e88a7;
}

#nav h3 {
	position:relative;
	top:0;	
	background-color:#fff;
	color:#002847;
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	width:auto;
	height:auto;
	padding:1px 6px 2px 6px;
	font-weight:bold;
}

#nav a:hover {
background-color:#fff;
	color:#002847;
	text-decoration:none;
}

#nav a {
	position:relative;
	top:-1px;
	color:#fff;
	width:auto;
	height:auto;
	padding:1px 7px 1px 7px;
	font-size:10px;
	text-transform:uppercase;
}

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

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

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

#content_main {
	position:relative;
	top:0;
	left:0;
	width:848px;
	height:auto;
	padding:10px 26px 10px 26px;
}

#content-content {
	position:relative;
	top:0;
	left:0;
	width:570px;
	float:left;
}

#subpage-images {
	position:relative;
	float:left;
	width:261px;
}

#subpage-images img {
	position:relative;
	float:left;
	margin:0 10px 10px 0;
}

#bottom-blocks {
	position:relative;
	top:0;
	left:20px;
}

#block1 {
	position:relative;
	float:left;
	width:280px;
	height:225;
	border-right:1px solid #cccecf;
	margin-right:5px;
}

#block2 {
	position:relative;
	float:left;
	width:280px;
	height:225;
	border-right:1px solid #cccecf;
}

#block3 {
	position:relative;
	float:left;
	width:280px;
	height:225;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:25px;
	clear:both;
	background:url(images/bg_footer.jpg) no-repeat;
	padding:15px 20px 0 0;
	text-align:right;
	font-size:10px;
	color:#999;
}

#footer a {
	text-decoration:none;
}

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


