﻿/************************************************************************************************************
used for search.aspx & searchSiteResults.aspx & region pages
actual style for google search results are on searchSiteResults.aspx as they get overwritten by google's
api if they are not included after the control is written.
**************************************************************************************************************/
#contactColumnContent
{
	*margin-top: -3px;	/*IE 7 - mysterious line above content*/
	_margin-top: -3px;	/*IE 6 - mysterious line above content*/
	width: inherit;
	text-align: left;	
	/*border: 1px solid white;*/
	background: url(../images/sitewide/innerRightBackground.gif) repeat-y right top;
	font-family: Verdana, Sans-Serif;
	overflow: hidden;	/*Forces the div to expand to cover the floated elements*/
	_height: 95%; /*overflow: hidden doesn't work for IE6*/
	position: relative;
}

#formTop, #formMiddle, #formBottom
{
	margin: 0;
	padding: 0;
	margin-left: 20px;
	width: 719px;
	text-align: left;
	font-size: 11px;
	color: #225B8C;
	background-color: #D4ECF8;
}

#formTop, #formBottom
{
	height: 17px;
}

#formTop
{
	/*border: solid 1px blue;*/
	margin-top: 7px;
	background: url(../images/contact/formTop719x17.gif) no-repeat left top;
}

#formMiddle
{
	/*border: solid 1px green;*/
	background: url(../images/contact/formMiddle719x1.gif) repeat-y left top;
	min-height:830px;
}

#formMiddle p
{
	padding: 10px 20px 0 20px;
	color:#252525;
}

#formMiddle p strong
{
	color:#0076c0;
	font-weight:bold;
}

#formMiddle a 
{
	color:#1e86ce;
	text-decoration:none;
	font-weight:bold; 
}

#formMiddle a:hover
{
	color:#FF6600;
	text-decoration:underline; 
}

#formMiddle h2
{
	color:#072a5e;
	font-weight:bold;
	margin:0 0 5px 19px;
	padding-top:15px;
	font-size:11px;
}

#formMiddle h3
{
	color:#072a5e;
	font-weight:bold;
	margin:0 0 5px 19px;
	padding:15px 0 3px 0;
	border-bottom:solid 1px #99ccff;
	width:400px;
}

#formMiddle h3 a
{
	color:#072a5e;
	text-decoration:none;
	font-weight:bold;
}

#formMiddle h3 a:hover
{
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}


#formBottom
{
	/*border: solid 1px red;*/
	background: url(../images/contact/formBottom719x17.gif) no-repeat left top;
}
