@charset "UTF-8";
/* CSS Document */
/***********************************************/
/* GLOBAL
/***********************************************/
* {
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	text-align:center;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/background.gif) repeat-x top;
}
a {
	color:#688F40;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clearer {
	clear:both;
	font-size:1px;
}
/***********************************************/
/* CONTAINER
/***********************************************/
.container {
	width:960px;
	margin:0 auto;
	background:url(../images/container-bg.gif) left repeat-y #fff;
}
/***********************************************/
/* HEADER
/***********************************************/
.header {
	float:left;
	width:100%;
	background:#84BA52;
}
.header a#logo {
	float:left;
	width:160px;
	height:80px;
	background:url(../images/jeremy-dale-logo.gif) no-repeat -18px 0;
	text-decoration:none;
}
div.topPic {
	float:left;
	width:440px;
	height:80px;
	background:#333333;
}
/***********************************************/
/* COLUMNS
/***********************************************/
.column {
	float:left;
	display:inline;
}
.column h2 {
	float:left;
	width:97%;
	margin:0 0 1em 0;
	padding-left:5px;
	line-height:20px;
	font-size:0.75em;
	text-align:left;
	color:#FFFFFF;
	background:url(../images/headings-grad.gif) repeat-x #84ba52;
}
#leftColumn {
	width:160px;
}
#leftColumn h2 {
	margin:2em 0 0 0;
	text-align:center;
}
#leftColumn div.navigation ul li {
	float:left;
	width:100%;
	list-style-type:none;
}
#leftColumn div.navigation ul li a {
	float:left;
	margin:1em 0 0 10px;
	font-size:0.75em;
	text-align:left;
	color:#006600;
}
#leftColumn div.navigation ul li a:hover {
	text-decoration:underline;
}
#leftColumn div.navigation ul.videoLinks li a {
	float:left;
	margin:1em 0 0 10px;
	font-size:0.75em;
	text-align:left;
	color:#006600;
}
#leftColumn div.navigation ul.videoLinks li a:hover {
	text-decoration:underline;
}
#rightColumn {
	width:140px;
	margin:10px 0 0 0;
}
#rightColumn h2 {
	padding:0;
	text-align:center;
}
#rightColumn div.partners img {
	margin:0 0 30px 0;
	border:none;
}
/***********************************************/
/* WRAPPER
/***********************************************/
.contentWrapper {
	float:left;
	width:800px;
}
div.botPic {
	float:left;
	width:244px;
	height:130px;
}
div.intro {
	float:left;
	width:556px;
	height:130px;
	background:#688F40;
}
div.intro p {
	margin:1em 1em 1em 1em;
	font-size:0.75em;
	color:#FFFFFF;
	text-align:left;
}
div.intro a {
   color:#FFCC00;
}
/***********************************************/
/* CONTENT
/***********************************************/
.content {
	float:left;
	width:640px;
	margin:10px 10px 5px 10px;
	display:inline;
}
.content h1 {
	float:left;
	width:99%;
	margin:0 0 10px 0;
	padding-left:5px;
	line-height:20px;
	font-size:0.75em;
	text-align:left;
	color:#FFFFFF;
	background:url(../images/headings-grad.gif) repeat-x #84ba52;
}
.content h2 {
	float:left;
	width:99%;
	margin:0.5em 0 0.5em 0;
	padding-left:5px;
	line-height:20px;
	font-size:0.75em;
	text-align:left;
	color:#FFFFFF;
	background:url(../images/headings-grad.gif) repeat-x #84ba52;
}
.content h1 a {
	color:#FFFFFF;
}
.content h1 a:hover {
	text-decoration:none;
}
.content p {
	margin:0.5em 0 0.5em 0;
	line-height:18px;
	font-size:0.75em;
	text-align:left;
	color:#333333;
}
.content li {
	margin:0.5em 0 0.5em 2em;
	font-size:0.75em;
	text-align:left;
	color:#333333;
}
.content td {
	font-size:0.75em;
	text-align:left;
	color:#333333;
}
.content div.textBox {
	float:left;
	width:310px;
	margin:1em 5px 1em 0;
}
.content div.textBox img {
	float:left;
	margin:0.5em;
}
/***********************************************/
/* FOOTER
/***********************************************/
.footer {
	float:left;
	width:100%;
	background:#688F40;
}
.footer p {
	float:left;
	margin:0.5em;
	font-size:0.7em;
	text-align:left;
	color:#FFFFFF;
}
.footer a {
	color:#fff;
}
.footer p#copy {
	float:right;
}