@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-image:url(../images/body.gif);
	background-repeat:repeat-x;
	background-position:top left;
	}

#wrapper {
	width:1016px;
	margin:0px auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

#wrapper #menu {
	background-image:url(../images/menu.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:1002px;
	height:59px;
	}

#wrapper #menu a {
	margin-left:13px;
	line-height:59px;
	color:#ffffff;
	text-transform:uppercase;
	font-family:Tahoma,Arial,Verdana;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	}


#wrapper #header {
	width:1002px;
	height:29px;
	background-image:url(../images/header.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:1002px;
	height:129px;
	}

#wrapper #content {
	width:1002px;
	background-color:#ffffff;
	overflow:auto;
	}

#wrapper #content #left {
	float:left;
	width:260px;
	margin-right:2px;
	background-image:url(../images/left.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px;
	min-height:700px;
	}

#wrapper #content #left #contactForm {
	margin-bottom:20px;
	}

#wrapper #content #left #videoTour {
	clear:both;
	margin-bottom:20px;
	text-align:center;
	}

#wrapper #content #right {
	float:left;
	width:700px;
	padding:10px;
	}

#wrapper #content #right #footer {
	margin-top:20px;
	}

#wrapper #content #right #footer a {
	color:#3d6292;
	text-decoration:none;
	}
	
	
#right a {
	color:#3d6292;
	text-decoration:none;
	}	


.textarea {
	background-color:#ddf0f8;
	border:1px solid #3d6292;
	width:248px;
	}
.text {
	background-color:#ddf0f8;
	border:1px solid #3d6292;
	width:200px;
	}