﻿/*fck start*/

body {
	/*background-color: #cdcdce;*/
	background:#fff url(/web/design/images/body-bg.png) repeat-x top left;

	font-size: 12px;
	color: #666;
	
	
}

div, td
{
	font-family:Arial, Verdana, Helvetica, sans-serif;

}
.canvas {
	width: 990px;
	margin: 0 auto;
	overflow:hidden;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 0;
	height: 1px;
}

/* Default links */
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/*Content*/

h1 {
	font-size: 26px;
	color:#084B9A;
	margin-bottom: 5px;

}
h2 {
	font-size: 20px;
	color:#4DB839;
}
h3 {
	font-size: 16px;
	color:#084B9A;
}
h4 {
	font-size: 14px;
	color:#4DB839;
}
h5 {
	font-size: 11px;
	color:#084B9A;
}
h6 {
	font-size: 11px;
	color:#4DB839;
}

h1.pageHdr
{
	/*font-size:16px;*/
}

.col3Copy h1, .col3Copy h2, .col3Copy h3, .col3Copy h4, .col3Copy h5, .col3Copy h6
{
	color:#4DB839;
}

strong, .bold {
	font-weight: 700;
}

ul
{
	margin-left:14px;
}

.clearFix {
	line-height: 0px;
	clear: both;
	height:0;
	overflow:hidden;
}

.gapAbove{
	margin-top:14px;
}

.gapBelow{
	margin-bottom:14px;
}

/*build start*/


.mainCont
{
	background:url("/web/design/images/main-cont-bg.png") repeat-y;
}

#logoWrapper
{
	background:url("/web/design/images/logo-wrapper-bg.png") no-repeat;
	
	height:142px; /* IE HACK */
	overflow:hidden; /* IE HACK */
}

.logo
{
	padding:37px 0;
}

.menuCont
{
	background:url("/web/design/images/menu-cont-bg.png") no-repeat;
	margin:0;
	overflow:hidden;
}

#menu
{
	width:736px;
	height:23px;
	line-height:23px;
	margin:0 0 0 30px;
	border-bottom:solid 1px #0b4585;
	overflow:hidden;
}

.col1_cont, .col2_cont, .col3_cont{float:left;}

.col1_cont
{
	
	width:226px
}

#col1
{
	

	background:url("/web/design/images/col1-bg.png");
}

.col1Copy
{
	padding:20px 0 20px 30px;
	border-right:solid 1px #0b4585;
	margin-bottom:30px;
}

.col1Bottom
{
	background:url("/web/design/images/col1-bottom-bg.png");
	height:12px;
	overflow:hidden;
}

.col2_cont
{
	width:540px;
}

#col2
{
	padding:20px;
}

.col3_cont
{
	width:220px;
}

#col3
{
}

.col3Copy
{
	padding:0 20px 20px 20px;
	margin-bottom:30px;
}



/* FOOTER * /

/*Footer*/
.footer_cont {
	background:url("/web/design/images/footer-bg.png") no-repeat top left;
}

.footer
{
	height:88px;
	padding:0 20px;
}

.footerRight
{
	float:right;
	margin:14px 210px 0 0;
	text-align:right;
}

.footerRight a
{
	display:block;
	font-weight:bold;
	color:#9fce64;
}

.footerRight a:hover
{
	text-decoration:none;
	color:#084B9A;
}

.cucumber_cont
{
	padding:20px 0 0 10px;
}

.sponsorText, .sponsorLogo
{
	display:block;
	float:left;
}

.sponsorText
{
	margin:14px 0 0 20px;
	color:#9fce64;
}
.sponsorText:hover
{
	text-decoration:none;
	color:#084B9A;
}






input.submitBtn {

		cursor:pointer;
		background:transparent url(/web/design/images/submit-bg.png) repeat-x;

		border:none;
}
