/* Designed By Footer */
#designedbyfooter {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	padding-top: 10px;
	width: 760px;
	height: 40px;
}
#designedbyfooter, #designedbyfooter a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	text-align: center;
}
#designedbyfooter a {
	font-weight: bold;
}

/* Website Structure Styles */
body {
	margin: 0px;
	background: #FFF;
}
.main_table {
	background: #FFF;
}
.header {
	background: url(../../images/nav-bg.gif) top center repeat-x;
	color: #272727;
	height: 69px;
}
.nav {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #ccff66;
	color: #618237;
	padding: 5px 15px;
}
.nav td a {
	color: #618237;
}
.content {
	color: #333;
	padding: 25px;
}
.footer {
	color: #CCC;
	background: #272727;
	height: 60px;
	padding: 5px;
}
.footer td {
	color: #666;
}
.footer td a {
	color: #999;
}
.page-features h1 {
	margin-bottom: -13px;
	color: #FFFFFF;
	font-size: 50px;
	border-bottom: 0px;
	font-weight: normal;
}
.getaquote {
	border: 1px solid #86c034;
	background: #ccff66;
}
.getaquote td {
	padding: 15px;
}
.menu-table td {
	border-bottom: 1px solid #000;
}
.menu-table td a {
	color: #FFF;
}

/* Font Styles */
h1, h2, h3 {
	color: #ed1c24;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: -5px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}
td, p {
	color: #333;
}
a {
	color: #ed1c24;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.footer a {
	color: #333;
}
.footer a:hover {
	color: #666;
}
blockquote {
	color: #336600;
	background: #eab600;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
blockquote p {
	color: #336600;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
ul,ol {
	margin-left: 15px;
	padding-left: 5px;
	text-indent: 10px;
}
ul {
	list-style: square;
}
.feature-image {
	padding: 2px;
	border: 1px solid #333;
	background: #FFF;
}

/* Menu Styles */
.menu {
	background: #336600;
	height: 40px;
	padding: 0px 10px;
}
.menu a {
	padding: 14px 15px;
}
.menu a:link {
	color: #ffe1e9;
	text-decoration: none;
}
.menu a:visited {
	color: #ffe1e9;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

.teaser-headings {
	padding: 2px 15px;
	font-weight: bold;
	background: url(images/teaser-bg.gif) top center no-repeat;
	font-size: 16x;
	color: #262324;
	font-style: italic;
}
.testimonials {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
}

/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #B4B4B4;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #666;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #B4B4B4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #8B8A8A;
}