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

* {
	margin: 0;
	padding: 0;
}

body {
background: url(../images/headerTop.jpg) repeat-x top left;
background-color:#003861;
font-family: “Helvetica”, sans-serif;
line-height:23px;
color:#fff;
font-size:14px;
}


/* Header */

#header {
background: url(../images/headerBack.jpg) no-repeat;
margin: 0 auto;
width: 960px;
height: 250px;
}

#header .logo {
float: left;
margin-top:50px;
width: 375px;
}

#nav {
margin:0 auto;
width: 960px;
padding: 0 0 0 10px;
}


/* Navigation */

#navigation {
font-family:Helvetica, sans-serif;
font-size:16px;
color:#fff;
font-weight: bold;
letter-spacing:normal;
text-align:left;
}

#navigation ul {
padding: 6px 0 2px 0;
margin: 0;
text-align: right;
}

#navigation li {
display: inline;
}

#navigation a:link, #navigation a:visited {
padding: 6px 0 2px 0;
margin-right: 30px;
color:#fff;
text-decoration: none;
}

#navigation a:hover {
border-bottom:3px solid #66ccff;
}

#navigation a.current {
padding: 6px 3px 2px 3px;
color: white;
border-bottom:3px solid #66ccff;
text-decoration:none;
}



/* Content */

#container {
width: 960px;
margin:10px auto;
}

#contactform {
width: 690px;
padding-top:10px;
float:left;
}


#mainheading {
margin:0 auto;
width: 960px;
}

.heading {
font-family: Helvetica, sans-serif;
font-size: 26px;
font-weight:normal;
color:#66ccff;
line-height:34px;
padding:15px 0 10px 0;
width:690px;
}

#content {
width: 690px;
padding-top:10px;
float:left;
}

.hero {
margin:10px auto;
padding: 20px;
float:right;
}

.hero-image {
margin:20px auto;
width: 680px;
background: #fff;
padding: 5px;
border: 1px solid #d4d4d4;
float:left;
}

#rightbox {
margin:0 0 0 30px;
width: 230px;
float:left;
}


/* FOOTER */

#footer {
margin:20px auto;
width:960px;
}

.copyright {
margin:0 auto;
font-family: Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#999;
}

#design {
margin-top:20px;
width: 490px;
float:left;
}

.deosc {
font-family:“Helvetica”, sans-serif;
font-weight:bold;
font-size:12px;
text-align:right;
color:#008ec1;
width:200px;
text-decoration:none;
}



/* BOXS */


#right {
width: 220px;
float: left;
line-height: 20px;
margin:10px 0 0 40px;
}

.inner {
padding: 15px;
}

#right ul {
list-style-type: none;
margin: 0px 0px 15px 0px;
padding: 0px;
}

#right li {
line-height: 35px;
padding-left: 5px;
border-bottom: 1px dotted #66ccff;
}

#right li a{
color: #fff;
text-decoration: none;
}

#right li a:hover{
color: #66ccff;
}


#right1 {
width: 220px;
float: left;
background: #666;
line-height: 20px;
margin:10px 0 0 40px;
}

.blurb {
padding:15px;
}




/* IMGs */

img.heroshot {
background: #fff;
padding: 5px;
border: 1px solid #d4d4d4;
}

img.gallery {
background: #fff;
padding: 5px;
margin: 5px 5px 5px 0px;
border: 1px solid #d4d4d4;
}




/* H */

h1 {
font-family: Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color:#66ccff;
line-height:23px;
padding:20px 0 5px 0;
text-align:left;
}

h2 {
font-family: Helvetica, sans-serif;
font-size: 26px;
font-weight:normal;
color:#66ccff;
line-height:34px;
padding:15px 0 10px 0;
}

h3 {
font-family: Helvetica, sans-serif;
font-size: 30px;
font-weight:normal;
color:#66ccff;
line-height:34px;
padding:15px 0 10px 0;
}

h4 {
font-family: Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color:#fff;
border-bottom: 1px dotted #66ccff;
text-align:left;
}


h5 {
font-family: Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color:#66ccff;
text-align:left;
}

h6 {
font-family: Helvetica, sans-serif;
font-size: 18px;
font-weight:normal;
color:#fff;
line-height:34px;
padding:15px 0 10px 0;
}

h7 {
font-family: Helvetica, sans-serif;
font-size: 14px;
color:#66ccff;
text-decoration:underline;
}


.link {
font-family: Helvetica, sans-serif;
font-weight:normal;
color:#66ccff;
}

.cleaner {
height: 1px;
font-size: 1px;
clear: both;
}