/* Reset */

body,div,dt,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	padding:0px 25px 0px;
	list-style:square;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight:bold;
}


/* Main */

html,body{padding:0px;margin:0px;height:100%}
body {
	text-align:center;
	font-family:arial;
	font-size:12pt;
	background:#fff url('/images/site/background.jpg') no-repeat top center;
	}
#logo{
	display:block;
	height:130px;
	width:200px;
	margin-top:10px;
	float:left;
	}
	#logo span {display:none;}
#container{
	width:800px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
	}
#header{
	padding-top:15px;
	background:url('/images/site/banner.png') no-repeat top center;
	}
#banner{
	min-height:150px;
	}
#main{
	padding:10px;
	background:#eee;
	line-height:140%
	}
.contentbox{
	padding:20px 20px 10px;
	background:white;
	min-height:380px;
	border:1px solid #CCC;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
.offer{
	padding:15px 20px;
	background:white;
	border:2px solid #777;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom:10px;
	}
	.offer h2{color:#555 !important}
#footer{
	padding:0px 20px 11px;
	font-size:0.8em;
	color:#888;
	background:#eee;
	}
#shadow{
	font-size:0;
	line-height:0;
	background:url('http://www.templecove.com/images/site/bodyshadow.png') no-repeat top center;
	height:60px;
	}

h1{	
	font-weight:normal;
	font-size:1.6em;
	font-family:times;
	margin-bottom:15px;
	color:#333;
	border-bottom:1px solid #CCC;
}
h2{
	font-weight:normal;
	font-size:1.3em;
	font-family:times;
	margin-top:40px;
	margin-bottom:15px;
	color:#555;
	}
 h1+ h2 {margin-top:0px;}

 h2 + h3{margin-top:0px;}
 
 h3{margin:0; font-weight:normal; color:#888}
 
a{color:#3394f2;text-decoration:none;}
a:hover{color:#004689}

/* Navigation Styles */

.contactbutton {float:right;margin-top:5px;margin-right:2px}
.offer td,.offer th{vertical-align:top;padding:5px;}
.offer th{color:#888;font-weight:normal}
#navigation{
	padding-left:5px;
	background:url('http://www.templecove.com/images/site/navborder.png') repeat-x bottom left;
	}
#navigation a{
	display:block;
	float:left;
	margin-right:4px;
	background:#e0e0e0 url('http://www.templecove.com/images/site/navshad.png') repeat-x bottom left;
	border:1px solid #888;
	border-width:1px 1px 1px 1px;
	color:#555;
	}
#navigation a .rc {
	padding:9px 17px 10px;
	display:block;
	}
#navigation a .ti {
	font-family:times;
	font-size:1.3em;
	}
#navigation a .des {
	display:block;
	margin-top:-2px;
	font-family:verdana;
	font-size:0.6em;
	color:#888;
	}
	
#navigation a:hover {
	border-top-color:#555;
	border-left-color:#555;
	border-right-color:#555;
	}
#navigation a:hover .ti {
	color:#000;
	border-color:#222;
	}
#navigation a:hover .des {
	color:#333;
	}

#navigation a.active{
	border-color:#555;
	border-bottom:1px solid #EEE;
	background:#eee;
	color:#000;
	}
#navigation a.active .rc {
	}
#navigation a.active .des {
	color:#616161;
	}

/* Special */

.clear{height:0;line-height:0;font-size:0;clear:both;overflow:hidden;padding:0;border:0}

/*.formattedtable tr.odd{background:#eee}*/
.formattedtable tr.sold{color:#333;background:#DDD !important;}
.formattedtable tr.even{background:#f5f5f5}
.formattedtable td{padding:17px 25px;border-bottom:1px solid #ccc;text-align:center;}
.formattedtable th{padding:17px 25px;border-bottom:1px solid #ccc;}
.formattedtable td, .formattedtable th {vertical-align:top}
.formattedtable tr.top th,.formattedtable tr.top td {border-bottom:1px solid #777;font-weight:bold}

#floorselect th{color:#333;width:130px;text-align:left }
#floorselect a{display:block;width:100px;text-align:center;padding:10px 0px;background:url('/images/plans/button.png') no-repeat top center;color:#fff}
#floorselect a.active{background:url('/images/plans/button_inactive.png') no-repeat top center;color:#111;}
#floor1 h2,#floor2 h2,#floor3 h2,#floor4 h2,#floor5 h2,#floor6 h2 {margin-top:20px;}
