body {
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000b19;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 10px 10px 10px;
}

#site {
	width: 957px;
	margin-left: auto;
	margin-right: auto;
}

#logo {}

#print_logo {
	display: none;
}

.print {
	display: none;
}

#bottom_icons {
	text-align: right;
	padding-right: 11px;
}

#navigation {
	height: 27px;
}

#content_subnavigation {
	background-image: url(/images/content_subnavigation_bg.gif);
	color: #000000;
	padding: 1px 2px 0px 2px;
}

* html #content {
	height: 500px;
}

#subnavigation {
	width: 155px;
	float: left;
	padding-left: 14px;
}

#content {
	float: right;
	margin-right: 0px;
	color: #666666;
	min-height: 500px;
}

#content.with_subnavigation {
	width: 763px;
	padding: 0px 14px 1px 7px;
}

#content.without_subnavigation {
	width: 925px;
	padding: 0px 14px 1px 14px;
}

#content h1 {
	border-bottom: 1px solid #1a549a;
	margin-right: 5px;
}

#home_page_content {
	padding: 4px 7px 0px 7px;
}

#footer {
	height: 146px;
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	padding-top: 30px;
	padding-left: 75px;
}

#blue_text {
	color: #7fa5d4;
	font-size: 11px;
	padding-left: 13px;
	padding-top: 1px;
}

#footer_text {
	width: 59%;
	float: right;
	padding-top: 14px;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #ffffff;
}

#breadcrumbs {
	text-align: right;
	color: #666666;
	font-size: 10px;
	padding-top: 1px;
}

#breadcrumbs a:link,
#breadcrumbs a:active,
#breadcrumbs a:visited {
	color: #666666;
}

#breadcrumbs a:hover {
	color: #888888;
}

#subnavigation ul {
	margin: 17px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#subnavigation li {
	margin-bottom: 4px;
}

.menu2 a:link,
.menu2 a:visited,
.menu2 a:active {
	background: url(/images/n2_bg.gif) no-repeat top left;
	display: block;
	color: #ffffff;
	padding-top: 3px;
	text-decoration: none;
}

.menu2 a:link span,
.menu2 a:visited span,
.menu2 a:active span {
	background: url(/images/n2_bg.gif) no-repeat bottom left;
	display: block;
	padding: 0px 5px 3px 5px;
}

.menu2 a:hover {
	background: url(/images/n2_selected_bg.gif) no-repeat top left;;
}

.menu2 a:hover span {
	background: url(/images/n2_selected_bg.gif) no-repeat bottom left;
}

.menu2_selected a:link,
.menu2_selected a:visited,
.menu2_selected a:active,
.menu2_selected a:hover {
	background-image: url(/images/n2_selected_bg.gif);
	background-repeat: no-repeat;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 3px;
}

.menu2_selected a:link span,
.menu2_selected a:visited span,
.menu2_selected a:active span
.menu2_selected a:hover span {
	background: url(/images/n2_selected_bg.gif) no-repeat bottom left;
	display: block;
	padding: 0px 5px 3px 5px;
}

/***************************************************************************************************************************
	Agent Details Page
**************************************************************************************************************************/

.tabsContainer {
	background: url(/images/tab_bg.gif) top repeat-x;
	width:762px;
}

.tab_on {
	width:112px;
	height:19px;
	float:left;
	text-align:center;
	padding-top:5px;
	
	font-size:12px;
	/*font-weight:bold;*/
	/*font-family: Times, serif;*/
	background:url(/images/buttons/tab_sel.gif) top left no-repeat;
}

.tab_on a:link,
.tab_on a:active,
.tab_on a:visited,
.tab_on a:hover {
	color:#2667ae;
	text-decoration:none;
}

.tab_off {
	width:112px;
	height:18px;
	float:left;
	text-align:center;
	padding-top:6px;
	
	font-size:12px;
	/*font-weight:bold;*/
	/*font-family: Times, serif;*/
	background:url(/images/buttons/tab_unselected.gif) top left no-repeat;
}

.tab_off a:active,
.tab_off a:visited,
.tab_off a:link,
.tab_off a:hover {
	text-decoration:none;
	color:#ffffff;
}

.detailsContainer {
	background:url(/images/tab_bgr.gif) top right repeat-y;
	border-left:1px solid #cccccc;
	width:762px;
}

.detailsLPanelBox {
	background-color: #f0f0f1;
	color:#000000;
	width:180px;
	margin-bottom:8px;
	padding: 7px;
}

.detailsLPanelBox span {
	color:#666666;
}

.detailsContainerBottom {
	background:url(/images/tab_b.gif) bottom repeat-x;
	height:5px;
	width:762px;
}

.detailsContainerInner {
	padding:8px 6px;
}

.detailsLPanel {
	float:left;
	width:194px;
}

.messageMe {
	width:194px;
	margin-bottom:8px;
	text-align:center;
	background:url(/images/message_me_bg.gif) repeat-y;
	color:#FFFFFF;
}

.messageMe input {
	margin-bottom:5px;
	font-size:12px;
	width:182px;
	color:#666666;
}
.messageMe textarea {
	margin-bottom:5px;
	font-size:12px;
	width:182px;
	height:89px;
	color:#666666;
}

.askAQuestion {
	margin-bottom:8px;
	text-align:center;
	background:url(/images/ask_a_question_bg.gif) repeat-y;
	color:#FFFFFF;
}

.askAQuestion input {
	margin-bottom:5px;
	font-size:12px;
	width:300px;
	color:#666666;
}
.askAQuestion textarea {
	margin-bottom:5px;
	font-size:12px;
	width:300px;
	height:89px;
	color:#666666;
}

.detailsLPanelBox li {
	list-style: none;
    padding: 0px;
    margin: 0px;
}

.detailsLPanelBox span {
	width:55px;
	float: left;
}

.visible {
	display:block;
}

.hidden {
	display:none;
}

/***************************************************************************************************************************
	Join Us! and Consumer Services Pages
**************************************************************************************************************************/

.unordered_list {
	list-style:none;
}

.unordered_list li {
	padding-bottom:3px;
}

.unordered_list_b {
	list-style:none;
	padding-top:5px;
	padding-left:20px;
}

.unordered_list_b li {
	padding-bottom:3px;
}

.unordered_list2 {
	padding-left:30px;
	list-style:disc; 
}

.unordered_list2 li {
	padding-bottom:3px;
}

/***************************************************************************************************************************
	Relocation Pages
**************************************************************************************************************************/

.ordered_list {
	padding-left:30px;
}

.ordered_list li {
	padding-bottom:3px;
}
