/***************************************************************************
	Project:		DMichaelLewis.com
	Description:	General CSS Layout
	Author:			Michael Lewis
	Release:		v1.1
	History:		1.1 - Sorted.
					1.0 - Original Implementation.
***************************************************************************/

/* GENERAL */
body {
	background-color: #6699CC;
	height: 100%;
}
.datatable {
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
}
.datatable-header {
	color: #FFFFFF;
	background-position: center top;
	font-size: 0.8em;
	background-image: url(images/datatable-top-back.gif);
	background-repeat: no-repeat;
	letter-spacing: 0.15em;
}
.datatable-bottom {
	font-size: .7em;
	background-position: center bottom;
	background-image: url(images/datatable-bottom-back.gif);
	background-repeat: no-repeat;
}
.datatable-bottom p {
	margin: -5px 10px 7px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #6C9ED2;
	border-right-color: #6C9ED2;
	border-bottom-color: #6C9ED2;
	border-left-color: #6C9ED2;
	border-top-style: dotted;
	padding-top: 5px;
	padding-bottom: 5px;

}

/* SECTIONS */
#PageContainer {
	width: 85%;
	background-image: url(images/blue-back-800.jpg);
	background-repeat: repeat-y;
	top: 121px;
	position: absolute;
	left: 5%;
	height: 1200px;
	z-index: 1;
}
#PageContainer-UpperLeftCorner {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#PageContainer-BottomLeftCorner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

#Banner {
	width: 85%;
	left: 6%;
	position: absolute;
	background-image: url(images/banner-back.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	top: 2px;
}

#Sidebar {
	position: absolute;
	width: 25%;
	left: 10px;
	top: 12px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	z-index: 10;
	bottom: 10px;
	height: 98%;
}
#Sidebar p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px;
	font-weight: normal;
}
#Sidebar .Header {
	font-size: 1.4em;
	color: #FFFF00;
}


#Sidebar .DidYouKnow {
	font-size: 1.2em;
	color: #356A9F;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	background-image: url(images/did-you-know.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 23px;
}
#Sidebar a {
	text-decoration: none;
	color: #FFFF33;
}
#Sidebar a:hover {
	text-decoration: underline;
}
#sidebarNav ul {
	margin-left: 0px;
	list-style-type: none;
	margin-right: 2px;
	margin-top: 5px;
	padding-left: 0px;
	padding-bottom: 8px;
}
#sidebarNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: 0px;
	margin-left: 0px;
	padding: 3px;
	font-weight: bold;
	display: block;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #666666;
}
#sidebarNav ul a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
#sidebarNav ul a:hover {
/*	background-color: #8FDDFA; */
	color: #FFFF33;
	text-decoration: underline;
}
#sidebarNav .subnav-current {
	color: #FFFF00;
	padding-left: 20px;	
}
#sidebarNav .subnav {
	padding-left: 20px;
}
#sidebarNav .mainnav {
	font-size: 1em;
}
#sidebarNav .mainnav-current {
	color: #FFFF00;
	font-size: 1em;
}
#sidebarNav {
	position: relative;
	margin: 5px;
	padding-top: 1px;
}


#Main {
	position: absolute;
	top: 12px;
	height: 98%;
	left: 27%;
	background-image: url(images/main-back.gif); 
/*	background-image: url(images/main-back-64K.jpg); */
	background-repeat: repeat-y;
	z-index: 10;
	width: 73%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#Main p {
	padding-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;

}
#Main h1 {
	color: #CC3300;
	font-weight: bold;
	padding-left: 7px;
	font-size: 2.7em;
	letter-spacing: .1em;
	margin-bottom: 1px;
	margin-top: 5px;
}
#Main h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 7px;
	margin-top: 0px;
	line-height: 120%;
}
#Main h3 {
	padding-left: 7px;
	margin-top: 0px;
	background-image: url(images/blue-back-800.jpg);
	font-size: 0.9em;
	font-weight: bold;
	color: #464646;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	background-position: -60px;
	background-repeat: repeat-y;
}
#Main li {
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
#Main ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.tutorial-info {
	margin-left: 8px;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	background-image: url(images/blue-back-800.jpg);
}
table.tutorial-info td {
	padding: 5px;
}


#BreadCrumbs {
	font-size: 0.7em;
	background-color: #6699CC;
	color: #EEEEEE;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}
#BreadCrumbs a {
	text-decoration: none;
	color: #FFFFFF;
}
#BreadCrumbs a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

#copyright {
	font-size: .7em;
	text-align: center;
	bottom: 0px;
	position: absolute;
	left: 0px;
	width: 100%;
}

.smaller {
	font-size: .8em;
}
