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

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #fff;
	background: #d8cfc0; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #fff;
		margin: 0 0 10px 0; }
		
	h4 { 
		font-size: 15px; 
		font-weight: bold;
		color: #fff;
		margin: 0 0 10px 0; }

	
	a:link, a:visited { color: #fff; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	img, div, input { behavior: url("/iepngfix.htc") }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 970px;
	margin: 0 auto; }
	
	/*** NAVIGATION ***/
	ul#nav { 
		width: 970px;
		height: 63px;
		float: left;
		margin: 0 auto;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 63px; }
			
	/*** HEADER ***/
	#header {
		width: 970px;
		height: 364px;
		float: left; }
		
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 970px;
		min-height: 418px;
		float: left;
		background: url(../images/contentBg.jpg) top left repeat-y; }
		
		/*** CONTENT ***/
		#content {
			width: 950px;
			margin: 0 10px;
			text-align: justify; }
			
		.lastUpdated {
			width: 100%;
			margin-bottom: 0;
			text-align: right; }
				
	/*** FOOTER ***/
	#footer {
		width: 970px;
		height: 98px;
		text-align: left;
		float: left;
		margin: 0 0 20px 0;
		background: url(../images/footer.jpg) top left no-repeat; }
		
			#footer a:link,
			#footer a:visited { 
				text-decoration: none; 
				color: #7e7e7e; }

			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 10px 0 0 110px; }
				
				#footer a:link{text-decoration:underline; color:#FFFFFF; }
				#footer a:hover{text-decoration:underline; color:#FFFFFF; }
				#footer a:visited{text-decoration:underline; color:#FFFFFF; }


			#footer p.poweredby { 
				float: right;
				margin: 50px 40px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }
			
			
	/*** FORM FIXES ***/
	.leftColumn {
		color: #bbdeff;
		text-align: left;
		line-height: 20px;
		width: 220px;
		height: 20px; }
		
	strong {
		color: #fff;
		font-weight: bolder; }
		
	table tr th {
		padding: 25px 0 0 0;
		text-transform: uppercase;
		font-size: 14px; }
		
	/*** FORM STYLES ***/
	form {}
	
		form fieldset { border: none; }
		
			form fieldset ol,
			form fieldset ul { list-style: none; }
			
		form input,
		form select,
		form textarea,
		form button { 
			font-size: 11px;
			width: 200px;
			font-family: "Trebuchet MS", verdana, arial, sans-serif; }				
	
	
	/*** PRODUCT LISTINGS ***/
	#mangedProperties ul {
		width: 960px;
		height: 190px;
		margin: 0 20px 0 20px;
		float: left;
		list-style: none; }
		
		#managedProperties li {
			height: 180px;
			width: 190px;
			float: left;
			list-style: none; }
			
			#managedProperties img {
				height: 140px;
				width: 175px;
				margin: 5px; }
				
		#managedProperties p {
			width: 175px;
			font-size: 13x;
			font-weight: bold;
			text-align: center;
			font-style: normal; }
			
		#managedProperties a {
			text-decoration: none; }


	/*** PRODUCT TABLE ***/
	#productDisplay td {
		text-align: justify; }
		
		#productDisplay a {
			margin: 0 0 0 15px; }
		
		/*** PRODUCT CATEGORY LIST ***/
			ul#productCategory {
				margin: 10px 0 0 15px;
				list-style: none; }
				
				ul#productCategory li { }
					
					ul#productCategory p {
						margin: 20px 0 15px 5px;
						font-size: 12px;
						font-weight: bold; }

						
					ul#productCategory li a {
						text-decoration: none; }
					
	/*** INNER PRODUCT LIST ***/
	.innerProductList { }
	
		.innerProductList {
			font-size: 12px; }
		
/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
