/* CSS Document */


.contactLeft
{
	float: left;
	width: 600px;
	padding-right: 50px;
	padding-bottom: 50px;
	border-right: 1px solid #666;
}

.contactLeft label
{
	font-weight: bold;
	display: block;
	clear: both;
}

.contactLeft label small
{
	font-size: 10px;
}

.contactLeft h1
{
	display: block;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase
}

.contactLeft textarea
{
	width: 542px;
	height: 100px;
	display: block;
	border: 1px solid #666;
}

.contactLeft .button
{
	background: #666;
	border: 0px none;
	color: white;
	text-transform:uppercase;
	width: auto;
	padding: 0px 15px 0px 15px;
	height: 23px;
	line-height: 25px;
	margin: 25px 5px 0 5px;
	float: right;
}

.contactLeft form
{
	padding: 25px 0 00px 0;
	height: 300px;
}

.contactLeft input
{
	border: 1px solid #666;
	height: 20px;
	width: 175px;
	padding: 2px 0;
}

.contactLeft li
{
	width: 33%;
	float: left;
	height: 60px;
}

.contactLeft fieldset label, .contactLeft fieldset input 
{
	display: inline;
	padding: 0;
	margin: 0;
	float: none;
	clear: none;
	width: auto;
	border: 0px none;
}

.contactLeft ul
{
	height: 200px;
}

.contactLeft fieldset
{
	padding: 10px 0 25px 0;
}

.contactLeft fieldset label
{
	vertical-align: top;
	line-height: 18px;
	padding: 0 26px 0 7px;
	text-transform: uppercase;
	font-size: 12px;
}

.contactRight
{
	float: left;
	width: 200px;
	padding: 10px 30px 0 20px;
}

.contactRight h2
{
	letter-spacing: 2px;
	padding: 0 0 30px 0;
}

.contactRight h3
{
	display: block;
	float: left;
	width: 18px;
	font-weight: bold;
}

.contactRight h4
{
	display: block;
	font-weight: bold;
	padding:30px 0 0 0;
}

.contactRight h5
{
	display: block;
	padding:115px 0 0 0;
}

.contactRight h5 a
{
	text-decoration: none;
	color: #666;
}

.contactRight h5 a:hover
{
	text-decoration: underline;
	color: #666;
}

.contactRight p
{
	padding: 15px 0;
}

.collageBar
{
	background:url(../images/collageBar.jpg) 0px 3px no-repeat;
	border-top : 3px solid #888;
	padding: 10px 0 15px 0;
	height: 15px;
	margin: 0 2px 0 0; 
}

#main
{
	height:600px;
}

.errorField
{
	background: #e6e6e6;
	border: 2px solid #e96262 !important;   
}

.errorMsg
{
	color: #ed6c6c;
	font-size: 15px;
	font-weight: bold;
}

fieldset span
{
	margin: 3px 0 0 0;
	padding: 10px 0 6px 5px;
	line-height: 18px;
}