/*
 Web Design by www.Softonomy.com

 Blue:   #1C3F94
 Grey:   #DBDDE0
 Grey2:  #646464
 LightPurple: #CC99FF
 DarkPurple: #660066
*/

body {
	font:12px Arial, sans-serif;
	background-color:#AAA8A4;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

img {
	border:0;
	margin:0;
	padding:0;
}

p {
	padding:0;
	margin:8px 0;
}

a {
	color:#660066;
}

a:link {
	color:#660066;
}

a:visited {
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

a[name]:hover {
 text-decoration:none;
}


#body {
	width:890px;
	margin:5px 0 0 60px;
	background-color:white;
}

#banner {
	height:125px;
}

#menu {
	background-color:#CC99FF;
	height:30px;
	border-top:5px solid #CC99FF;
}

#menu a {
	padding:0 10px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1pt;
	color:white;
}

#menu a:hover, #menu a.current-page {
	text-decoration:none;
	color:#660066;
}

#content {
	position:relative;
	background-color:#CC99FF;
	padding:0;
	margin:0;
}

#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}

h2 {
	padding:0;
	margin:0;
}

.left {
	width:395px !important;
	padding:20px 15px 0 70px;
	font-size:1.1em;
	background-color:white;
	z-index:5;
	min-height:543px;
	height:533px;
}

.left[class] {
	height:auto;
}

.left h2 {
	/*margin-left:-50px;*/
	font-size:16px;
}

.left h2 a {
	color:#CC99FF;
}

.left h4 {
	margin:0;
	font-size:13px;
}

/*.left dl {
	margin:0;
}*/

/*.left dt {
	float:left;
}*/


/*.left dd {
	margin-left:20px;
}*/

.right {
	width:367px !important;
	height:100%;
	float:right;
	padding:20px 15px 0 20px;
	background-color:#CC99FF;
}

.right h2 {
	font-size:16px;
}

.right h2 a {
	color:white;
}



#advice-photo3 {
	position:absolute;
	top:33px;
	left:587px;
}

.locations #content {
	background-color:#CC99FF;
}

.map-box {
	float:left;
	margin-left:15px;
	width:278px;
	color:white;
	font-weight:bold;
	margin-bottom:20px;
}

.map-box h2 {
	color:#CC99FF;
	font-size:14px;
}

.contact .left dl, .contact-thanks .left dl {
	height:19px;
}

.contact .left dt, .contact-thanks .left dt {
	color:#CC99FF;
}

/*.contact .left dd, .contact-thanks .left dd {
	margin-left:80px;
}*/

.contact .left h4, .contact-thanks .left h4 {
	font-size:14px;
}

.contact .left h4 a, .contact-thanks .left h4 a {
	color:#CC99FF;
}

.grey, .grey a {
	color:#969696;
}

form {
	padding:0;
	margin:0;
}

input, textarea {
	font:12px Arial, sans-serif;
	border:0;
	background-color:white;
	padding:3px;
}

input {
	width:215px;
	margin-left:15px;
	border:2px solid white;
}

input.radio {
	width:auto;
	margin:0 15px 0 15px;
	background-color:#CC99FF;
	border:0;
	vertical-align:middle;
}

label {
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
}

button {
	background-color:#660066;
	color:white;
	border:2px solid white;
	font-size:0.85em;
	font-weight:400;
	padding:3px 6px;
	letter-spacing:0.1em;
	float:right;
	margin-right:50px;
}
