body {
	background: url(../../images/layout/background.jpg);
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
}
#body {
	width: 964px;
	margin: 0px auto;
}
#header {
	background: url(../../images/layout/header.jpg) no-repeat;
	height: 200px;
	width: 964px;
}
#header-logo {
	background: url(../../images/layout/logo-top.gif) no-repeat -5px;
	float: left;
	height: 200px;
	width: 325px;
}
#header-info {
	text-align: right;
	padding: 27px 40px 0px 20px;
	float: left;
	height: 174px;
	width: 578px;
	font-size: 14px;
}
#menu {
	background: #D8F4FC url(../../images/layout/menu.gif) no-repeat -4px top;
	height: 37px;
	width: 912px;
	padding-right: 10px;
	padding-left: 42px;
}
#content-main {
	background: #ADDFF6 url(../../images/layout/info-background.gif) repeat-x;
}
#content {
	margin: 0px 26px;
	width: 912px;
	background: #FFF;
	border-top: 1px solid #71C8EC;
}
#content-all {
	background: url(../../images/layout/content-background.gif) repeat-y;
	margin: 0px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	width: 912px;
}

#content-all-height {
	background: url(../../images/layout/content-background.gif) repeat-y;
	height: auto !important;
	margin: 0px auto;
	width: 912px;
}

#content-all-height p {
	line-height: 140%;
}
#home-content {
	background: url(../../images/layout/home-info.jpg) no-repeat right 15px;
}
#home-content h1 {
	font-size: 20px;
	padding-left: 30px;
	font-weight: bolder;
	padding-top: 20px;
}
#home-content p {
	padding-left: 30px;
	width: 275px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}
#home-boxes {
	background: url(../../images/layout/info-boxes-repeat.png);
}
.home-box {
	padding: 20px 30px;
	float: left;
	width: 244px;
}
#sidebar {
	float: left;
	width: 247px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#sidebar h1 {
	font-size: 16px;
	font-weight: normal;
	color: #F9F5AB;
	margin: 0px;
	padding: 30px 20px 0px;
}

#info {
	padding: 30px 40px;
	float: left;
	width: 584px;
}
#info h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #01577B;
}
#info h1 .breadcrumbs {
	font-size: 10px;
}
#info h1 .breadcrumbs a {
	color: #F9231D;
	text-decoration: none;
}
#info h1 .breadcrumbs a:hover {
	text-decoration: underline;
}


.home-box h1 {
	padding: 0px 0px 15px;
	margin: 0px;
	font-weight: normal;
	color: #FAF7B0;
	font-size: 24px;
	border-bottom: 1px solid #4BA3E2;
}
#info  h3 {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #E6455D;
}
#info h3 a {
	color: #D31D38;
	text-decoration: none;
}
#info .underline p {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}
#info .listings {
	padding-top: 15px;
	padding-bottom: 15px;
}
#info .underline.listings p a, #info a{
	color: #1D9FD8;
	text-decoration: none;
}
#info .underline.listings p a:hover, #info a:hover {
	text-decoration: underline;
}




.home-box p {
	font-size: 16px;
	color: #FFF;
}
#home-boxes-bottom {
	background: url(../../images/layout/info-bottom-white.png) no-repeat;
	height: 30px;
	width: 912px;
	margin: 0px auto;
}
#content-all-bottom {
	background: url(../../images/layout/content-bottom.png) no-repeat;
	margin: 0px auto;
	height: 27px;
	width: 912px;
}

#footer {
	background: url(../../images/layout/footer.jpg) no-repeat;
	height: 340px;
	width: 908px;
	font-size: 11px;
	padding-right: 26px;
	padding-left: 30px;
	padding-top: 10px;
	color: #0E4A61;
}
#footer a {
	text-decoration: none;
	color: #007CBF;
}
#footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#info .padding-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.underline {
	border-bottom: 1px solid #D8F4FC;
	padding-bottom: 7px;
	padding-top: 7px;
}
#info a.button, #sidebar a.button {
	text-decoration: none;
	color: #01567A;
	background: #9DD9F2;
	padding: 2px 4px;
	border: 1px solid #01577B;
}
#info a.button:hover, #sidebar a.button:hover{
	text-decoration: none;
	color: #01577A;
	background: #F7F5A0;
	padding: 2px 4px;
	border: 1px solid #01577B;
}
#highlight-column:hover , .highlight-column:hover{
	background: #FEFEED;
	text-decoration: none;
}
.text_small {
	font-size: 10px;
}.letter {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 10px;
}
.letter a {
	color: #DD0651;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
.letter a:hover {
	background: #F8F6AC;
}
.image_r {
	float: right;
	margin: 0px 0px 0px 15px;
}
.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice, .error_text {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
fieldset {
}


.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 0em;
	margin-bottom: 0.5em;
	border-style: none;
}

label {
	font-weight: bold;
}
#info p.text_highlight {
	background: #FEF9C1;
	padding: 5px;
	border: 1px solid #FFF15D;
	font-size: 11px;
	font-weight: bold;
}

.form-row {
	clear: both;
}
.image_r {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
#content p.listing-info {
	font-size: 11px;
	line-height: 16px;
}
#info p.listing-info {
	font-size: 10px;
	line-height: 14px;
}
#site-map a {
	text-decoration: none;
	color: #308CE0;
}
#site-map a:hover {
	text-decoration: underline;
}
#site-map ul {
	margin: 0px 10px 0px 20px;
	padding: 0px;
}
#site-map li {
	margin-bottom: 5px;
}

#site-map .underline-light {
	border-bottom: 1px solid #EDFAFE;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
#footer .dark {
	color: #2DACE3;
}
#footer .dark a {
	color: #0091F0;
}
.text-green {
	color: #096;
}
.text-red {
	color: #F00;
}