a, a:visited {
color:#004C99;
}

HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY {
	background: #fff url(images/top-bg.png) top left repeat-x;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;	
}

P {
	line-height: 2em;
	margin: 0px 0px 15px 0px;
}

DIV#top-header {
	width: 100%;
	height: 36px;
}

DIV#top-header-container {
	width: 932px;
	height: 36px;
	margin: 0px auto;
}

DIV#top-header-container INPUT.text {
	background: #cfd2d5;
	color: #565f66;
	height:	15px;
	width: 80px;
	padding: 3px 10px;
	border: 1px solid #cfd2d5;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

DIV#top-login-form {
	float: right;
	width: 500px;
	height: 24px;
	padding: 6px 0px 6px 0px;
}

DIV#top-login-form A{
	color: #565f66;
	font-weight: bold;
	text-decoration: none;
}

DIV#container {
	position: relative;
	width: 932px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
}

DIV#logo-search {
	height: 100px;
	width: 100%;
}

DIV#header {
	position: relative;
	width: 100%;
	height: 258px;
	background: url(images/header-bg.png) top left no-repeat;
}

DIV#header UL {
	margin: 0px;
	padding: 10px;
	height: auto;	
}

DIV#header UL LI{
	list-style: none;
	background: red;
	margin-bottom: 5px;
	background: url(images/header-menu-item.png) top left no-repeat;
	width: 212px;
	height: 43px;
	line-height: 43px;
	padding: 0px 10px 0px 20px;
	overflow: hidden;
}

DIV#header UL LI A {
	color: #004c99;
	text-decoration: none;
	font-weight: bold;
}

DIV#overlay {
	position: absolute;
	width: 300px;
	padding: 7px 7px 7px 7px;
	height: 246px;
	background: url(images/overlay-bg.png) top left no-repeat;
	right: 39px;
	top: 93px;	
}

DIV#header-steps {
	position: absolute;
	left: 290px;
	top: 90px;
	background: url(images/steps.png) top left no-repeat;
	width: 256px;
	height: 143px;
}

DIV#header-text {
	position: absolute;
	right: 60px;
	top: 15px;
	height: 20px;
	width: 582px;
	background: url(images/header-text.png);	
}

IMG#logo {
	float: left;
	margin: 5px 0px 0px 5px;
}

DIV#quick-search {
	float: right;
	width: 260px;
	height: 35px;
	margin-top: 30px;
}

DIV#quick-search INPUT.text {
	height: 15px;
	width: 200px;
	padding: 10px;
	background: #ecedee;
	border: 1px solid #ecedee;
	font-family: Tahoma, Verdana, Arial;
	color: #a3abb1;
}

DIV#quick-search IMG.icon {
	padding-right: 10px;
}	
	
DIV#content {
	height: auto;
	overflow: hidden;
	clear: both;
	color: #616a71;
}

DIV#left-content {
	float: left;
	width: 558px;
	height: auto;
	overflow: hidden;
	padding: 10px 5px;
}

DIV#left-content UL.tabs {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d9dde0;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

DIV#left-content UL.tabs LI{
	display: inline-block;
	height: 30px;
	width: 110px;
	line-height: 30px;
	color: #616a71;
	list-style: none;
	text-align: center;
	border-top: 1px solid #e9ebed;
	border-left: 1px solid #e9ebed;
	border-right: 1px solid #e9ebed;
	margin: 0px 10px 0px 0px;
}

DIV#left-content UL.tabs LI A {
	color: #616a71;
	text-decoration: none;
}
DIV#left-content UL.tabs LI.active {
	background: #004b97 url(images/tabs-li-active.png) top left repeat-x;	
}

DIV#left-content UL.tabs LI.active A{
	color: #fff;
	text-decoration: underline;	
}

DIV#examples {
	padding: 10px 0px 10px 0px
}

DIV#examples IMG{
	float: left;
	margin-right: 7px;
}

DIV#right-content {
	float: right;
	width: 227px;
	height: auto;
	overflow: hidden;
	padding: 110px 5px 10px 5px;
}

DIV#right-content H2 {
	font-size: 12px;
	font-weight: bold;
	color: #004c99;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

DIV#right-content DIV.block{
	padding: 0px 0px 5px 0px;
	background: url(images/right-grey-bottom-bg.png) bottom left no-repeat;
	margin: 0px 0px 20px 0px;
}

DIV#right-content DIV.block DIV {
	background: url(images/right-grey-top-bg.png) top left no-repeat;
	padding: 5px 10px;
	overflow: hidden;
}

DIV#right-content DIV.block UL {
	color: #004c99;	
}

DIV#right-content DIV.block UL A {
	color: #616a71;
	text-decoration: none;
}

DIV#right-content DIV.block A.more {
	text-decoration: none;
	color: #7f8991;
	float: right;
}

DIV#overlay A {
	line-height: 55px;
	float: right;
	text-decoration: none;
	color: #7a8790;
}

DIV#right-content DIV.block P {
	margin: 7px 0px;
	color: #616a71;
}

H1.house {
	height: 20px;
	background: url(images/h1-house-bg.png) top right no-repeat;
	border-bottom: 1px solid #d9dde0;
	margin: 0px 0px 25px 0px;
	padding: 20px 5px;
	font-size: 14px;
}

DIV#push {
	clear: both;
	height: 150px;  
}

DIV#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 932px;
	height: 150px;
	margin: 0px auto;
}

DIV#footer-menu {
	height: 88px;
	border-top: 5px solid #616a71;
	background: #d9dde0 url(images/logo-small.png) 780px 55px no-repeat;
	padding: 12px 10px 0px 10px;
}

DIV#footer-menu DIV P {
	line-height: 1.5em;
	margin: 0px;
}

DIV#footer-menu DIV.left-border {
	border-left: 1px solid #c2c7cb;
}

DIV#footer-menu DIV.footer-block {
	float: left;
	width: 160px;
	height: 80px;
	padding: 0px 10px;
	overflow: hidden;
}

DIV#footer-menu DIV.footer-block A {
	color: #616a71;
	text-decoration: none;	
}

DIV#footer-copyright {
	height: 45px;
	line-height: 45px;
	color: #bbbfc2;
	padding: 0px 10px 0px 10px;
}

.result {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}

.searchForm {
	margin-bottom: 20px;
}

.result * {
	margin: 0;
	padding: 0;
}

.result p {
	margin-bottom: 10px;
}

.sms {
    width: 40px;
}

.smsContent {
    width: 370px;
}

.error {
    color:  red;
}

.zend_form * { 
margin: 0; 

} 

.zend_form dt { 
margin-bottom: 3px; 
}