/*PNG Transparency Divs. Uses htc method
	#top, #doc4, #ft, #bd, #frontLogo, #frontBanner, #frontBg, #contentShading, #frontMenuBottom, #frontMenuTop { behavior: url(iepngfix.htc) }
*/
body {
	color: #222;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	text-align: left;
}
td {vertical-align:top;}


ol 
{
	margin: 2px 8px 20px 20px;
}
ol li
{
	margin:0 0 .7em 4px;
	list-style-type:decimal;
}


em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

a:link {
	color: #41617A;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #01141A;
	text-decoration: none;
}
a:active {
	color: #333333;
}
#wrapper {
	text-align: center;
	padding-top: 10px;
}
#doc2 {
	background-color: #FFFFFF;
}
#innerWrapper {
    padding:7px;
    }
#contactTab { 
   background-image:url(../images/bg_contact_tab.png);
    background-repeat: no-repeat;
    background-position: right;
	height:34px;
	width:950px;
	margin:0 auto;
	}
#mainNav {
    background-image:url(../images/bg_mainNav.jpg);
    background-repeat: repeat-x;
	color: white;
	height:33px;
}

#mainContent {
	margin: 0px 0px 30px 0px;
	min-height: 200px;
}
#mainContent p {
	margin-bottom: 0.8em;
}

#mainContent ul, #secondaryContent ul
{
	margin: 0px 0px 15px 20px;
}
#mainContent ul li, #secondaryContent ul li
{
	list-style-image:url("../images/list-bullet.gif");
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0.4em;
	margin-left: 30px;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent p {
	margin-left:15px;
}
#mainContent h1 {
	font-size: 180%;
	letter-spacing: 0.05em;
	margin-top: 1.3em;
	margin-bottom: 0.8em;
	color: #333333;
	background-image: url(../images/icon_tree.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#mainContent h1 .highlight {
	color: #666;
	font-size: 90%;
}
#mainContent h2 {
	font-size: 160%;
	letter-spacing: 0.1em;
	margin-top: 1em;
	margin-bottom: 0.3em;
	color: #6BA82D;
	font-weight: bold;
}
#mainContent h2.home{
	background-image: url(../images/icon_leaf.jpg);
	background-repeat: no-repeat;
	background-position: 45% center;
	padding: 10px 0;
}
#mainContent h3 {
	font-size: 120%;
	letter-spacing: -0.04em;
	font-weight:bold;
	margin-top: 1em;
	margin-bottom: 0.6em;
	color: #666666;

}
#mainContent a:link {
	color: #41617A;
	text-decoration: none;
}
#mainContent a:visited {
	color: #41617A;
	text-decoration: none;
}
#mainContent a:hover {
	color: #01141A;
	text-decoration: underline;
}
#mainContent a:active {
	color: #41617A;
	text-decoration: none;
}
#mainContent h4 {
	font-size: 110%;
	letter-spacing: -0.03em;
	font-weight:bold;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
	color: #204054;

}
#mainContent blockquote {
	margin:10px 0px;
	padding: 18px 20px 18px 0;
	background-image: url(../images/bg_blockquote.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#homeTable {
	margin-top:20px;
    }

#secondaryContent {
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DBE8EA;
}
#secondaryContent h1 {
	font-size: 160%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #333333;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#secondaryContent h2 {
	font-size: 140%;
	letter-spacing: 0.1em;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
	
	color: #6BA82D;
}

#secondaryContent h3 {
	font-size: 120%;
	letter-spacing: 0.1em;
	font-weight:bold;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
	color: #204054;

}

#ft {
	font-size: 90%;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat;
	height: 72px;
}
#ft p {
	margin-bottom: 0.4em;

}

#ft h2 {
	font-size: 150%;
	letter-spacing: 0.1em;
	padding: 1.2em 1.2em 0 1.2em;
	color: #fff;
	font-weight: bold;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
#ft a:link {
	color: #fff;
	text-decoration: none;
}
#ft a:visited {
	color: #fff;
	text-decoration: none;
}
#ft a:hover {
	color: #fff;
	text-decoration: underline;
}
#ft a:active {
	color: #fff;
	text-decoration: none;
}


#cubicle {
	font-size: 85%;
	color: #fff;
	margin-top: 12px;
	text-align: center;
}
#cubicle a {
	color: #fff;
}

/* Classes */
.divider {
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 5px;
	height: 12px;
	margin: 5px;
}
.blockImg {
	display:block; 
	margin:0 auto;
	}
.imgLeft {
    float:left;
    margin:0 10px 10px 0;
    }
.imgRight {
    float:right;
    margin:0 0 10px 10px;
    }
.center {
    text-align:center;
    }
