/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/background.gif);
	margin-top: 18px;
	color: #413881;
	padding: 0;
}
.wrapper {
	width: 738px;
	min-height: 500px;
	margin: 0 auto;
	background:url(images/background-mid.gif) repeat-y;
}
.top {
	width: 738px;
	background:url(images/background-top.gif) no-repeat;
}
.logo{
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.navmenu{
	float: right;
	padding-top: 50px;
	padding-right: 20px;
	max-width: 400px;
}
.button  {
	float: right;
	display: block;
	width: 93px;
	height: 28px;
	background:url(images/button.png) no-repeat !important;
	background:url(images/button.gif) no-repeat;
	text-align: center;
	padding-top: 3px;
	font-size: 14px;
}
a.button {
	text-decoration: none;
	color: #413881;
}
a:hover.button {
	color: white;
}
.content {
	display: block;
	padding: 0 20px;
	min-height: 324px;
	clear: left;
	margin-bottom: 1px;
}
h2 {
	font-size: 18px;
	font-family: "trebuchet MS";
	text-transform: uppercase;
	margin: 0.5em 0 ;
}
h4{
	margin-top: 0.5em;
	margin-bottom: 0;
}
p {
	font-size: 13px;
	margin: 0.5em 0 ;
}
.footer {
	width: 100%;
	height: 119px;
	background:url(images/background-bottom.gif) no-repeat;
}
.footer-content .desc {
	font-size: 18px;
	font-weight: bold;
}
.footer-content .telno {
	font-family: impact;
	font-size: 48px;
}
.footer-content .address {
	font-size: 16px;
}
.footer-content {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}

.quick-quote {
	padding-left: 20px;
}

td.label {
	text-align: right;
	font-weight: bold;
}

.border input {
	background-color: #EEE;
	border: 1px solid #00AEEF;
}

.border textarea {
	background-color: #EEE;
	border: 1px solid #00AEEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#legal {
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}

#legal a {
	text-decoration: none;
	color: #413881;
}
#legal a:hover {
	text-decoration: underline;
}


.servicesKey {
	float: right;
	width: 100px;
	margin-top: 20px;
}
.servicesKey ul {
	font-size:14px;
	color: #6EC8E3;
	font-style: italic;
	margin: 0px;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
}
.servicesKey li {
	padding-bottom: 28px;
}

.formsent {
	height: 250px;
}
