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

body
{
	background-color: #DAE0DF;
	font-family: "Lucida Grande", Arial,Helvetica, sans;
	font-size: 9pt;
	color: #6C217F;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #000000;
}

#wrapper
{
	margin: 0 auto;
	padding: 0px;
	width: 980px;
}

#inner-wrapper
{
	padding: 15px;
	background-color: #FFFFFF;
	border-bottom: #6C217F 25px solid;
	background-image: url(../images/footer.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#header
{
	display: block;
	padding-top: 20px;
	height: 100px;
}

img.logo
{
	float: left;
}

img.telnumber
{
	float: right;
}

#navigation
{
	display: block;
	margin-bottom: 30px;
}

ul#navbar
{
	padding: 0px;
	margin: 0px;
}

ul#navbar li
{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#rightcol
{
	float: right;
	width: 30%;
	margin-top: 20px;
	border-left: 1px dotted #666;
	padding-left: 20px;
}

#content
{
	margin-bottom: 100px;
	width: 65%;
}
#footer
{
	clear: both;
	font-size: 7pt;
	margin-top: 5px;
	text-align: center;
	
}

#footer ul
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#footer ul li
{
	list-style-type: none;
	display: inline;
	padding-left: 5px;
}

#footer ul li a
{
	color:#6C217F;
	text-decoration: none;
}

#footer ul li a:hover
{
	color:#000000;
	text-decoration: underline;
}

ul.rightlinks
{
	float: right;
	
}

ul.copyright
{
	float: left;
}

ul.copyright li
{
	padding-left: 0px !important;
}

h1.pagetitle
{
	font-size: 26px;
	color: #7BC143;
	margin-bottom: 40px;
	margin-top: 50px;
	line-height: 40px;
}

#buttons
{
	display: block;
}

#buttons ul
{
	margin: 0px;
	padding: 0px;
}

#buttons ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#banner
{
	margin-bottom: 30px;
}

#homepage-banner, object#homepage-banner
{
	margin-bottom: -5px;
}

h1.homepagetitle
{
	font-size: 30px;
	color: #7BC143;
	line-height: 40px !important;
	padding-left: 30px;
}

p.homepage
{
	padding-left: 30px;
	margin-bottom: -50px;
}

#homepage-ads
{
	float: right;
	display: block;
	background-color: #eeeae7;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -30px;
}

h2
{
	font-size: 16px;
	margin-bottom: 22px;
	text-decoration: underline;
}

p.red
{
	color: #FF0000;
	font-weight: bold;
}

p.green
{
	color:#009900;
	font-weight: bold;
}

p.blue
{
	color:#0000CC;
	font-weight: bold;
}

p.testimonials-name
{
	font-style:italic;
	font-size: 8pt;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
}

p.testimonials-small, p.acceptance
{
	font-style:italic;
	font-size: 8pt;
}

table#contact-form
{
	border: 1px solid #ccc;
}

table#contact-form tr td
{
	padding: 10px;
}

td.title
{
	border-right: 1px solid #ccc;
}

tr.even
{
	background-color: #e2e2e2;
}

tr.odd
{
	background-color: #f1f1f1;
}

tr.buttons
{
	border-top:  1px solid #ccc;
}

input#send, input#reset
{
	border: none;
	color: #FFF;
	background-color: #7BC143;
	padding: 10px;
	margin-top: 10px;
}

ul.numbers
{
	list-style-type: decimal;
}

label.error
{
	color: #FF0066;
	float: left;
	padding-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
