/***************************/
/* html elements           */
a img {
	border-style: none;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}

div {
	display: block;
}
body {
	margin:0;
	padding:0;
	background: #669900;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif, Tahoma;
	width: 100%;
}
/***************************/
/* common classes          */

.commentName
{
	color: #009900;
}
.vsmall {
	font-size: 80%;
}
.small {
	font-size: 86%;
	font-weight: normal;
}
.red {
	color: #660000;	
}

.header {
color: #003366;	
}
#randomTip {
	padding: 10px;
}
#randomTip a{
	font-size: 0.8em;
	float: right;
	color: #CC0000;
}

.tipTitle {
	padding-bottom: 2px;
	text-indent: 17px;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #996600;
}

.tipText {
	font-size: 0.8em;
	color: #996600;
}
.pageTitle {
	font-size: 1.1em;
}
/* MAIN DISPLAY OF ARTICLE OR PAGE */
.contentDisplay {

}
.contentDisplay img {
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}

.contentDisplay p {
	padding-top: 12px !important;
}

.contentDisplay h1, .contentDisplay h2, .contentDisplay h3, .contentDisplay h4, .contentDisplay h5 {
	padding-top: 20px !important;
	color: #333333;
	text-transform: capitalize;
}

.contentDisplay h1 {
	font-size: 1.2em;
}
.contentDisplay h2 {
	font-size: 1.1em;
}
.contentDisplay h3 {
	font-size: 1.0em;
}
.contentDisplay h4 {
	font-size: 0.9em;
}
.contentDisplay h5 {
	font-size: 0.8em;
}
.contentDisplay li {
	list-style: inside;
}

/* END MAIN DISPLAY STYLES */
.cleaner {
	clear:both;
	font-size:1px;
	line-height:0px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.cleanerSpace {
	clear:both;
	font-size:10px;
	line-height:10px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.subHeading {
	color: #999999;	
}
.u {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.sectionTitle {
	font-size: 1.2em;
	display: block;
}

input.inputIcon {
	text-align: left;
	padding: 2px;
	padding-left: 16px;
}
* html input.inputIcon {
	padding-left: 18px;
}
/***************************/
/* sections */
#page {
	margin:0; padding:0;
}

#header {
	background: #006699 url(../images/header.png) repeat-x;
}

/*force has layout*/
/* mac hide \*/
* html #header { height: 1%;}
/* end hide*/
#logo {
	display: block;
	padding-left:1.1em;
	padding-top: 2px;
	padding-bottom: 10px;
}
#logoHeader {
    padding: 46px 0 0 0;
    overflow: hidden;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    margin:0;
    height: 0px !important;
    height /**/:46px;
}
#logoText {
	color: #FFFFFF;
	position: absolute;
	left: 325px;
	top: 2px;    
}

* html #logoText {
	top: 14px;	
}

#splash {
	background: #669900 url(../images/leaves.jpg) no-repeat right bottom;
	height: 138px;
	border: 1px solid #003399;
}
#content {
	background: #669900;
	padding: 1.1em;
}
#contentMain {
    float: right;
    margin-left: -260px;
 	width:100%;
}
#contentMain #innerMain {
	margin-left:275px
}
#contentSub {
    float: left;
    width: 260px;
}
#userBar {
	position: absolute;
	text-align: right;
	top: 0px;
	right: 0px;
	float: right;
	width: auto;
	padding-right:1.1em;
	color: #66CC33;
	text-indent: 15px;
}
#userBar a {
	color: #FFFFFF;
	text-decoration: none;
}

#ads p {
	text-align: center;
	padding-top: 7px;
}
#ads #google {
	text-align: center;
}
/*results paging */
.paging {
	float: right;
	padding-top: 0px;
	padding-bottom: 10px;
}
.pages .page_link {
	font-size: 0.7em;
	padding: 2px;
	border: 1px dotted #999999;
	background: #F5F5F5;
	text-decoration: none;
}

/*MAIN PAGE*/
#google {
	float: right;
	width: 120px;
	padding-top: 10px;
	border-left: 1px dashed #CCCCCC;
	padding-left: 10px;
}
#mainContent {
	float: left;
	margin-right: -140px;
	width: 100%;
	overflow: hidden;	
}
#mainContent * {
	
}
#mainContentInner {
	margin-right: 140px;
}
#mainContentFrame {
	padding: 10px;
}

#footer {
	margin-right: 1.1em;
	margin-left: 1.1em;
	overflow: visible;
	background: url(../images/footerRight.png) no-repeat top right;
	min-height: 40px;
	display: block;
}

#footerLeft {
	min-height: 40px;
	text-indent: 10px;
	overflow: visible;
	background: url(../images/footerLeft.png) no-repeat top left;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
}
#footerContent {
	padding-top: 8px;
}
#footer a {
	color: #ffffff;
}

#disclaimer {
	font-size: 0.8em;
	background: #FFE8E8;
	border: 1px solid #FFCCCC;
	font-weight: bold;
	padding-bottom: 5px;
}
