@charset "UTF-8";
/* structure */
.twoColFixLt {
	background-color: #FFF8E5;
}
#outerWrapper {
	clear: both;
}

#container {
	width: 746px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container #contactSidebar {
	float: left;
	width: 380px;
	text-align: left;
}
/* Contains the main page content. When using a mutliple column layout
the margins will be set to account for the floated columns' width, margins, and padding. */
#contactForm {
	margin: 0 0 0 400px;
}
/* end structure */
/* general typography */
body {
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #787878;
}
p {
	padding-bottom: 9px;
}
.strong {
	font-weight: bold;
	color: #4D0000;
}
.h2 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #4D0000;
	font-style: italic;
	font-weight: bold;
}
.h3 {
	font: 13px/28px Georgia, "Times New Roman", Times, serif;
	color: #787878;
	font-style: italic;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
a:link {
	text-decoration: none;
	color: #787878;
}
a:visited {
    text-decoration: none;
	color: #4D0000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	color: #FF6600;
}
/* end general typography */
/*form specific styles*/
#form2{
	color:#4D0000;
	width:300px; /* customize width, this form have fluid layout */
	font-size: 11px;
	margin-top: 1px;
	}
#form2 label{
	display:block;
}
#form2 input, #form2 textarea{
	width:298px;
	border:1px solid #CCCCCC;
	color:#787878;
	background-color: #FFF8E5;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	}
#form2 textarea{
	height:126px;
	overflow:auto;
	}
#form2 p.submit{
	text-align:left;
	}
#form2 button{
	font-size: 10px;
	line-height:18px;
	color:#4D0000;
	text-align:center;
	background-color: #CCC;
	height:27px;
	border:1px solid #CCC;
	cursor:pointer;
	padding-right: 27px;
	padding-left: 27px;
	}
#form2 button:hover {
	background-color: #4D0000;
	color: #FF9900;
}

/*end form specific styles*/
