/*---------------------------------------COLUMNS---------------------------------------*/

#column1 {
	visibility: hidden;
}

h3 {
	color: #24408f;
	margin-bottom: 10px;
}

#column2 a:hover {
	color: #eb6e1f;
}

.linkSelectTeal {
	color: #37939b;
}
 
#column2 {
	min-height: 450px;
}

#column2 h4 {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 3px;
}

#column2 p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
}   

#column2 #contactInfo h4 {
	font-weight: bold;
	font-size: 13px;
	color: gray;
}   

#column2 #contactInfo p {
	margin-top: 2px;
}   

#column2 p strong {
	font-weight: bold;
	font-size: 13px;
}

.shortWidth {
	width: 425px;
}

#column2 p.shortWidth  {
	line-height: 18px;
}







