@charset "utf-8";

/* colors used:
dark blue: rgb(3,3,93)
dark green: rgb(44,107,86) 
bright green: rgb(0,123,50)
light purple: rgb(76, 63, 143)
medium purple: rgb(54, 44, 118)
dark purple: rgb(38, 39, 80)
*/



body {
	margin: 0;
	padding: 0;
	color: rgb(3,3,93);
	background: url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}
a img { 
	border: none;
}

.toolbar a:link {
	color: rgb(3,3,93);
	text-decoration: none; 
}
.toolbar a:visited {
	color: rgb(3,3,93);
	text-decoration: none;
}
.toolbar a:hover,a:active, a:focus {
	text-decoration: none;
	color: rgb(44,107,86);
}

.content a:link,a:visited{
	color:rgb(44,107,86);
	text-decoration: none;
}
.content a:hover,a:active,a:focus{
	color:rgb(76, 63, 143);
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto;
}
.header {
	height: 161px;
	width: 960px;
}

.logo {
	text-align: left;
	display: block;
	float: left;
	height: 161px;
}
.phone {
	float: right;
	height: 36px;
	width: 175px;
	margin-top: 60px;
}
.quote {
	float: right;
	margin-top: 60px;
	height: 36px;
	width: 208px;
	display: block;
}
.quote a{
	background: url(../images/recquote.png) no-repeat;
	height: 36px;
	display: block;
}
.quote a:hover{
	background: url(../images/recquotehover.png) no-repeat;
	display: block;
}
.toolbar {
	height: 41px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 41px;
	
}
.toolbar li{
	float: left;
	display: block;
	padding: 0px 0px 0px 35px;
}
.homebar a{;
	text-decoration: none;
	background: url(../images/home.png) no-repeat;
	display: block;
}
.homebar a:hover,active,focus {;
	text-decoration: none;
	background: url(../images/homehover.png) no-repeat;
}
.content {
	clear: both;
	
}
.bannertext {
	text-shadow: black 2px 2px 1px;
	color: rgb(255,255,255);
	float: left;
	width: 60%;
	padding-top: 20px;
	text-align: center;
}
.bannertext h1 {
	font-size: 50px;
	color: rgb(255,255,255);
	text-align: center;
	margin-bottom: 10px;
}
.bannertext h2 {
	font-size: 30px;
	color: rgb(255,255,255);
	text-align: center;
	margin-bottom: 15px;
}
.bannertext p {
	font-size: 20px;
	color: rgb(255,255,255);
	text-align: center;
}
.bannerpicts {
	color: rgb(255,255,255);
	float: left;
	width: 40%;
	padding-top: 10px;
}
.contacttext {
	text-shadow: black 2px 2px 1px;
	color: rgb(255,255,255);
	float: left;
	width: 50%;
	margin-top: 60px;
	margin-bottom:80px;
	text-align: center;
	display: block;
}
.filler{
	display: block;
	height: 300px;
}
.contacttext h1 {
	font-size: 75px;
	color: rgb(255,255,255);
	text-align: center;
	margin-bottom: 21px;
}
.contactshell {
	-moz-box-shadow: 0px 0px 10px rgba(102,102,102,.5);
	-webkit-box-shadow: 0px 0px 10px rgba(102,102,102,.5);
	box-shadow: 0px 0px 10px rgba(102,102,102,.5);
	border-radius: 25px;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: rgba(242,242,242,0.5);
	display: block;
	padding-left: 20px;
}
.contactform{
	width: 50%;
	float: left;
	margin-top: 45px;
}
.fineprint {
	font-size: x-small;
	color: rgba(255,0,0,1);
}
.btt{
	float: right;
}

.contactmap{
	width:50%;
	float: left;

}
.contactphone {
	float: left;
	margin-top: 25px;
	
}
.contactphone h1 {
	font-size: 35px;
}
.homecol1 {
	display: block;
	margin-top: 30px;
	float: left;
	padding-right: 25px;
	padding-left: 15px;
}
.homecol1 h2{
	text-shadow: gray 1px 1px 1px;
	margin-bottom: 5px;
}

.footer_background {
	padding: 10px 0;
	clear: both;
	
	background: rgb(24,22,87) url(../images/footerbackground.jpg) repeat-x;
	display: block;
	height: 180px;
	
}
.footer {
	width: 960px;
	color: rgb(255,255,255);
	margin: 0 auto;
	padding-top: 2em;
}
/* sprites:
size:60, 61
fb: 0,0
g: 0, -61 
l: 0, -122
size:17, 135 
facebook: 0, 0
google: 0, -135
linkedin: 0, -264
*/

.footercol1{
	float: left;
	width: 8%;
	font-size: 12px;
}
.footercol1-1{
	float: left;
	width: 25%;
	font-size: 12px;
	padding-top: .5em;
}


.footercol2{
	float:left;
	width: 8%;
}
.footercol2-1{
	float: left;
	width: 25%;
	font-size: 12px;
	padding-top: .5em;
}
.footercol3{
	float:left;
	width: 8%;
}
.footercol3-1{
	float: left;
	width: 25%;
	font-size: 12px;
	padding-top: .5em;
}
.footerlinks{
	padding-top: 1.5em;
	clear: left;
	float: left;
}
.footerlinks a:link{
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 12px;
}
.footerlinks a:visited{
	color: rgb(131,119,196);
	text-decoration: none;
}
.footerlinks a:hover,a:active, a:focus{
	color: rgb(0,123,50);
	text-decoration: none;
}
.footeremail{
	font-size: 12px;
	padding-top: 1.5em;
	float: right;
}
.footeremail a{
	color: rgb(255, 255, 255);
	text-decoration:none;
}