﻿.contact_page
{
	clear: both;
	display: block;
	overflow: auto;
	padding: 0px;
	overflow: visible;
}

.contact_page_left
{
	float: left;
	margin: 10px 10px 10px 10px;
	width: 420px;
}

.contact_page_right
{
	float: right;
	margin: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 460px;
}

.front_page_left
{
	float: left;
	margin: 10px 10px 10px 10px;
	width: 600px;
}

.front_page_right
{
	float: right;
	margin: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 260px;
}

.contact_page_left a		{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: bold; color: #2f2f2f; text-decoration: none}
.contact_page_left a:active	{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: bold; color: #2f2f2f; text-decoration: none}
.contact_page_left a:hover 	{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: bold; color: #000000; text-decoration: underline}

.contact_page_left a.small		{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: normal; color: #2f2f2f; text-decoration: none}
.contact_page_left a.small:active	{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: normal; color: #2f2f2f; text-decoration: none}
.contact_page_left a.small:hover 	{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline}

.contact_page_left h2
{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #615f57;
	font-family: Trebuchet, Trebuchet MS,Arial,helvetica,sans-serif;
}

.contact_page_left h3
{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #615f57;
	font-family: Trebuchet, Trebuchet MS,Arial,helvetica,sans-serif;
}

.contact_field TEXTAREA
{
	border-right: solid 1px #bebab1;
	padding-right: 5px;
	border-top: #bebab1;
	padding-left: 5px;

	margin-bottom: 10px;
	padding-bottom: 5px;
	font: bold 15px arial,helvetica,sans-serif;
	border-left: solid 1px #bebab1;
	width: 96%;
	height: 300px;
	color: #333333;
	padding-top: 5px;
	border-bottom: solid 1px #bebab1;
}

    .focusField{   
	border-right: solid 1px #bebab1;
	padding-right: 5px;
	border-top: #bebab1;
	padding-left: 5px;
	background: #eae6da url(../images/EditBGOver.gif) repeat-x left top;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font: bold 15px arial,helvetica,sans-serif;
	border-left: solid 1px #bebab1;
	width: 96%;
	color: #333333;
	padding-top: 5px;
	border-bottom: solid 1px #bebab1;
    }
       
    .idleField{   
	border-right: solid 1px #bebab1;
	padding-right: 5px;
	border-top: #bebab1;
	padding-left: 5px;
	background: #dfdbd0 url(../images/EditBG.gif) repeat-x left top;
	margin-bottom: 0px;
	padding-bottom: 5px;
	font: bold 15px arial,helvetica,sans-serif;
	border-left: solid 1px #bebab1;
	width: 96%;
	color: #333333;
	padding-top: 5px;
	border-bottom: solid 1px #bebab1;
    }
    
.field-validation-error
{
	color: #7F0000;
}

div .skinsection
{
	float: left;
	width: 400px;
	display: block; 
	margin: 0px 0px 20px 0px
}

.skinsection .skinleft
{
	float: left; 
	width: 200px;
}

.skinleft a			{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: bold; color: #00007F; text-decoration: none}
.skinleft a:active	{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: bold; color: #00007F; text-decoration: none}
.skinleft a:hover 	{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 100%; font-style: normal; font-weight: bold; color: #000000; text-decoration: underline}


