/* @import "form_elements.css"; */

body {
	margin:0;
	padding:0;
	font-family:arial, helvetica, verdana;
	font-size:12px;
	background:#d9f0fe;
}

hr {
	color:#000;
	background:#000;
	height:1px;
	border:0;
}

ul li{
        margin: 0 0 5px 0;
}

img {
	border:0px;
}
p {}

a, a:active {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#015999;
}

a:visited {
	color:#6a4e85;
}

.pg_wrapper {
	
	width:960px;
	 margin-left: auto;
    margin-right: auto;
    background:#fff;
    
	/*
		margin:0 auto;
		border-style:solid;
		border-width:0 1px 1px 1px;
		border-color:#000;
	
	*/
}


#header {
	height:20px;
	margin:0px 0 0px 0;
	padding:0px 8px;
	background: url("/img/banners/slim2.jpg") no-repeat left top;
}


#content_wrapper {
	clear:both;
	margin:0;
	padding:0;
	
}

h1 {
	font-size:26px;
	font-weight:normal;
	margin-bottom: 0;
}

h2 {
	font-size:20px;
	font-weight:normal;
}

/*******************************************************************************************
	content_body
*******************************************************************************************/
#content_body {
	float: left;
	width: 580px;
	margin:0 10px 10px;

}

#content_body h1 {
	font-size:26px;
	font-weight:normal;
margin-bottom: -8px;
}

#content_body h2 {
	font-size:20px;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom: -8px;
}

#content_body h3 {
	font-size:16px;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom: -6px;
}

#content_body h4 {
	font-size:14px;
	font-weight:normal;
	margin-top: 30px;
	margin-bottom: -8px;
}

/*******************************************************************************************
	Module Columns
*******************************************************************************************/
#module_column {
	float: right;
	width: 340px;
	margin:0 0 10px 0;
	font-size:12px;
}


.module {
	margin:10px 0 0 0;
}

.module h2 {
	font-size:20px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: -8px;
}

.module h3 {
	font-size:13px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: -12px;
}



.module h4{
	margin:10px auto;
	padding:3px 0 2px 5px;
	font-size:14px;
	font-weight:bold;
	background-color:#f4eed2;
}

.module p{
	padding:0 2px;
}

.module td{
	font-size:12px;
}

.module h5{
	margin:4px auto;
	padding:3px 0 2px 5px;
	font-size:14px;
	font-weight:bold;
	background-color:#d4ccdb;
}

/*******************************************************************************************
	Module Columns WIDE
*******************************************************************************************/
#module_column_wide {
	float: right;
	width: 480px;
	margin:0 0 10px 0;
	font-size:12px;
}

/*******************************************************************************************
	Module Columns 100
*******************************************************************************************/
#module_column_wide {
	float: right;
	width: 480px;
	margin:0 0 10px 0;
	font-size:12px;
}


/*******************************************************************************************
	Module Columns WIDE2
*******************************************************************************************/
#module_column_150 {
	float: right;
	width: 150px;
	margin:0 0 10px 0;
	font-size:12px;
}

#module_column_wide2 h2 {
	font-size:18px;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom: 0px;
}


/*******************************************************************************************
	Module Columns WIDE3
*******************************************************************************************/
#module_column_wide3 {
	float: left;
	width: 540px;
	margin:0 0 10px 0;
	font-size:12px;
}

#module_column_wide3 h2 {
	font-size:18px;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom: 0px;
}


/*******************************************************************************************
	Module Columns WIDE2
*******************************************************************************************/
#module_column_475 {
	float: right;
	width: 475px;
	margin:0 0 10px 0;
	font-size:12px;
}

#module_column_wide2 h2 {
	font-size:18px;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom: 0px;
}


/*******************************************************************************************
	Module Columns NARROW
*******************************************************************************************/
#module_column_narrow {
	float: right;
	width: 240px;
	margin:10px 10px 10px 10px;
	font-size:12px;
}



			
/*******************************************************************************************
	Begin tabbed navbar (Sliding Doors Technique)
*******************************************************************************************/
#nav {
	float: left;
	width: 100%;
	font-size:12px;
	border-bottom:11px solid #d4ccdb;
}

#nav ul {
	list-style-type: none;
	padding: 0px 15px 5px 10px;
	margin: 0;
	height:20px;
/*
	border-bottom:5px solid #015999;
*/
	background: transparent url(../../img/tabs/bg_line.gif) repeat-x bottom
}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
}

#nav a {
	padding: 5px 0px 4px 6px;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
}

#nav a .pipe {
	padding: 0 0 0 5px;
}

#nav li a:hover, #nav li a:hover span {
	color:#015999;
}

#nav li.cur{
	float: left;
	padding:0 0 0 9px;
	margin: 0 0 0 7px;
	background: url("/img/tabs/tab_active.gif") no-repeat left top;
	/*	border-bottom:5px solid #d4ccdb;	*/
	padding-bottom:5px;
	margin-bottom:-5px;
}

/* fix IE6 */
* html #nav li.cur {
	border-bottom:0;
}

#nav .cur a {
	float: left;
	padding: 5px 15px 4px 6px;
	display: block;
	background: url("/img/tabs/tab_active.gif") no-repeat right top;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#nav li.cur a:hover, #topnav li.cur a:hover span {
	color:#000;
}


.err_msg
{
	padding:0;
	color:#aa0000;
	font-size:inherit;
	font-weight:bold;
}


.error_required	{
	background: #aa0000 url("../../img/arrows/left_whiteout.gif") no-repeat 0 center;
	padding:1px 10px 2px 15px;
	font-style:italic;
	vertical-align:middle;
	color:#fff;
}

.error_msg_field{
	position:absolute;
	right:-10px;
	top:3px;
	display:block;
	width:20px;
	height:16px;
	background:transparent url('/img/icons/symbols_sm.png') no-repeat 0 0px;
	cursor:pointer;
}

.err_msg.red {
	background: #aa0000;
	color:#fff;
	padding:5px;
	font-style:italic;
	vertical-align:middle;
}

/*******************************************************************************************
	forms
*******************************************************************************************/
form {
	margin:0;
	padding:0;
}

form div.required label {
	font-weight:bold;
}

form .inputText {
	border:1px solid #000;
}

form div.error label {
	color:#cc0000;
}

form span.error_field {
	white-space:nowrap;
	padding:2px 10px 2px 5px;
	background-color:#cc0000;
	font-weight:bold;
	font-style:oblique;
	color:white;
}

label {
	float: left;
	
	text-align:right;
	margin:0 5px;
	white-space:nowrap;
	padding:2px;
	display: block;
	font-size:12px;
	
}

form p {
	clear:both;
	margin:0;
}

form div {
	padding:0;
	margin:0 0 1px 0;
}


form input[type=button] {
	cursor:hand;
	cursor:pointer;
}

form .text_field;  {
	width: 150px;
	border: 1px solid black;
	padding-left:2px;
}

form .textarea	{
	width: 400px;
	height: 100px;
	border: 1px solid black;
}

form .required	{
	/*
		background: url("../../img/icons/red_asterix.gif") no-repeat 3px 0.4em;	
		padding:0 0 0 15px;
	*/
	color:#000;
}
/*******************************************************************************************
	footer
*******************************************************************************************/
#footer {
	clear:both;
	margin-left: auto;
	
}

#footer .nav {

	width:960px;	 
	text-align:right;

	
}
		
.copyright {
	float:right;
	margin-top:3px;
	margin-right:6px;
	font-size: 10px;
}

#footer .nav a {
	white-space:nowrap;
}

/*******************************************************************************************
	chuck's buttons
*******************************************************************************************/

.bwbuttons a {
color: #ffffff;
text-decoration: none;
background-color: #015999;
display: block;
float: left;
padding: 3px 0px 3px 12px;
width: 80px;
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
background-repeat: no-repeat;
} 

.bwbuttons a:hover, div.bwbuttons a:active {
background-color: #4fdc6a;
color: #FFFFFF;
background-repeat: no-repeat;
} 

div.bwbuttons a:active {
background-color: #33a43e;
}


div.bwbuttons a:visited {
background-color: #84bef0;
}



/*******************************************************************************************
Stolen Trevor buttons, revised
*******************************************************************************************/


.button {
	background:#fc3; 
	border:2px solid #000;
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	vertical-align:middle;
	padding:0px 5px;
	border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;

}

span.button, a.button, a.button:visited {
	display:block;
	background:#263c8e; 
	border:2px solid #c7d3e9;
	color:#fff;
	padding:2px 10px;
}

.button:hover{
	background:#66ff33;
	color:#000;
	border-color:#000;
}

.button:active{
background-color: #33a43e;
}


.button_big {
	background:#263c8e; 
	border:3px solid #c7d3e9;
	color:#fff;
	text-decoration:none;
	font-size:1.5em;
	font-family:arial;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
	vertical-align:middle;
	padding:0px 20px;
	border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-border-radius: 15px;
}

span.button_big, a.button_big, a.button_big:visited {
	display:block;
	background:#263c8e; 
	border:3px solid #c7d3e9;
	color:#fff;
	padding:2px 10px;
}

.button_big:hover{
	background:#fc3;
	color:#000;
	border-color:#000;
}




.button_arrow {
	background:#40a498 url(../../img/arrows/btn_right.gif) no-repeat right center; 
	border:2px solid #c7d3e9;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	padding:1px 28px 0 10px;
	cursor:hand;
	cursor:pointer;
}

a.button_arrow {
	padding:2px 31px 1px 13px;
}

.button_arrow:hover {
	background:#fc3 url(../../img/arrows/btn_right_hover.gif) no-repeat right center;
	color:#000;
	border-color:#666;
}




/*******************************************************************************************
Brokers Web code for listings
*******************************************************************************************/


Display URL (changes color and adds a line)
-------------

#bwapsilisting ul li span.bwapsdisplayurl a {
border-bottom: 1px solid #694D7E;
color:#694D7E !important;
display:block;
font-size:11px;
font-weight:normal;
padding-bottom:12px;
text-decoration:none;
}


Increases Listing height
----------------------

#bwapsilisting ul li {
line-height:14px;
margin:5px;
text-align:justify;
}



Removes top border from bottom Tag
-------------------------------------

#bwapsref {
border-top:0px !important;
}

/*******************************************************************************************
	rss feed
*******************************************************************************************/

.rss-items {
	list-style-type: none;
	padding: 0px 15px 0px 3px;
	margin: 0;
	height:20px;
	}


.rss-item {
	
	font-size:12px;
	font-weight:normal;

}

.rss-item a {
	font-size:14px;
	font-weight:bold;

}



.rss-date {
	font-size:10px;
	font-style:italic;
	color:#aba99b;
	
}

.rss-box {
	
	
}

.question {cursor:pointer;}

/*******************************************************************************************
	statebox quote forms 
*******************************************************************************************/
#stateboxform {
	float: left;
	width: 580px;
	margin-bottom:10px;
	background: url("/img/images/quoteback2.jpg") no-repeat left top;

}


#stateboxform  h3 {
	font-size:16px;
	font-weight:bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


#stateboxform  h4 {
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


#stateboxform  p {
	font-size:12px;
	font-weight:normal;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*******************************************************************************************
	lifebox quote forms 
*******************************************************************************************/
#lifeboxform {
	float: left;
	width: 340px;
	margin-bottom:10px;
	background: url("/img/images/life.jpg") no-repeat left top;

}


#lifebox form  h3 {
	font-size:16px;
	font-weight:bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


#lifebox form  h4 {
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


lifebox form  p {
	font-size:12px;
	font-weight:normal;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}





