@charset "utf-8";
/* CSS Document */

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
margin:20px 0 0 0;
text-align:center;
min-width:900px;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; /* 1em is now 12px at 96ppi. */
font-size:12px;
background-color: #3d4043;
}

textarea, select, input { 
font-size: 11px;
background-color:#ecf6e5;
}

a:link, a:visited {
color:#00853e;
font-size:12px;

}

a:hover {
color: #000;
font-size:12px;
	
}

a.footer:link, a.footer:visited {
color:#00853e;
font-size:10px;
text-decoration:none;
}

a.footer:hover {
color: #FFF;
font-size:10px;
text-decoration:none;	
}

a.terms:link, a.terms:visited {
color:#00853e;
font-size:10px;
}

a.terms:hover {
color: #000;
font-size:10px;
}

a.black:link, a.black:visited {
color:#000;
font-size:11px;
text-decoration:none;
}

a.black:hover {
color: #FFF;
font-size:11px;
text-decoration:none;	
}

a.breadcrumb:link, a.breadcrumb:visited {
color:#9c9c9c;
font-size:11px;
text-decoration:none;
}

a.breadcrumb:hover {
color: #000;
font-size:11px;
text-decoration:none;	
}

a.green:link, a.green:visited {
color:#00853e;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

a.green:hover {
color: #000;
font-size:12px;
text-decoration:none;	
font-weight:bold;
}

.titleGreen {
color:#00853e;
font-size:12px;
font-weight:bold;
}

h1 {
color:#00853e;
font-size:20px;
font-weight:100;

margin:0;
}

h2 {
color:#00853e;
font-size:20px;
font-weight:100;
margin:0;
}

#siteWrapper {
width:900px;
margin:0 auto;
text-align:left;
background:#ecf6e5 url(../images/background_wrapper.jpg) no-repeat;
}

#mainmenu {
width:500px;
height:64px;
margin:0;
padding:35px 0 0 0;
}

ul.nav {
float:left;
list-style:none;
text-transform:uppercase;
color:#fff;
margin:0;
padding:0;
}

ul.nav li{
font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
height:21px;
line-height:18px;
float:left !important;
list-style-type:none;
text-align:left;
margin:0;
padding:0 25px 0 0;
}

ul.nav li a,ul.nav li a:link,ul.nav li a:visited{
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#FFF;

}

ul.nav li a:hover{
color:#ccc;
}

#branding {
width:900px;
}

#homeContent {
width:900px;

float:left;
margin:0;
padding:0 40px 0 35px;
}

#left {
width:521px;
float:left;
margin:0;
}

#text {
width:521px;

float:left;
margin:0;
}

#text p {
font-size:12px;
font-weight:100;
}

#right {
width:350px;

float:left;
margin:0;
}

#tv {
text-align:center;
width:350px;

}

#footer {
clear:both;
margin:0;
width:865px;
height:30px;
padding:5px 0 0 35px;
font-size:10px;
background-color:#000;
color:#FFF;
}