p {  font-size: 12px}
p {  line-height: 16pt}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #99CCCC;
}
ul {  font-size: 12px; line-height: 16pt}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: b1977e;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: b1977e;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #b1977e;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #b1977e;
}
ol {  font-size: 12px; line-height: 16px}
a:hover {
	text-decoration: underline;
	color: #66CCCC;
}
.ghost {
	background-attachment: fixed;
	background-image: url(assets/home_assets/ghostimage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.padding {
	padding: 10px;
}
.background {
	background-image: url(assets/home_assets/backer1.jpg);
	background-repeat: repeat-x;
}
.imgborder { BORDER: #B1977E 2px solid;}
.desc{color: #b1977e; font-weight:700; font-size:11px;}

#contactForm{
	background:#B1977E;
	border:2px solid #41B5C2;
	padding:0px 7px 4px 7px;
	margin:13px 0px 0px 28px;

}
#contactForm input, textarea{
	margin:3px 0px 3px 0px;
	width:158px;
	padding:3px 3px 3px 3px;
}
#contactForm .submit{
	height:25px;
	padding:0px;
	width:158px;
}
.contactTitle{
	color:#FFF !important;
	font-size:16px;
	line-height:14px;
	padding:3px 3px 3px 3px;
	margin:5px 0px 5px 0px;
	text-align:center;
	text-transform: uppercase;
}
