/*
Theme Name: ICS Realestate
Author: Sitedesignz
*/

.wrap {
	width: 982px;
	margin: 0px auto;
}

a:hover {
	text-decoration: underline;
}

body { 	 
	background: url('images/background.jpg') repeat-x #dddddd;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

h1 {
	color: #333333;
	font-size: 29px;
	font-weight: normal;
}

h2 {
	color: #333333;
	font-size: 19px;
	font-weight: normal;
}

p {
	padding-bottom: 15px;
}

.cleaner { clear: both; overflow: hidden; height: 0px; }

.content {
	background: url('images/content.jpg') repeat-y;
}

.contentTop {
	background: url('images/topcontent.jpg') no-repeat;
}

.pagecontent {
	width: 880px;
	margin: 0px auto;
	padding-top: 50px;
}

.footer {
	width: 982px;
	height: 15px;
	background: url('images/footer.jpg') no-repeat;
}

.menu {

}

.menu li {
	background: #304047;
	width: 162px;
	height: 26px;
	margin-bottom: 3px;
	line-height: 26px;
	padding-left: 20px;
}

.menu li a {
	color: #fff;
	text-decoration: none;
	line-height: 26px;
}

.menu li a:hover {
	text-decoration: underline;
}

.nav {
	float: left;
}

.navtop {
	width: 234px;
	height: 5px;
	background: url('images/navtop.jpg') no-repeat;
}

.navcontent {
	width: 209px;
	background: url('images/navbg.jpg') repeat-y;
	padding-left: 25px;
	padding-bottom: 40px;
}


.navbottom {
	width: 234px;
	height: 7px;
	background: url('images/navbottom.jpg') no-repeat;
}

ul.a { 
list-style: circle; 
margin-left: 20px;
margin-left: 0;
padding-left: 1em;
text-indent: -1em; 

}


h3 {
	font-size: 17px;
	font-weight: bold;
}

.red {
	color: #60664B;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.grey {
	color: #60664B;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
}

.box {
	width: 155px;
	background: #304047;
	color: #AFC1C9;
	padding: 14px;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 17px;
}

.boxtitle {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.more {
	color: #DCC980;
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
}

.more a {
	color: #DCC980;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

.footermenu {
	width: 99%;
	height: 45px;
	margin-left: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url('images/footernav.jpg');
	line-height: 45px;
	text-align: center;
}

.footermenu a {
	color: #fff;
	text-decoration: none;
	padding-left: 25px;
	font-size: 11px;
	padding-right: 25px;
}

.footermenu a:hover {
	text-decoration: underline;
}

.copyright {
	color: #60664B;
	padding-left: 50px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.right {
	margin-left: 30px;
	width: 600px;
	float: left;
	color: #333333;
	font-size: 15px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
margin-bottom: 20px;
}

.aligncenter {
	margin: 0px auto;
	text-align center;
}