@charset "utf-8";
/* CSS Document - ALPS, Nov 07 */

/* ---- UNIVERSALS ---- */

* {
padding: 0;
margin: 0;
border: 0;
}

html {
min-height: 100%;
height: auto;
}

body {
font-size: 66.5%;
font-family: Helvetica, Arial, sans-serif;
background: url(../img/bg_body_gradient.gif) repeat-x bottom left;
}

body a:link, body a:visited {
color: #005cac;
text-decoration: underline;
}

h1 { 
margin-top: 10px;
color: #00659d; 
font-size: 100%;
}

input, textarea { 
margin: 3px;
padding: 5px; 
border: 1px solid #c8c8c8; 
}

.blue {
color: #005cac;
}

.red_text {
color: red;
}


/* ---- BLUE HEADER BAR AND NAV ---- */

#headerbar {
height: 54px;
background: url(../img/bg_header.gif) repeat-x top left;
}

#mainnavwrapper {
width: 850px;
margin: 0 auto;
}

#mainnav {
float: right;
list-style: none;
display: inline;
height: 46px;
overflow: hidden;

}

#mainnav li {
list-style: none;
display: inline;
}

#mainnav a {
float: left;
padding: 46px 0 0 0;
overflow: hidden;
height: 0 !important;
}

#mainnav a:hover {
background-position: 0 -46px;
}

#navwelcome a {
width: 80px;
background: url(../img/bg_nav_welcome.gif) top left no-repeat;
}

#navwelcome_r a {
width: 80px;
background-image: url(../img/bg_nav_welcome.gif);
background-position: 0 -46px;
background-repeat: no-repeat;
}

#navinquiry a {
width: 181px;
background: url(../img/bg_nav_inquiry.gif) top left no-repeat;
}

#navinquiry_r a {
width: 181px;
background-image: url(../img/bg_nav_inquiry.gif);
background-position: 0 -46px;
background-repeat: no-repeat;
}

#navcontact a {
width: 90px;
background: url(../img/bg_nav_contact.gif) top left no-repeat;
}

#navcontact_r a {
width: 90px;
background-image: url(../img/bg_nav_contact.gif);
background-position: 0 -46px;
background-repeat: no-repeat;
}


/* ---- TITLE AND BODY ---- */

#bodywrapper {
width: 860px;
margin: 0 auto;
background-color: #fff;
}

#title {
background: url(../img/bg_logo_water.jpg) no-repeat top left;
height: 232px;
border-bottom: double 3px #b2b2b2;
margin: 0 5px;
}

#title h1 {
position: relative;
top: 12px;
left: 18px;
}

#title h2 {
position: relative;
top: 45px;
left: 22px;
}

#pagecontent {
width: 735px;
margin: 20px auto 0 auto;
color: #292929;
font-size: 1.4em;
}

#pagecontent p {
line-height: 1.5em;
padding: 6px 0;
}

.introlist li {
background: url(../img/bg_bullet.gif) no-repeat 3px 8px;
padding: 5px 0 5px 25px;
list-style-type: none;
}

.introinquiry {
color: #5d5d5d;
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid #ccc;
font-weight: 700;
}


/* ---- FOOTER ---- */

#footerwrapper {
width: 895px;
height: 100px;
margin: 0 auto;
background: url(../img/bg_footer.png) no-repeat top left;
padding: 25px 0 0 0;
}

#footer {
width: 850px;
margin: 0 auto;
border-top: double 3px #b2b2b2;
text-align: center;
text-transform: uppercase;
color: #434343;
padding: 10px 0;
}

.footerbreak {
padding: 0 5px;
color: #8d8d8d;
font-size: 1.1em;
}
