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

body {
	background: #666666;
	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;
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.coppywrite {
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 13px;
}
.bodycopy {
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 21px;
	text-transform: none;
}
.bodycopy2 {
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	text-transform: none;
}
.employeehead {
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 15px;
	text-transform: none;
}
.contacthead {
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 15px;
	text-transform: none;
}
.employee {
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	text-transform: none;
}
.subheadline {
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: uppercase;
}
.letter {
	text-align: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-transform: uppercase;
}
#navigation a {
    background: none;
	color: #ffffff;
}
#navigation a:hover {
    background: none;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#navigationb {
   background: none;
   margin: 0;
   padding: 0;
}
#navigationb li {
   background: none;
   margin-bottom: 0px;
}
#navigationb a {
    background: none;
	color: #666666;
}
#navigationb a:hover {
    background: none;
	color: #000000;
}
#navigationc {
   background: none;
}
#navigationc li {
   background: none;
}
#navigationc a {
    background: none;
	color: #669933;
}
#navigationc a:hover {
    background: none;
	color: #3399ff;
}
#menu
{
	position: left;
	width: 273px;
	top: 0px;
	left: 0px;
}

#menu * a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}

#menu * a:hover
{
	color: #333333;
}

#menu * table
{
	width: 273px;
	margin: 0px;
	padding: 0px;
}

#menu * td
{
	background-image: url(images/about_us/tab_button_a.jpg);
	background-repeat: no-repeat;
	width: 248px;
	height: 17px;
	margin-bottom: 0px;
	padding-left: 25px;
	cursor: pointer;
	font-weight: normal;
}
#menuwide
{
	position: left;
	width: 559px;
	top: 0px;
	left: 0px;
}

#menuwide * a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}

#menuwide * a:hover
{
	color: #333333;
}

#menuwide * table
{
	width: 534px;
	margin: 0px;
	padding: 0px;
}

#menuwide * td
{
	background-image: url(images/tab_wide_a.jpg);
	background-repeat: no-repeat;
	width: 534px;
	height: 17px;
	margin-bottom: 0px;
	padding-left: 25px;
	cursor: pointer;
	font-weight: normal;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	border-left: 2px solid #666666;
	padding-left: 10px;
	display: block;
	width: 79px;
	letter-spacing: -1px;
}
.subnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	border-left: 2px solid #666666;
	padding-left: 10px;
	display: block;
	width: 79px;
	letter-spacing: -1px;
}
#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 2px;
}
#navigation a {
	color: #669933;
	display: block;
	width: 79px;
	border-left: 2px solid #666666;
	padding-left: 10px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #333333;
	text-decoration: none;
	border-left: 2px solid #666666;
}

