/*
Company:	HBW Agent
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

.form_arrest{ position:absolute; left:-9999px;}

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	color: #555555;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/rebucks_banner.png) no-repeat 0 100%;
	padding: 10px 0 0 0;
}

/* Body */
div#bd {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0;
}
div#ft p {
	font-size: 77%;
	text-align: center;
}
div#ft a:link, div#ft a:visited {
	color: #000;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 202px;
	height: 105px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Need Help */
div#hd p.need-help {
	margin: 0;
	padding: 7px 10px 0 0;
	font-weight: bold;
	color: #003366;
	font-size: 131%;
	float: right;
	display: inline;
}

div#hd p.need-help a{
	color: #003366;
}

/* Home Flash */
div#home-flash {
	width: 972px;
	height: 374px;
/*	
	width: 957px;
	height: 289px;
*/
	background: url(/images/home-flash-shadow.gif) no-repeat 0 100%;
	padding: 0 0 12px 0;
	margin-bottom: 10px;
/*	margin-left: 9px; */
}

/* List Box */
/* Old stuff
div.list-box {
	width: 243px;
	height: 167px;
	background: url(/images/new_site/list-box.gif) no-repeat 0 0;
	margin: 0 40px 0 0;
	float: left;
	display: inline;
}
div.list-box ul {
	margin: 0;
	padding: 0 0 0 0;
}
div.list-box ul li {
	list-style: none;
	line-height: 26px;
	padding: 0 10px 0 43px;
	height: 27px;
}
div.list-box ul li.first {
	padding-top: 4px;
}
div.list-box ul li a {
	font-size: 116%;
}
div.list-box ul li a:link, div.list-box ul li a:visited {
	color: #555555;
	text-decoration: none;
}
div.list-box ul li a:hover {
	text-decoration: underline;
}
*/

/* List Box */
div.list-box {
	width: 243px;
	background: url(/images/list-box-top.gif) no-repeat 0 0;
	margin: 10px 40px 0 0;
	float: left;
	display: inline;
}
div.list-box ul {
	margin: 0;
	padding: 5px 0 5px 0;
	width: 243px;
	background: url(/images/list-box-btm.gif) no-repeat 0 100%;
}
div.list-box ul li {
	list-style: none;
	padding: 0;
	background: url(/images/list-box-bkg.gif) repeat-y 0 0;
}
div.list-box ul li.first a {
	border: none;
}
div.list-box ul li a {
	font-size: 116%;
	background: url(/images/list-box-arrow.gif) no-repeat 15px 100%;
	display: block;
	padding: 5px 10px 5px 43px;
	border-top: 1px solid #ccc;
}
div.list-box ul li a:link, div.list-box ul li a:visited {
	color: #555555;
	text-decoration: none;
}
div.list-box ul li a:hover {
	text-decoration: underline;
}


/* Agent Box */
div.agent-box {
	width: 243px;
	background: url(/images/agent-box-top.gif) no-repeat 0 0;
	margin: 0 40px 0 0;
	float: right;
	display: inline;
}
div.agent-box ul {
	margin: 0;
	padding: 5px 0 5px 0;
	width: 243px;
	background: url(/images/agent-box-btm.gif) no-repeat 0 100%;
}
div.agent-box ul li {
	list-style: none;
	padding: 5px 0 0 10px;
	background: url(/images/agent-box-bkg.gif) repeat-y 0 0;
}
div.agent-box ul li.first {
	border: none;
	padding-left: 85px;
	font-size: 20px;
	font-weight: bold;
	color: #555555;
}
div.agent-box ul li.email {
	border: none;
	padding-left: 34px;
}
div.agent-box ul li.center {
	padding-left: 110px;
}
div.agent-box ul li a {
	font-size: 116%;
/*	background: url(/images/new_site/list-box-arrow.gif) no-repeat 15px 100%; */
	display: block;
	padding: 5px 10px 5px 43px;
/*	border-top: 1px solid #ccc;*/
}
div.agent-box ul li a:link, div.agent-box ul li a:visited {
	color: #555555;
	text-decoration: none;
}
div.agent-box ul li a:hover {
	text-decoration: underline;
}
/* End of Agent box */

/* Home Search Box */
div.find-agent {
	width: 347px;
	height: 180px;
	background: url(/images/home-search-box.gif) no-repeat 0 0;
	text-align: center;
	float: left;
	display: inline;
	margin-left: 10px;
}
div.find-agent h2 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 40px 0 0 0;
	font-size: 167%;
}
div.find-agent input.txt {
	font-size: 93%;
	padding: 3px;
	width: 170px;
	border: none;
	vertical-align: middle;
}
div.find-agent input.btn {
	vertical-align: middle;
}
div.find-agent p {
	font-size: 85%;
	color: #fff;
	margin: 0;
	padding: 6px 0 0 0;
}
div.find-agent p a:link, div.find-agent p a:visited {
	color: #fff;
	text-decoration: underline;
}
div.find-agent p a:hover {
	text-decoration: none;
}

/* Ad space */
div.ad_space {
	width: 300px;
	height: 180px;
	float: left;
	margin-left: 30px;
	background: url(/images/home-agent-box.gif) no-repeat 0 0;
	display: inline;
	color: #FFF;
	font-weight: bolder;
}

div.ad_space td {
	padding-left: 20px;
}

div.ad_space a {
	color: #FFA;
}

div.ad_space a:hover {
	color: #FFF;
}


/* Content */
div.content {
	padding: 20px 0;
}
/* @end */

/* @group Common Text Styles */

/* @end */

/* @group Default Headings */
div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 {
	margin: 0 0 .5em 0;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	width: 720px;
	padding: 20px 0 0 0;
	height: 55px;
	float: left;
	display: inline;
	overflow: hidden;
}
div#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 55px;
	background: url(/images/nav-div.gif) no-repeat 100% 0;
	padding: 0 32px;
	font-weight: bold;
	font-size: 116%;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
/* @end */

/* @group Forms */
div#nav ul li.search {
	padding: 19px 0 0 0;
}
div#nav ul li label {
	font-weight: bold;
	color: #fff;
	font-size: 116%;
	padding: 0 10px 0 30px;
	display: block;
	float: left;
	display: inline;
}
div#nav ul li div.search-txt {
	width: 185px;
	height: 19px;
	background: url(/images/search-txt-bkg.gif) no-repeat 0 0;
	float: left;
	display: inline;
}
div#nav ul li div.search-txt input.txt {
	border: none;
	background-color: transparent;
	padding: 2px;
	width: 176px;
}
div#nav ul li input.btn {
	float: left;
	display: inline;
}
div#nav input
{
	margin-top: -50px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */




.message
{
	border:thin solid #0CC; 
	margin-left:auto; 
	margin-right: auto; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding: 10px;
	font-weight: bold;
}

.message1
{
	border:thin solid #0CC; 
	width: 323px;
	margin-left: 285px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	color: red;
}

.top_margin
{
	margin-top: 10px;
}

#right_menu
{
	float: right;
	width: 137px;
	padding: 0 20px 20px 20px;
	text-align: justify;
	font-size: 11px;
}

#right_menu1
{
	float: right;
	width: 153px;
	padding: 0 20px 20px 20px;
	text-align: justify;
	font-size: 11px;
}

#middle_content
{
	float: left;
	width: 490px;
	text-align: justify;
}

#find_agent_menu
{
	list-style: none;
	background: url(/images/box_bg.gif) repeat-y 0 0;
	padding: 0 10px 5px 15px;
	margin-top: -5px;
}
div#find_agent_menu input.txt {
	font-size: 93%;
	padding: 0 3px 3px 3px;
	width: 170px;
	border: none;
	vertical-align: middle;
}

div#find_agent_menu input.btn {
	vertical-align: middle;
	border: thin solid color:#000000;
}

#right_resources_menu
{
	list-style: none;
	background: url(/images/box_bg.gif) repeat-y 0 0;
	padding: 0 10px 5px 15px;
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: -5px;
}

#fine_print
{
	padding-top: 10px;
	font-size: 10px;
}

img
{
	border: 2px solid #CCC;
}
