/* CSS Document */

body {
	color: #000;
	background: #fff url(../images/bg.jpg) top center no-repeat;
	font: 11px verdana, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	text-align: left;
	width: 768px;
	margin: 0 auto 0 auto;
}	

#header {
	background: url(../images/header.jpg) top center no-repeat;
	height: 107px;
	
}

#nav {
	height: 32px;
	padding-top: 17px;
	padding-bottom: 4px;
}

#nav ul {
	margin: 0 0 0 178px;
	padding: 0;
	list-style-type: none;
}

#nav li {
	float: left;
	width: 137px;
}

#nav li span {
	display: block;
	height: 16px;
}

#nav li a, #nav li a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

#nav li a:hover {
	color: #FFCCC2;
}

#content {
	background: url(../images/content.jpg) bottom center no-repeat;
	min-height: 350px;
	padding: 20px 60px 40px 60px;
}

#footer {
	background: url(../images/footer.jpg) top center no-repeat;
	height: 57px;
	text-align: right;
	color: #fff;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 60px;
}

#footer a, footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}

h1 {
	display: none;
}

h2 {
	color: #F65739;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

h3, h3 a, h3 a:visited {
	color: #F65739;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}



#content span {
	font-weight: bold;
	color: #F65739;
}

#left {
	width: 47%;
	padding-right: 15px;
	float: left;
}

#right {
	width: 47%;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	float: left;
}

#col_1 {
	width: 31%;
	float: left;
	padding-right: 10px;
}

#col_2 {
	width: 33%;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	float: left;
}

#col_3 {
	width: 31%;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	float: left;
}

#content img.right_image {
	float: right;
	margin-left: 30px;
	border: 1px solid #ccc;
}

.developments {
	background-color: #ccc;
}

.developments td {
	background-color: #fff;
}

.dev_header td {
	background: url(../images/footer.jpg) top center no-repeat;
	color: #fff;
	font-weight: bold;
}

p.box {
	padding: 10px;
	border: 1px solid #ccc;
	width: 300px;
}

ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}