/* -----------  CONTACT CSS FILE ------------ */

#contentcontainer {
	background-image: url(../images/contactbck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	text-align: left;
	padding: 100px 0px 0px 10px;
	margin: 0;
}

#contacthead h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #AA7618;
	letter-spacing: 0.2em;
	margin-bottom: 0.3em;
	padding-left: 200px;
}
#contacttext {
	width: 500px;
	padding: 0;
	float: right;
}
#contacttext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0px 0px .6em;
	padding: 0px;
}
#contacttext h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	color: #AA7618;
	letter-spacing: 0em;	
	margin-bottom: 0.3em;
	margin-top: 0.4em;
}
a.email:link, a.email:visited {
	color: #AA7618;
}
a.email:hover {
	color: #554F77;	
	border-bottom: 1px dotted #554F77;
}

#contactsidebar {
	float: left;
	width: 150px;
	padding: 0;
	margin: 35px 0 0 0px;
}

#contentheight {
	height: 435px;
	width: 30px;
	float: right;
	right:0;
}
