#observerheading
{
	font-size: 18px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
}

#observer_sidebar 
{
	width:180px;
	margin:52px 0px 0px 0px;
	float:right;
	background-image: url(sidebar-01.gif);
	padding: 7px 5px 10px 5px;
	border: solid 1px #EDEDE6;
	position: relative;
}

#observer_sidebar ul 
{
	margin:10px 0 0 0!important;
	padding:0 0 0 5px!important;
}

#observer_sidebar li 
{
	list-style-type: none!important;
	line-height: 1.2;
	list-style-image: url(/include/css/images/spacer.gif)!important;
	background: url(/include/css/images/spacer.gif)!important;
	padding: 0 0 0 0!important;
	margin: 1px 0px 7px 0px!important;

}

#observer_sidebar h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	padding: 5px 10px 3px 5px;
	margin: 0 0 0 0
}

#observer_content h1, #observer_highlights h1, .h1
{
	font-size: 20px !important;
	text-transform: uppercase;
	line-height: 26px;
	font-weight:bold;
	color:#8c846f !important;
	padding:20px 0 0 0;
	margin:0;
}

#observer_content h2, #observer_highlights h2, .h2, .h3, #observer_content h3, #observer_highlights h3 
{
	font-family: Georgia, Garamond, Times, "Times New Roman", sans-serif;
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 22px;
	font-weight: normal !important;
	padding:10px 0px 6px 0px;
	color: #990b00;
}

#observer h2, .h2
{
	 color:#990b00 !important; 
}
#observer h3, .h3
 { 
 	color:#000 !important; 
 }
#observer p 
{
	font-size:13px; 
	line-height: 20px; 
}


#observer_content 
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
}

#observer_content  p
{
	line-height: 1.7;	
}

#observer_content blockquote
{
	margin: 5px 10px 5px 10px;
}

#observer_highlights 
{
	text-align:left;
	background-color: #fff6e5;
	float: left;
	width: 655px;
	padding: 20px 20px 20px 20px;
}

/* START Search Site Highlights by Oscar Feb 24 2010 */

#search_highlights 
{
	text-align:left;
	background-color: #fff6e5;
	float: left;
	width: 450px;
	padding: 20px 20px 20px 20px;
}

/* END Search Site Highlights by Oscar Feb 24 2010 */


#observer_highlights p
{
	line-height: 1.7;	
}

#observer_content ul
{
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

#observer_content li
{
	padding-bottom: 5px;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	padding-left: 22px;
	list-style-type: none;
}

/* Start IMG Floats - Standard image alignment */

.img-float-right, #img-float-right
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0px;
}

.img-float-left, #img-float-left
{
	float: left;
	margin: 0 10px 10px 0px;
	padding: 0px;
}

/* End IMG Floats - Standard image alignment */

.img-float-center
{
	text-align: center;
	float: none;
}

