/* Structure/Layout CSS */
body
{
	margin : 0;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	background: #3a5a41;
	color: #eddec1;
	font-size: 12px;
}
img.ping { behavior: url(/AtlasSystem/scripts/pngbehavior.htc); }
div#Header 
{
	background: url(/templates/images/common/header-back.jpg) no-repeat;
	width: 762px;
	padding: 3px;
	height: 83px;
	border-bottom: 1px solid #eddec1;
	position: relative;
}
img#Logo 
{
	margin: 10px 5px 0 10px;
	border: 0;
}
img#Address 
{
	display: none; 
	position: absolute;
	right: 5px;
	bottom: 5px;
}
div#AddressText {
	font-size: 9.5px;
	position: absolute;
	right: 5px;
	bottom: 10px;
}
div#Body 
{
	width: 768px;
	position: relative;
}
div#Footer 
{
	clear:both;
	width: 768px;
	border-top: 1px solid #edd097;	
}
div#Navigation 
{
	width: 187px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#MainNav { background: #ecddc0; }
div#Container 
{
	width: 580px;
	margin-left: 187px;
	border-left: 1px solid #3a5a41;
}
div#MainImage { border-bottom: 1px solid #edd097; }
div#Content 
{
	padding: 5px 12px 12px 25px;
	background: #3f2110;
	font-size: 12px;
}
div#RightColumn 
{
	float:right;
	margin-bottom: 40px;
	width: 250px;
}
* html div#RightColumn, * html div#Content { position: relative; } /* IE Peek a boo bug fix */
div#RightColumn img 
{
	margin-bottom: 10px;
}
div.SideBar 
{
	background: url(/templates/images/sidebar/back.gif) top center repeat-y;
	width: 160px;
}
div#FooterLinks 
{
	width: 600px;
	margin-top: 15px;
	margin-bottom: 10px;
}
* html div#FooterLinks  { margin-top: 5px; }
br.clear { clear: both; }
.table 
{
	border: 1px solid #ddd9b1;
	background: #60482e;	
	width: 100%;
	clear:both;
}
.table p { margin:0; }
.table td { padding: 10px; }
.dark { background: #493723; }
.medium { background: #543f28; }
.border { border: 1px solid #eddec1; }
/* End Structure/Layout */
/* Typography */
h1 
{
	margin:0 0 15px 0;
	font-size: 24px;
	color: #eddec1;
}
h2 
{
	margin: 5px 0 0px 0;
	font-size: 23px;	
	width: 150px;
	line-height: 30px;
}
div.SideBar 
{
	color: #2a1306;
	font-weight: bold;
	line-height: 18px;
}
div.SideBar a 
{
	color: #2a1306;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
hr 
{
	padding:0;
	border:0;
	height: 1px;
	color: #8e8f68;
	background: #8e8f68;
	margin: 2px 0 2px 0;
	
}
* html hr { margin: -5px 0 2px 0; }
div#Footer { color: #bdc3af; }
div#Footer a 
{
	color:#bdc3af;
	text-decoration: none;
}
div#Footer a:hover { text-decoration: underline; }
div#Content a 
{
	color: #eddec1;
	text-decoration: none;
}
div#Content a:hover { text-decoration: underline; }
.quote 
{
	font-family: Gerogia, Times, Serif;
	font-size: 14px;
	font-style: italic;	
}
.larger { font-size: 14px; text-transform: uppercase; }
/* End Typography */

/* Rad Editor Styles */
.RadEContent, .RadEContentBordered 
{
	background: #3f2110;
	font-size: 12px;	
}
.RadEContent table, .RadEContentBordered table 
{
	font-size: 12px;
}
/* End Rad Editor Styles */