/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
height: auto;
}
.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */ 	
body {
	text-align: center;
	background-image: url(images/body_back.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#wrapper_outer {
	background-image: url(images/wrapper_back.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 875px;
}
#wrapper {
	width: 875px;
	background-image: url(images/wrapper_header.jpg);
	background-repeat: no-repeat;
}
#top_section {
	height: 248px;
}
/* --------------------------- Top Nav -----------------------*/
#top_nav {
	height: 37px;
}

#top_nav li{

	list-style: none;
	float:left;
}
#top_nav ul {
	margin-left: 29px;
}
#top_nav li a{
	display: block;
	text-indent: -5000px;
	height: 37px;
	background-repeat: no-repeat;
}
/* --------------------------- Home Button -----------------------*/
#nav_home a{
	width: 115px;
	background-image: url(images/homepage_butt.gif);
}

#nav_home a:hover, body#home #nav_home a{
	background-image: url(images/homepage_butt.gif);
	background-position: left -37px;
}
/* --------------------------- About Button -----------------------*/
#nav_about a{
	width: 111px;
	background-image: url(images/about_us_butt.gif);
}

#nav_about a:hover, body#about #nav_about a{
	background-image: url(images/about_us_butt.gif);
	background-position: left -37px;
}
/* --------------------------- Services Button -----------------------*/
#nav_services a{
	width: 109px;
	background-image: url(images/services_butt.gif);
}

#nav_services a:hover, body#services  #nav_services  a{
	background-image: url(images/services_butt.gif);
	background-position: left -37px;
}
/* --------------------------- Sectors Button -----------------------*/
#nav_sectors a{
	width: 107px;
	background-image: url(images/sectors_butt.gif);
}

#nav_sectors a:hover, body#sectors #nav_sectors a{
	background-image: url(images/sectors_butt.gif);
	background-position: left -37px;
}
/* --------------------------- Projects Button -----------------------*/
#nav_projects a{
	width: 112px;
	background-image: url(images/projects_butt.gif);
}

#nav_projects a:hover, body#projects #nav_projects a{
	background-image: url(images/projects_butt.gif);
	background-position: left -37px;
}
/* --------------------------- Latest Button -----------------------*/
#nav_latest a{
	width: 136px;
	background-image: url(images/latest_butt.gif);
}

#nav_latest a:hover, body#latest #nav_latest a{
	background-image: url(images/latest_butt.gif);
	background-position: left -37px;
}
/* --------------------------- Contact Button -----------------------*/
#nav_contact a{
	width: 127px;
	background-image: url(images/contact_butt.gif);
}

#nav_contact a:hover, body#contact #nav_contact a{
	background-image: url(images/contact_butt.gif);
	background-position: left -37px;
}
/* --------------------------- main Content -----------------------*/
#content {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: left;
}
/* --------------------------- Homepage INtro -----------------------*/
#homepage_intro {
	width: 781px;
	background-position: right top;
	background-repeat: no-repeat;
}
#homepage_intro a:link, #homepage_intro a:active, #homepage_intro a:visited  {
	color: #15406A;
	text-decoration:none;
}
#homepage_intro a:hover, #homepage_intro a:focus {
	text-decoration:underline;
}
#left_column ol {
	margin-left: 30px;
	padding-bottom: 8px;
}
/* --------------------------- Left Column -----------------------*/
#left_column {
	float: left;
	width: 500px;
}

#left_column p {
	font-size: 11px;
	padding-bottom: 8px;
	padding-right: 12px;
}
#left_column h1 {
	font-weight: normal;
	font-size: 1.7em;
	padding-bottom: 9px;
}
#left_column h2 {
	font-size: 1.4em;
	color: #A15258;
	font-weight: bold;
	padding-bottom: 9px;
}
#left_column h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 8px;
	color: #333333;
}
#left_column h4 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 8px;
	color: #0F3861;
}
#left_column h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	padding-bottom: 8px;
}
#left_column h6 {
	font-size: 1.1em;
	color: #113B64;
	font-weight: normal;
	padding-bottom: 7px;
}
#left_column ul {
	margin-left: 25px;
	list-style-type: circle;
	padding-bottom: 8px;
}
#left_column li {
	font-size: 0.8em;
	padding-bottom: 1px;
	margin-bottom: 8px;
}
#left_column a:link, #left_column a:active, #left_column a:visited  {
	color: #15406A;
}

#left_column ol {
	margin-left: 30px;
	padding-bottom: 8px;
}

/* --------------------------- Subnav -----------------------*/
#sub_nav {
	background-image: url(images/subnavback.jpg);
	width: 249px;

height: 350px;
	background-repeat: no-repeat;
	background-position: top;
}
#right_column {
	float: right;
	width: 249px;
	background-position: bottom;
	padding-bottom: 200px;
	background-repeat: no-repeat;
}

#sub_nav ul{
	padding-top: 0;
	padding-right: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
}
#sub_nav h2 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
}

#sub_nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
#sub_nav ul li a{
	color: #134375;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	display: block;
	background-image: url(images/ar.gif);
	padding-right: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;

} 
#sub_nav ul li a:hover, #sub_nav ul li a:focus{
	text-decoration: underline;

}


.float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.float_left {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	border-left-width: 50px;
	background-color: #FFF;
}

#homepage_intro h1 {
	font-weight: normal;
	font-size: 23px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 500px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	color: #A0264B;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
}
#homepage_intro p {
	font-size: 0.8em;
	padding-bottom: 15px;
	line-height: 17px;
}
/* --------------------------- Boxes -----------------------*/
#boxes {
	width: 781px;
	margin-top: 20px;
}
#boxes  ul{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 145px;
	margin-right: 0px;
	margin-left: 40px;
}
#boxes  ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
#boxes ul li a{
	color: #134375;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	display: block;
	background-image: url(images/buttonback.jpg);
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	font-weight: bold;

} 
#boxes ul li a:hover, #boxes ul li a:focus{
	text-decoration: underline;

}
#boxes .cta{
	font-size: 13px;
	margin-top: 20px;
	margin-left: 40px;
	text-decoration: none;
	color: #982e2e;
	font-weight: bold;
}
#boxes .cta:hover {
	text-decoration: underline;
}
.small_arrow {
	color: #666666;
}

/* --------------------------- Project Box -----------------------*/
#propertysalesbox {
	float: left;
	background-image: url(images/propertysales.jpg);
	height: 249px;
	width: 250px;
	margin-right: 15px;
	background-repeat: no-repeat;
}
/* --------------------------- Services Box -----------------------*/


#propertybuybox {
	float: left;
	background-image: url(images/propertybuy.jpg);
	height: 249px;
	width: 250px;
	margin-right: 15px;
	background-repeat: no-repeat;
}
/* --------------------------- Latest News Box -----------------------*/
#latestnewsbox {
	float: left;
	background-image: url(images/latestnews.jpg);
	width: 250px;
	padding-top: 145px;
	background-repeat: no-repeat;
	height: 120px;
}
h2.date {
	background-image: url(images/news_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	padding-left: 30px;
	margin-left: 37px;
	height: 16px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 160px;
	margin-bottom: 3px;
	color: #666666;
}
#latest_news_box a:link, #latest_news_box a:active, #latest_news_box a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #134375;
	text-decoration: none;
}
#latest_news_box a:hover, #latest_news_box a:focus {
	text-decoration: underline;
}
#sub_nav h5 {
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 18px;
	font-size: 11px;
}

#latest_news_box h3 {
	margin-left: 40px;
	line-height: 10px;
	margin-bottom: 8px;
}
/* --------------------------- Footer -----------------------*/
#footer {
	background-image: url(images/footer.gif);
	height: 44px;
	clear: both;
}
/* Top Nav CSS*/

#footer ul{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer ul li{
display: inline;
padding: 0;
margin: 0;
}
#footer ul li a{
	color: #828282;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer ul li a:hover, #footer ul li a:focus{
	color: #000000;
}
/* --------------------------- Contact Form-----------------------*/
/* Ccontact Form CSS */


#contactEmail {
	margin-left: 20px;
	margin-bottom: 50px;
}
#left_column fieldset {
	width: 430px;
	border: 1px solid #204A92;
	padding: 7px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#left_column fieldset table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#left_column fieldset input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #164676;
	padding: 2px;
	background-color: #F3F3F3;
}

#left_column fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #164676;
	padding: 2px;
	background-color: #F3F3F3;
}

#left_column legend {
	color: #204A92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}.linebox {
	width: 250px;
}
.small {
	font-size: 9px;
}
.propertydetails {
	font-size: 0.8em;
}
.underoffer {
	color: #903439;
	font-weight: bold;
}
.tabletext {
	font-size: 12px;
}
.forms {
	font-size: 16px;
	font-weight: bold;
	color: #6C0;
}
#about #wrapper_outer #wrapper #content #homepage_intro #left_column form table {
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

