@charset "UTF-8";
body {
	background-color: #ead3ad;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #B24D36;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B24D36;
}
a:hover {
	text-decoration: underline;
	color: #B24D36;
}
a:active {
	text-decoration: none;
}

textarea {
	font-family: Tahoma, Verdana;
	color:#333;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid;
	border-color: #369EC8
}
input {
	font-family: Tahoma, Verdana;
	color:#333;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid;
	border-color: #369EC8
}
select {
	font-family: Tahoma, Verdana;
	color:#333;
	font-size: 11px;
	background-color: #F0F6FB;
	border: 1px solid;
	border-color: #369EC8
}
.titles {
	color: #B24D36;
	letter-spacing: 1px;
	font-size: 14px;
}
.highlight {
	color: #71716F;
	font-size: 11px;
}
.iv {
	color: #333;
	font-size: 12px;
	letter-spacing: 0px;
}
.lettering {
	font-size: 16px;
	color: #069;
	font-weight: bold;
}
.hovers {
	color: #B24D36;
}
.secondhighlight {
	color: #333;
}


/* Contact Form :: START */

.formRow .error{
color:#F00;	
}

.spacer{
clear:both;	
}


span.req{ /* Styles the * for the required fields */
	color:#F00;
	font-size:11px;
	padding:0px 5px 0px 0px;
}

#contactFormHolder{ /* Style for the Div that holds the Contact Form */
height:450px;
padding:10px 20px 0px 0px;
width:350px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}


	.contactOutter h2{
	padding:20px 0px 0px 20px;	
	}


.formRow{ /* The div that holds the Inputs */
	margin:20px 0px 15px 0px;
	width:350px;
}

.aRight{ /* Aligns text to the right */
	text-align:right;
}

.aLeft{/* Aligns text to the left */
	text-align:left;
}

.formRow Input{
	width:150px; /* the size of the inputs */
	padding:3px; /* Padding between fields and the text into the fields*/
	border:1px solid #B24D36; /* Border Color of Text Fields*/
	background-color:#B24D36; /* Background color of Text Fields*/
	color:#fff;
}


.formRow label{ /* Form Input Labels Style */
	display:block; /* Important dont change it - Keeps the labels on top of the input*/
	color:#666;
	font-size:11px;	
}


.formRow p.left{ /* align to the left on field */
float:left;
margin:0px;
padding:0px;
}

.formRow p.right{ /* align to the right on field */
float:right;
margin:0px;
padding:0px;
}

.formRow textarea{ /* Style for the Textarea */
	width:340px; 
	height:100px;
	padding:5px; /* the space between the borders of the text area and the content */
	border:1px solid #B24D36; /* border color of the text area */
	background:none; 
	background-color:#B24D36; /* background color of the textarea */
	color:#fff;	
}

.formRow input.submitBtn{ /* Style for the submit Button */
font-size:11px;	
cursor:pointer; /* Force to show the hand cursor */
width:150px;
border:1px solid #B24D36;
}

	.formRow input.submitBtn:hover{ /* Style when user hover the mouse onto the submit button */
	border:1px solid #B24D36;
	}
.star {
	color: #F00;
}
