body {
	background:#b8cffa url(../images/bg.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrapper {
	width:841px;
	margin:auto;
}

#header {
	width:841px;
	height:116px;
	background:url(../images/headerBg.png) no-repeat;
}

#logo {
	margin:50px 0px 0px 22px;
	float:left;
}

#phone {
	width:351px;
	height:307px;
	position:relative;
	float:right;
	top:35px;
	margin-left:-300px;
}

#contentWrapper {
	width:822px;
}

#nav {
	width:792px;
	height:50px;
	background:url(../images/navBg.png) no-repeat;
	padding-left:30px;
}

#nav a {
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-shadow:#3a3a3a 2px 2px 0px;
	filter: dropshadow(color=#000000,offX=2,offY=2);
	text-decoration:none;
	margin:2px 10px 0px 10px;
	display:block+height;
	float:left;
}

#nav a:hover, #nav a.current {
	font-weight:bold;
	font-size:18px;
	margin:0px 10px 0px 10px;
}

#content {
	width:756px;
	background:url(../images/contentBg.png) repeat-y;
	padding:33px 33px 0px 33px;
}

#footer {
	width:761px;
	height:84px;
	background:url(../images/footerBg.png) no-repeat;
	margin-top:5px;
	padding:0px 30px 0px 30px;
	line-height:50px;
	color:#1b405c;
	text-align:right;
}

#footer a {
	float:left;
	color:#1b405c;
	text-align:left;
	margin-right:10px;
}

.box1 {
	width:401px;
	height:58px;
	background:url(../images/box1Bg.png) no-repeat;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#1b405c;
	text-align:center;
	padding-top:20px;
}

.input {
        width:477px;
        height:32px;
        background:url(../images/input.png) no-repeat;
        border:none;
        float:left;
        margin:5px 0px 5px 0px;
        font-size:18px;
        color:#292929;
        padding:8px 10px 0px 10px;
        font-family:Arial, Helvetica, sans-serif;
}
										

.box2 {
	width:239px;
	height:57px;
	background:url(../images/box2Bg.png) no-repeat;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#1b405c;
	text-align:center;
	padding-top:15px;
	display:block;
	text-decoration:none;
	margin-left:30px;
	margin-top:3px;
	position:relative;
}

.box2 span {
	color:#ffee00;
}

.box3 {
	width:669px;
	background:url(../images/box3middle.png) repeat-y;
	position:relative;
	margin-bottom:30px;
}

.box3 h1 {
        position:relative;
        color:#ff7901;
       font-size:18px;
        font-weight:bold;
        margin-left:10px;
        margin-top:10px;
        margin-bottom:20px;
}


.box3 p {
	position:relative;
	margin:10px 0px 10px 0px;
	padding:0px 20px 0px 20px;
	color:#656565;
}

.box3 span {
	color:#1b405c;
	font-weight:bold;
}

#credits {
	color:#292929;
	font-weight:bold;
	line-height:50px;
}

#credits span {
	color:#ff8800;
}

#creditsButton {
	float:right;
	margin-right:50px;
}

#creditsButton2 {
	float:right;
	margin-right:90px;
	position:relative;
}

#form {
	width:693px;
	height:289px;
	background:url(../images/formBg.png) no-repeat;
	margin:30px auto 20px auto;
	padding:20px 0px 0px 60px;
}

#form label {
	width:85px;
	float:left;
	text-align:right;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	color:#292929;
	margin:5px 10px 0px 0px;
}

#form .input {
	width:477px;
	height:32px;
	background:url(../images/input.png) no-repeat;
	border:none;
	float:left;
	margin:5px 0px 5px 0px;
	font-size:18px;
	color:#292929;
	padding:8px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
}


#form textarea {
	width:477px;
	height:80px;
	background:url(../images/textarea.png) no-repeat;
	border:none;
	float:left;
	margin:5px 0px 20px 0px;
	padding:10px 10px 0px 10px;
	font-size:18px;
	color:#292929;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
}

#form label.ta {
	line-height:80px;
}

#messagecount {
	font-size:18px;
	font-weight:bold;
	color:#6b6b6b;
	line-height:43px;
	padding-left:90px;
	background:none;
	border:none;
	width:300px;
	height:43px;
}

#form .send {
	float:right;
	margin-right:100px;
}

#social {
	margin-left:460px;
}

#social a {
	margin-left:10px;
}

.news {
	width:669px;
	background:url(../images/box3middle.png) repeat-y;
	position:relative;
	margin-bottom:30px;
}

.news p {
	position:relative;
	margin:10px 0px 10px 0px;
	padding:0px 20px 0px 20px;
	color:#656565;
}

.news span {
	color:#1b405c;
}



.news h1 {
	position:relative;
	color:#ff7901;
	font-size:18px;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
}

.recentnews {
	float:right;
	margin-right:10px;
	font-size:12px;
	color:#656565;
	text-decoration:none;
}.recentnews:hover {text-decoration:underline;}

.form2 {
	height:450px !important;
	background:url(../images/formBg2.png) no-repeat !important;
}

.blue {
	color:#1b405c;
}


.history {
	width:100%;
	background:#f5f7fb;
	border:#f2f2f2 3px solid;
	color:#292929;
}

.history th {
	color:#666;
	padding:5px;
}

.history td {
	padding:5px;
}

.alt td {
	background:#eef1f5;
}

.history tr:hover td {
	background:#ccc;
}

