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

/* DEFAULTS
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
     font-family: Arial, Helvetica, Verdana, sans-serif;
	vertical-align: baseline;
}

html, body {height: 100%;}

body   
{
	background: url(../images/bg.png) center #E8F4EF;
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #333;
}

#logo {
	position: absolute;
	top: 100px;
	left:-10px;
	background:#E8F4EF;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius:  0 10px 10px 0;
	border-radius:  0 10px 10px 0;
	text-align:right;
	padding:15px 15px 15px 5px;
	z-index:99
	}
	
#logo1 img{
	margin-right: 0;
	}
	
#logo1 {
	position: absolute;
	top: 60px;
	left:-10px;
	background:#E8F4EF;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius:  0 10px 10px 0;
	border-radius:  0 10px 10px 0;
	text-align:right;
	padding:15px 15px 15px 5px;
	z-index:99
	}
	
#logo img{
	margin-right: 0;
	}

h1 {
	font-size:24px;
	margin: 0 0 10px 0;
	font-weight:bold;
}

h2 {
	font-size:18px;
	margin: 0 0 10px 0;
	font-weight:bold;
	color:#333
}

.quoteForm{
	font-size:16px !important;
	color:#A22C00 !important;
	margin: 0 0 10px 0;
}


h3 {
	font-size:14px;
	margin: 0 0 5px 0;
	font-weight:bold;
}

a:link, a:visited
{
    color: #366F56;
}

a:hover
{
    color: #366F56;
    text-decoration: none;
}

a:active
{
	color: #366F56;
}

p
{
	margin: 5px 0 10px 0;
	font-size:12px;
	line-height:130%
}

#wrap {
	margin: 0 auto;
	width:960px;
	background:#fff;
}

#header {
	margin: 0;
	width:960px;
	position:relative;
	height:318px
}

#headerInt {
	margin: 0;
	width:960px;
	position:relative;
	height:220px
}

.services { height: 220px; width: 960px; background:url(../images/services.jpg)}
.about { height: 220px; width: 960px; background:url(../images/about.jpg)}
.contact { height: 220px; width: 960px; background:url(../images/contact.jpg)}

.slideshow { height: 318px; width: 960px;}

#mainBox {
	width: 960px;
}	

#menu {
	background: #366F56;
	width: 960px
}

#menu ul{
	text-decoration:none;
	list-style:none;
	width:875px;
	margin: 0 0 0 15px;
	font-size:12px
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding:5px 15px;
	float:left;
	margin-right: 1px;
	text-align:center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:#366F56;
	color:#fff;
	text-decoration:none
}

#menu ul li a:hover{
	background:#fff;
	color:#333;
}

#menu ul li a.farRight{
	margin-right: 0 !important
}

#menu ul li a.active{
	background:#fff;
	color:#333;
}

#leftBox, #rightBox, #footer, #centerBox, #rightBoxTop {
	margin: 30px;
	float:left;
}	

#leftBox {
	width: 570px;
	padding-right:30px;
	border-right: 1px solid #999;
	margin-right:20px;
	margin-right:0;
}

#rightBox{
	width: 274px;
	margin-left: 25px;
}

#rightBoxTop {
	width: 295px;
	margin: 30px 20px 0 5px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px
}

#rightBoxTop img {
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
	left:-5px;
	position:relative
}

#rightBoxTop p {
	font-size: 20px;
	margin-top:0 !important
}

#rightBoxTop strong {
	font-size: 32px;
	display:block;
	padding:2px 0 0;
	margin:0;}

.flash {
	float: left;
	padding: 0 40px 10px 0;
	color: #333 !important;
	font-size: 12px;
	margin: 0;
}

#footer, #centerBox {
	width: 900px;
	margin-top: 0;
	padding-top:30px
}

#footer {
	border-top: 1px solid #999;
	font-size: 10px
}

#footer span{
	font-size: 9px
}

#footer h3{
	margin:0 0 10px;
}

#footer h2{
	margin:10px 0;
	padding:10px 0 0;
	font-size:16px;
}

#footer p{
	margin:0 0 10px;
}

#centerBox {
	height:auto;
	margin-top:20px
}

#centerBox ul li, #centerBox ol li, #leftBox ul li, #leftBox ol li, #rightBox ul li, #rightBox ol li, #footer ul li, #footer ol li {
	font-size: 12px;
	margin: 5px 0 10px 25px;
	list-style-type:disc
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

.clearBoth {
	clear:both;
}

.imgLeft {
	padding:5px 20px 10px 0;
	float:left;
}

.imgRight {
	padding:5px 0 40px 20px;
	float:right
}

table tr td {
	font-size:12px;
	height: 20px
}


input, #username, #password {
	width: 164px
}

input[type=checkbox]{
	width: auto !important;
	margin: 0 5px 20px 0;
	float:left;
}

textarea {
	width: 164px;
	resize: none;
}

.resume ul li {
	margin: 10px 0 20px 0 !important;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 24px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
  }
  
.resume ul li a {
	padding-left: 34px; /* width of icon + whitespace */
	font-weight:normal;
	text-decoration:underline
  }
  
.resume ul li a:hover {
	text-decoration:none
  }
  
#pdf { background-image: url(../images/pdf.png); }

#login {
	position:relative;
	left:-5px;
}

#username, #password {
	width: 164px
}

#submit {
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	background:#00703D;
	color:#fff;
	padding:5px 10px;
	border: 0;
	width: 170px;
	font-weight:bold
}

#submit:hover {
	background:#004928;
	cursor:pointer
}

#request {
	font-size: 10px;
	padding-top:10px;
}
