/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  WP Posts
  Forms
  Footer

 COLOR CHART

  Blue navbar - #0080b3 
  Blue body background - #2e5882
  Blue thumbnail border - #7893ae 

*/



/* ---------- @ HTML Elements -----------*/


body, html {	
	padding:0px 0px 20px 0px;
	color:#333;
	background: #2e5882;
	min-height:101%;
	margin: 0px;
}

body, input, textarea, select {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: 666666;
}

p {	
	margin: 15px 0px 15px 0px;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #0066cc; 
}

a:hover, a:active {	
	color: #002b55;
}

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

input, textarea, select {	
	border: 1px solid #333;
	padding: 3px;
}

img {	
	border:none;
}

.imageborder {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 9px;
	margin-top: 2px;
	}

a.nohover:hover img {	
	border:none;
	text-decoration: none;
}

*:focus { 
	outline: none 
}


	

/* ---------- @ Page Structure -----------*/


#wrapper {
	background: #FFF url(/images/bg_wrapper.gif) repeat-y;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	text-align:left
}
	   
#masthead {
	background: url(/images/bg_masthead.jpg) no-repeat;
	height: 85px;
	text-indent:-9000px;
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #FFF;
}


.left {	
	float:left;
}

.right {	
	float:right;
}

.left2 {
	float: left;
	padding-left: 10px;
	}

.right2 {
	float: right;
	padding-right: 20px;
	}
	

br.clearfix {	
	clear:both; 	
	margin:0px !important; 
	padding:0px !important; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px; 
}

.curve {
	background:url(/images/curve.gif);
	width: 784px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
}

#resourcesimages {

	text-align: left;
}
		



/* ---------- @ Navigation -----------*/

.navbar {	
	margin: 0px;
	padding: 17px 0px 0px 0px;
	color:#FFF;
	font-size: 11px;
	width: 144px;
}

.navbar a, .navbar a:visited {	
	color:#FFF;
}
	
.navbar a:hover, .navbar a:active {	
	color:#b3d9e8;
}

a.button {
	display:block;
	width: 122px;
	height: 16px;
	text-indent: -9000px;
	margin-bottom: 5px;
}

a#roger-listings {
	background:url(/images/nav_roger.gif);
}

a#roger-listings:hover {
	background:url(/images/nav_roger_on.gif);
}

a#all-listings {
	background:url(/images/nav_listings.gif);
}

a#all-listings:hover {
	background:url(/images/nav_listings_on.gif);
}

a#forbuyers {
	background:url(/images/nav_forbuyers.gif);
}

a#forbuyers:hover {
	background:url(/images/nav_forbuyers_on.gif);
}
	
a#forsellers {
	background:url(/images/nav_forsellers.gif);
}

a#forsellers:hover {
	background:url(/images/nav_forsellers_on.gif);
}		

a#about {
	background:url(/images/nav_about.gif);
}

a#about:hover {
	background:url(/images/nav_about_on.gif);
}	

a#area {
	background:url(/images/nav_area.gif);
}

a#area:hover {
	background:url(/images/nav_area_on.gif);
}	

a#contact {
	background:url(/images/nav_contact.gif);
}

a#contact:hover {
	background:url(/images/nav_contact_on.gif);
}
	
.navbar ul {
	padding: 0px 0px 10px 0px;
	margin: 8px 0px 0px 13px;
}

.navbar li {
	list-style: none;
	background:url(/images/bg_arrow.gif) no-repeat;
	padding-left: 7px
}
			
#subnav-listings, #subnav-all-listings, #subnav-forbuyers, #subnav-forsellers,
#subnav-about {
	display: none;
}

a#logo {
	width:202px;
	background: url(/images/logo.gif);
	height: 85px;
	text-indent:-9000px;
	padding:0px;
	margin:0px;
	display:block;
}




		
/* ---------- @ Headings -----------*/
	
h1#logo {
	width:202px;
	background: url(/images/logo.gif);
	height: 85px;
	text-indent:-9000px;
	padding:0px;
	margin:0px;
}

h2 {
	font: 27px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #666;
}

#home h2 {
	font:  24px Georgia, "Times New Roman", Times, serif;
	margin: 15px 0px 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	color: #333333;
}

h2 span#subclass {
	font-size: 18px;
	color: #666;
	}
	
h3 {
	background: #ededed;
	padding: 3px;
	font-size: 14px;
	margin: 15px 0px 15px 0px;
	color: #003399;
}

h4 {
	font: normal 18px Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	color: #2E5882;
	}
h5 {
	font: bolder normal 15px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	background: #D58A00 url(/images/h6im.gif) 5px 3px no-repeat;
	border-bottom: 1px solid #E0A851;
	padding-left: 22px;
	letter-spacing: 0.19ex;
	}
h6 {
	font: bold normal 14px Geneva, Arial, Helvetica, sans-serif;
	color: #D58A00;
	margin: 0px 0px 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0A851;
	letter-spacing: 0.20ex;
	padding-left: 4px;
	}



/* ---------- @ Content Area -----------*/

#hdr-feature {
	background: #eee;
	padding: 3px 0px 3px 3px;
	}
	
	
.content {	
	width: 587px;
	padding: 0px 25px 25px 25px;
	border-top: 1px solid #CCC;
}


.content-home {	
	width: 587px;
	padding: 0px 25px 0px 25px;
	background:url(/images/bg_quotes5.jpg) no-repeat;
	margin-top: 0px;
}

.content-home p {
margin-right: 0px;
padding-right: 0px;
}
.content-home .left {
width: 272px;
}
.content-home .right {	
width: 262px;
margin-right: 15px;
padding-right: 0px;
}

#quote {
	margin: 35px 0px 40px 175px;
	font-size: 11px;
	color: #000000;
	height: 66px;
}

#quote p {
padding-top:4px;
	line-height: 120%;
	width:350px;
	}

a.brands {

	display:block;
	text-indent: -9000px;
	margin-bottom: 7px;
	margin-left: 36px;
	}

a.brands#remax {
	background:url(/images/logo_remax.gif);
	width: 56px;
	height: 16px;
	}

a.brands#remax:hover {
	background:url(/images/logo_remax_on.gif);
	}
	
a.brands#epro {
	background:url(/images/logo_epro.gif);
	width: 56px;
	height: 28px;
	}	
	
a.brands#epro:hover {
	background:url(/images/logo_epro_on.gif);
	width: 56px;
	height: 28px;
	}	

a.brands#globe {
	background:url(/images/logo_globe.gif);
	width: 53px;
	height: 40px;
	}

a.brands#globe:hover {
	background:url(/images/logo_globe_on.gif);
	width: 53px;
	height: 40px;
	}	
	
.linebox {
	border-left: 1px solid #CCCCCC;
	padding: 0px 30px 0px 10px;
	margin-bottom: 10px;
}
			
.feature {
	padding:5px;
	background: #F9F9F9;
	border: 1px solid #999999;
	margin-bottom: 21px;
	margin-top: 10px;
	width: 520px;
	}
	
.feature p {
	padding: 0px 5px 0px 2px;
	margin: 4px 0px 3px 4px;
	}
	
.feature ul {
	list-style: url(/images/lidot.gif);
	margin: 10px 5px 4px 25px;
	}

.feature li {
	padding: 0px 15px 10px 0px;
	}
	
.faqs {
	margin-top: 15px;
}

.faqs ol {
	margin-top: 3px;
	padding-top: 0;
	}
	
.faqs li {
	margin: 0 10px 5px 0;
	padding-right: 50px;
}
	
.introtext {
	font-size: 102%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.12ex;
	}
.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0 20px 15px 0;
	padding-right: 20px;
	}
.testimonials cite, .testifier {
	display: block;
	color: #2E5882;
	font-style: italic;
	margin: 0;
	}
.testimonials p {
	margin: 0;
}

h3.emphasized {
	color: #D58A00;
	background: none;
	margin: 20px 0 -10px 0;
	padding: 0;
	padding-bottom: 4px;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
}

h4.emphasized {
	color: #2E5882;
	margin: 15px 0 -10px 0;
	padding-bottom: none;
	background: none;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

h4.bullet {
	background: url(/images/dots.gif) 2px top no-repeat;
	padding-left: 24px;
	padding-bottom: 10px;
}
	

.tipsbold {
	color: #666666;
	font-weight: bold;
	}
.tipscolorital {
	color: #996666;
	font-weight: bold;
	font-style: italic;
	}
.bumpintext {
	margin-left: 25px;
	margin-right: 35px;
	}
	
ul.courses {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	}
	
ul.courses li {
	padding-left: 5px;
	list-style-type: square;
	padding-top: 0px;
	}
	
.linebox p {
	margin: 4px 10px 6px 4px;
	}
	
.intro p {
	margin: 2px 30px 10px 0px;
	padding-bottom: 10px;
	}
	
.resourceshead {
	font: 27px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0px 10px 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #666;
}

.lineleft {
	border-right: 1px solid gray;
}

.contactinfo {
	width: 175px;
	float: left;
	border-left: 1px solid #666;
	padding: 0;
	padding-left: 15px;
	margin: 0;
	margin-top: 8px;
}

.contactinfo p {
	margin-top: 0;
}


/* ---------- @ WP Posts ----------- */

.widecolumn p {
font-size: 11px;
}

.widecolumn .entry p {
font-size: 11px;
margin: 0px;
padding: 0px 40px 8px 0px;
}





.post {
margin: 0px;
}
.post h1 {
	font: bold 11px/20px Verdana;
	padding: 0px;
	margin: 0px;
	color: #666666;
}

.post h2 {
color: #D58A00;
background: none;
margin: 0px;
padding: 0px 0px 5px 0px;
font: bold 15px Verdana, Arial, Helvetica, sans-serif;
border: none;
}

.post h3 {
color: #D58A00;
background: none;
margin: 0px;
padding: 0px;
font: bold 15px Verdana, Arial, Helvetica, sans-serif;
border: none;
}


.postlink {
color: #D58A00;
font-weight: bold;
}

.postlink a:hover {
}



#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform textarea {
width: 100%;
padding: 2px;
}

#commentform #submit {
margin: 0;
float: right;
}


/* ---------- @ Forms ----------- */

input.button {	
	background: #0080b3 ! important;
	padding: 4px;
	margin: 0px 2px 0px 0px;
	color:#FFF;
	border: none;
}

input.button:focus {	
	padding:4px;
	background: #2e5882 ! important;
}
		
input.button:hover {	
	background: #2e5882 ! important;
}

table#search {
	border-bottom: 1px solid #666;
	}
	
table#search td {
	padding: 3px 3px 3px 5px;
	background: #EFEFEF;
	border-bottom: 1px solid #FFF;
	}	

table#search td.darker {
	background: #e0e0e0;
	}



/* ---------- @ Footer -----------*/

#footer {
	padding: 25px 4px 0px 6px;
	color:#7f99b3;
	font-size: 11px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align:left
}

#cat4 {
	display:block;
	width:36px;
	height:38px;
	float:right;
	background-image:url(/images/c4_footer.gif);
	text-indent:-9000px;
	margin-top: 8px;
}
.resourcename {
	font-size: 105%;
	font-weight: bold;
	color: #787878;
	line-height: 18px;
	
}
.imageborderL {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
	margin-right: 9px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 0px;
}

#btn-news {
	float:left;
	text-indent:-9999px;
	width:95px;
	height:35px;
	margin:20px 20px 0 0;
	background:url(/images/btn_more_news.gif) no-repeat left top;
}

#btn-events {
	float:left;
	text-indent:-9999px;
	width:135px;
	height:35px;
	margin-top:20px;
	background:url(/images/btn_events.gif) no-repeat left top;
}

#btn-news:hover {
	background:url(/images/btn_more_news_on.gif);
}

#btn-events:hover {
	background:url(/images/btn_events_on.gif);
}
