/* @override http://jaronmars.com/newsite/styles-site.css */

/* @group Main Chunks */

#container
{
	text-align: left;
	background-color: white;
	border: 1px solid black;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

#banner
{
	height: 100px;
	width: 800px;
}

#content
{
   padding-top: 1em;
}

/* @group Sidebar */

#sidebar
{
	float: right;
	width: 205px;
	height: auto;
	background-color: white;
	margin-top: 10px;
	margin-right: 5px;
}

.sidetitle 
{
	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:x-small;
	font-weight:bold;
	background:#0066CC;
	line-height:140%;
	padding:2px;
	margin-top:10px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: .2em;  					
}

.side
{
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
	padding:2px;				
}

.side a,
.side a:link,
.side a:visited,
.side a:active 
{
	font-weight:bold;
	text-decoration:none;
	color:#0066cc;
}

.side a:hover 
{
	font-weight:bold;
	text-decoration:underline;
	color:#0066cc;
}


/* @end */

/* @end */

/* @group Modules */

.module_container
{
   float: left;
   padding:0px;
   margin-top: 10px;
   margin-left: 15px;
   width:313px;
}

.module_container_wide
{
   float: left;
   padding:0px;
   margin-top: 15px;
   margin-left: 15px;
   width:560px;
}

.module_titlebar
{
   	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:x-small;
	font-weight:bold;
	background:#0066CC;
	line-height:140%;
	padding:2px;
	margin-top:5px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: .2em;
	width: 125px; 	
}
	
.module_titlebar_wide
{
   	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:x-small;
	font-weight:bold;
	background:#0066CC;
	line-height:140%;
	padding:2px;
	margin-top:10px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: .2em;
	width: 125px; 	
}
	
.module_content
{
	height: 200px;
	border: thin solid #909090;
}
	
.module_content_wide
{
	height:  auto;
	border: thin solid #909090;
	padding: 5px;
}

.module_inner_heading
{
	font-family:georgia, verdana, arial, sans-serif; 
	font-size: small; 
	color: #FFFFFF;
	background-color:#909090;
	width:75%;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

/* @end */

body 
{
    margin: 0;
    text-align: center;
	background: #e0e0e0;		
}
	
A 			{ color: #0066cc; text-decoration: none; } 
A:link		{ color: #0066cc; text-decoration: none; } 
A:visited	{ color: #666666; text-decoration: none; } 
A:active	{ color: #0066cc; text-decoration: underline} 
A:hover		{ text-decoration: underline;  }


.clearboth { clear: both; }

    
hr
{
	color: clear;
	background: clear;
	border: 0;
	height: 15px;
	clear: both;
	margin-top: 10px;
}

