@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	color: #91AA9D;
	background-image: url(images/background_bg.gif);
	background-repeat: repeat-x;
}
#flash {
	height: 70px;
	margin: 10px 10px 0 10px;
}
.thrColFixHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/container_bg1.gif);
} 
.thrColFixHdr #header {
	height: 120px;

} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	background-color: #193441;
	vertical-align: bottom;
}
#sidebar1_nav { /*this describes the universal features of the sidebar nav - same for sidebar2 */
	font-family: sans-serif, Arial, Verdana, Helvetica, Geneva;
	font-size: 1.1em;
	font-style: normal;
	background-color: #193441;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 3em;

}
#sidebar1_nav ul li { /*this gets rid of the bullet points and all the padding and margins of the ordered list */
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display:inline;
}
#sidebar1_nav li a:link, #sidebar1_nav li a:visited { /*describes features of both normal and visited links; no underline colors etc...*/ 
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-top: 1px solid #d6e3ea;
	color: #d6e3ea;
}
#sidebar1_nav ul .selected a  {  /* Characteristics of current navigation element */
	background-color: #26495e;
	background-repeat: no-repeat;
	cursor: default;
}
.CreatingAdsenseSite { /*using div tag creates line in the bottom most link important! */
	border-bottom: 1px solid #d6e3ea;
}
#sidebar1_nav li a:hover { 
	background-image: url(images/hover1.png);
}
#sidebar1_nav li a:active {
	background-color: #040c1b;
	
}
#sidebar2_nav {
	font-family: sans-serif, Arial, Verdana, Helvetica, Geneva;
	font-size: 1.1em;
	font-style: normal;
	color: #000000;
	margin-top: 50px;
	line-height: 3em;
	padding-right: 2px;
	overflow: hidden;
}
#sidebar2_nav ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display:inline;
}
#sidebar2_nav li a:link, #sidebar2_nav li a:visited {
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-top: 1px solid #000000;
	color: #000000;
}
.books {
	border-bottom: 1px solid #000;
}
#sidebar2_nav li a:hover {
	background-color: #f1f5e8;
}
#sidebar2_nav li a:active {
	background-color: #d1dbbd;
}
#sidebar2_nav #adsenseResources {
	color: #d6e3ea;
	font-size: 1em;
	font-weight: bold;
	background-color: #3e606f;
	width: 146px;
}
	
.thrColFixHdr #sidebar2 {
	width: 155px;
	float: right;
	background-repeat: no-repeat;
	color: #000;
	font-size: 1.2em;
	background-image: url(images/content_bg_sidebar2550.gif);
}
#photo {
	padding: 10px;
	float: right;
}


.thrColFixHdr #mainContent {
	width: 645px;
	float: left;
	height: 2535px;
	overflow: hidden;

} 
.thrColFixHdr #footer {
	background:#ffffff;
	font-family: sans-serif, Verdana, Arial, Georgia;
	font-size: 1.2em;
	color: #193441;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 245px;
}
#page_content {
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: sans-serif, Arial, Verdana, Helvetica, Geneva;
	font-size: 1.5em;
	color: #000;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: left;
	background-image: url(images/content_bg2460.gif);
	
}
#page_content a:link {
	color: #435ca3;
}
.picmoney { /*gives the image margins and borders with color*/
	border-width: 5px 5px 5px 5px;
	border: solid #CC9;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.piechart {
	font-size: 0.8em;
}
h1 {
	font-size: 1.6em;
	border-top: 2px solid #d1dbbd;
	border-bottom: 2px solid #d1dbbd;
	background-color: #f1f5e8;
}
h2.webmasters {
	font-size: 1.2em;
	border-top: 2px solid #d1dbbd;
	border-bottom: 2px solid #d1dbbd;
	width: 440px;
}
h2.best {
	font-size: 1.2em;
	border-top: 2px solid #d1dbbd;
	border-bottom: 2px solid #d1dbbd;
	width: 400px;
}
h2.google {
	font-size: 1.2em;
	border-top: 2px solid #d1dbbd;
	border-bottom: 2px solid #d1dbbd;
	width: 340px;
}
h2.holistic {
	font-size: 1.2em;
	border-top: 2px solid #d1dbbd;
	border-bottom: 2px solid #d1dbbd;
	width: 280px;
}
h3 {
	font-size: 1.0em;
}
#page_content ul {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:60px;
	padding-right: 20px;
}
p.diagram {
	font-size: 0.8em;
}
#subnav {
	background-color: #193441;
	height: 20px;
	padding-top: 5px;
	font-size: 1em;
	font-weight: bold;
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
	color: #8da8bb;
}
#subnav a:hover {
	color: #bdc0c2;
}
#domain {
	padding-left: 50px;
}
.para {
	list-style-type: none;
}
div#top_anchor {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
}
#banner {
	padding: 10px;
	margin-left: 50px;
}
#searchbox {
	margin: 10px;
	overflow: hidden;
} 
.search_txt {
	font-size: 1.2em;
	padding-top: 10px;
	color: #3e606f;
}
#searchbox {
	margin: 10px;
} 
.search_txt {
	font-size: 1.2em;
	padding-top: 10px;
	color: #3e606f;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
