﻿body
{
	background:#000;
	overflow:auto;
}

div, td, th, input, textarea
{
	color: #b2b2b2;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height:150%;
}

/* NO SCRIPT */

.noScript
{
	width:100%;
	border-bottom:solid 1px #FFCC00;
    background-color:#FFFF99;
    color:#000;
    height:28px;
}
.noScript img
{
	float:left;
	margin-top:2px;
	margin-left:2px;
}
.noScript span
{
	display:block;
	padding-top:6px;
}

/* ELEMENTS */

h1
{
	font-size:14px;
	font-weight:normal;
	color:#fff;
}

h2
{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

h3
{
	font-size:12px;
	font-weight:normal;
	color:#fff;
}

h4
{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

#col2 ul, #col2 ol, #col2 dl, #col3 ul, #col3 ol, #col3 dl, leftCopy ul, .leftCopy ol
{
	padding:14px;
}

#col2 ul li, .leftCopy ul li, #col3 ul li
{
	list-style:disc;
}

#col2 ol li, .leftCopy ol li, #col3 ol li
{
	list-style:decimal;
}

strong
{
	font-weight:bold;
}

em
{
font-style:italic;
}

.main a
{
	color:#fff;
}

.main a:hover
{
	text-decoration:none;
}

/* HANDY STUFF */

.clearFix
{
    line-height:0px;
    clear:both;
    height:0px;
    font-size:0px;
}


/* MASTER LAYOUT */

.canvasWrapper 
{
	text-align:center;
	background:transparent url(/web/design/img/canvas-wrapper-bg.png) repeat-x;
	
}

.canvas
{
	width:965px;
	margin:0 auto;
	text-align:left;
	background:transparent url(/web/design/img/canvas-bg.png) no-repeat;
}

.toprow_cont
{
	
}

.main_cont
{	
}

.main
{
	
	float:left; /* IE 6 NEEDS THIS */
}


.col1_cont, .col2_cont, .col3_cont
{
	float:left;
	overflow:hidden;
}

.col1_cont
{
	width:174px;
}

.col2_cont
{
	width:600px;
}

.col3_cont
{
	width:190px;
}

.footer_cont
{
	background:transparent url(/web/design/img/footer-bg.png) repeat-x;
	padding:20px 0 0 0;
	text-align:center;
}

/* TOP CONT */

div#flash_cont
{
	width:329px;
	height:118px;
	float:right;
}

.logoLink
{
	display:block;
	width:315px;
	height:81px;
	float:left;
}

.logoLink img
{
	margin:20px 0 0 180px;
}

/* LEFT COL */

.col1
{
	margin:20px 0 0 0;
	
}

.leftCopy
{
	border-right:solid 1px #fff;
	padding:10px 10px 30px 14px;
	line-height:110%;
	color:#fff;
}

.leftCopy div
{
	color:#fff;
}

/* CENTER COL */

.col2
{
	padding:20px;
	min-height:420px;
}

/* RIGHT COL */

.col3
{
	margin:20px 0 0 0;
	
}

.rightCopy
{
	border-left:solid 1px #fff;
	padding:10px 0 30px 14px;
	line-height:110%;
}

.rightCopy h1, .rightCopy h2, .rightCopyh3, .rightCopyh4, .rightCopy h5, .rightCopy h6, .leftCopy h1, .leftCopy h2, .leftCopyh3, .leftCopyh4, .leftCopy h5, .leftCopy h6
{
	font-size:14px;
	line-height:24px;
	color:#808080;
	font-weight:bold;
}

.rightCopy a.more
{
	text-decoration:none;
	font-weight:bold;
	color:#808080;
	display:block;
	text-align:right;
	font-size:14px;
	background:transparent url(/web/design/img/more-link-bg.png) no-repeat center left;
	line-height:16px;
	height:20px;
}

.rightCopy a.more:hover
{
	color:#fff;
}

/* SECTIONS */

h2.appletHdr
{
	padding:3px 14px;
	border:solid 1px #fff;
	font-weight:normal;
	font-size:12px;
	color:#fff;
}

/* FOOTER */

div#footerInner
{
	color:#4A9645;
	width:965px;
	text-align:left;
	margin:0 auto;
}

a.footerRight
{
	float:right;
}

a.footerLink
{
	color:#4A9645;
	text-decoration:none;
}

a.footerLink:hover
{
	text-decoration:underline;
}