/*------------- general styles ---------------*/
html, body {height:100%;}

body {
margin: 0px;
min-width: 990px;
width: 100%;
background: #f6feff url(../i/body_bg.jpg) repeat-x 0px 220px;
}

#nav,#panes,#footer {
overflow: hidden;
}


h3 {
 color: #335363;
 font-size: 26px;
 font-family:Helvetica;
 padding-bottom: 8px;
 border-bottom: 1px solid #cbdae2;
}

.clear {
clear: both;
padding-bottom: 3em;
}

img {
border: none;
}

b {
color: #335363;
}

/* -------------- layout style --------------- */

#header {
position: relative;
padding: 0;
margin: 0;
width: 100%;
height: 220px;
z-index: 1;
background: url(../i/header_bg.jpg) repeat-x; 
}

#header_bg {
position: absolute;
left:50%;
margin-left: -495px;
top: 0;
width: 990px;
height: 220px;
z-index: 10;
background: url(../i/header_bg_main.jpg) no-repeat;
}

#logo {
position: relative;
width:990px;
height: 95px;
margin: 0 auto;
z-index: 100;
}

#logo img {
position: absolute;
top: 0;
left: 25px;
}

#wrapper {
position:relative;
width: 100%;
height: auto !important;
height: 100%;
min-height: 100%;
overflow-x: hidden;
}




/*-------------- Navigation Style-------------- */
#navWrap {
position: absolute;
left: 50%;
bottom: 0;
width: 990px;
margin-left: -495px;
z-index: 100;
}

#nav {
margin-right: 15px;
float: right;
font-size: 18px;
font-weight: normal;
font-family: Helvetica;
}

#nav li.active {
background: url(../i/nav_bg.gif) repeat-x;
}

#nav li.active a {
color: #17394b;
}

#nav ul {
padding: 0;
margin: 0;
margin-left: 0px;
list-style: none;
}

#nav ul li {
display: inline;
padding: 0;
background-color: #17394b;
float: left;
display: block;
color: #fff;
padding: 10px 20px 10px 20px;
border-left: 1px solid #9bb8c7;
/*

opacity: 0.7;
filter: alpha(opacity=70);
*/
}


/*
#nav ul li:hover {
background:#1e6104 url(../i/nav_over_bg.gif) repeat-x 0 -10px;
color: #fff;
}
*/

#nav ul li a {
text-decoration: none;
color: #FFFFFF;
/* opacity: 1.0; */
}


/*------------- Main Content Style ---------------*/

#slogan {
width: 990px;
height: 150px;
margin-top: 50px;
background-color: gray;
}

#content {
position: relative;
width: 990px;
margin: 0 auto;
font-family: Verdana, sans-serif;
font-size: 12px;
line-height: 160%;
color: #Tahoma, ;
}

#left_column {
float: left;
width: 300px;
padding: 20px 15px 15px 15px;
height: auto;
padding-bottom: 5em;
}

#center_column {
float: left;
width: 300px;
padding: 20px 15px 15px 15px;
height: auto;
padding-bottom: 5em;
}

#right_column {
float: right;
width: 300px;
padding: 20px 15px 15px 15px;
height: auto;
padding-bottom: 5em;
}

/*-------- Two Column Layout Style -------- */

#leftCol {
float: left;
padding: 20px 15px 15px 15px;
height: auto;
width: 590px;
padding-bottom: 5em;
}

#rightCol {
float: right;
padding: 20px 15px 15px 15px;
height: auto;
width: 340px;
padding-bottom: 5em;
}


/*------------------- Footer Styles ----------------*/

#footer {
position: absolute;
bottom: 0px;
width: 100%;
height: 55px;
padding: 0;
margin: 0;
background: #17394b;
}

#footWrap {
width: 990px;
height: auto;
margin: 0 auto;
}

#footLeft {
float: left;
width: 250px;
padding: 10px 15px;
color: #DDE5F0;
font-family: Verdana, sans-serif;
font-size: 12px;
/* background: aqua; */
}

#footCenter {
width:400px;
float: left;
padding: 0px 15px 10px 15px;
/* background: blue; */
}

#footCenter ul {
list-style: none;
float: left;
font-family: Verdana, sans-serif;
font-size: 12px;
color: #DDE5F0;
}

#footCenter ul li{
display: inline;
padding-right: 5px;
}

#footCenter ul li a {
color: #DDE5F0;
text-decoration: none;
}

#footCenter ul li a:hover {
color: #FFE6A8;
}



#footRight {
float: right;
width:250px;
padding: 10px 15px;
/* background: green; */
}

#footRight span {
float: right;
text-align: right;
color: #DDE5F0;
font-family: Verdana, sans-serif;
font-size: 12px;
}

#footRight span a {
text-decoration: none;
color: #FFE6A8;
}