/* Structure/Layout CSS */
body
{
	background: #666666;
	margin : 0;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333333;
	font-size: 8pt;
}
img 
{
   behavior: url(../../AtlasSystem/scripts/pngbehavior.htc);
}
div#Header 
{
	width: 754px;
	height: 114px;
	background:url(../images/common/header.jpg);
	text-align: left;
}
div#Header img 
{
	margin-left: 15px;
	margin-top: 24px;	
}
div#Body 
{
	position: relative;
	margin-top: 3px;
	width: 755px;
	background: url(../images/common/bodyback.gif);
}
div#Navigation 
{
	position: absolute;
	top:12px;
	left: 0px;
	border-left: 1px solid black;
	margin-left: 0px;
	width: 206px;
	background: url(../images/common/navback.gif) no-repeat;
	height: 300px;
	color:White;
	z-index: 100;
	display:none !important;
}
div#MainColumn 
{
	width: 650px !important;
	margin-left: 0 !important;
	min-height: 350px;
	margin-bottom: 30px;
}
div.RightColumn 
{
	float: right;
	width: 256px;
	padding-left: 14px;
}
div.RightColumn img, div#MainColumn img 
{
	padding: 1px;
	border: 1px solid black;	
}
div.Testimonials 
{
	color: White;
	padding: 10px;	
}
div#Footer 
{
	margin-top: 6px;
	background: Black;
	text-align: center;
	width: 754px;
	color: White;
	font-size: 7pt;
	line-height: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
}
div#Footer a 
{
	color: White;
	text-decoration: none;	
}
div#Footer a:hover 
{
	text-decoration: underline;	
}
div#BackContainer 
{
	width: 754px;
	position: relative;
}
div#ListingsFooter 
{
	background: url(/templates/images/common/footerback.gif) no-repeat;
	width: 467px;
	height: 34px;
	padding: 2px 5px;
	text-align:center;
	color: White;
}
div#ListingsFooter a
{
	color: White !important;
	text-decoration:none;
	font-weight: bold;
	line-height: 15px;
}
/* End Navigation */
/* Begin Typography */
h1
{
	margin: 0 !important;
	color: #000066 !important;
	font-size: 12pt !important;	
	border-bottom: 1px solid #000066 !important;
	padding-bottom: 4px !important;
	font-family: Georgia, Times, Serif !important;
	width: 230px !important;
	margin-bottom: 8px !important;
	line-height: 18px !important;
	font-weight: normal;
}
.smallerHeader
{
	font-size: 10pt;		
}
div#MainColumn a 
{
	color: #000066;	
}
div#MainColumn a:hover
{
	text-decoration: none;
}
a#BackLink 
{
	color: #ffffff !important;
	font-size: 7pt;
	font-weight: bold;
	background: #202c6b;
	padding: 2px;
	text-decoration: none;
	display: block;
	width: 100px;
	z-index: 100;
	position: absolute;
	bottom: 10px;
	left: 225px;
}
/* End Typography */

/* Rad Editor Styles */
.RadEContent, .RadEContentBordered 
{
	font-size: 12px;	
}
/* End Rad Editor Styles */
img.hotspot { display: none !important; }
img#Map { z-index: 1000 !important; }