
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background: #FFF url(images/headerblue.jpg) repeat-x top left;
	margin:0 auto;
	padding:0;
	color: #000;
	height:100%;
	width: 100%;
}


/*
	structure 
*/

div#container {
	width:960px;
	margin:0 auto;
	padding:0;
	min-height:400px;
	background: #97B9DE;
}

div.page {
	width:100%;
	float:right;
	padding:0 0 0 0;
	margin:20px 0 0 0;
}

div.centerpage {
	width:86%;
	float:left;
	margin:10px  0 20px 30px;
	text-align: justify;
	min-height:400px;
}


div.centerpagecontact {
	width:66%;
	float:left;
	margin:0 20px 20px 30px;
	padding: 20px 20px 20px 20px;
	text-align: justify;
	min-height:400px;
	background: #97B9DE url(images/contactbg.jpg) repeat-x top left;
}

div.mainpagecontainer {
	width:100%;
	float:left;
	background: #FFF url(images/gradient.jpg) repeat-x;
}



div.mainpagecontainermovie {
	width:100%;
	float:left;
	background: #98BAE0;
}

div.centerpagelinks {
	width:86%;
	float:left;
	margin:10px 0 10px 30px;
	text-align: justify;
}

div.mainpagecontainerlinks {
	width:100%;
	float:left;
	background: #98BAE0;
}

div.centerpagearea {
	width:90%;
	float:left;
	margin:10px  0 10px 10px;
	text-align: justify;
}

div.centerpageproperties {
	width:930px
	float:left;
	margin:10px  10px 10px 10px;
	text-align: justify;
}

div.propertyimages {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	background: #9EBCDE;
}

div.top-panel {
	background: #9EBCDE url(images/header1.jpg) no-repeat left top;
	height: 225px;
}


/*
	paragraphs
*/
p {
	margin:0;
	font-size:0.9em;
	line-height:1.5em;
	padding:0;
}
div.top-panel p {
	font-family:"Trebuchet MS",Verdana,Arial;
	line-height:1.6em;
	margin:0;
	color:#ffffff;
	padding:0;
	text-align:left;
	font-size:0.8em;
}
div.page p {
	padding-bottom:15px;
	line-height:1.7em;
}


/*
	headers
*/
h1 {
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:3px;
	margin:0;
	padding:0 0 20px 0;
}
h2 {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:-10px 0 10px 0;
	padding:0;
	font-size:1.1em;
	color:#666666;
	text-align:left;
}
div.top-panel h2 {
	color:#ffffff;
	letter-spacing:0px;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial;
}
h3 {
	color:#ffffff;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}
h4 {
	color:#ffffff;
	padding:0;
	font-size:1.2em;
	margin:0;
	line-height: 30px;
}

h4.grey {
	color:#666666;
	padding:0;
	font-size:1.1em;
	margin:0 0 0 20px;
	line-height: 40px;
}
div.sidebar h4 {
	font-weight:normal;
}




/*
	forms, labels, inputs
*/
input.button {
	font-weight:bold;
	padding:5px 15px;
}
input, textarea {
	background-color:#ffffff;
	border:1px solid #dddddd;
}
input:focus, textarea:focus {
	background-color:#CCFFB3;
	border:1px solid #AAFF80;
}
label {
	font-weight:normal;
}




/*
	links
*/
a {
	color:#ffffff;
	text-decoration:none;
}


a:hover {
	color:#666666;
	text-decoration:none;
}



/*
	tables
*/
table {
	width:100%;
	float: left;
}

table tr th, table tr td {
	padding:5px 0 0 15px;
	vertical-align:top;
	line-height:1.7em;
	font-size:0.9em;
	text-align:justify;
}




/*
	Contact Table
*/

table.contact {
	width: 100%;
	padding: 25px 0 0 0;
	
}

table.contact2 {
	width: 70%;
	padding: 25px 0 0 25px;
	
}

table.contact2 tr td  {
	padding: 15px 0 0 10px;
	margin: 0 0 0 25px;
	font-size:1.05em;
}


table.contact tr td  {
	padding: 15px 0 0 10px;
	font-size:1.05em;
}




div#footer  {	
	padding:5px 0 5px 180px;
	font-size:0.7em;
	color:#666;
	width: 100%
	background: #000;
	border-top: 1px dotted rgb(176, 196, 222);
}


div#footer p a {
	color:#666;
	text-decoration:none;
	font-size:1.0em;
}

div#footer p a:hover {
	color:#ccc;
	text-decoration:none;
	font-size:1.0em;
}

.clear {
	clear:both; 
}