@charset "utf-8";
body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #9cb3b9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
line-height: 1.5em;
margin:0;
margin-top:.75em;
text-align:justify
}

p.FirstP{
line-height: 1.5em;
margin:0;
margin-top:.5em;
text-align:justify
}

a, a:visited,  a:active{
color: #67900E;
text-decoration:underline
}

a:hover{
color: #A2CF40;
}

img{
border:0
}

.twoColFixLtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/BackgroundWhite.jpg) repeat-y;
	xbackground: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	xborder: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(images/HeaderTop.jpg) no-repeat;
	height:116px;
	xbackground: #DDDDDD; 
	xpadding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header #HeaderContact{
float:right;
margin-top:20px;
margin-right:50px;
text-align:center;
xborder:solid 1px black
}

.twoColFixLtHdr #header .Logo{
float:left;
margin-left:35px
}
 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	xpadding: 15px 10px 15px 20px;
	xmargin:0;
	xpadding:0;
	xvertical-align:top;
	margin-left:10px
}

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:10px;
	text-align:center;
	xpadding-left:50px;
	xborder:solid 1px black
}
.twoColFixLtHdr #IntroContent{
float:right;
padding-right:10px;
width:674px
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 20px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:615px
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/FooterBlack.jpg) no-repeat;
	height:41px;
	xbackground:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
	text-align:center;
	color:white;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*CSS Sliding Doors Menu Vertical Menu*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 245px; /* width of menu (don't forget to add border with below!) */
xborder-left: 8px solid #ffa1a3; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: normal 22px "Tahoma", "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 10px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 73px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: white;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: white;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0 9px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/*END CSS Sliding Doors Menu Vertical Menu*/

h1 {
font: Normal 32px/34px "Tahoma", "Lucida Grande", "Trebuchet MS", Verdana;
color:#67900e;
margin:0;
}

h2 {
font: Normal 22px "Tahoma", "Lucida Grande", "Trebuchet MS", Verdana;
color:#67900e;
margin:20px 0 0 0;
}

h3 {
font: Normal 18px/20px "Tahoma", "Lucida Grande", "Trebuchet MS", Verdana;
color:#67900e;
margin:10px 0 0 0;
}

#PartnerTable
{
width:auto;
margin-top:15px
}

#PartnerTable td
{
padding-bottom:35px;
padding-right:25px;
margin:0
}

a img 
{
border: 0
}

/* JV added 1-9-09*/

.twoColFixLtHdr #header h2
{
margin:0;
margin-top:20px;
margin-bottom:7px;
padding:0;
line-height:1em;
font-size:2em
}

#footer a, #footer a:visited, #footer a:active{
color: #fff;
text-decoration:underline
}

#footer a:hover{
color: #A2CF40;
}
