/**
 * NorthShoreRealtor.com CSS
 * 
 * @copyright 2008 iMarc LLC  http://www.imarc.net
 * @author  William Bond, Paul Kelley
 */

 
/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*
/*  1.  Browser resets
/*  2.  Main elements
/*  3.  Headers
/*  4.  Content holders
/*  5.  Links and hr
/*  6.  Images
/*  7.  Lists
/*  8.  Form elements
/*  9.  Grouping elements
/*  10. Tables
/*  11. Header
/*  12. Main Nav
/*  13. Minor Nav 
/*  14. Home Page
/*  15. Inside Pages 
/*  16. Footer
/*
/* --------------------------------------------------------------------- */   

 
 
/* --------------------------------------------------------------------- */
/* Browser resets
/* --------------------------------------------------------------------- */ 

body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
   margin: 0;
   padding: 0;
   line-height: 1.6;
} 

hr {
	display: none;
}

/* --------------------------------------------------------------------- */
/* Main elements
/* --------------------------------------------------------------------- */

html {
	font-size: 10px;
}

body {
	margin: 0 auto;
	color: #555;
	font-size: 1.3em;
	background: #fff9ec url(/sup/img/body_bg.gif) repeat-x top left;
}

#tinymce {
	font-size: 13px;
	color: #555;
}

body, input.text, input.password, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Sans-Serif;
}



/* --------------------------------------------------------------------- */
/* Headers
/* --------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;	
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 0.8em;
	line-height: 100%;
}

h1 {
	font-size: 2.1em;
	margin-top: 0.5em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;   
}

h6 {
	font-size: 1.2em;      
}



/* --------------------------------------------------------------------- */
/* Content holders
/* --------------------------------------------------------------------- */

div {

}

p, pre, blockquote {
	margin: 1.0em 0;  
}



pre, code {
	background-color: #f8f8f8;
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
}    

pre {
	white-space: pre;
	overflow: auto;
	padding: 1em;
	border: 1px solid #ccc;
	display: block;
}

code {
	padding: 0.2em;
}   

blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}



/* --------------------------------------------------------------------- */
/* Links and hr
/* --------------------------------------------------------------------- */

a {
	outline: none;
} 

a:link {
	color: #006bce;
}

a:visited {
	color: #006bce;
}

a:active {
	color: #006bce;
}

a:hover {
	color: #00417d;
}

hr {
	height: 1px;
	border: none;
	margin-top: 1em;
	color: #ccc;
	background-color: #ccc;
}



/* --------------------------------------------------------------------- */
/* Images
/* --------------------------------------------------------------------- */

img {
	border: none;
}


/* --------------------------------------------------------------------- */
/* Lists
/* --------------------------------------------------------------------- */

ul, ol {
	margin: 1em 0;
}

ul li {
	margin-left: 2em;
}

ol li {
	margin-left: 2.6em;
}



/* --------------------------------------------------------------------- */
/* Form elements
/* --------------------------------------------------------------------- */

form {
	margin: 1em 0;
}

input.text,
input.password {  
	font-size: 1em;
	border: 1px solid #999;
	color: #333;
}

input.checkbox,
input.radio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

textarea {              
	height: 150px;
	font-size: 1em;
	border: 1px solid #999;
	color: #333;
}




/* --------------------------------------------------------------------- */
/* Grouping elements
/* --------------------------------------------------------------------- */

fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 1em 0;  
}

legend {
	padding: 0 0.5em;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}



/* --------------------------------------------------------------------- */
/* Tables
/* --------------------------------------------------------------------- */

table {
	width: 100%;
	border: 1px solid #bbb;
	margin: 1.0em 0; 
}                     

	caption {
		background-color: #ededed;
		font-size: 1.2em;
		text-transform: uppercase;
		font-family: Georgia, "Times New Roman", serif;   
		margin-top: 1.0em;   
	}
	
	td, th {
		padding: 0.1em 0.2em;
		border: 1px solid #ccc;
		vertical-align: top;
		text-align: left;
	}
	

/* --------------------------------------------------------------------- */
/* Header
/* --------------------------------------------------------------------- */

.clear {
	clear: both;
}

#content_link {
	display: none;
}

#header {
	height: 98px;
	overflow: hidden;
}
 
#header_sub {
	float: right;
	padding-top: 5px;
	width: 60%;
}

.tagline {
	background: url(/sup/img/tag_line.gif) no-repeat right bottom;
	float: right;
	width: 378px;
	height: 20px;
	text-indent: -9999px;
	margin: 10px 0 0 0;
	clear: right;
}

.search_box {
	display:block;
	float:left;
}

.search_button {
	margin-top: 1px;
	margin-left: 4px;
}			

.form_search {
	margin: 0;
	padding: 0;
}

#logo {
	position: relative;
	left: -5px;
	width: 290px;
	height: 90px;
	float: left;
	margin: 0;
}

#logo img {
	display: block;
}

/* --------------------------------------------------------------------- */
/* Minor Nav
/* --------------------------------------------------------------------- */
	
#minor_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-transform: lowercase;
	float: right;
}
	#minor_nav li {
		float: left;
		padding: 0;
		margin: 0 0 0 .9em;
	}
		#minor_nav li a {
			font-size: .9em;
			color: #fff;
			text-decoration: none;
			border-right: 1px solid #a9a9a9;
			padding-right: .9em;
		}
		
		#minor_nav li a:hover {
			text-decoration: underline;
		}
			#minor_nav li form {
				margin: 0;
				padding: 0;
			}
				#minor_nav li form input.text {
					width: 100px;
					padding: .1em 0;
				}
	
	#login_info {
		font-size: .9em;
		margin-top: 10px;
		margin-bottom: 0;
		display: block;
		float: right;
		clear: right;
		width: 100%;
		text-align: right;
	}

	#login_info a {
		color: #225D8C;
		margin: 0;
		padding: 0;
		border: none;
	}
			
#footer_links li.admin a,
#minor_nav li.noLine a{
	border-right: none;
}

/* --------------------------------------------------------------------- */
/* Home Page
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */
/* Main Nav
/* --------------------------------------------------------------------- */

.major_nav {
	background: url(/sup/img/nav_bg.gif) repeat-x top left;
	height: 44px;
	width: 948px;
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.major_nav li {
		float: left;
		margin: 0;
		text-indent: -99999px;
	}
	
.major_nav li a.main_nav_link:link, .major_nav li a.main_nav_link:visited {
	position: absolute;
	top: 0;
	height: 44px;
	text-indent: -9000px;
	overflow: hidden;
}
	.major_nav .home a.main_nav_link:link, 
	.major_nav .home a.main_nav_link:visited {
		left: 0px;
		width: 60px;
	}
	.major_nav .home a.main_nav_link:hover,
	.major_nav .home a.main_nav_link:focus {
		background: url(/sup/img/nav_bg.gif) no-repeat 0px -44px;
	}

	.nav_home, .nav_home_active {
		position: absolute;
		top: 0;
		left: 0px;
		width: 60px;
		height: 44px;
		background: url(/sup/img/nav_bg.gif) no-repeat 0px -44px;
	}
	.nav_home_active {
		background: url(/sup/img/nav_bg.gif) no-repeat 0px -88px;
	}

	.major_nav .find a.main_nav_link:link, 
	.major_nav .find a.main_nav_link:visited {
		left: 60px;
		width: 130px;
	}
	.major_nav .find a.main_nav_link:hover,
	.major_nav .find a.main_nav_link:focus {
		background: url(/sup/img/nav_bg.gif) no-repeat -60px -44px;
	}

	.nav_find, .nav_find_active {
		position: absolute;
		top: 0;
		left: 60px;
		width: 130px;
		height: 44px;
		background: url(/sup/img/nav_bg.gif) no-repeat -60px -44px;
	}
	.nav_find_active {
		background: url(/sup/img/nav_bg.gif) no-repeat -60px -88px;
	}
	
	.major_nav .resources a.main_nav_link:link, 
	.major_nav .resources a.main_nav_link:visited {
		left: 190px;
		width: 179px;
	}
	.major_nav .resources a.main_nav_link:hover,
	.major_nav .resources a.main_nav_link:focus {
		background: url(/sup/img/nav_bg.gif) no-repeat -190px -44px;
	}

	.nav_resources, .nav_resources_active {
		position: absolute;
		top: 0;
		left: 190px;
		width: 179px;
		height: 44px;
		background: url(/sup/img/nav_bg.gif) no-repeat -190px -44px;
	}
	.nav_resources_active {
		background: url(/sup/img/nav_bg.gif) no-repeat -190px -88px;
	}
	
	.major_nav .education a.main_nav_link:link, 
	.major_nav .education a.main_nav_link:visited {
		left: 369px;
		width: 203px;
	}
	.major_nav .education a.main_nav_link:hover,
	.major_nav .education a.main_nav_link:focus {
		background: url(/sup/img/nav_bg.gif) no-repeat -369px -44px;
	}

	.nav_education, .nav_education_active {
		position: absolute;
		top: 0;
		left: 369px;
		width: 203px;
		height: 44px;
		background: url(/sup/img/nav_bg.gif) no-repeat -369px -44px;
	}
	.nav_education_active {
		background: url(/sup/img/nav_bg.gif) no-repeat -369px -88px;
	}
	
	.major_nav .government a.main_nav_link:link, 
	.major_nav .government a.main_nav_link:visited {
		left: 572px;
		width: 180px;
	}
	.major_nav .government a.main_nav_link:hover,
	.major_nav .government a.main_nav_link:focus {
		background: url(/sup/img/nav_bg.gif) no-repeat -572px -44px;
	}

	.nav_government, .nav_government_active {
		position: absolute;
		top: 0;
		left: 572px;
		width: 180px;
		height: 44px;
		background: url(/sup/img/nav_bg.gif) no-repeat -572px -44px;
	}
	.nav_government_active {
		background: url(/sup/img/nav_bg.gif) no-repeat -572px -88px;
	}
	
	.major_nav .members a.main_nav_link:link, 
	.major_nav .members a.main_nav_link:visited {
		left: 752px;
		width: 87px;
	}
	.major_nav .members a.main_nav_link:hover,
	.major_nav .members a.main_nav_link:focus {
		background: url(/sup/img/nav_bg.gif) no-repeat -752px -44px;
	}
	
	.nav_members, .nav_members_active {
		position: absolute;
		top: 0;
		left: 752px;
		width: 87px;
		height: 44px;
		background: url(/sup/img/nav_bg.gif) no-repeat -752px -44px;
	}
	.nav_members_active {
		background: url(/sup/img/nav_bg.gif) no-repeat -752px -88px;
	}
	
	.major_nav .about a.main_nav_link:link, 
	.major_nav .about a.main_nav_link:visited {
		left: 839px;
		width: 109px;
	}
	.major_nav .about a.main_nav_link:hover,
	.major_nav .about a.main_nav_link:focus {
		background: url(/sup/img/nav_bg.gif) no-repeat -839px -44px;
	}

	.nav_about, .nav_about_active {
		position: absolute;
		top: 0;
		left: 839px;
		width: 109px;
		height: 44px;
		background: url(/sup/img/nav_bg.gif) no-repeat -839px -44px;
	}
	.nav_about_active {
		background: url(/sup/img/nav_bg.gif) no-repeat -839px -88px;
	}

/* --------------------------------------------------------------------- */

.sub_nav {
	background: #a6ccd5 url(/sup/img/sub_nav_bg.gif) repeat-x;
	position: absolute;
	z-index: 10;
	top: 44px;
	padding: 4px 4px 3px 4px;
	margin: 0;
	visibility: hidden;
}
	.sub_nav li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: none;
		clear: left;
		text-indent: 0px;
		position: static;
		line-height: 1;
	}
	
	.sub_nav li a:link, 
	.sub_nav li a:visited {
		position: static;
		background: #6398a8;
		font-family: "Times New Roman", Times, serif;
		color: #fff;
		text-decoration: none;
		padding: 6px 20px;
		width: 140px;
		display: block;
		margin-bottom: 1px;
	}
	
	.sub_nav li a:hover,
	.sub_nav li a:focus {
		background: #2e6d80;
	}
	
#sub_nav_find {
	left: 59px;
}

#sub_nav_resources {
	left: 190px;
}

#sub_nav_education {
	right: 391px;
}

#sub_nav_government {
	right: 189px;
}

#sub_nav_members {
	right: 109px;
}

#sub_nav_about {
	right: 0px;
}

ul.sponsor_banners {
	margin-top: 3em;
	list-style-type: none;
	margin-left: 0;
}

ul.sponsor_banners li {
	margin: 0;
	padding: 0;
}
	
#container,
#footer_container {
	width: 960px;
	margin: 0 auto;
}

#content {
	padding: 0 5px;
	min-height: 300px;
}

#homepage_updates {
	float: left;
	width: 557px;
}

.main_content_block {
	margin-bottom: 1.5em;
	float: left;
	margin-right: -2px;
	width: 572px;
	height: 246px;
}

#homepage_member_resources  {
	float:left;
	width:190px;
	margin-left: 27px;
}

#homepage_updates h2,
#homepage_member_resources h2 {
	font-family: "Georgia", times, serif;
	font-size: 1em;
	color: #225d8c;
	text-transform: uppercase;
	border-bottom: 1px solid #c0baa4;
	padding-bottom: .3em;
	margin: 1em 0 0 0;
}

#homepage_updates h2 span,
#homepage_member_resources h2 span {
	float: right;
	display: block;
}

#homepage_updates h2 span a,
#homepage_member_resources h2 span a,
#homepage_member_resources h2 span a:visited,
#homepage_member_resources h2 span a:visited,
#homepage_member_resources h2 span a:active,
#homepage_member_resources h2 span a:active,
#homepage_member_resources h2 span a:focus,
#homepage_member_resources h2 span a:focus {
	font-size: .8em;
	font-weight: bold;
	color: #e37648;
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#homepage_updates h2 span a:hover,
#homepage_member_resources h2 span a:hover,
h2 a:hover {
	text-decoration: underline;
}

#homepage_sponsors,
#search_sponsors {
	float: right;
	width: 130px;
	margin-left: 20px;
	text-align: right;
}

.home_information_new {
	background: url(/sup/img/dt_bg.gif) repeat-y 40px;
	margin: 0;
	padding: 10px 0 0 0;
}

.home_information_new li {
	list-style-type: none;
	margin: 0;
	font-family: "Trebuchet MS", arial;
	font-size: 1em;
	color: #918661;
	margin: 0 0 10px 0;
	padding: 0 0 0 82px;
}

.home_information_new li p {
	width: 90%;
	margin: -19px 0 0 0;
	padding: 0;
	font-size: .9em;
}
.home_information_new li p span.details {
	display: block;
	line-height: 1.3;
}

.go_link {
	float: right;
}

.home_date {
	list-style-type: none;
	font-family: "Georgia", times, serif;
	color: #5f7357;
	width: 85px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: -82px;
}

.home_information_new a {
	color: #886E4F;
	text-decoration: none;
}

.home_information_new a.protected {
	padding-left: 15px;
}


/**************************************/
.home_information {
	margin: 0;
	padding: 0;
}

.home_information dt {
	background: url(/sup/img/dt_bg.gif) repeat-y top right;
	font-family: "Georgia", times, serif;
	color: #5f7357;
	clear: left;
	width: 70px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}

.home_information dd {
	font-family: "Trebuchet MS", arial;
	font-size: .9em;
	color: #886e4f;
	width: 475px;
	height: 25px;
	clear: right;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
}

.home_information dd span{
	float: right;
}

.home_information a {
	color: #886E4F;
	text-decoration: none;
}
/**************************************/

a.protected {
	background: url(/sup/img/lock.gif) no-repeat left;
	text-indent: 20px;
}

.home_information dd a.protected {
	padding-left: 15px;
}

.clear_fix_margin {
	clear: left;
	margin-bottom: 25px;
}

#member_join {
	font-family: Georgia, times, serif;
	color: #49638a;
	font-weight: bold;
	font-style: italic;
}

#member_join em {
	color: #e37648;
	font-style: normal;
	text-transform: uppercase;
}

#member_join a {
	color: #49638a;
}

#member_resources {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#member_resources li {
	border-bottom: 1px dashed #d3cdb9;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #886e4f;
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#member_resources li#last_bullet {
	border-bottom: 1px solid #d3cdb9;
}

#member_resources li a {
	font-family: "Georgia", times, serif;
	font-size: .9em;
	color: #e37648;
	text-transform: uppercase;
	text-decoration: none;
}
	#member_resources li a.protected {
		background: url(/sup/img/lock.gif) no-repeat left;
		padding-left: 15px;
		padding-right: 0;
	}
	
	#member_resources li a.protected:hover {
		text-decoration: underline;
	}

#homepage_updates .home_information .comments {
	background: url(/sup/img/bubble.gif) no-repeat bottom left;
	float: left;
	color: #419290;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 7px;
	text-decoration: none;
}

#homepage_updates .home_information .comments em{
	line-height: 1.9;
	font-style: none;
}



#member_login {
	padding-bottom: 7px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #d3cdb9;
}


/* --------------------------------------------------------------------- */
/* Inside pages
/* --------------------------------------------------------------------- */
	
a.external_link {
	background-image: url(/sup/img/external_link.gif);
	background-repeat: no-repeat;
	background-position: 100% 60%;
	padding-right: 13px;
}	
	
a.document {
	padding-left: 24px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	display: inline-block;
	background-image: url(/sup/img/doc_icons/unknown.gif);
}

h3 a.document {
	line-height: 1.3;	
}

#inside_callout a.document {
	background-position: 0 1px;
}
			  
a.aac  { background-image: url(/sup/img/doc_icons/aac.gif);  }
a.avi  { background-image: url(/sup/img/doc_icons/avi.gif);  }
a.bmp  { background-image: url(/sup/img/doc_icons/bmp.gif);  }
a.doc  { background-image: url(/sup/img/doc_icons/doc.gif);  }
a.docx { background-image: url(/sup/img/doc_icons/docx.gif); }
a.eps  { background-image: url(/sup/img/doc_icons/eps.gif);  }
a.gif  { background-image: url(/sup/img/doc_icons/gif.gif);  }
a.htm  { background-image: url(/sup/img/doc_icons/htm.gif);  }
a.html { background-image: url(/sup/img/doc_icons/html.gif); }
a.jpeg { background-image: url(/sup/img/doc_icons/jpeg.gif); }
a.jpg  { background-image: url(/sup/img/doc_icons/jpg.gif);  }
a.m4a  { background-image: url(/sup/img/doc_icons/m4a.gif);  }
a.m4p  { background-image: url(/sup/img/doc_icons/m4p.gif);  }
a.mov  { background-image: url(/sup/img/doc_icons/mov.gif);  }
a.mp3  { background-image: url(/sup/img/doc_icons/mp3.gif);  }
a.mp4  { background-image: url(/sup/img/doc_icons/mp4.gif);  }
a.mpeg { background-image: url(/sup/img/doc_icons/mpeg.gif); }
a.mpg  { background-image: url(/sup/img/doc_icons/mpg.gif);  }
a.pdf  { background-image: url(/sup/img/doc_icons/pdf.gif);  }
a.png  { background-image: url(/sup/img/doc_icons/png.gif);  }
a.ppt  { background-image: url(/sup/img/doc_icons/ppt.gif);  }
a.pptx { background-image: url(/sup/img/doc_icons/pptx.gif); }
a.rtf  { background-image: url(/sup/img/doc_icons/rtf.gif);  }
a.swf  { background-image: url(/sup/img/doc_icons/swf.gif);  }
a.txt  { background-image: url(/sup/img/doc_icons/txt.gif);  }
a.wav  { background-image: url(/sup/img/doc_icons/wav.gif);  }
a.wma  { background-image: url(/sup/img/doc_icons/wma.gif);  }
a.wmv  { background-image: url(/sup/img/doc_icons/wmv.gif);  }
a.xls  { background-image: url(/sup/img/doc_icons/xls.gif);  }
a.xlsx { background-image: url(/sup/img/doc_icons/xlsx.gif); }
a.xml  { background-image: url(/sup/img/doc_icons/xml.gif);  }
a.zip  { background-image: url(/sup/img/doc_icons/zip.gif);  }
a.unknown { background-image: url(/sup/img/doc_icons/unknown.gif); }

h2 img.realtor_logo {
	vertical-align: bottom;	
}
	
img.realtor_logo {
	vertical-align: middle;	
}
			  
#large_image {
	background: url(/sup/img/content_shadow.gif) no-repeat bottom left;
	width: 948px;
	padding-bottom: 24px;
	margin: 0;
}

#large_image img {
	display: block;
	line-height: 1;
}

#inside_page_nav {
	float: left;
	width: 20%;
	color: #886e4f;
	font-size: .9em;
}

#inside_content {
	float: left;
	width: 54%;
	color: #886e4f;
	padding:0 14px;
	margin: 0 3px;
	min-height: 500px; /* For early development purposes, for pages with little static content during development */
}

#inside_callout {
	float: left;
	width: 22%;
	color: #886e4f;
	font-size: .9em;
	overflow: hidden;
}

#inside_content a,
#inside_callout a {
	color: #e37648;
	text-decoration: none;
}

#inside_content a:hover,
#inside_callout a:hover {
	text-decoration: underline;
}

#inside_page_nav h1,
#inside_page_nav h2,
#inside_page_nav h3,
#inside_page_nav h4,
#inside_content h1,
#inside_content h2,
#inside_content h3,
#inside_content h4,
#inside_callout h1,
#inside_callout h2,
#inside_callout h3,
#inside_callout h4 {
	color: #225d8c;
	text-transform: uppercase;
}

#inside_page_nav h2,
#inside_content h1,
#inside_callout h2 {
	border-bottom: #d3cbb6 1px solid;
}

#inside_content h1 {
	font-size: 1.7em;
}

#inside_content h2 {
	margin-top: 1.5em;
	margin-bottom: 0;
	font-size: 1.3em;
}

#inside_content h3 {
	font-size: 1.1em;
}

#inside_content h4 {
	font-size: .9em;
}

#inside_page_nav h2,
#inside_callout h2 {
	font-size: 1.1em;
	margin-top: 19px;
	margin-bottom: 0;
	padding-bottom: 1px;
}

.call_out {
	font-size: 1.1em;
	color: #669ea9;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3;
}

#inside_content ul {
	margin-bottom: 20px;
}

#inside_content p {
	margin-top: .4em;
	padding-right: 15px;
}

#inside_content ul li {
	margin-bottom: 5px;
}

#inside_content table {
	background: #fff;
	border-left: 1px solid #b6af94;
	border-right: 1px solid #b6af94;
	border-bottom: 1px solid #b6af94;
	margin: 0;
}

#inside_content table tr {
	background: url(/sup/img/tr_bg.gif) repeat-x bottom;
	margin: 0;
}

#inside_content th {
	background: #225D8C;
	font-family: Georgia,"Times New Roman",serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	border: 0;
	padding: 0em .5em;
}

#inside_content td {
	border: 0;
	border-bottom: 1px solid #E9E3D6;
	padding: .5em;
}

.member_only {
	font-size: .75em;
	font-style: italic;
}

#inner_nav {
	list-style-type: none;
	margin: 0;
	padding: 1em 0 0 0;
}

#inner_nav li {
	margin: 2px 0 2px 0;
	padding: 0 0 2px 18px;
	border-bottom: 1px solid #e9e3d6;
}

#inner_nav li a:hover {
	color: #225d8c;
	/*font-weight: bold;*/
}

#inner_nav li#active_sub/*,
#inner_nav li:hover*/ {
	background: url(/sup/img/inner_nav_active.gif) no-repeat .55em .45em;
	color: #225d8c;
	font-weight: bold;
}

/*#inner_nav li:hover a,*/
#inner_nav li#active_sub a {
	color: #225d8c;
}

#inner_nav li a {
	color: #e37648;
	text-decoration: none;
}

.reg {
	font-size: 70%;
	vertical-align: top;
	text-transform: none;
}

#inside_content ul.form {
	list-style-type: none;
	margin: 0.6em 0 1em 0;
	padding: 0;
}

#inside_content ul.form li {
	margin: 0.6em 0;
	padding: 0;	
}
	
.form h4 {
	margin: 0 0 .2em 0;
	padding: 0;
}

.campaign {
	margin-top: 15px;
}

.campaign li{
	width: 318px;
}

.form label {
	display: block;
	color: #419290;
	text-transform: uppercase;
	font-size: .9em;
}

.submit_button {
	/*text-align: right;*/
}

/* simple one-line search forms */
.quick_search { }
.quick_search fieldset {
	border: none; 
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.quick_search label {
	display: block;
	color: #419290;
	text-transform: uppercase;
	font-size: .9em;
}

.quick_search fieldset input {
	vertical-align: middle;
}

.quick_search fieldset input.quick_search_field {
	width: 170px;
}

.quick_search fieldset input.quick_search_field_right {
	width: 110px;
}

/* find a realtor search callout */
.call_out.find_a_realtor {
	float: right;
	width: 65%;
	padding: 1em 0 1em 1em;
}

.quote {
	background: url(/sup/img/blockquote_right.gif) no-repeat bottom right;
	font-size: 1em;
}

.quote p {
	background: url(/sup/img/blockquote_left.gif) no-repeat top left;
	padding: 0 10px;
	color: #669EA9;
	font-weight: bold;
}

.quote .author {
	text-align: right;
	background: none;
	font-style: normal;
	font-weight: normal;
	color: #886E4F;
}

.quote .author2 {
	text-align: right;
	background: none;
	font-weight: normal;
	font-style: italic;
	font-size: .9em;
	color: #886E4F;
}

#inside_callout ul {
	list-style-type: none;
	margin-top: 1em;
}

#inside_callout ul li{
	margin: 0 0 5px 0;
	padding: 0;
}

.committees dt,
.pricing dt,
.member_recognition dt {
	color: #225D8C;
	float: left;
	margin-right: 7px;
	font-style: italic;
	clear: left;
}

.pricing dd {
	margin-left: 0.3em;
}

.awards dt {
	color: #225D8C;
	font-style: italic;
	margin: 0;
}

.awards dd {
	display: block;
	margin: 0 0 10px 0;
}

.event_info dt {
	float: left;
	width: 80px;
	margin-right: 7px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.event_info dd {
	width: 200px;
	padding: 0;
	margin-left: 90px;
}


.event_description {
	margin-left: 90px;
}

.double_list {
	float: left;
	width: 250px;
}

.information {
	width: 60%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 20px;
}

.information li {
	margin: 0;
	padding: 0;
}

.information li span {
	display: block;
	/*width: 5em;
	float: left;*/
	color: #419290;
	text-transform: uppercase;
	font-size: .9em;
}

.no_float {
	float: none;
}

.member_picture {
	display: block;
	float: left;
	max-width: 30%;
	margin-bottom: 1em;
	outline: 1px solid #999;
	border: 5px solid #fff;
}

.directions,
.contact_form,
.mailing_address,
.directions li,
.contact_form li,
.mailing_address li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

.community_information {
	margin: 0;
	padding: 0;
	width: 250px;
	float: left;
}

#inside_content .page_info p {
	margin-bottom: 0;
	text-align: right;
	margin-right: 0;
	font-size: .9em;
	margin-top: 0;
}
	
.d,
.article,
.resource,
.newsletter,
.market_statistics {
	margin-bottom: 25px;
}

.blog .read_more,
.article .read_more,
.resource .read_more,
.newsletter .read_more,
.market_statistics .read_more {
	text-align: right;
	margin-bottom: 0;
}


.blog .date,
.article .date,
.resource .date,
.newsletter .date,
.market_statistics .date {
	background: url(/sup/img/dt_bg.gif) repeat-y top right;
	color: #886E4F;
	display: block;
	float: left;
	width: 65px;
	height: 30px;
	font-size: .7em;
	text-align: center;
	margin: 0 1em 0 0;
	padding-top: 1em;
	text-transform: none;
}

#inside_content .blog h2,
#inside_content .article h2,
#inside_content .resource h2,
#inside_content .newsletter h2,
#inside_content .market_statistics h2 {
	line-height: 1.15;
	padding-bottom: 2px;
	border-top: 1px solid #C0BAA4;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}

#inside_content .blog h2 a,
#inside_content .article h2 a,
#inside_content .resource h2 a,
#inside_content .newsletter h2 a {
	margin-top: .7em;
	width: 425px;
	color: #225D8C;
	float: left;
}

#inside_content .market_statistics h2 a {
	background-repeat: no-repeat;
	background-position: 2px 3px;
	margin-top: .7em;
	width: 425px;
	color: #225D8C;
	float: left;
	padding-left: 24px;
	width: 70%;
}

.blog_comment {
	border-top: 1px solid #E9E3D6;
	border-bottom: 1px solid #E9E3D6;
	padding-left: .5em;
	margin: 0.5em 0;
}

.comment_label {
	display: block;
}

.pagination {
	font-size: .9em;
	margin-top: 15px;
}

.pagination ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagination ul li{
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

#inside_content .pagination ul li {
	background: url(/sup/img/page.gif) no-repeat top left;
	width: 25px;
	height: 24px;
	text-align: center;
}

#inside_content .pagination ul li.current {
	background: url(/sup/img/page_active.gif) no-repeat top left;
	width: 25px;
	height: 24px;
	text-align: center;
}

#inside_content .pagination ul li.current a {
	color: #fff;
}

#inside_content .pagination ul li a {
	text-decoration: none;
	display: block;
	color: #419290;
	height: 24px;
}

#inside_content .pagination ul li a em {
	line-height: 2;
	font-style: normal;
	font-weight: bold;
}

#inside_content .pagination ul li.prev,
#inside_content .pagination ul li.next {
	width: 57px;
}

p.related {
	clear: both;
	margin-top: 2em;
	border-top: 1px solid #E9E3D6;
	padding-top: 1em;
	font-style: italic;
	padding-bottom: 2em;
}

input[type=text],
input[type=password] {
	width: 250px;
	border:1px solid #999999;
	padding: .2em .5em;
	color: #333;
}

div.description {
	margin-bottom: 2em;	
}

.optional {
	font-size: 85%;
	font-style: italic;
}

.article_resource {
	margin-right: 10px;
}

.no_bullets,
.no_bullets li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.registration_box {
	border: 1px solid #D3CBB6;
	float: right;
	width: 200px;
	padding: 1em 1em 0 1em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 0.8em 0;
}

#inside_content .registration_box h2 {
	margin-top: 0;
}

#inside_content .registration_box p {
	margin: 0.6em 0;	
	clear: left;
}

#preview {
	position:absolute;
	width: 300px;
	font-size: .8em;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#preview img {
	max-width: 100%
}

.members_recognition {
	border-top: 1px solid #D3CBB6;
	padding-top: .5em;
}

.update_form {
	background: url(/sup/img/label_bg_right.gif) no-repeat right;
	color: #419290;
	display: block;
	float: left;
	font-size: 0.8em;
	height: 24px;
	line-height: 2.3;
	padding-left: 10px;
	margin-right: 5px;
	text-transform: uppercase;
	width: 150px;
}

.update_profile p {
	background: url(/sup/img/label_bg_left.gif) no-repeat top left;
	padding-bottom: 5px;
}

.update_profile p.plain {
	background-image: none;	
}

ul.form label em {
	color: #c00;	
}

p.charge {
	font-size: 1.2em;	
}

p.action {
	overflow: hidden;
	margin-bottom: 2em;	
}

p.action input {
	float: left;	
}

p.action span.required_key {
	float: left;
	margin-left: 2em;
	display: inline;	
}

p.action span.required_key em {
	color: #c00;	
}

.exception {
	background: #fdfbc6 url(/sup/img/warning.gif) no-repeat 10px 10px;
	outline: 1px solid #dfdb6c;
	border: 1px solid #dfda5b;
	margin-top: 10px;
	padding: 2px 5px 5px 50px;
}

.exception p {
	font-weight: bold;
	color: #333;
}

.exception ul {
	margin-left: 15px;
	padding: 0;
	color: #c73b3b;
}

.exception ul li {
	margin: 0;
	padding: 0;
}

.success {
	color: #333;
	background: #cdf0bb url(/sup/img/success_check.gif) no-repeat 5px;
	border: 1px solid #8ac16e;
	outline: 1px solid #afdd97;
	padding: .5em .5em .5em 4em;
}

.update_profile .help,
.help {
	color: #fff;
	background-color: #F07234;
	background-image: none;
	border: 1px solid #bf470b;
	outline: 1px solid #d85d21;
	padding: .5em;
	margin: 1em 0;
}

#inside_content .update_profile .help a,
#inside_content .help a {
	color: #fff;
	text-decoration: underline;
}

.help.inactive {
	margin-bottom: 1em;	
}

.error {
	color: #333;
	background: #FDFBC6 url(/sup/img/warning.gif) no-repeat 5px;
	border: 1px solid #DFDA5B;
	outline: 1px solid #DFDB6C;
	padding: .5em .5em .5em 4em;
}

#roty_image {
	float: left;
	margin: 1em 1em .8em 0;
}

.search_result {
	margin-bottom: 2.5em;
}

#inside_content .search_result p {
	margin: 0;
}

#inside_content .search {
	width: 80%;
}

#inside_content .officers_staff_img {
	float: left;
	margin-right: 0;
	padding-right: 0;
}

.officers_staff_img img{
	outline: 1px solid #999;
	border: 3px solid #fff;
}

.rss {
	background: url(/sup/img/rss_logo.gif) no-repeat;
	padding-left: 17px;
}

div.ceu_callout {
	margin: 1em 0 1.5em 0;
}
	div.ceu_callout p img {
		display: block;
		margin: 0 auto;
	}
	div.ceu_callout p.ceu_link {
		font-family: Georgia, "Times New Roman", serif;
		font-weight: normal;
		font-size: 1.3em;
		margin-top: 0.8em;
		margin-bottom: 0.3em;	
		padding: .5em;
		background: #fff;
		border: 1px solid #CCCCCC;
		text-align: center;
		width: 65%;
		margin: 0 auto;
		line-height: 1.3;
	}
		
/* --------------------------------------------------------------------- */
/* Footer
/* --------------------------------------------------------------------- */

#footer {
	background: #f07234 url(/sup/img/footer_bg.gif) no-repeat top right;
	color: #fff;
	font-size: .95em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #ccc;
	margin-top: 2em;
}

#footer_navigation p {
	margin-top: 25px;
	margin-bottom: 0;
}

#footer_navigation {
	float: left;
	text-transform: uppercase;
}

#footer_links {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
	text-transform: none;
}

#footer_links li {
	float: left;
	margin: 0 15px 0 0;
}

#footer_links li a{
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	border-right: 1px solid #fff;
}

#footer_links li a:hover{
	text-decoration: underline;
}

#footer_contact {
	float: right;
}

#footer_contact ul {
	list-style-type: none;
	width: 220px;
	margin: 0;
	padding: 0;
}

#footer_contact ul li {
	float: left;
	font-weight: bold;
	width: 110px;
	margin: 0;
	padding: 0;
}

#footer_contact ul li em {
	font-weight: normal;
}