/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #0f190e;
 	margin: 0;
  	padding: 0;
 	text-align: center;
} 
#header {
 	position: relative; 
	width: 100%;
	background: url(images/structure/top_back.gif) top repeat-x;
}   

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	text-align: left; 
	font-style: normal;
	width: 100%;
	background: url(images/structure/side_back.jpg) top repeat-x #0f190e;
	position: relative;
} 

.nav {
	position: relative;
	width: 150px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	background: #dbdb70;
}

.nav TD, .nav SPAN DIV {
	border-bottom: 2px solid #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana;
}

.nav SPAN SPAN DIV {
	padding-left:  10px;
	border-bottom: 2px solid #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana;
}

.nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 4px;
}

.nav a:link {
	color: #524C2A;
}

.nav a:visited {
	color: #524C2A;
}

.nav a:hover {
	color: #FFF;
	background-color:  #524C2A;
}

a.facebook:link, a.facebook:visited, a.facebook:hover {
	background: #dbdb70;
}

.content {
	width: 563px;
	padding : 5px 5px 5px 5px;
	background: #FFF;
	vertical-align: top;
	font-size:12px;
	font-family: Arial, Helvetica, Verdana;
}

#footer{
	text-align: right;
	font-size: 11px;
	border-top: 2px solid #CDC89E;
	width: 583px;
	color: #A4A178;
	position: absolute;
	bottom: 20px;
}

#footer A{
	color: #524C2A;
}

H1 {
	font-size: 16px;
	color: #524C2A;
}

H2 {
	font-size: 14px;
	color: #524C2A;
}

.bullet {
	color: #CDC89E;
}

.bullet A {
	color: #524C2A;
}

.related_services A {
	color: #ffffff;
}

.top A {
	color: #524C2A;
}

.bio {
	font-size: 11px;
}

.mortgage_calculators {
	border: 2px solid #3d622f;
	padding: 2px;
	margin-right: 10px;
	width: 180px;
}

hr {
	color: #3d622f;
}


/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}


/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 

 
/* Float containers fix:
   http://www.csscreator.com/attributes/containedfloat.php */ 
.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 */  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}


.menu_main ul, .menu_main li{
	list-style-type: none;
	list_style_position: outside;
	margin: 0;
	padding: 0;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

.menu_item_x .menu_item_x .menu_item_x .menu_item_x .menu_item_x {
	border: medium solid green;
}

.listing {
	font-size: 11px;
	font-family: Arial Narrow;
	border-spacing: 3px;
}
.listing_main {
	font-size: 11px;
	font-family: Arial Narrow;
	border-spacing: 3px;
	width: 500px;
}
.listing_label {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial Narrow;
}

.side_menu1 {
	vertical-align: top;
	overflow: auto;
	height: 200px;
	width: 125px;
}
.side_menu2 {
	vertical-align: top;
	overflow: auto;
	width: 125px;
	height: 100px;
}
.divlist {
	border: solid 1px;
	padding : 4px;
}
