@charset "UTF-8";

*, p, a, h1, h2, ul, ol, b, strong, em {margin: 0px; padding: 0px; font-family: "HelveticaNeue", helvetica, arial; font-size: 16px; text-align: left; }

p {
	font-size: 14px;
	color: #000;
}

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

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

img {border:0; margin:0; padding:0;}

.left {float:left;}
.right {float:right;}

.break {clear:both}

#pagewrapper {
	width: 1000px;
	margin: 30px auto 30px auto;
	display: block;
}

/* ///// HEADER & MENU ///////////////////////////// */

#header {
	display: block;
	width: 1000px;
	height: 70px;
	background: url(../s_images/head.jpg) white no-repeat;
	position: relative;
}

#header #menu {
	position: absolute;
	right: 20px;
	top: 45px;
	display: block;
	font-weight: bold;
}

/* ///// INDEX BODY ///////////////////////////// */

#indexbod {
	display: block;
	width: 1000px;
	height: 576px;
	background: url(../s_images/largemain.jpg) white no-repeat;
}

#leftbar {
	padding-left: 20px;
	padding-right: 20px;
}

#leftbar p, #leftbar ul {
	color: #000;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
}

#leftbar p a, #leftbar ul a {
	color: #153983;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
}

#leftbar p a:hover {
	color: #153983;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration: underline;
	font-size: 12px;
}

#leftbar ul, #leftbar li {
	color: #fdf7b6;
	margin-left: 25px;
	line-height: 20px;
	font-size: 12px;
}

#leftbar h1 {
	margin-top: 10px;
	font-family: "Occidental", Occidental, Times New Roman;
	font-size: 28px;
	color: #153983;
	display: block;
}

#indexbod .indexboxes {
	padding: 30px;
}

#indexbod .indexboxes h1 {
	font-family: "Occidental", Occidental, Times New Roman;
	font-size: 28px;
	color: #153983;
}

#indexbod .indexboxes h1 a {
	font-family: "Occidental", Occidental, Times New Roman;
	font-size: 28px;
	color: #153983;
}

#indexbod .indexboxes h1 a:hover {
	font-family: "Occidental", Occidental, Times New Roman;
	color: #153983;
	text-decoration: underline;
}

#indexbod .indexboxes p {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 20px;
}

hr {
	color: #153983;
	background-color: #153983;
	height: 2px;
	margin-bottom: 15px;
}

/* ///// INDEX BODY 2 ///////////////////////////// */

#indexbod2 {
	display: block;
	width: 1000px;
	height: 576px;
	background: url(../s_images/largemain2.jpg) white repeat-y;
	border-bottom: 3px #183d86 solid;
	height: 100%
}

#leftbar2 {
	padding-left: 20px;
	padding-right: 20px;
}

#leftbar2 p, #leftbar2 ul {
	color: #000;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
}

#leftbar2 p a, #leftbar2 ul a {
	color: #153983;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
}

#leftbar2 p a:hover {
	color: #153983;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-decoration: underline;
	font-size: 12px;
}

#leftbar2 ul, #leftbar2 li {
	color: #fdf7b6;
	margin-left: 25px;
	line-height: 20px;
	font-size: 12px;
}

#leftbar2 h1 {
	margin-top: 10px;
	font-family: "Occidental", Occidental, Times New Roman;
	font-size: 28px;
	color: #153983;
	display: block;
}


#indexbod2 .indexboxes {
	padding: 30px;
}

#indexbod2 .indexboxes h1 {
	font-family: "Occidental", Occidental, Times New Roman;
	font-size: 28px;
	color: #153983;
}

#indexbod2 .indexboxes h1 a {
	font-family: "Occidental", Occidental, Times New Roman;
	font-size: 28px;
	color: #153983;
}

#indexbod2 .indexboxes h1 a:hover {
	font-family: "Occidental", Occidental, Times New Roman;
	color: #153983;
	text-decoration: underline;
}

#indexbod2 .indexboxes p {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 20px;
}

p strong {
	font-family: "HelveticaNeue", helvetica, arial;
	font-size: 14px;
	color: #153983;
	font-weight: bold;
}

p em {
	font-family: "HelveticaNeue", helvetica, arial;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

/* ///// FOOTER ///////////////////////////// */

#foot p {
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}

#foot a {
	font-size: 12px;!important
}

/* ///// OTHER STUFF ///////////////////////////// */

.property_entry {
	display: block;
	width: 90%;
	margin: 0 auto 25px auto;
	padding: 10px;
	background: #e7e7e7;
}

.property_entry .details {
	padding-left: 10px;
	font-size: 14px;
}

.property_entry img {
	border: 3px #ccc;
}

.property_entry .address {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.property_entry .address p {
	margin: 0;
	padding: 0;
}

.property_entry .description {
	padding-top: 5px;
}

.more_images {
	background:#fff;
	padding:5px;
}

.more_images a {
	margin: 2px;
}

.more_images img {
	margin: 2px;
}

.pics {  
    height:  275px;  
    width:   1000px;  
    padding: 0;  
    margin:  0;
    display: block; 
    background-color: #999;  
} 
 
.pics img {  
    padding: 0;  
    border: none;  
    background-color: #999;  
    width:  1000px; 
    height: 275px; 
    top:  0; 
    left: 0;
}