@charset "UTF-8";
/* CSS Document */
/*Reset Styles!*/
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	padding: 10px 0 5px 0;
	color:#fff;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
}

p {
}

a:link, a:visited, a:active {
color:#fff;
text-decoration: underline;
font-weight:bold;
}

a:hover {
font-weight:bold;
color:#fff;
text-decoration: none;
}

.clear{
clear:both;
}

body {
	background: #93b4d8;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#wrapper {
	background:url(../images/wrapper_bg.jpg) top right no-repeat;
	margin: 0 auto;
	width: 839px;
}

/*------Header-----*/

#header {
	background: #93b4d8 url(../images/header_bg.jpg) center top no-repeat;
	float: left;
	width: 839px;
}

#logo {
	float: left;
	height: 80px;
	padding: 0 0 0 12px;
	width: 480px;
}

#phone {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	width: 329px;
}

.call_now {
	font-size: 20px;
	margin-bottom: 5px;
}

#topNav {
	background: #9c459a url(../images/topNav.jpg) top center no-repeat;
	float: left;
	height: 37px;
	width: 839px;
}

#topNav ul {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
}

#topNav li {
	display: inline;
	padding: 0 0 0 5px;
}

#topNav li img {
	margin-right: 3px;
}

#topNav li a:active,
#topNav li a:link,
#topNav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*------Main Container-----*/

#main {
	float: left;
	padding-top: 10px;
	width: 839px;
}

/*Column Left-----*/
#columnLeft {
	background: #bbd8f7;
	border: #6f96c0 1px solid;
	float: left;
	font-size: 12px;
	padding: 10px;
	width: 322px;
}

#columnLeft h3 {
font:bold 18px Arial, Helvetica, sans-serif;
color:#000000;
}

#columnLeft h3 span{
font:bold 20px Arial, Helvetica, sans-serif;
color:#9A389B;
}

#columnLeft p{
font:normal 14px Arial, Helvetica, sans-serif;
color:#000;
padding:0 0 10px 0;
}

#columnLeft ul{
padding:10px 0 5px 0;
}

#columnLeft li{
font:bold 13px Arial, Helvetica, sans-serif;
color:#9A389B;
list-style-type:circle;
padding:0 0 5px 0;
list-style-position: inside;
}

#columnLeft p {
	line-height: 16px;
	width:300px;
}

#columnLeft a:active,
#columnLeft a:link,
#columnLeft a:visited {
	color: #000000;
	text-decoration: underline;
}

#columnLeft a:hover {
	color: #000000;
	text-decoration: none;
}

.view_more{
float:right;
padding:10px 0;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

/*Content -----*/

#content {
	float: left;
	font-size: 12px;
	padding-left: 16px;
	padding-right:16px;
	width: 460px;
}

#textAreaM {
	float: left;
	line-height: 16px;
	width:700px;
}


#textArea {
	float: right;
	line-height: 16px;
	width:450px;
}

#textArea h2 {
	font-weight: normal;
	line-height: 20px;
	padding:10px 0 5px 0;
}

#textArea p {
	padding: 7px 110px 7px 0;
	text-align:justify;
}


#textArea p.bottom_padding {
	padding: 7px 110px 40px 0;

}

#textArea dl{
display:block;
float:left;
width:184px;
padding:0 20px 20px 0;
}

#textArea dt{
float:left;
padding:0 0 10px 0;
}

#textArea dd{
text-align:center;
float:left;
font:bold 12px Arial, Helvetica, sans-serif;
color:#000;
white-space:nowrap;
width:184px;
}


#textArea p img {
	margin:0 3px 3px 0;
	padding:1px;
	background:#FFFFFF;
}

#textArea p.Border_bottom {
	padding: 7px 0 50px 0;
	margin:0 0 10px 0;
	text-align:justify;
	border-bottom:#FFFFFF 1px dashed;
	width:350px;
}

#textArea p.Border_bottom_small {
	padding: 7px 0 15px 0;
	margin:0 0 10px 0;
	text-align:justify;
	border-bottom:#FFFFFF 1px dashed;
	width:350px;
}

#textArea p.no_border {
border:none;
	padding: 7px 0 50px 0;
	margin:0 0 10px 0;
	text-align:justify;
	width:350px;
}

#textArea ul {
	color: #842280;
	font-weight: bold;
	padding: 10px 110px 10px 25px;
}

#textArea li {
	list-style: disc;
	padding:0 0 7px 0;
}

#textArea li a:active,
#textArea li a:link,
#textArea li a:visited {
}

#textArea li a:hover {
}

#videoArea {
	border: #666666 1px solid;
	float: left;
}
#videoArea object{
margin:0;
padding:0;
}

#testimonials{
clear:both;
float:left;
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:1px dashed #000000;
width:320px;
}

#testimonials img{
padding:10px 0 0 0;
float:left;
}

.new{
	font-weight: bold;
	color: #842280;
}

/*Contact Forms-----*/
#contactForm {
	background: #bbd8f6 url(../images/contactForm.jpg) top no-repeat;
	float: left;
	height: 224px;
	margin:0 0 10px 5px;
	margin-top: 10px;
	padding: 30px 0 0 12px;
	width: 187px;
}

.formField {
	border: #6f96c0 1px solid;
	height: 18px;
	margin-bottom: 10px;
	color: #391802;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0 0 4px;
	width: 170px;
}

#contactForm textarea {
	border: #6f96c0 1px solid;
	color: #391802;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0 0 4px;
	width: 170px;
}

.formFieldBtn {
	background: #FFFFFF;
	border: #6f96c0 1px solid;
	color: #286fae;
	float: left;
	margin: 10px 10px 0 0;
	height: 20px;
	width: 66px;
}

#contactForm2 {
	float: left;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0 12px;
	width: auto;
}

.formField2 {
	border: #6f96c0 1px solid;
	height: 18px;
	margin-bottom: 10px;
	padding: 3px 0 0 4px;
	width: 280px;
}

#contactForm2 textarea {
	border: #6f96c0 1px solid;
	color: #391802;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0 0 4px;
	width: 280px;
}

.formFieldBtn2 {
	background: #FFFFFF;
	border: #6f96c0 1px solid;
	color: #286fae;
	float: left;
	margin: 10px 10px 0 0;
	height: 20px;
	width: 66px;
}

/*------Foter-----*/

#footer {
	background: #9c459a url(../images/footer_bg.jpg) top center no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	height: 37px;
	margin-top: 10px;
	padding: 10px 10px 0 10px;
	width: 819px;
}

#footer p {
}

#footer ul {
	font-weight: bold;
	margin-bottom: 7px;
}

#footer li {
	display: inline;
	margin: 0 5px 0 0;
}

#footer a:active,
#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*------Important Classes-----*/

.white {
	color: #FFFFFF;
}

.blue {
	color: #104a8a;
}

.purple {
	color: #842280;
}

.center{
	text-align: center;
}

.map{
	float: left;
	padding: 15px 0 0 0;
	text-align: center;
}

.bdr{
	border: 3px solid #6282a5;
}

.map small{
	text-align: center;
}
.map small a:link, .map small a:visited, .map small a:active{
	font: Bold 11px Verdana;
	color: #0066CC;
	text-decoration: none;
	text-align: center;
}

.map small a:hover{
	color: #fff;
}

