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

html, body {
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", arial, sans-serif;
	line-height: 18px;
	color: #666;
	background: url(/images/bg.jpg) top left repeat-x #333; }
	
h1, h2, h3 { 
	margin-bottom: 10px; 
	font-size: 140%; 
	text-transform: uppercase; 
	color: #619b5e; }

h3 { margin-bottom: 1px; font-size: 110%; }

a:link, a:visited { color: #619b5e; }
a:hover { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 12px; }

ul, ol { list-style-position: inside; }


/************* STRUCTURE STYLES ***/
#wrapper { 
	width: 710px;
	margin: 0 auto;
	background: #fff; }


	/*** NAV STYLES ***/
	ul#nav { 
		height: 48px; 
		list-style-type: none;
		list-style-position: outside;  }
	
		ul#nav li { 
			float: left; 
			margin-bottom: -3px; }
	
	
	/*** HEADER STYLES ***/
	a#header { 
		display: block; 
		width: 710px; 
		height: 298px; }
		
		
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { 
		width: 710px;
		padding: 15px 0 0 0;
		background: url(/images/body_bg.jpg) top left no-repeat; }
			
		
		/*** CONTENT STYLES ***/			
		#content { 
			width: 665px; 
			min-height: 300px; 
			padding: 0 15px 160px 15px;
			text-align: left; }	
		
	
	/*** BUTTONS STYLES ***/
	#buttons { 
		width: 655px; 
		margin: -160px auto 20px auto; }
	
		#buttons a:link, #buttons a:visited { margin: 0 5px 0 0; }
	
	
	/*** FOOTER STYLES ***/
	#footer { 
		width: 710px; 
		height: 41px;
		padding: 10px 0 0 0;
		font-size: 90%;
		background: url(/images/footer_bg.jpg) top left no-repeat; }
		
		#footer p { margin-bottom: 0; }
		
		#footer a:link, #footer a:visited { color: #444; }
		


table.tablesorter {
	border: none;
	width: 100%;
	text-align: left; }
	
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	padding: 4px 18px 4px 4px; }
	
table.tablesorter thead tr .header {
	background-image: url(http://resource.mybusinessadmin.com/img/tablesorter/normal.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer; }
	
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top; }
	
table.tablesorter tbody tr.odd td { background-color:#F0F0F6; }

table.tablesorter thead tr .headerSortUp {
	background-image: url(http://resource.mybusinessadmin.com/img/tablesorter/asc.gif); }
	
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://resource.mybusinessadmin.com/img/tablesorter/desc.gif); }
	
table.tablesorter thead tr .headerSortDown, 
table.tablesorter thead tr .headerSortUp { 
	color: #fff;
	background-color: #619b5e; }




/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }		