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

body {
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #335145;
}

*, html {
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style: none;
	text-decoration: none;
}

img {
	border: none;
}

a, a:link, a:active, a:visited {
	color: #335145;
}

a:hover {
	color: #1E9D69;
}

h1 {
	font-size: 21px;
	color: #1a6646;
	padding: 7px 0 20px 0;
}

h2, h3 {
	font-size: 21px;
	color: #1a6646;
	padding: 7px 0 20px 0;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 20px 0;
}

h6 {
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 20px 0;
}

p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 20px 0;
}

#TopBar {
	width: 100%;
	background-color: #FFF;
}

#TopBarIn {
	width: 901px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	padding: 10px 0 20px 10px;
	color: #5c6662;
	position: relative;
}

#PhoneTop {
	position: absolute;
	top: 47px;
	right: 14px;
	font-size: 26px;
}

#Container {
	width: 901px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	padding: 10px;
	color: #5c6662;
	position: relative;
}

#Banner {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 359px;
	height: 190px;
}

#Menu {
	float: right;
	width: 730px;
	padding: 83px 0 0 0;
}

#Menu li {
	float: left;
	font-size: 15px;
}

#Menu li a {
	padding: 0 0 0 18px;
	display: block;
}

#MainText {
	float: left;
	width: 320px;
}

#MainText ul {
	font-size: 13px;
	padding: 0 0 0 20px
}

#MainText ul li {
	list-style: disc;
	margin: 0 0 6px 10px;
	line-height: 17px;
}

#Right {
	width: 580px;
	float: right;
}

#MainText2 {
	float: left;
	width: 450px;
}

#Right2 {
	width:450px;
	float: right;
}

#Packages {
	width: 310px;
	padding: 0 0 0 10px;
	float: left;
}

#Packages table {
	font-size: 13px;
}

#Packages table big {
	font-size: 17px;
	font-weight: bold;
	color: #F00;
}

#Packages table small {
	font-size: 12px;
	text-decoration: line-through;
}

.TableOdd {
	background-color: #C8EADB;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #a6cebc;
}

.TableEven {
	background-color: #E2F3EC;
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #a6cebc;
}

.TableHeader {
	background-color: #335145;
	color: #FFF;
	padding: 5px 3px 5px 3px;
}

#Quote {
	width: 250px;
	padding: 0 0 0 10px;
	float: right;
}


#Quote form, #QuoteWide form {
	font-size: 14px;
	line-height: 22px;
}

#Quote form .Green, #QuoteWide form .Green {
	color: #267152;
	font-weight: bold;
}

#Quote form .Pages, #QuoteWide form .Pages {
	color: #267152;
	width: 67px;
	height: 26px;
	background-image: url(../images/quote_pages.gif);
	border: none;
	float: right;
	text-align: center;
	font-size: 18px;
	padding: 8px 0 0 0;
}

#Quote form .TickBox, #QuoteWide form .TickBox {
	color: #267152;
	margin: 0 0 0 10px;
	/*width: 24px;
	height: 24px;
	background: url(../images/quote_tick.gif);
	border: none;*/
}

#GetQuote {
	color: #ffffff;
	margin: 10px 0 0 10px;
	width: 136px;
	height: 42px;
	background: url(../images/butt_quote.gif);
	border: none;
	text-align: center;
	font-size: 16px;
	float: right;
}

#AcceptQuote {
	color: #ffffff;
	margin: 10px 0 0 10px;
	width: 136px;
	height: 42px;
	background: url(../images/butt_quote.gif);
	border: none;
	text-align: center;
	font-size: 16px;
}

.Big {
	font-size: 20px;
}

.PriceHeader {
	color: #358966;
	font-weight: bold;
	font-size: 22px;
}

.Form {
	width: 376px;
	margin: 0 auto 0 auto;
	padding: 15px;
	
	background-color: #C8EADB;
	border: 1px solid #a6cebc;
}

.ContactForm {
	font-size: 15px;
}

