/* Styles by Tag */


/* Styles by Class */

.contactHeader {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990033;
	text-align: left;
}

/* Styles by ID */


h3 {
	position: relative;
	display: block;
	height: 16px;
	width: 478px;
	padding: 0px;
	margin: 40px 0px 35px 0px;
	border: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/contact-header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


#body {
	position: relative;
	display: block;
	width: 920px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

#column1, #column2, #column3, #column4 {
	position: relative;
	display: block;
	float: left;
	height: 400px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
}

#column1 {
	width: 200px;
	border-right: 1px solid #CCCCCC;
}

#column2 {
	width: 230px;
	border-right: 1px solid #CCCCCC;
}

#column3 {
	width: 254px!important;
	width: 265px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #CCCCCC;
	text-align: right;
}

#column4 {
	width: 100px;
}

#contactForm {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 13px;
	border: 0px;
}


.addressText {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	color: #990033;
	line-height: 18px;
	text-decoration: none;
}

.addressText a:link, .addressText a:active, .addressText a:visited {
	color: #990033;
	text-decoration: none;
}

.addressText a:hover {
	color: #990033;
	text-decoration: underline;
}

.contactInput {
	width: 195px;
	height: 18px;
	border: 1px solid #990033;
	background-color: #FFFFFF;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 5px 2px 0px 3px;
	margin: 0px 0px 15px 0px;
}


.contactTextArea {
	width: 195px;
	height: 98px;
	border: 1px solid #990033;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 2px;
	margin: 0px;
	overflow: auto;
}

.contactSubmit {
	border: 1px double #990033;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	background-color: #FFFFFF;
}

#portraitPhoto {
	position: relative;
	display: block;
	width: 230px;
	height: 295px;
}

