/*--------------------------------------------------
CSS Dcontentocument For Hawkins-Poe Realtors
--------------------------------------------------
CONTAINER*/
BODY
{
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x left top;
	
/*height:100%;  this is the key!*/
}
#wrapper   
{	
	width: 807px;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	margin: 0px auto;
	min-height: 100%;
	height: 100%;
}
#container
{
	width: 780px;
	margin: 0 auto;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
/*Lucida Grande for the Macs, Tahoma for the PCs*/
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
/*border-left: 2px solid #b0b0b0;
border-right: 2px solid #b0b0b0;*/
}
/*GENERAL MOJO AND MULA*/
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #003366;
	margin-bottom: 15px;
}
H2
{
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
A
{
	color: #180757;
	text-decoration: none;
}
A:hover
{
	color: #E80611;
}
/*HEADER ELEMENTS*/
#signin
{
	position: absolute;
	top: 0px;
	width: auto;
	margin-left: 618px;
}
#loginform
{
	width: 770px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	display: none;
	background-color: #9AAAD0;
	border-bottom: 5px solid #506494;
}
#header
{
	background-position: top right;
	background-repeat: no-repeat;
	clear: both;
}
#logo
{
	height: 165px;
	width: 250px;
	float: left;
	padding-left: 2px;
}
#logo_wrapper
{		
	height: 165px;	
	/*width: 300px;*/
	/* background-color:#FFFFFF; */	
}
#tagline
{
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
}
#menu
{
	clear: both;
}
/*the slogan*/
#header P
{
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}
/*NAVIGATION ELEMENTS*/
#navigation UL
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 140px;
}
#navigation A
{
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}
#navigation A:link, #navlist A:visited
{
	color: #180757;
	text-decoration: none;
}
#navigation A:hover
{
	background: #000000 url(arrow.gif) no-repeat 96% 50%;
	background-color: #F5F5F5;
	color: #180757;
}
/*THE SMALL BOX BELOW NAV*/
#navigation P
{
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}
/*CONTENT ELEMENTS*/
#content
{
	width: 550px;
	margin-left: 10px;
	margin-top: 15px;
}
#content P
{
	padding-bottom: 10px;
/*border-bottom: 1px solid #DDDDDD; A faint grey line below the text*/
}
#sidebar H1
{
	margin: 0;
	color: #FFF;
	font-size: 100%;
	padding: 7px 5px 13px 10px;
	font-weight: bolder;
	margin-bottom: 10px;
	background: url(../images/side_h1_bg.jpg) no-repeat;
}

#sidebar H1 A
{
	color:#FFFFFF;
}

#sidebar H2
{
	margin: 0;
	color: #FFF;
	font-size: 100%;
	padding: 3px 5px 13px 25px;
	font-weight: bolder;
	background: url(../images/right_bar.jpg) no-repeat;
}

#sidebar IMG
{
	margin: 0;
}
/*SIDEBAR ELEMENTS*/
#sidebar
{
	float: right;
	width: 190px;
/*background-color: #ece9d8;*/
	padding: 10px;
}
#sidebar P
{
	padding-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}
#search_box
{
	width: 183px;
	height: 31px;
	background: url(../images/bg_search_box.gif) no-repeat;
}
#search_box #s
{
	float: left;
	padding: 0;
	margin: 8px 0 0 6px;
	border: 0;
	width: 125px;
	background: none;
	font-size: 12px;
	color: #374A6C;
}
#search_box #go
{
	padding: 0;
	float: right;
	margin: 3px 4px 0 0;
}



/*FOOTER ELEMENTS*/
#footer
{
	margin-top: 20px;
	clear: both;
	padding: 0px 5px;
	border-top: 4px solid #4C5F8C;
	background: #FFFFFF url(../images/footer_bg.jpg) repeat-x left top;
	height: 70px;
}
#footer P
{
	color: #89817F;
	padding: 2px;
}
#footer P A
{
	color: #89817F;
	border-bottom: 1px dotted #89817F;
	text-transform:uppercase;
}
#footer P A:hover
{
	color: #FFFFFF;
	background-color: #384C6E;
}
/*And they lived happily ever after. The End.
^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^*/
UL#saturday
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 32px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border-bottom: 4px solid #3A4E71;
	border-top: 1px solid #D3D0BA;
}
UL#saturday LI
{
	display: block;
	float: left;
	margin: 0;
/*pading: 0*/
}
UL#saturday LI A
{
	display: block;
	float: left;
	color: #344367;
	text-decoration: none;
	padding: 8px 20px 0;
	height: 24px;
	background: transparent url(../images/bgDIVIDER.gif) no-repeat top right;
}
UL#saturday LI A:hover
{
	background: transparent url(../images/bgHOVER.gif) no-repeat top right;
}
UL#saturday LI A.current, UL#saturday LI A.current:hover
{
	color: #FFF;
	background: transparent url(../images/bgON.gif) no-repeat top right;
}
/*^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^
^^^^^^^^ BELOW IS THE CODE FOR THE AGENT MENU ^^^^^^^^^^*/
UL#saturday2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 32px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border-bottom: 4px solid #3A4E71;
	border-top: 1px solid #D3D0BA;
}
UL#saturday2 LI
{
	display: block;
	float: left;
	margin: 0;
/*pading: 0*/
}
UL#saturday2 LI A
{
	display: block;
	float: left;
	color: #344367;
	text-decoration: none;
	padding: 8px 10px 0;
	height: 24px;
	background: transparent url(../images/bgDIVIDER.gif) no-repeat top right;
}
UL#saturday2 LI A:hover
{
	background: transparent url(../images/bgHOVER.gif) no-repeat top right;
}
UL#saturday2 LI A.current, UL#saturday LI A.current:hover
{
	color: #FFF;
	background: transparent url(../images/bgON.gif) no-repeat top right;
}
/*^^^^^^^^ ABOVE IS THE CODE FOR THE AGENT MENU ^^^^^^^^^^
######### Style for Drop Down Menu #########*/
.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #3A4E71;
/*THEME CHANGE HERE*/
	border-top-width: 5px;
/*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: #ECEBE1;
	width: 200px;
	visibility: hidden;	
}
.dropmenudiv A
{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #3A4E71;
	border-bottom: 1px solid #3A4E71;
/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #3A4E71;
}
* HTML .dropmenudiv A
{
/*IE only hack*/
	width: 100%;
}
.dropmenudiv A:hover
{
/*THEME CHANGE HERE*/
	background-color: #516A96;
	color: white;
}
#wrapper, #logo_wrapper, IMG
{
	/*behavior: url(iepngfix.htc);*/

}
.cssbutton{
	background: center center transparent url("../images/bgOFF.gif");
	border: 1px    #BFBA9B  solid;
	padding: 7px 15px;
	color: #3A4E71;
	text-decoration: none;
	font-size: 12px;
	display:block;
	width:150px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.cssbutton:hover{
color: #000000;
}

.iconlist ul{
	padding: 0px;
	margin:0px;
}

.iconlist ul li {
	background-position: center left;
	background-repeat: no-repeat;
	list-style-type:none;
	display: block;
	padding: 10px 45px 10px 0px;
	text-align: right;
	font-weight: bold;
}
.iconlist ul li a{
	background-color:#ECE9D8;
color:#3C5F87;
}
.iconlist ul li a:hover{
	background-color:#ECE9D8;
color: #180757;
}

.iconlist ul li.dream {background: url(../images/icon_dream.gif) center right no-repeat ;}
.iconlist ul li.home {background: url(../../images/icon_home.gif) center right no-repeat ;}
.iconlist ul li.opportunites {background: url(../../images/icon_opp.gif) center right no-repeat ;}
.iconlist ul li.training {background: url(../images/icon_wrea.gif) center right no-repeat ;}





a.submenu, a.submenu:visited, div.submenu
{
  display: block;
  width:   180px;

  border:  1px solid black;
  padding: 2px 5px;

  background: #FFFFEE;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  color:   #008000;
}

div#submenu_menu_child             { border-bottom: 1px solid black; }



.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
	
	
		margin: 0;
	color: #FFF;
	font-size: 100%;
	padding: 3px 5px 5px 25px;
	margin:5px auto;
	font-weight: bolder;
	background: url(../images/right_bar.jpg) no-repeat;
	
	

}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 10px 5px;;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #ECE9D8;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #3C5F87;
}

#editor_left
{
	float:left;
	width:120px;
}
#editor_right
{	
	clear:none;
	float:left;
}
#editor_right, x:-moz-any-link { width:620px; }
#editor_right, x:-moz-any-link, x:default { width:620px; }