﻿@charset "utf-8";
/* CSS Document - blue */

body {
	background-color:#2cb3e1;
	text-align:center;
	font: normal 12px/1.5em arial, helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

p,h3,h4,h2,h1,h5 {margin:0}

a img {border: none; }
a:link {
	color: #238eb2;
	font-weight: bold;
	text-decoration: none;
}
a:visited { color: #238eb2; font-weight: bold; text-decoration: none; }
a:hover { color: #000000; font-weight: bold; text-decoration: none; }
a:active { text-decoration: none; color: #238eb2; font-weight: bold; }

p { 
	padding:0;
	}
	

form {
	margin: 0px;
	margin-top: 0px;
	}

/* Layout */

#wrapper {
	width: 100%;
	text-align: center;
	}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	width: 960px;
	height: 150px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	}

#title_area {
	width: 270px;
	height: 150px;
	position: relative;
	top: 0px;
	left: 25px;
	text-align: left;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: auto;
	}
#title_area h1 {
	font-size:1.5em;
	margin:0;
	padding:0
	}
	
	
#login_area {
	float: right;
	top: 5px;
	width: 340px;
	height: 30px;
	position: relative;
	text-align: left;
	}

#login_area a {
	color:#fff
	}
#login_area h3 {
	margin:5px 0 0 0
	}
	
	#login_area p {
	font-size:1em;
	line-height:1.2em
	}

#agent_picture img {border:1px #fff solid}

#main_content {
text-align:left;
	width: 900px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	}

#footer_content {
	margin-top:25px;
	width: 900px;	
	}
	
#footer {
	width: 960px;
	height: 71px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	position: relative;
	}
	
/* Styles */

.site_title {
	font-size: 16px;
	}

.box_title {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
	text-align: left;
	}

.textbox {
	border: 1px solid #a5a5a5;
	}
	
.rc_copyright
{
	color:#fff
}

.rc_copyright a
{
	color:#fff
}
	
	/* Menu */
.menu{
	width:250px;
	padding:0px;
	margin:0px;
	font-size:14px;
	}
.menu ul{
	padding:0px; 
	margin:0px; 
	list-style-type:none;
	}
.menu ul li{
	float:left; 
	line-height:20px; 
	height:25px;
	text-align:left;
	}
.menu ul li .rc_CurrentPage{
	
	}
.menu ul ul li{
	display:none; 
	}
.menu a{
	padding:0 10px 0 10px; 
	display:block; 
	font-size:14px; 
	float:left; 
	color:#238eb2;
	font-weight:bold; 
	height:100%; 
	text-decoration:none;
	}
.menu li:hover{
	position:relative;
	}
.menu a:hover{
	color:#000000;
	}

.footer_ad_slot {
	margin:50px auto 0px auto;
	width:728px
	
	}


#hiddenEmail {display:none}


