@charset "UTF-8";
/* CSS Document */
/*------ Web design by Scribblevision Designs - Copyright 2008 ------*/

/*------ contact form styles ------*/
#contactForm {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #fbf7f7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f1e9e9;
	border-left-color: #f1e9e9;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.formTop {
	background-image: url(../scribble_images/form_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.formBottom {
	background-image: url(../scribble_images/form_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	background-position: center top;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contactForm h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #600C28;
	font-size: 28px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#contactForm h2 {
	font-size: 24px;
	font-weight: normal;
	color: #600C28;
	margin-top: 28px;
}
#contactForm #contactUs {
	color: #996255;
	margin: 10px;
	font-size: 12px;
	width: 250px;
	float: left;
}
.contactTextinput {
	font-size: 16px;
	width: 240px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color: #5E0C27;
	background-image: url(../scribble_images/bg.gif);
	background-repeat: repeat;
	border: 1px solid #CCC;
	height: 20px;
}
.contactTextinput2 {
	font-size: 16px;
	width: 240px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color: #5E0C27;
	background-image: url(../scribble_images/bg.gif);
	background-repeat: repeat;
	border: 1px solid #CCC;
	height: 150px;
}
#contactForm #email {
	float: right;
	width: 210px;
	font-size: 17px;
	line-height: 28px;
}
#contactForm #email a {
	text-decoration: none;
	color: #BF1749;
}
#contactForm #email a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #C11749;
}
#contactUs a {
	color: #C99700;
	text-decoration: none;
}
#contactUs a:hover {
	color: #820F2F;
	text-decoration: none;
}
.subheadings {
	font-size: 14px;
	padding-left: 5px;
	color: #D9A76E;
}
.captchText {
	background: url(../scribble_images/bg.gif) repeat;
	height: 20px;
	width: 110px;
	float: left;
	border: 1px solid #CCC;
	color: #5E0C27;
}
.leftFloat {
	float: left;
}
