@charset "UTF-8";
/* CSS Document */

body {
margin:0px;
font-family:Helvetica, Arial, sans-serif;
}

/* PNG fix */
img, div { behavior: url(iepngfix.htc) }
/* */

#navwrapper {
height:78px;
background-color:#54c3e3;
}
#nav {
width:1000px;
height:78px;
margin-left:auto;
margin-right:auto;
}
a {
color:#4bb7db;
font-weight:bold;
text-decoration:none;
}
a:visited {
color:#4bb7db;
font-weight:bold;
text-decoration:none;
}
a:active {
color:#4bb7db;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#4bb7db;
font-weight:bold;
text-decoration:underline;
}

/* nav buttons */
#nav1 {
float:right;
height:78px;
}
#nav1 a {
display:block;
width:95px;
height:78px;
background-image:url(images/nav1.jpg);
background-position:top left;
}
#nav1 a:hover {
background-position:top right;
}
#nav2 {
float:right;
height:78px;
}
#nav2 a {
display:block;
width:135px;
height:78px;
background-image:url(images/nav2.jpg);
background-position:top left;
}
#nav2 a:hover {
background-position:top right;
}
#nav3 {
float:right;
height:78px;
}
#nav3 a {
display:block;
width:118px;
height:78px;
background-image:url(images/nav3.jpg);
background-position:top left;
}
#nav3 a:hover {
background-position:top right;
}
/* end nav buttons */

#headerwrapper {
background-color:#2b2b2b;
height:173px;
}
#header {
padding:10px 0px 10px 0px;
width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
height:153px;
overflow:hidden;
vertical-align:middle;
}
#content {
width:1000px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
}

h1 {
font-size:25px;
line-height:40px;
color:white;
font-weight:normal;
}
.strongblue {
color:#4bb7db;
font-weight:bold;
}
h2 {
font-size:17px;
line-height:28px;
color:#545454;
font-weight:normal;
}
