@charset "UTF-8";
#contentArea {
	background-image: url(../images/contact/contactMainImage.jpg);
	background-repeat: no-repeat;
	position:relative;
	min-height: 590px;
	background-color:#000000;
}

#mainImageWrapper{
	width: 964px;
	position:absolute;
	margin:0;
	padding:0;
	overflow:hidden;
	}

#contentWrapper{
	width:574px;
	position:relative;
	float:left;
	margin: 10px 0 10px 0;
	padding:0;
	}

#titleBlock{
	width: 230px;
	height: 50px;
	clear:both;
	position:relative;
	}
	
#secondaryTitleBlock{
	width: 574px;
	height: 50px;
	clear:both;
	position:relative;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
	}


#textArea{
	width: 554px;
	padding:10px 10px 30px 10px;
	text-align:left;
	position:relative;
	}

#sideWrapper{
	width: 380px;
	position:relative;
	float:left;
	margin: 10px 0 10px 10px;
	padding:0;
	}

mailFormWrapper{
	position:relative;
	clear:both;
	}
/*Section Headers*/
h3.contactHead{
	width:210px;
	height: 30px;
	padding:10px;
	margin:0;
	display:block;
	overflow:hidden;
	text-indent:-50000px;
	background-image:url(../images/contact/contactHead.png);
	background-repeat: no-repeat;
	}

h3.secondaryHead{
	width:165px;
	height: 30px;
	padding:10px;
	margin:0;
	display:block;
	overflow:hidden;
	text-indent:-50000px;
	background-image:url(../images/teaching/endorsementsHead.png);
	background-repeat: no-repeat;
	}



/*------Text Blocks------*/


h4.contactTitle{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.leadText{
	font-size: 0.7em;
	line-height: 0.75em;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.contact{
	font-size:.9em;
	color: #333333;
	margin: 10px 0 0 0;
	padding:0;
	}

.contactInfo{
	font-size:.85em;
	line-height:1.5em;
	color: #333333;
	margin: 0;
	padding:0;
	}

.contactAdditionalInfo{
	font-size:.7em;
	color: #333333;
	margin: 0 0 10px 0;
	padding:0;
	}


.contactInfo a, .contactAdditionalInfo a{
	color:#004D6D;
	}

.contactInfo a:hover, .contactAdditionalInfo a:hover{
	color:#FFFFFF;
	}

/*-----Links------*/


span.actionLinks{
	font-family:Helvetica, Arial, sans-serif;
	font-size:.85em;
	line-height:1.75em;
	margin:0;
	padding: 0;
	color:#777777;
	text-align:right;
	float:right;
	}
span.actionLinks a{
	color:#666666;
	text-decoration:none;
	text-align:right;
	}

span.actionLinks a:hover{
	color: #42AAB4;
	text-decoration:none;
	}
	


.reduceTopMargin{
	margin-top:10px;
	}