
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
/*	background: url(images/menu.jpg) repeat-x left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A4648;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #aa4400;
}

a:hover {
	text-decoration: none;
	color: #ff6600;
}

img.frontpage {
	margin-left: 20px;
}

hr {
	margin: 40px 20px;
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
text-align: left;
}

#wrapper {
	/*background: url(images/img02.jpg) no-repeat center 130px;*/
}

.container {
	width: 960px;
	margin: 0px auto;
}

/* Header */

#header {
	width: 960px;
	max-width: 100%;
	/*height: 130px;*/
	margin: 0 auto;
	padding: 0px 50px;
}

/* Logo */

#logo {
	float: left;
	width: 360px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #222;
}

#logo h1, #logo p {
}

#logo h1 {
	padding:10px 0px 0px 0px;
	letter-spacing: -2px;
	text-transform: none;
	font-size: 3em;
}

#logo h1 a {
	color: #222;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: -1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8E8E8E;
	text-transform: none;
	font-size: 1.5em;
}

#logo p a {
	color: #8E8E8E;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Splash */

#splash {
	width: 960px;
	height: 300px;
	margin: 0px auto;
}

/* Menu */

#menu {
	float: left;
	width: 100%;	
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 20px;
	margin-right: 1px;
	padding: 27px 20px 20px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #660000;
	padding-top: 25px;
	border-top: 2px solid #ff6600;
	

        -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);	
        -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
        box-shadow: 2px 2px 4px rgba(0,0,0,0.4);


border-bottom-right-radius: 20px 10px; 		
border-bottom-left-radius: 20px 10px;		

}

#menu .current_page_item a {
}

/* Page */

#page {
/*	width: 90%;*/
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 30px;
	padding: 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}

#content img {
	max-width: 95%;
}

.entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
	border-bottom: 1px solid #E7EBED;
	margin-bottom: 20px;
}

.infobox {
	float:left;
	width:400px;
	margin:10px 20px;
}


.mapcontainer {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.mapcontainer iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.property-row {
	width: 700px;
	min-height: 90px;
	padding-top: 6px;
	border-bottom: 1px solid #888;
}
.property-row:hover {
	background-color: #eee;
}
.property-image {
	float: left;
	width: 16%;
	font-size: 1.5em;
}
.property-address {
	float: left;
	width: 39%;
	text-align: left;
	font-size: 1.5em;
}
.property-rent {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 1.5em;
}
.property-rent a {
	color: #3A4648;
}
.property-rent a:hover {
	color: #3A4648;
}
.property-avail {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 1.5em;
}
.property-avail a {
	color: #3A4648;
}
.property-avail a:hover {
	color: #3A4648;
}


hr.property {
	margin: 10px 0px;
	margin: 0;
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 80%;
text-align: left;
}

.thumb {
	float: left;
	margin-right: 4px;
}

.thumb img {
	height: 190px;
	width: auto;

}


	tr.odd {
		background-color: #eee;
	}
	tr.even {
		background-color: #ddd;
	}

	

/* Three Column Footer Content */

#footer-content {
	background: #660000;
	color: #D6E2F0;
	border-top: 5px solid #ff6600;
}

#footer-content a {
	color: #ff6600;
}
#footer-content a:hover {
	color: #ffffff;
}

#footer-bg {
	overflow: hidden;
	width: 890px;
	padding: 30px 55px 10px 55px;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 26px;
	color: #FFFFFF;
}

#footer-content ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#footer-content a {
}

#column2 {
/*	float: left;
	width: 350px;
	margin-right: 30px;*/
	text-align: center;
}

#column1 {
/*	float: left;
	width: 470px;
	margin-right: 30px;*/
	text-align: center;
}

#column1 a {
	font-size: 2em;
}

#column3 {
	float: right;
	width: 160px;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #bbbbbb;
}

#footer a:hover {
	color: #ff6600;
}

#marketing {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #E7EBED;
	border-bottom: 1px solid #E7EBED;
}

#marketing .text1 {
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 34px;
	color: #345E9B;
}

#marketing .text2 {
	float: right;
}

#marketing .text2 a {
	display: block;
	width: 252px;
	height: 38px;
	padding: 15px 0px 0px 0px;
	background: url(images/img07.jpg) no-repeat left top;
	letter-spacing: -2px;
	text-align: center;
	text-transform: lowercase;
	font-size: 30px;
	color: #FFFFFF;
}

.clear {
	clear: both;
}




@media  (max-width:1080px){

	body {
		font-size: 24px ;
		background: none ;
	}

	#header {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	    height: 100%;
	}

	#logo {
	    margin: 0;
	    background-color: #222;
	    padding: 0;
	}

#logo h1 a {
	color: #eee;
}

	#menu {
	    padding: 0;
	    margin: 0 auto;
	    float: none;
		width: 100%;
	}

	#menu ul {
		float: none;
		margin: 0 auto;
		width: 80%;
	}

	#menu li {
		float: left;
		margin: 0 auto;
		width: 100%;
	}

	#menu a {
		height: 40px;
		font-size: 36px;
		padding: 47px 40px 40px 40px;
	}

	#menu a:hover, #menu .current_page_item a {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #660000;
		padding-top: 45px;
		border-top: 2px solid #ff6600;
		border-bottom-right-radius: none; 		
		border-bottom-left-radius: none;
		-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);	
    	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);

	}	

	h2 a {
		font-size: 20px;
	}

	#footer-content h2 {
		font-size: 2.5em;
		font-weight: bold;
	}

	h3 {
		margin-bottom: 30px;
	}
/*	h3 a {
		font-size: 1.4em;
	}*/

	#column1 {
		font-size: 1.7em;
		width: 100%;
	}

	#column1 a {
		font-size: 1.7em;
	}

	#column2 {
		font-size: 1.7em;
		width: 100%;
	}

	.property-row {
		width: 100%;
		height: 150px;
	}
	.property-image {
		width: 20%;
		font-size: 1.5em;
	}
	.property-image img {
		min-width: 125px;
	}
	.property-address {
		width: 40%;
	}
	.property-rent {
		width: 20%;
		font-size: 1.5em;
	}
	.property-avail {
		width: 20%;
		font-size: 1.5em;
	}

	.status {
		width: 64px;
	}

	.fill-photo {
   min-width: 100%;
    height: auto;
	}

	table {
		width 100%;
		font-size: 1.5em;
	}


	#footer p {
		font-size: 1.4em;
	}

	.minimum {
		width:400px;
	}
	.maximum {
		width: 95%;
	}




}