

/* Broker - Green */




body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #434343;
	background-color: #d3dfb9;
	margin:0;
	line-height: 20px;
	background-color: #ebeee5;
}

body a {
	color: #59712b;
	text-decoration: underline;
}

body a:hover {
	color: #303d17;
	}


#header {
	position: relative;
	margin:0 auto;
	width:820px;
	background-image:url(images/head2.jpg);
	height: 200px;
}

#top_nav {
	position:absolute;
	width: 230px;
	top: 5px;
	font-size:8pt;
	left: 10px;
	
}

#top_nav a {
	text-decoration:none;
	color: #59712b;
}

#top_nav a:hover {
	text-decoration:underline;
	color: #59712b;
} 


#top_nav_right {
	width: 250px;
	align: right;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size:12px;
	}

#top_nav_right a {
	text-decoration:none;
	color: #59712b;
	font-weight: bold;
	text-transform: uppercase;
}

#top_nav_right a:hover {
	text-decoration:underline;
} 


* html #container {
	margin-top: -1px;
}

#container {
	margin:0 auto;
	width:820px;
	text-align:justify;
	/*background-image:url(images/body.jpg);
	background-repeat:no-repeat;*/
	background-color: #fff;
	margin-top: 0px;
	height: 100%;
	min-height: 770px;
}


/* LEFT Nav................................................................................... */

#left {
	position: relative;
	left: 10px;
	width:180px;
	float:left;
	color: #59712b;
	margin-top: 20px;
	padding-top: 0px;
	line-height: 25px;
	font-size:10pt;
	height: auto;
	text-align: left;
	background-color: #f0f5e7;
	border: 1px solid #d3dfb9;
}

#left ul {
	padding-left: 25px;
	margin-left: 0px;
}

#left li {
	position: relative;
	list-style-type: none;
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 5px;
	/* border: 1px red solid; */
}

#left li:hover {
	background-color:#d3dfb9;
}


#left a {
	color: #59712b;
	text-decoration: none;	
}

#left a:hover {
	color: #59712b;
}


/* Dropdown Menu Start ---------------------------------------------------------------- */

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: none;
	width: 135px;
	}

#dropmenudiv{
	position:absolute;
	background-color: #e0e5d6;
	border:1px solid #59712b;
	border-bottom-width: 0;
	font:10pt Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	padding-left: 5px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	/* border-bottom: 1px solid red; */
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #59712b;
	line-height: 20px;
}

#dropmenudiv a:hover{ 
	background-color: #cdd6ba;
}


/* Dropdown Menu End ---------------------------------------------------------------- */


#center {
	width:545px;
	float: right;
	padding: 20px 40px 20px 30px;
	*width:545px;
	*padding: 20px 50px 20px 50px;

}

.clear {
	clear:both;
	font-size:.1em;
}

#footer {
	margin:-2px auto 0 auto;
	height:15px;
	line-height:17px;
	height: 30px;
	color: #59712b;
	width: 820px;
	text-align:center;
	font-size:8pt;
	border: solid #d1d8c2;
	border-width: 1px 0px 0px 0px;
	padding-top: 10px;
	position: relative;
}

#footer a {
	text-decoration:underline;
	color: #59712b;
	font-size:8pt;
}

.heading {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	height: 25px;
	padding: 3px 0px 0px 0px;
	color: #303d17;
	text-transform:uppercase;
	text-align: left;
}

.subheading {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	text-align: left;
}

.small_subheading {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	text-align: left;
	text-transform:uppercase;
}

.blurb {
	width: 450px;
	border: 1px solid #d1d8c2;
	background-color:#e0e5d6;
	padding: 10px;
	margin: auto;
}

.small_text {
	font-size:8pt;
}

.subsection {
	width: 150px;
	border: 1px solid #d1d8c2;
	background-color:#e0e5d6;
	float: right;
	margin-left: 50px;
	padding: 15px 0px 15px 15px;
	line-height: 20px;
}

.subsection2 table {
	border: 1px solid #d1d8c2;
	background-color:#e0e5d6;
	padding: 15px 0px 15px 15px;
	line-height: 20px;
}

.form_table {
	line-height: 26px;
	padding: auto;
	
}

.seminar_table {
	width: 100%;
	background-color:#e0e5d6;
}

.seminar_table td {
	padding: 25px;
}

.add_newsletter {
	font-size: 14px;
	text-transform: none;
	text-align:center;
	line-height: 18px;
}

.add_newsletter_small {
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	line-height:normal;
}

/* Classes, etc ---------------------------------------------------------------- */

h2 {
	padding: 0;
	margin: 0;
	}

h3{
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
	width: 100%;
	}

hr {
	border-bottom: 1px solid #59712b;
	border-top: 0px;
	}
.nav_pad_bottom {
	height: 10px;
	}

.cool_table tr {
	background-color: #f7f7f7;
	}


.cool_tr {
	background-color: #dddddd;
	color: #434343;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	}	

.cool_table {
	background-color: #aaaaaa;
	font-size:11px;
}

.cool_table td {
	padding:5px 5px 5px 5px;
}

.cool_table a {
	color: #434343;
}


/* LISTING TABLE  ---------------------------------------------------------------- */

.listing_table {
	text-align:left;
	width: 100%;
	background-color:#dddddd;
}

.listing_table th {
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	background-color:#ffffff;
	padding: 5px 5px 5px 10px;
}

.listing_table td {
	font-size: 12px;
	background-color:#ffffff;
	padding: 5px 10px 5px 10px;
}


/* END	LISTING TABLE ---------------------------------------------------------------- */
	
	
/* Listings / Seminar Pages ---------------------------------------------------------------- */

.dark_section_1 {
	border-bottom: 1px solid #cad6ae;	
	}
	
.dark_section_2 {
	border-bottom: 1px solid #9aa384;
	}

.dark_section_3 {
	background-color: #f4f3f3;
	}	

.dark_section_4 {
	background-color: #f4f3f3; 
	border-bottom: 1px solid #9aa384; 
	padding-bottom: 4px;
	}

.dark_sec_noline {
	border: solid 1px #dfe4d6;
	}

.outer_border {
	border: solid 1px #dfe4d6;	
	}

/* New Nav - Tree ................................................................................. */

#p7swapmenu {}
#controls {}
#controls a {}
#controls a:hover, #controls a:active {}
#p7swapmenu ul {
	/*margin: 0px;*/
	padding: 0px;
	margin-top: 0px;
	}

#p7swapmenu li {
	/*margin: 0px;
	padding: 0px;
	list-style-type: none;*/
	border-bottom: 1px solid #d3dfb9;	
	padding-top: 3px;
	padding-left: 20px;	
	}

#p7swapmenu li ul {
	margin: 0px;
	padding: 5px 0 0 10px;
	line-height: 0em;
	}

#p7swapmenu li ul {
	line-height: 0.8em;
	font-size: 0.9em;
	}
/* dropdown menu background */
#p7swapmenu li ul li{
	border-top: 1px solid #fff;
	background-color: #f9faf4;
	/*border-bottom: 1px solid #7c7c7c;
	border-left: 5px solid #1a69b8;*/	
	}

	
.closed a, .open a{
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
	background-position: 3px 50%;
	}
	
.closed a:hover, .open a:hover{}

.closed a{
	background-image: url(images/menplus.gif);
	margin-left: 0px;
	}
	
.closed ul {
 	display:none;
	}
	
.open a{
	background-image: url(images/menminus.gif);
	margin-left: 0px;
	
	}

.open ul a, .open ul a:hover {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	background-image: url(pagemarker.gif);
	background-repeat: no-repeat;
	}
	
.open ul a:hover {
	}
	
.open ul {
 	display:block;
	}
	
#p7current {}

.listing_contact {
	font-size: 12px;
	font-weight:bold;
	color:#59712b;
	background-color:#f0f5e7;
	padding: 10px;
	border: 1px solid #d3dfb9;
	text-align:center;
}

.listing_contact2 {
	font-size: 14px;
	font-weight:bold;
	color:#59712b;
	padding: 10px;
	border: 1px solid #d3dfb9;
	text-align:center;
}	
.listing_contact3 {
	font-size: 14px;
	color:#59712b;
	padding: 10px;
	border: 1px solid #d3dfb9;
	text-align:center;
}	
	
.backtotop a {
float: right;
font-size: 10px;
text-decoration:underline;
}

