/* CSS Document */

/* Basic Styles
---------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #181818;
}
td,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #b11f20;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #b26008;
	font-weight: normal;
	text-decoration: underline;
}
.clear {
	clear: both;
}
hr {
	color: #433d31;
	background-color: #433d31;
	height: 1px;
	border: 0;
}

/* Menu Styles
---------------------------------------------------------------------- */

#menu {
	background: url(images/img_circletop.gif) no-repeat bottom right;
	padding-right: 10px;
}
#topmenu {
	padding-bottom: 8px;	
}
#topmenu a:link, #topmenu a:visited  {
	font-family: 'Times New Roman', Times, serif;
	font-size: 17px;
	color: #ecdeba;
	font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
}
#topmenu a:hover {
	font-family: 'Times New Roman', Times, serif;
	font-size: 17px;
	color: #d79516;
	font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
}
#botmenu a:link, #botmenu a:visited {
	font-family: 'Times New Roman', Times, serif;
	font-size: 22px;
	color: #d79516;
	font-weight: normal;
	text-decoration: none;
	padding-left: 25px;
}
#botmenu a:hover {
	font-family: 'Times New Roman', Times, serif;
	font-size: 22px;
	color: #ecdeba;
	font-weight: normal;
	text-decoration: none;
	padding-left: 25px;
}

/* Header Styles
---------------------------------------------------------------------- */

.address {
	float: right;
	padding-right:30px;
	width: 500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	line-height: 35px;
	color: #ffffff;
	font-weight: normal;
}
.phone {
	float: right;
	text-align: right;
	width: 240px;
	padding-right: 12px;
	background: url(images/icon_phone.gif) no-repeat left;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	line-height: 35px;
	color: #d79516;
	font-weight: normal;
}

/* Content and Sidebar Styles
---------------------------------------------------------------------- */

.contentbg {
	background: #f2e5c3 url(images/bg_content.jpg) repeat-y top left;
}
.contentPadding {
	padding: 10px 15px 10px 10px;
}
#contentArea {
	padding-bottom: 10px;
	background: url(images/bg_topcontent.jpg) no-repeat top center;
}
#sidebar {
	padding-left: 5px;
	/* Font Styles */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e2920;
	font-weight: normal;
}
.multiImage {
	padding-bottom: 3px;
}
#developments {
	width: 286px !important;
	width: 300px;
	float: left;
	background: #443e32 url(images/bg_developments.gif) repeat-x top left;
	padding: 7px;
	color: #ffffff;
}
#developments a, #developments a:hover, #developments a:visited {
	color: #ffffff;
}
.developmentsTitle {
	font-family: 'Times New Roman', Times, serif;
	font-size: 24px;
	line-height: 34px;
	color: #e7d8b4;
	font-weight: normal;
	display: block;
}

/* Footer Styles
---------------------------------------------------------------------- */

#footer {
	padding: 15px 10px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646363;
	font-weight: normal;
}
#footer a:link {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	color: #e7d8b3;
	font-weight: normal;
	text-decoration: none;
}
#footer a:visited {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	color: #d8ba7b;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}

/* Form Styles
---------------------------------------------------------------*/

.txtbox {
   height: 20px;
   width: 160px;
   border: 1px solid #d4b676;
}
.txtarea {
   border: 1px solid #d4b676;
}