/* ----------------------------------------------------
Title: 		Contact Me CSS
Author:		Matthew Spiel - TheManInTheSea.com
Updated:	10/3/2008
Valid:		Yes.
---------------------------------------------------- */

div#contact_wrap {
	width: 890px;
	margin: 0px;
	float: left;
}
h3.contact {
	width: 890px;
	float: left;
	padding: 30px 0px 8px 0px;
	color: #ac500c;
	text-decoration: none;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #cdcdcd;
}
h3.contact a {
	color: #ac500c;
	text-decoration: none;
	font: normal normal 25px Georgia, "Times New Roman", Times, serif;
}
div.date_tag {
	width: 100px;
	margin: 0px;
	padding: 0px 5px 25px;
	float: left;
	background: url(../images/date_tag.png) no-repeat center bottom;
}
div.date_tag p {
	margin: 10px;
	color: black;
	text-decoration: none;
	font: italic bold 13px/18px Georgia, "Times New Roman", Times, serif;
}
div.date_tag p a {
	color: black;
	text-decoration: underline;
	font: italic bold 13px/13px Georgia, "Times New Roman", Times, serif;
}
div#contact_text {
	width: 320px;
	float: left;
	padding: 15px 0px 30px;
}
div#contact_text h5 {
	color: #525252;
	margin: 0px 0px 2px;
	padding: 3px 0px 5px;
	border-bottom: 1px dotted #cdcdcd;
}
div#contact_text p {
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
}
div#contact_text p span {
	margin: 0px 0px 0px 110px;
	font-style: italic;
}
div#contact_text p#last {
	margin-left: 110px;
	float: left;
	border: none;
}
div#contact_text p strong {
	width: 110px;
	float: left;
	color: #ac500c;
}
/* Email Form */
div#contact_form {
	width: 320px;
	float: left;
	padding: 15px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
div#contact_form h5 {
	color: #525252;
	margin: 0px 0px 2px;
	padding: 3px 0px 5px;
	border-bottom: 1px dotted #cdcdcd;
}
form#contact_form {
	float: left;
	width: 320px;
}
form#contact_form p {
	border: none;
	width: 320px;
	float: left;
}
input#firstname {
	width: 312px;
	padding: 4px;
	float: left;
	border: 1px solid #525252;
}
input#email {
	width: 312px;
	padding: 4px;
	float: left;
	border: 1px solid #525252;
}
textarea#message {
	width: 316px;
	height: 180px;
	padding: 4px 2px;
	float: left;
	border: 1px solid #525252;
}
input#human {
	width: 312px;
	padding: 4px;
	float: left;
	border: 1px solid #525252;
}
input#submit_button {
	width: 100px;
	height: 40px;
	padding: 4px;
	float: left;
	color: white;
	background: #525252;
	border: 1px solid #525252;
	font-weight: bold;
	font-size: 12px;
}
input#submit_button:hover {
	background: #ac500c;
	cursor: pointer;
}
p#required {
	width: 400px;
	float: left;
	font-style: italic;
}
ul.qna {
	width: 650px;
	margin: 0px;
	float: left;
	list-style: none;
}
ul li.q {
	width: 650px;
	margin: 5px 0px;
	padding: 5px 0px;
	color: #525252;
	float: left;
	border-bottom: 1px dotted #cdcdcd;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
}
ul li.a {
	width: 650px;
	padding: 5px 0px 10px;
	margin: 0px 0px 20px;
	float: left;
	font-size: 11px;
	border-bottom: 1px solid #cdcdcd;
	line-height: 18px;
	color: #525252;
}











