/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #626262;
	background: url(/images/bg.jpg) top left repeat #9a4028; }
	
h1 {
	margin: 0 0 5px 0;
	font-family: "Georgia";
	font-size: 160%; 
	font-weight: normal; 
	color: #2e7277;
	border-bottom: 1px solid #a8614e; }

a:link, a:visited { color: #973f2b; }
a img { border: none; }

p { margin-bottom: 16px; }

ul, ol { list-style-position: inside; }


/************* STRUCTURE STYLES ***/
#shim { width: 747px; height: 10px; margin: 0 auto; }

#wrapper { 
	width: 747px; 
	margin: 0 auto; 
	background: url(/images/body_bg.jpg) repeat-y; }
	
	
	/*** NAV STYLES ***/	
	ul#nav { list-style-type: none; }
	
		ul#nav li { float: left; }
		
			ul#nav li a { display: block; height: 63px; text-indent: -9999px; }
			
			ul#nav li.home a { width: 67px; background: url(/images/nav_01_home.jpg) no-repeat; }
			ul#nav li.newtorealestate a { width: 105px; background: url(/images/nav_02_newtorealestate.jpg) no-repeat; }
			ul#nav li.existingagents a { width: 82px; background: url(/images/nav_03_existingagents.jpg) no-repeat; }
			ul#nav li.training a { width: 86px; background: url(/images/nav_04_training.jpg) no-repeat; }
			ul#nav li.eventsandtrainingcalendar a { width: 150px; background: url(/images/nav_05_eventsandtrainingcalendar.jpg) no-repeat; }
			ul#nav li.newsandannouncements a { width: 129px; background: url(/images/nav_06_newsandannouncements.jpg) no-repeat; }
			ul#nav li.aboutus a { width: 84px; background: url(/images/nav_07_aboutus.jpg) no-repeat; }
			ul#nav li.finance a { width: 44px; background: url(/images/nav_08_finance.jpg) no-repeat; }


	/*** HEADER STYLES ***/
	#header { clear: both; }


	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { 
		width: 747px;
		text-align: justify; }
	
	* html #contentWrapper { margin-top: -4px; } /* IE6 FIX */
	
	
		/*** SIDEBAR STYLES ***/
		#contentWrapper #sidebar { 
			float: left; 
			width: 239px; 
			height: 295px; 
			margin: -2px 0 0 0;
			padding: 10px;
			color: #fff;
			background: url(/images/sidebar_bg.jpg) top left no-repeat; }
						
			#contentWrapper #sidebar h2 { 
				margin-bottom: 10px; 
				font-size: 120%; 
				font-weight: normal; 
				text-transform: uppercase; }
		
			#contentWrapper #sidebar ol { margin-left: 20px; list-style-position: outside; }
			
				#contentWrapper #sidebar ol li { margin-bottom: 10px; }
		
		
		/*** CONTENT STYLES ***/
		#contentWrapper #content { float: left; width: 468px; padding: 5px 10px 10px 10px; }
		
		#contentWrapper #content.inside { width: 727px; }
					
			#contentWrapper #content a:link, #contentWrapper #content a:visited { font-weight: bold; }	


/*** FOOTER STYLES ***/
#footer { 
	width: 747px; 
	height: 100px;
	margin: 0 auto;
	padding-top: 50px;
	font-size: 90%;
	color: #fff; 
	background: url(/images/body_bottom.jpg) top left no-repeat; }
	
	#footer p { margin-bottom: 6px; }
	
		#footer p a:link, #footer p a:visited { color: #fff; }
		#footer p a:hover { text-decoration: none; }
		
		#footer p strong a { text-decoration: none; }
