﻿

body
{
	background:#c2d11e url(/web/design/body-bg.png) repeat-y top center;
}

body, div, td, th, input, textarea
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
}
a
{
	text-decoration: none;
}
/*a:link,
a:visited,
a:hover,
a:active
{
	color: inherit;
	text-decoration: none;
}*/

/* ELEMENTS */

h1, h2, h3, h4
{
	margin-bottom: 10px;
}

h1
{
	font-size:14px;
	font-weight:bold;
	color:#000;
}

h2
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

h3
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

h4
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

strong
{
  font-weight:bold;
}

/* MASTER LAYOUT */

.canvasWrapper 
{
	text-align:center;
	
}

.canvas
{
	width:835px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

.main
{
	float:left; /* MAKES IE6 WRAP THE DIV AROUND THE 3 FLOATS */
	background:transparent url(/web/design/main-bg.png) repeat-y;
	width:835px;
}

.top
{
	height:160px;
}

.col1_cont, .col2_cont, .col3_cont
{
	float:left;
	min-height: 410px;
}

.col1_cont
{
	width:150px;

}

.col2_cont
{
	width:460px;

}

.col3_cont
{
	width:210px;

}

.col1
{
	padding:0 0 0 20px;
}

.col2, .col3
{
	padding:0 0 0 30px;
}

.col1Text
{
	padding:0 10px 0 0;
}

/*.col3
{
	padding:0 0 0 30px;
}*/


/* TOP ROW */

.rightLogo
{
	float:right;
}

.logoLink
{
	padding:0 0 0 20px;
}

/* GENERIC CONTENT */


.col2 a, .col3 a
{
	color: #f00;
}
.col2 a:hover, .col3 a:hover
{
	color:#000;
}
.col2 i, .col2 em, .col3 i, .col3 em
{
    font-style:italic;
}
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6
{
	font-weight: bold;
	margin-bottom: 10px;
	color:#000;
}
.main h1,
.main h1 span
{
	font-size:14px;
	color:#000;
	line-height:150%;
	font-weight:bold;
}

h1.pageHdr
{
	font-size:16px;
	font-weight:bold;
}

h1.pageHdr span
{
	display: block;
	font-weight:normal;

}

.col2 h2
{
	font-size:12px;
}
.col2 h3
{
	font-size:12px;
}
.col2 h4
{
	font-size:12px;
}
.col2 h5
{
	font-size:11px;
}
.col2 h6
{
	font-size:10px;
}
.col2 blockquote, 
.col2 q
{
    quotes:"""";    
    padding:5px 40px;
    font-style:italic;
    min-height:100px;
}
.col2 img
{
	padding:0 5px;
}
.col2 ul
{
    list-style-type:disc;
    list-style-position:outside;
    margin-left:5px;
}
.col2 ol
{
    list-style-type:decimal;
    list-style-position:outside;
    margin-left:23px;    
}
.col2 ul li
{
    margin-left:10px;
    padding-left:5px;
}
.col2 ol li
{
    margin-left:-3px;
    padding-left:0px;
}
.col2 p
{
    padding-bottom:5px;
}
.col2 hr
{
    /*border:none;
    border-top:solid 1px #ccc;
    height:1px;
    clear:both;
    color:#000;*/
}
.col2 b, 
.col2 strong
{
    font-weight:bold;
}
.fontxxSmall
{
	font-size:70%;
}
.col2 .fontxSmall
{
	font-size:80%;
}
.fontSmall
{
	font-size:90%;
}
.fontMedium
{
	font-size:100%;
}
.fontLarge
{
	font-size:110%;
}
.fontxLarge
{
	font-size:120%;
}
.fontxxLarge
{
	font-size:130%;
}

/* FOOTER */

.footer_cont
{
	margin: 20px 0 0 0;
	line-height:44px;
	padding:0 20px;
}

.leftLink
{
	float:left;
}

.cucumberLink
{
	float:right;
}

.footer_cont a
{
	color:#6CBD45;
}

.footer_cont a:hover
{
	text-decoration: underline;
}