/* CSS Document */
body
{
	background: url(images/main-bg.jpg) top center repeat-x #1C7389;
}
#h10
{
	font-size: 27px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 25px;
}

.subhead
{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25px;
}

.blue
{
	font-size: 15px;
	color: #7DDFF8;
	line-height: 22px;
}

.big
{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
}

.small
{
	font-size: 11px;
}

.caption
{
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

.footer
{
	font-size: 11px;
}

.footer:link	{font-weight: bold; color: #FFFFFF; text-decoration: none;}
.footer:visited {font-weight: bold; color:#FFFFFF; text-decoration: none;}
.footer:active {font-weight: bold; color:#FFFFFF; text-decoration: none;}
.footer:hover	{font-weight: bold; color:#FFFFFF; text-decoration: underline;}

.tablesize
{
	line-height: 16px;
	font-size: 12px;
	color: #EEEEEE;
}


.top
{
	font-size: 13px;
	color: #EEEEEE;
}

.top:link	{font-weight: bold; color: #EEEEEE; text-decoration: none;}
.top:visited {font-weight: bold; color:#EEEEEE; text-decoration: none;}
.top:active {font-weight: bold; color:#EEEEEE; text-decoration: none;}
.top:hover	{font-weight: bold; color:#FFFFFF; text-decoration: underline;}

#container22
{
	width: 1012px;
}

#content-areaq
{
	padding: 15px 0px 20px 0px;
}

#content-containerq
{
	margin: 0px 0px 0px 16px;
	padding-bottom: 60px;
	background: url(/images/soap-bubbles-bottom.jpg) bottom center no-repeat #1C6171;
	width: 980px;
}

table tr
{
	vertical-align:top;
}

/* FORM CSS */

.standard{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
	margin-bottom: 7px;
}

.required{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
	margin-bottom: 7px;
}

.Name-required{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
	margin-bottom: 7px;
}

.Phone-required{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
	margin-bottom: 7px;
}

.validate-email{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #307D8F;
	border: none;
	margin-bottom: 7px;
}

.round
{
	background: url(images/form-field-bg.jpg) top left no-repeat;
}

.round-small
{
	background: url(images/form-verification-bg.jpg) top left no-repeat;
}

.round-comment
{
	background: url(images/form-comments-box.jpg) top left no-repeat;

}
/* NEW NAV */


#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
	line-height: 1;
}
#nav a {
    display: block;
    width: 10em;
}
#nav li {
    float: left;
    width: 10em;
}
#nav li ul {
    background: url(images/nav/drop-down.gif) bottom-left no-repeat;
	position: absolute;
    width: 228px;
    left: -999em;
}
#nav li:hover ul, #nav li:sfhover ul {
    left: auto;
}
#nav li ul ul {
    margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
    left: -999em;
}

