/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/

body {
	color: #000;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	text-align: left;
	background: white;
}
table, td {
	font: 12pt Georgia, "Times New Roman", Times, serif; 
	vertical-align: top;
	background: white;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#mainContent a:link:after, #mainContent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
}

hr {
	color: #666; 
	background: #666; 
	height: 1px; 
	border: 0; 
	margin: 32px 0 0 0;
}

h1 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
}

h2,h3,h4,h5,h6 {
	font: bold 15pt Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 17px 0;
}
h3,h4,h5,h6 {color: #666;}

/****************************************************************************************
>> Page Layout [DIV Containers] << 
*****************************************************************************************/

/* Hide Elements */
#accessibility,
#masthead,
#nav,
#banner,
#bottomShadow,
#footer img,
h1#branding,
div.screenshot p,
div.clearFloat {display: none;}

/* Show Elements */
#wrapper {
	width: auto;
	margin: 5px 0 0 0;
	background: #FFF;
	border-top: 1px solid #333;
}
#innerWrapper {margin: 0;}
#mainContent {
	padding: 10px 0 10px 0;  
	margin: 0;
	float: none;
	width: auto;
	display: block;
	background: #FFF;
}
#homePage #mainContent {background: #FFF;}
/* WIDE LAYOUT */
#wideLayout #mainContent #pageCopy {
	padding-right: 0;
	width: auto;
}
#mainContent #pageCopy {
	float: none;
	width: auto;
	padding: 0;
}
/* HOME PAGE */
#homePage #mainContent #pageCopy {
	padding-right: 0;
	width: auto;
}
#homePage #mainContent #pageCopy img {display: none;}
#mainContent #rightCol {display: none;}
#mainContent #rightCol img {display: none;}

/* HOME PAGE */
#homePage #mainContent #rightCol {
	padding: 0; 
	text-align: left;
	display: block;
	width: auto;
}
#homePage #mainContent #pageCopy h1,
#homePage #mainContent #rightCol h1 {margin-bottom: 0.50em;}
#homePage #mainContent #rightCol h1 {margin-top: 10px;}
#homePage #mainContent #pageCopy p {margin-bottom: 1.3em;}
#homePage #mainContent #rightCol h2 {margin-bottom: 0 !important; font-size: 13pt;}

#footer {
	clear: both;
	background: #FFF;
	padding: 5px 0 0 0;
	border-top: 1px solid #333;
}
#footer p {
	margin: 0; 
	color: #4D4D4D;
	font-size: 11px;
	padding-left: 0;
	width: auto;
}


/* Feature Box */
div.featureBox {
	clear: both;
	border: 1px solid #DAB552;
	margin: 0 0 15px 0;
	width: 670px;
	float: none;
	padding-bottom: 3px;
}
div.featureBox h2 {
	margin-bottom: 5px; 
	background: #FFF;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #DAB552;
	width: 670px;
} 
div.featureBox p {margin-bottom: 0.80em; margin-left: 5px;}

/* Screenshots on Features page */
div.screenshot {
	float: none;
	width: auto;
	margin-left: 15px;
	margin-right: 0;
	display: block;
}
div.screenshot img {border: 1px solid #530304;}