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,
b, u, i, center,
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;
    background: transparent;
}

body {
	font-size: 12px;
	font-family: Georgia, Arial, sans-serif;
	text-align: center;
	background: #919295;
	color: #231f20;
	padding: 5px;
}

.clearer {
    clear: both;
}

a {
    color: #067DBF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    vertical-align: top;
}

#container {
    width: 1000px;
    padding: 5px;
    background: #fff;
    margin: 0px auto;
    text-align: left;
}

#header {
	padding-top: 3px;
}

#navigation-row {
    background: url("../images/hr-dots.gif") repeat-x left top;
    padding-top: 5px;
    height: 27px;
}

#navigation-row .layer2 {
    background: url("../images/hr-dots.gif") repeat-x left bottom;
    padding-bottom: 5px;
    height: 22px;
}

#navigation {
    list-style: none;
    height: 22px;
    float: right;
    background: url("../images/v-dots.gif") repeat-y left top;
    padding-left: 2px;
}

#navigation li, #navigation li a {
    display: block;
    float: left;
}

#navigation li {
    background: url("../images/v-dots.gif") repeat-y right top;
    position: relative;
    padding: 2px 4px 2px 2px;
}

#navigation li a {
    width: 90px;
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #919195;
    text-decoration: none;
    height: 16px;
    line-height: 16px;
}

#navigation li ul {
    position: absolute;
    left: 25px;
    top: 20px;
}

.side-navigation {
    list-style: none;
    padding: 20px 0px;
}

.side-navigation li {
    position: relative;
    height: 22px;
    margin: -2px 0px;
    z-index: 1;
}

.side-navigation li a {
	display: block;
	padding-left: 15px;
	color: #CCC;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
}

.side-navigation > li:hover > a {
	background: url("../images/sidebar-bullet.gif") no-repeat left center;
	color: #fff;
	font-weight: bold;
}

.side-navigation li:hover {
    z-index: 2;
}

.side-navigation li ul {
    position: absolute;
    top: 15px;
    left: 80px;
    z-index: 10;
}

#navigation li ul, .side-navigation li ul {
    width: 130px;
    list-style: none;
    background: url("../images/subnav-bg.png") no-repeat left bottom;
    padding-bottom: 10px;
    display: none;
}

#navigation li:hover ul, .side-navigation li:hover ul {
    display: block;
}

#navigation li ul li, .side-navigation li ul li {
    background: #fff url("../images/subnav-spacer.png") repeat-x left top;
    padding: 5px 2px 2px;
    margin: 0px 12px 0px 5px;
    border-left: solid 1px #ececec;
    border-right: solid 1px #ececec;
    display: block;
    float: none;
}

#navigation li ul li:first-child , .side-navigation li ul li:first-child {
    background: #fff;
    border-top: solid 1px #ececec;
}

#navigation li ul li a, .side-navigation li ul li a {
    display: block;
    float: none;
    height: 15px;
    line-height: 15px;
    padding-left: 15px;
    text-align: left;
    width: auto;
    color: #666666;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

#navigation li ul li a:hover, .side-navigation li ul li a:hover {
    background: #333333 url("../images/subnav-arrow.png") no-repeat left center;
    color: #fff;
}

#navigation li:hover > a {
    background: #ea7f1e;
    color: #fff;
}

#logo {
    float: left;
    position: relative;
    width: 610px;
    margin-top: 10px;
}

#logo span {
	position: absolute;
	left: 340px;
	top: 90px;
	background-image: url(../images/advice-decisions.gif);
	background-repeat: no-repeat;
	width: 350px;
}

#banner {
    float: right;
    margin-top: 10px;
}

hr {
    background: url("../images/hr-dots.gif") repeat-x left center;
    border: 0px;
    height: 8px;
}

#content {
    background: #fff url("../images/grey-column-bg.gif") repeat-y left top;
    zoom: 1;
}

#left-column {
	width: 166px;
	float: left;
	margin-right: 4px;
}

#center-column {
	width: 654px;
	float: left;
}

#center-column .layer2 {

	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#right-column {
	width: 159px;
	float: right;
	text-align: center;
	background-image: url(../images/v-dots.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
}

#content h1 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #29377D;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#content h2 {
    color: #5F6062;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#content h3 {
    color: #5F6062;
    font-family: Arial;
    font-size: 12px;
  
    margin-bottom: 5px;
}

p {
	font-size: 14px;
	line-height: 18px;
}

ul.links {
	margin-left: 15px;
	font-size: 12px;
	line-height: 17px;
	color: #067DBF;
	padding: 10px 0px;
}

.property-types-column {
	width: 180px;
	padding-left: 10px;
	float: left;
	height: 580px;
}

.small-center-column {
    width: 410px;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    background: url("../images/v-dots.gif") repeat-y left top;
}
#slider {
	padding-left: 50px;
	background-image: url(../images/orange-border.gif);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	height: 290px;
}

.links-list-right {
    list-style: none;
    background: url("../images/links-list-right.gif") repeat-x left top;
    padding-top: 3px;
    margin-bottom: 10px;
}

.links-list-right li {
    background: url("../images/links-list-right.gif") repeat-x left bottom;
    padding: 1px 3px 4px;
}

.links-list-right a {
	display: block;
	text-align: center;
	color: #231f20;
	font-size: 11px;
	font-family: Arial;
	line-height: 13px;
}

.links-list-right a:hover {
    color: #fff;
    background: #919295;
    text-decoration: none;
}

#right-column p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    margin-bottom: 3px;
    background: url("../images/links-list-right.gif") repeat-x left bottom;
}

#right-column H2 {
    font-size: 12px; 
}
#right-column H3 {
    font-size: 10px;
    line-height: 12px;
 
}
#footer {
    text-align: center;
    color: #231f20;
    font-family: Georgia;
    font-size: 13px;
    line-height: 16px;
}

.footer-links {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #999;

}

.footer-links a {
	color: #666666;
	margin: 0px 3px;
}
#main-content {
}
#main-content ul li {
	list-style-position: outside;
	margin-left: 30px;
	font-size: 14px;
}
 /* slider */

#slidesjs-holder{
	height: 290px;
	width: 580px;
}
#slidesjs-holder #slides {
	height: 290px;
	width: 580px;
}

#slidesjs-holder #slides .next,#slidesjs-holder #slides .prev {
	display:block;
}

#slidesjs-holder .slides_container {
	overflow:hidden;

	height: 290px;
	width:580px;
}

#slidesjs-holder #slides .next {
	left:703px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
}
.grayBar {
	background-color: #525252;
	height: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}
.line {
	color: #F90;
	padding-right: 4px;
	padding-left: 4px;
}
.topNav {
	background-color: #5f6062;
	height: 32px;
	margin-bottom: 6px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}
.leftText {
	float: left;
	width: 170px;
	margin-right: 20px;
	padding-left: 15px;
}
.rightText {
	float: right;
	width: 180px;
}
.photo {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 6px;
}

.social {
	float: left;
	height: 34px;
	width: 34px;
	margin-left: 15px;
}
