@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-image:url(../images/body.gif);
	background-repeat:repeat-x;
	background-position:top left;
	}
	
/* HEADERS */
	h1, h2, h3, h4, h5, h6, #nav{		
		font-family:  'palatino linotype',palatino,georgia,serif;
		font-weight: normal;
		margin:0;padding: 0; 
		line-height: 1.2em;
		color:#000;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a{}
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, #nav em{text-transform: lowercase;font-style:italic;f}
	
	h1{font-size: 2.6em;}
	h2{font-size: 1.7em;}
	h3{font-size: 1.5em;}
	h4{font-size: 1.3em;}
	h5{font-size: 1.1em;}
	h6{font-size: 1em;}


#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;
	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;
	}
	

#footer a{color: #BBB;
text-decoration:none;
 }




