/* CSS Document */

body {
	background-image: url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #58acd5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	color: #5a5a5a;
}

a:link, a:active, a:visited, a:hover {
	color: #6689a1;
}

.omega_dropdown {
	float: left;
	padding: 8px;
	cursor: pointer;
}

.omega_container {
	width: 846px;
	margin: 0px auto;
	background-color: #fff;
	padding: 0px 12px;
	line-height: 17px;
}

.omega_header {
	width: 846px;
	height: 108px;
	cursor: default;
}

.omega_logo {
	float: left;
}

.omega_navigation {
	float: right;
	cursor: default;
}

.omega_nav_item {
	float:  left;
	font-size: 14px;
	padding-top: 78px;
	margin: 0px 0px 0px 18px;
}

.omega_nav_item span a:link, .omega_nav_item span a:active, .omega_nav_item span a:visited {
	float:  left;
	color: #0056a6;
	text-decoration: none;
	padding-bottom: 12px;
}

.omega_nav_item span a:hover {
	float:  left;
	color: #0056a6;
	text-decoration: none;
	background-image: url(images/nav_item_hover.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 12px;
}

.omega_home_banner {
	background-image: url(images/home_banner_background.jpg);
	width: 818px;
	height: 201px;
	padding: 30px 0px 0px 28px;
	cursor: default;
}

.buttons_container {
	width: 427px;
	height: 83px;
	padding-top: 90px;
}

.button_01 {
	float: left;
	width: 127px;
	height: 83px;
	overflow: hidden;
}

.button_01 a {
	display: block;
	width: 127px;
	background: url(images/button_01c.jpg);
	background-position: 0 -83px;
	text-decoration: none;
}

.button_01 a:hover { 
	background-position: 0 0px;
}

.button_02 {
	float: left;
	width: 127px;
	height: 83px;
	overflow: hidden;
	padding-left: 22px;
}

.button_02 a {
	display: block;
	width: 127px;
	background: url(images/button_02c.jpg);
	background-position: 0 -83px;
	text-decoration: none;
}

.button_02 a:hover { 
	background-position: 0 0px;
}

.button_03 {
	float: right;
	width: 127px;
	height: 83px;
	overflow: hidden;
}

.button_03 a {
	display: block;
	width: 127px;
	background: url(images/button_03c.jpg);
	background-position: 0 -83px;
	text-decoration: none;
}

.button_03 a:hover { 
	background-position: 0 0px;
}

.omega_advert {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0px;
}

.content_left {
	float: left;
	width: 525px;
	text-align: justify;
}

.omega_titles {
	padding-bottom: 5px;
}

.omega_about p {
	padding-top: 0px;
	margin-top: 0px;
}

.content_right {
	float: right;
	width: 275px;
	text-align: justify;
}

.omega_blog_item {
	padding-bottom: 13px;
}

.disclaimer {
	color: #21475a;
	padding-top: 20px;
	width: 846px;
	margin: 0px auto;
}

.disclaimer  a:link, .disclaimer  a:active, .disclaimer  a:visited, .disclaimer  a:hover {
	color: #21475a;
}

/**** Agent Styles ****/
.agents {
	float:left;
	width:360px;
	padding-top:7px;
	padding-bottom: 7px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:15px;
}
.agents a,.agents a:visited {
	color: #333;
	text-decoration: underline;
}
.agents a:hover {
	color: #666;
	text-decoration: underline;
}
.ai_img {
	float:left;
	height: 100px;
	width: 100px;
	margin-right: 12px;
	margin-bottom: 8px;
	overflow:hidden;
	border:4px solid #cccccc
}
.agent_info{
	float:left;
	width:230px;
}
.ai_name {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 8px;
	font-weight: bold;
	padding-bottom: 2px;
}
.ai_text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-bottom: 4px;
	width:270px;
}
.ai_phone {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 2px;
}
.ai_email a {
	color: #333;
	text-decoration: underline;
	display:block;	
}
.ai_email a:hover{
	color: #666;
	text-decoration: none;
}
.ai_email {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 4px;
}
.ai_grey_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: 2px;
	clear: both;
	width:90%;
	margin-left:15px;
}
.littlepics{
	width:130px;
	display:block;
	float:left;
}