*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


body
{
	background: #051f46;
	margin: auto;
	text-align: center;
	padding: 0px;
	font: 11px/20px verdana;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-position: center top; 
}

.container
{
	background-repeat: no-repeat;
	padding-left: 1px;
	width: 742px;	
	margin: auto;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
}

.nav
{
	margin: 0px; 
	padding: 0px; 
	width: 214px; 
	height: 100%;
	float: left;

	color: #ffffff;
}

.link 
{
	background-color: #051f46;
	color: #ffffff;
}

.link: hover
{
	background-color: #435d82;
	color: #ffffff;	
}


.phone { padding-left: 1px; width: 739px; height: 36px; background-image: url('../images/logo_bottom.png'); background-repeat: no-repeat; text-align: right; padding-top: 5px; font-size: 12pt; color: #ffffff; }

.maincontent {width: 520px; float: right; text-align: left;}

#banner
{
	background-image: url("../pics/title_image.jpg");
	background-repeat: no-repeat;
	height: 184px;
}

#content_top
{
	background-image: url("../pics/content_top.jpg");
	background-repeat: no-repeat;
	height: 38px;
}

#content_bottom
{
	background-image: url("../pics/content_bottom.jpg");
	background-repeat: no-repeat;
	height: 38px;
}

#explore
{
	background-image: url("../pics/explore.jpg");
	background-repeat: no-repeat;
	height: 24px;
	margin-left: 2px;
}

#left
{
	width: 206px;
	float: left;
	background-image: url("../pics/button_border.jpg");
	background-repeat: no-repeat;
}

#right
{
	width: 514px;
	float: left;
}

#content
{
	margin: 0px;
	padding: 0px 28px;
	background-image: url("../pics/content_background.jpg");
	background-repeat: repeat-y;
}

.explore
{
	margin-left: 2px;
}

h1
{
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font: 18px verdana;
	font-weight: bold;
}

















#navcontainer
{
	width: 214px; 
	height: 100%;
	float: left;
	height: 100%;
		margin: 0px;
}

#navcontainer ul
{
margin: 0px 0px 0px 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
letter-spacing: 1px;
display: block;
margin-top: 3px;
padding: 4px 3px 3px 12px;
height: 35px;
width: 213px;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
font-size: 10pt;
}

#navcontainer a:hover
{

background-color: #435d82;
color: #fff;
font-size: 10pt;
}

.photoleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.photoright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 0px;
	border: solid 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #000;
	font: 10px/20px verdana;
	font-weight: bold;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #ccc;
	background: #fff;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}

#form
{
	margin-top: 20px;
	margin-bottom: -19px;
}

html>body #form
{
	margin-top: 20px;
	margin-bottom: -11px;
}

.required
{
	color: #A02125;
}

.note
{
	margin-left: 100px;
}
