﻿/* Resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix {
	display: inline-block; }
	
/* Start commented backslash hack \*/
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* Close commented backslash hack */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #7c7c7c;
	font: 62.5% arial, Helvetica, sans-serif;
	text-align:left;
	background:#004990 url('images/background.jpg') repeat-y top center;	
	background-position: center;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border : none;
	border-top : dashed 1px #CCCCCC;
	color : #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
}

.clear {
	clear: both;
}

/* Link Styles */

a:link, a:visited {
	color: #004990;
	text-decoration:underline;
}

a:hover {
	color: #004990;
	text-decoration:underline;
}

a:active {

	color: #4f7785;

	text-decoration:underline;

}

/* Headings */

h1, h2, h3, h4 {
	font-family: arial, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	color: #095aa6;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.5em;
}

/* General Styles */

.hidden {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	display: block;
}

/* Wrapper */

#wrapper {
	position: relative;
	width: 906px;
	margin: 0 auto;
	text-align: left;
}

/* Header */

#header {
	position: relative;
	height: 134px;
}

#header h1 {
	display: none;
}

#header span {
	display: none;
}

#callnow {
	position:absolute;
	top:45px;
	right:0;
}

*:first-child+html #search {
	width: 25.5em;
}

.search_term {
	padding: 6px 4px 4px 8px;
	color: #949494;
	text-transform: uppercase;
	font-size: 1.0em;
	width: 19.5em;
	margin-right: 2px;
	border: 1px solid #c5c5c5;
}

.search {
	border: none;
	padding: 0.6em 0.7em 0.4em 0.7em;
	color: #fff;
	background: #9eb465;
	font-size: 1.0em;
}

.search:hover {
	background: #6d7f83;
	cursor: pointer;
}

#navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 906px;
	border-bottom: 4px solid #004990;
	z-index: 999;
	list-style: none;
	font-family: arial, "Times New Roman", Times, serif;
}

#navigation li {
	float: left;
	margin-right: 4px;
	background: url(images/nav-right.png) no-repeat 100% 0px;
	font-size: 1.4em;
}

#navigation li a {
	float: left;
	display: block;
	height: 2.0em; /* Targets IE 5.5 only */
	height: 1.4em; /* All Other Browsers */
	padding: 0.5em 1.9em 0.2em 1.7em;
	background: url(images/nav-left.png) no-repeat 0% 0px;
	color: #004990;
	text-decoration: none;
	overflow: hidden;
}

#navigation li.current_page_item, #navigation li.current-cat {
	background-position: 100% -150px;
}

#navigation li.current_page_item a, #navigation li.current-cat a {
	background-position: 0% -150px;
	color: #fff;
}

#navigation li:hover {
	background-position: 100% -150px;
}

#navigation li:hover a {
	background-position: 0% -150px;
	color: #fff;
}

/* Inset */

#inset {
	width:906px;
	background:#004990;
	margin-bottom:25px;
}

#inset h1 {
	color:#FFF;
	font-size:3em !important;
	font-weight:700;
	letter-spacing: -3px;
	line-height:28px;
	text-transform:uppercase;
	margin-bottom:15px;
}

#inset h2 {
	color:#FFF;
	font-size:1.4em !important;
	font-size: 18px;
	letter-spacing: 0em;
	line-height:16px;
	font-family: arial, "Times New Roman", Times, serif;
}


/* Content */

#content {
	float:left;
	height: 100%;
}

#content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

#main {
	float: left;
	float: right;
	width: 661px;
	margin-left: 15px;
	min-height: 400px;
}

.page {
	padding-left: 10px;
}

#main  ul, #main  ol {
	margin: 0 0 1em;
}

#main ul {
	margin-left: 1.5em;
}

#main li {
	font-size: 1.3em;
}

#main li li {
	font-size: 1.0em;
}

#main  ul li, #main  ol li {
	list-style: square;
}

#main  ol {
	margin-left: 2em;
}

#main  ol li {
	list-style: decimal;
}

#main  blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #999;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#main  img.alignright {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 20px 10px 10px;
}

#main img.alignleft {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}

#main  img.aligncenter {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}


/* Home Page Styles */

.action {
	float: left;
	width: 285px;
}

.action P {
	width:255px;
	height:154px;
	background:#004990 url('images/home-box.gif') no-repeat bottom left;
	padding:15px;
	font-family:Arial;
	font-size:1.2em !important;
	color:#333;
	line-height:12px;
}

.action IMG {
	display:block;
}

.middle {
	margin:0px 25px;
}

.middle IMG{
	margin-top:15px;
}

.action span {
	font-size: 1.0em;
	text-transform: uppercase;
}

.action h2 {
	height:42px;
	margin:0;
	background:#004990;
	color:#FFF;
	font-weight:700;
	text-align:center;
	padding:20px 0 0 0; 
	text-transform:uppercase;
}


input,textarea,select {
	border:1px solid #b10334;
	border: 1px solid #C0C0C0;
	margin: 3px 0px 2px 0px;
	padding-left: 3px;
	background-color: #ffffff;
	font-family:arial, arial, Tahoma; 
	font-size: 8pt;
}

.newsletter_input {
	padding: 9px 4px 7px 8px;
	color: #949494;
	font-size: 1.0em;
	width: 220px;
	margin-bottom: 10px;
	margin-right: 2px;
	border: 1px solid #c5c5c5;
}

.submit {
	border: none;
	padding: 0.6em 1.0em 0.4em 1.0em;
	margin-top: 5px;
	color: #fff;
	background: #6d7f83;
	font-size: 1.0em;
	text-transform: uppercase;
}

.submit:hover {

	background: #095aa6;

	cursor: pointer;

}



/* Listing Styles */

.entry {

	position: relative;

	border-bottom: 1px solid #c2c4c4;

	padding-right: 15px;

	padding-bottom: 20px;

	margin-bottom: 20px;

}

.thumb {

	float: left;

}

.entry small {

	text-transform: uppercase;

	color: #6f8185;

	font-size: 0.9em;

	margin-left: 30px;

}

.entry p {

	margin-left: 250px;

}

.entry h2 {

	font-size: 2.6em;

	width: 300px;

	color: #292b2c;

	font-family: arial, "Times New Roman", Times, serif;

	margin-bottom: 20px;

	margin-left: 250px;

}

.entry h2 a:link, .entry h2 a:visited {

	color: #292b2c;

	text-decoration: none;

}

.entry h2 a:hover {

	color: #4f7785;

	text-decoration: none;

}

.entry span {

	position: absolute;

	right: 5px;

	top: 10px;

	font-size: 2.6em;

	color: #6d7f83;

	font-family: arial, "Times New Roman", Times, serif;

	margin-bottom: 20px;

}

* html .entry span {

	right: 0;

	left: 315px;

}

.post-data {

	margin-left: 250px;

}

ul.emenities li {

	display: inline;

	font-size: 1.2em;

	font-family: arial, "Times New Roman", Times, serif;

	line-height: 10px;

	padding: 0 4px 0 22px;

	list-style: none;

	border: none;

}

.bedroom {

	background: url(images/bed.gif) no-repeat 0 50%;

}

.bathroom {

	background: url(images/bath.gif) no-repeat 0 50%;

}

.parking {

	background: url(images/parking.gif) no-repeat 0 50%;

}



/* Single Listing Styles */

.single .entry {

	border: none;

	margin-top: 30px;

}

.single .entry small {

	margin-left: 0px;

}

.single .entry h2 {

	margin-left: 0px;

	width: 500px;

}

.single .entry p {

	margin-left: 0px;

	margin-right: 170px;

}

.single .entry span {

	top: 10px;

}

.single .post-data {

	position: absolute;

	width: 150px;

	right: 5px;

	top: 6.0em;

	margin-left: 20px;

}

.single .post-data ul {

	float: right;

}

.small {

	margin: 10px;

	margin-left: 0px;

}



/* Alignment */

.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

   margin-right: 25px;

}



.alignright {

   float: right;

   margin-left: 25px;

}



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

   /* optional rounded corners for browsers that support it */

   -moz-border-radius: 3px;

   -khtml-border-radius: 3px;

   -webkit-border-radius: 3px;

   border-radius: 3px;

}



/* Sidebar */

.sidebar {
	float: left;
	width: 230px;
	width: 220px;
	margin-bottom: 20px;
}

.sidebar IMG {
	margin-top:15px;
}

.sidebar h3 {

	font-size: 1.6em;

	font-style: italic;

	color: #095aa6;

	font-family: arial, "Times New Roman", Times, serif;

	margin: 10px 0 10px 10px;

}

.sidebar ul {

	width: 230px;

	width: 220px;

	border-style: solid solid solid solid;

	border-color: #bdbdbd;

	border-size: 1px;

	border-width: 1px;

	font-size: 1.4em;

	padding-bottom: 1px;

	}	

.sidebar li a {

	font-family: arial, "Times New Roman", Times, serif;

  	height: 1.7em;

	text-decoration: none;

	color: #606060;

	border: 1px solid #fff;

	border-bottom: 1px solid #d4d7d8;

	background: #e6e9ea;

}	

.sidebar li a:link, .sidebar li a:visited {

	color: #606060;

	display: block;

	background: #e6e9ea;

	padding: 8px 0 0 10px;

}

.sidebar li a:hover {

	color: #fff;

	background: #095aa6 url(images/arrow.gif) no-repeat 95% 50%;

	padding: 8px 0 0 10px;

	border-bottom: 1px solid #93a75f;

}

.sidebar li.current_page_item a, .sidebar li.current-cat a {

	color: #fff;

	background: #095aa6 url(images/arrow.gif) no-repeat 95% 50%;

	padding: 8px 0 0 10px;

	border-bottom: 1px solid #93a75f;

}



/* Footer */

#footer {
	width:904px;
	margin:0 auto;
	padding:50px 36px 30px;
	background:#EFEFEF url('images/footer.gif') repeat-x top left;
	clear:both;
	color:#999999;
	font-size:1.3em;
}

#footer a {
	color: #999999;
	text-decoration: none;
	background:transparent url('images/footer-arrow.gif') no-repeat 3px 6px;
	padding:0 13px;
}

#footer a:hover {
	color: #004990;
	text-decoration: underline;
}

#footer a.twitter {
	background:transparent url('images/icon-twitter.gif') no-repeat;
	padding-left:25px;
}

#footer a.facebook {
	background:transparent url('images/icon-facebook.gif') no-repeat;
	padding-left:25px;
}

#footer li {
	border-bottom: 1px solid #C1C8CA;
	padding:7px 0;
}

#footer li.first {
	background:none;
	font-weight:700;
	color:#004990;
	font-size:1.1em;
	text-transform:uppercase;
	padding-left:0;
}

#footer li.last {
	border-bottom:none;
}

#footer UL {
	float:left;
	min-width:165px;
	padding-right:40px;
}

#footer UL.contact P {
	line-height:18px;
}

#footer UL.contact A {
	background:none;
	padding:0;
}

#footer IMG {
	float:right;
	margin:25px 5px 0 0;
}