/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666666;
	font-size:14px;
	line-height:18px;
	margin:0 auto;
	background-color:#E7E7E7;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_body.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;
}

.divider-line {
	position:relative;
	width:100%;
	height:2px;
	margin:10px 0 10px 0;
	background-color:#95bedc;
}


.image-border {
	border:3px solid #95BEDC;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:177px;
	background-image:url(images/bg_header2.jpg);
	background-repeat:no-repeat;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:140px;
	left:60px;
	width:825px;
	height:21px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main-home.jpg);
	
}

#main-top {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-home-top.jpg);
	padding:0 0 30px 0;
}

#main_sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_main-sub.jpg);
	background-repeat:repeat-y;
}

#main_sub-top {
	position:relative;
	top:0;
	left:0;
	width:950px;
    min-height:400px;
    height:auto !important;
    height:400px;
	background-image:url(images/bg_main-sub-top.jpg);
	background-repeat:no-repeat;
	padding:0 0 30px 0;
}

/* ---- start main content settings -------------- */

#flash_container {
	position:relative;
	width:850px;
	height:265px;
margin:0 0 0 50px;
}

#content_main-home {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:485px;
	height:auto;
	padding:30px 15px 0 100px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:735px;
	height:auto;
	padding:30px 15px 0 100px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	padding:15px 15px 0 15px;
	margin:0 0 0 10px;
	width:260px;
	height:auto;
	background-image:url(images/bg_sidebar.jpg);
	background-repeat:no-repeat;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:820px;
	height:59px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding:10px 65px 0 65px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:21px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav4.gif);
}

a#nav_01 {
	width:60px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -21px;
}


a#nav_02 {
	width:77px;
	cursor:pointer;
	background-position:-60px 0;
}

a:hover#nav_02{
	background-position:-60px -21px;
}

a#nav_03 {
	width:79px;
	cursor:pointer;
	background-position:-137px 0;
}

a:hover#nav_03{
	background-position:-137px -21px;
}

a#nav_04 {
	width:110px;
	cursor:pointer;
	background-position:-216px 0;
}

a:hover#nav_04{
	background-position:-216px -21px;
}
a#nav_05 {
	width:91px;
	cursor:pointer;
	background-position:-326px 0;
}

a:hover#nav_05{
	background-position:-326px -21px;
}
a#nav_06 {
	width:101px;
	cursor:pointer;
	background-position:-417px 0;
}

a:hover#nav_06{
	background-position:-417px -21px;
}
a#nav_07 {
	width:100px;
	cursor:pointer;
	background-position:-518px 0;
}

a:hover#nav_07{
	background-position:-518px -21px;
}
a#nav_08 {
	width:139px;
	cursor:pointer;
	background-position:-618px 0;
}

a:hover#nav_08{
	background-position:-618px -21px;
}

a#nav_09 {
	width:68px;
	cursor:pointer;
	background-position:-757px 0;
}

a:hover#nav_09{
	background-position:-757px -21px;
}

ul {
	list-style-type: square;
	margin: 10px;
	list-style-position: inside;
}