/* Layout */

body
	{
	background: #c4c7c6;
	text-align: center;
	}

#wrapper
	{
	margin: 0px auto;
	width: 926px;
	min-height: 500px;
	background: url('images/main_r_shadow.gif');
	background-repeat: repeat-y;
	position: relative;
	text-align: left;
	}

#header
	{
	margin-left: 0px;
	width: 686px;
	}

#section
	{
	margin-left: 30px;
	width: 666px;
	height: 66px;
	background: url('images/sectionbar.png');
	background-repeat: no-repeat;
	}

#homepagecontent
	{
	margin-left: 0px;
	width: 920px;
	height: 530px;
	background: url('images/homepage_bkgd.jpg');
	background-repeat: no-repeat;
	}

#homepagetext
	{
	margin-left: 168px;
	padding-top: 80px;
	margin-right: 130px;
	}

#contactpagecontent
	{
	margin-left: 30px;
	width: 866px;
	background: url('images/contact_side_shadow.gif');
	background-repeat: repeat-y;
	}

#bodyblock
	{
	margin-left: 75px;
	margin-top: 42px;
	width: 580px;
	}

#mapblock
	{
	margin-left: 30px;
	margin-top: 20px;
	width: 660px;
	}

.copyblock
	{
	margin-left: 23px;
	margin-bottom: 40px;
	}

#sidebar /* This contains all right-column elements. */
	{
	width: 206px;
	position: absolute;
	left: 690px;
	top: 183px;
	}

.sidebarcontainer  /* This is the box that creates the side-shadow for subnav and sidebarbox. */
	{
	width: 206px;
	background: url('images/sidebar_side_shadow.gif');
	background-repeat: repeat-y;
	}

#sidebarbox
	{
	border: 1px solid #9e9e9f;
	width: 198px;
	background: #dcddde;
	}

.narrowshadow
	{
	width: 206px;
	height: 6px;
	}

#footer
	{
	font-size: 11px;
	font-family: Arial;
	margin-left: 30px;
	margin-top: 40px;
	padding-bottom: 20px;
	}

#contactbottomshadow
	{
	margin-left: 30px;
	width: 866px;
	height: 6px;
	}

#mainbottomshadow
	{
	margin: 0px auto;
	width: 926px;
	height: 6px;
	}

.formtable td
	{
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: top;
	}

input.textfield
	{
	width: 150px;
	height: 20px;
	padding: 2px;
	background: #efefef;
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
	}

textarea.commentsfield
	{
	width: 150px;
	height: 80px;
	padding: 2px;
	background: #efefef;
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
	}

label
	{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	}

input.submitbutton
	{
	width: 100px;
	height: 20px;
	}

.brochuretable td
	{
	width: 150px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 20px;
	vertical-align: top;
	}

hr
	{
	height: 1px;
	border: 0;
	background-color: #8b898a;
	margin-top: 20px;
	margin-bottom: 20px;
	}







/* End Layout */