ul.nde-menu-system *
{
  font: 1em verdana sans-serif;
}

ul.nde-menu-system li a
{
  display: inline;
  text-decoration: none;
  margin: 0;
  color: black;
  font-size: .9em;
}

ul.nde-menu-system li a:hover
{
  color: #FFF;
  background-color: blue;
}

ul.nde-menu-system li.submenu ul a
{
  color: black !important;
}

ul.nde-menu-system li.submenu ul a:hover
{
  color: white !important;
  background-color: blue;
}
/*
for css based versions extend the li
below the menu so that the mouse will
stay over the li and keep the hover active
*/

ul.nde-menu-system li.submenu:hover
{
  padding-bottom: 30em;
}

ul.nde-menu-system li.submenu:hover ul 
{
  left: 0;
  visibility: visible;
}
/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/

ul.nde-menu-system, ul.nde-menu-system ul
{
  display: block;
  margin: 0;
  padding: 0;
  background-color: silver;
}

ul.nde-menu-system li
{
  margin: 0;
}

/* 
top level items in ul are inline to display horizontally 
across page
*/

ul.nde-menu-system li
{
  display: inline;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

/* 
nested lists inside of the top level items are initially 
not displayed
*/
ul.nde-menu-system li ul
{
  display: block;
  position: absolute;
  left: 0;
  top: 1em; /* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  visibility: hidden;
  width: 9em;
  z-index: 1000;
}

/*
fix up the submenu items
voice-family lines screen correct CSS values from browsers that
improperly lay out block-level boxes and have broken CSS parsers
(IE5.5/Win)
*/
ul.nde-menu-system li ul li
{
  margin: 0 0 0 -1.5em;
  padding: 0;
  display: block;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  margin-left: 0;
}

ul.nde-menu-system li ul li a
{
  display: block;
  margin: 0;
  padding: 0 0 0 5%;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  width: 95%;
}

/* needed to keep IE from bubbling events
from items that are not contained but only
covered. */
ul.nde-menu-system
{
  background-color: rgb(75%,75%,75%);
}
body {
	margin: 0;
	padding: 0;
	min-width: 760px;
	background-color: #fff;
	text-align: center;
	color: #000;
	font: 81.25%/1.385 arial, helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
#layout {
	margin: 1em 0 0 0;
	padding: 0;
	border-collapse: collapse;
}
#body-content {
	padding: 0;
	vertical-align: top;
}
#left-navigation {
	width: 180px;
	padding: 0 1em 0 0;
	vertical-align: top;
}
#right-navigation {
	width: 180px;
	padding: 0 0 0 1em;
	vertical-align: top;
}
table, form, input, select, textarea {
	font: 1em/1.385 arial, helvetica, sans-serif;
}
h1	{
	margin: 0;
	font-size: 1.69em;
}
h2 {
	margin: 0;
	font-size: 1.23em;
}
h3 {
	margin: 0;
	font-size: 1em;
}
a {
	color: #369;
}
a:hover {
	color: #036;
}
p {
	margin: 0 0 1em;
}
.small-text {
	font-size: 0.846em;
}
.subtext {
	color: #999;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1em;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}
.nav {
	margin: 0 0 1em;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav li {
	padding-left: 10px;
	background: url("../images/bullet_small.gif") no-repeat 2px 0.6em;
}
.nav a {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
	color: #369;
}
.spot-nav {
	margin: 0 0 1em;
	border: 1px solid #ccc;
	line-height: normal;
}
.spot-nav h3 {
	padding: 4px;
	background-color: #999;
	color: #fff;
}
.spot-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.spot-nav li {
	border-top: 1px solid #ccc;
}
.spot-nav a {
	display: block;
	padding: 2px 4px;
	_height: 0;
	_vertical-align: bottom;
	text-decoration: none;
}
.spot-nav a:hover {
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
}
.news-nav {
	margin: 0 0 1em;
	border: 1px solid #ccc;
}
.news-nav h3 {
	padding: 4px;
}
.news-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.news-nav li {
	padding: 4px;
}
.news-nav li.shaded {
	background-color: #f4f4f4;
}
.highlight {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	_height: 0;
}
.highlight h3 {
	margin: 6px 6px 0;
}
.highlight img {
	float: right;
	margin: 0 6px 6px;
}
.highlight p, .highlight div.nav {
	margin: 0 6px 6px;
}
div.button a {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	padding: 1px;
	vertical-align: 10%;
	background-image: none;
	_padding-top: 2px;
	_height: 19px;
	_vertical-align: 0%;
}
div.button div {
	background: transparent url(../images/button_right.gif) no-repeat right;
	display: inline;
	cursor: pointer;
	font-size: 17px;
	padding: 2px 10px 2px 2px;
	_height: 19px;
}
div.button {
	background: transparent url(../images/button_left.gif) no-repeat left;
	display: inline;
	cursor: pointer;
	font-size: 17px;
	padding: 2px 2px 2px 10px;
	vertical-align: text-bottom;
	white-space: nowrap;
	_height: 19px;
}
#header a {
	margin-left: 6px;
	border-left: 1px solid #ccc;
	padding-left: 6px;
	_height: 0;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
	color: #369;
}
#header a.first {
	border-left: 0 none;
	padding-left: 0;
}
#header a.logo {
	float: left;
	margin: 0 0 4px;
	border: 0 none;
	width: 115px;
}
#utility-nav {
	float: right;
	margin-top: 4px;
	text-align: right;
	line-height: normal;
}
#utility-nav img.flag {
	border: 1px solid #ccc;
}
#utility-nav #country-form {
	display:inline;
	margin: 0;
	padding: 0;
}
#utility-nav #profile {
	border-top: 1px solid #ccc;
	padding: 6px;
	margin-top: 6px;
}
#primary-nav {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
	_height: 0;
	background:#f4f4f4;
	text-align: left;
}
#primary-nav a {
	margin-left: 10px;
	padding-left: 10px;
	color: #000;
	_vertical-align: bottom;
}
#primary-nav a:hover {
	color: #000;
}
#primary-nav #tsk-form {
	margin: 0;
	text-align: right;
	font-weight: bold;
}
dl.box-message {
	width: 100%;
	border: 1px solid #ccc;
	padding: .5em 0 .5em 0;
	margin: 0 0 .5em 0;
}
dl.box-message dt {
	float: left;
	font-weight: bold;
	padding: 0 0 0 3em;
	margin: 0 5px 0 0;
}
dl.box-message dd {
	padding: 0 0 0 3em;
	margin: 0;
}
dl.box-message#Warning {
	background-color : #FEFBEF;
	background-image : url(../images/alert.gif);
	background-position : 8px 9px;
	background-repeat : no-repeat;
}
dl.box-message#Error {
	background-color : #F7EFEF;
	background-image : url(../images/error.gif);
	background-position : 8px 10px;
	background-repeat : no-repeat;
}
dl.box-message#Informative {
	background-color : #EAF0F9;
	background-image : url(../images/info.gif);
	background-position : 8px 10px;
	background-repeat : no-repeat;
}
#footer {
	margin-bottom: 4px;
	text-align: center;
}
#footer a {
	border-left: 1px solid #ccc;
	padding-left:6px;
	padding-right:6px;
	_height: 0;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
	color: #369;
}
#footer a.first {
	border: 0;
}
#footer-copyrightinfo {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom:6px;
	padding-top:2px;
	padding-bottom:2px;
	background:#f4f4f4;
}
#special { display: none; }
#fauxbody #div1 a, #fauxbody table.atable a {
	color: #FF0000;
}
#fauxbody #div1 #span_div1 a {
	color: #0000FF;
}
#fauxbody div.div_in_div1 a {
	color: #999999 !important;
}
#fauxbody ul.list_of_links a {
	color: #660000 !important;
}
#fauxbody td#col1_1 a, td#col2_2 a {
	color: #FFCC00  !important;
}
#fauxbody td#col1_2 a, td#col2_1 a {
	color: #FF00FF  !important;
}
#fauxbody a.special_link {
	color: #000000 !important;
}
#fauxbody #div1 {
	border: 1px solid #FF0000;
}
#fauxbody #div1 #span_div1 {
	border: 1px solid #0000FF;
}
#fauxbody div.div_in_div1 {
	border: 1px solid #999999;
}
#fauxbody ul.list_of_links {
	border: 1px solid #660000;
}
#fauxbody table.atable, div.codebox, .atable td {
	border: 1px dashed #000000;
	text-align: left;
}
#header, #footer {
	border: 1px solid #999999;
	text-align: center;
	padding: 0.5em;
	width: 85%;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
}
#header p, #footer p {
	text-align: center;
}
.style2 {color: #666666}
.style2 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
}
.style3 {font-size: 12px}
.style4 {font-size: 14px}
.style8 {color: #FFFFFF}

</style>
<style type="text/css">
.class1 A:link {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
}
.class1 A:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
}
.class1 A:active {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
}
.class1 A:hover {
	text-decoration: none;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
}

.class2 A:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.class2 A:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.class2 A:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.class2 A:hover {
	text-decoration: none;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.class3 A:link {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.class3 A:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.class3 A:active {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.class3 A:hover {
	text-decoration: none;
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.class4 A:link {
	text-decoration: none;
	color: #AA0017;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class4 A:visited {
	text-decoration: none;
	color: #AA0017;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class4 A:active {
	text-decoration: none;
	color: #AA0017;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class4 A:hover {
	text-decoration: none;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class5 A:link {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.class5 A:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.class5 A:active {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.class5 A:hover {
	text-decoration: none;
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.class6 A:link {
	text-decoration: underline;
	color: #006699;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class6 A:visited {
	text-decoration: underline;
	color: #006699;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class6 A:active {
	text-decoration: underline;
	color: #006699;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class6 A:hover {
	text-decoration: underline;
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #666666;
}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.bottommenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838383;
	line-height: 18px;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height: 26px;

}
.boxcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #4E3C21;
	font-style: normal;
	border-top: #003300;
	border-right: #003300;
	border-bottom: #003300;
	border-left: #003300;
	text-decoration: underline overline;




}
.boldbrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6B553F;
}
.textmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #666666;
}
.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
.boldgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #828282;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #514A1A;
	font-style: normal;
}

.contactform {
	FONT-SIZE: 11px;
	COLOR: #DCFFA8;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	border: 1px #B7D678;

	}

.orangehedrs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC6600;
}
.contact {
	font-family: Verdana;
	font-size: 7px;
	color: #666666;
	letter-spacing: .05em;
	font-weight: bold;
}
.privatebox {
	font-family: Verdana;
	font-size: 8px;
	color: #666666;
	letter-spacing: .05em;
	line-height: 9px;
}
input.grey {background-color: #cc0000; font-weight: bold; font-size: 12px; color: white;}
input.green {
	background-color: #ECF5D6;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #78A7C2;
	line-height: 24px;


}
.homebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	height: 30px;
}
.boxcopy2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5C5C;
}
#slideFormContent {
	width: 260px;
	height: 200px;
	border: 0px;
	position: absolute;
	left:0px;
	top: 0px;
	background: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.slideTable {
	border: 1px solid #000000;
	background: #C7D0D9;
	width: 240px;
	padding: 10px;
}
.greenInput {
	background-color: #ECF5D6;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #78A7C2;
	line-height: 24px;
}
.menu_main ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 130px;
	border-bottom: 1px solid #CCCCCC;
}
.menu_main ul li {
	position: relative;
}
.menu_main li ul {
	position: absolute;
	left: 129px;
	top: 0px;
	display: none;
	width: 180px;
       	border-top: 1px solid #CCCCCC;
}
.menu_main li:hover ul, li.over ul {
	display: block;
}
.menu_main ul li a {
	display: block;
	text-decoration: none;
	color: #838383 !important;
	background-color: #cccccc;
	padding: 7px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 10px !important;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none !important;
}
.menu_main ul li ul li a {
	border: 1px solid #CCCCCC;
	border-top: 1px solid #EEEEEE;
	border-bottom: 0px;
	font-size: 10px !important;
	font-weight: normal;
	text-decoration: none !important;
}
.menu_main ul li a:hover {
	background-color: #DDF9F2;
	color: #666666 !important;
}
/* Fix IE. Hide from IE Mac \*/
* html .menu_main  ul li { float: left; height: 1%; }
* html .menu_main ul li a { height: 1%; }
/* End */
.pageheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #514A1A;
	font-style: normal;
}
ul.glossary {
	list-style-image: url('images/odot.gif');
}
.boldbrownbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #625222;
	line-height: 30px;
}
.bodycopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
.homepagelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.orangemore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
acronym {
	border-bottom: 1px dashed #CCCCCC;
}
acronym:hover {
	cursor: pointer;
}
div.spot-nav h3 {
	background-color: #658ac7;
}
div.spot-nav a:hover {
	background-color: #7e9ed2;
}
acronym {
	border-bottom: 1px dashed #CCCCCC;
	cursor: pointer;
}
body {
	text-align: center;
}
div#home_footer {
	margin: 10px auto;
	text-align: right;
	width: 769px;
}
div#home_footer img {
	float: left;
}
div#home_footer p {
	display: inline;
	margin: 0px 0px 0px 10px;
}
div#home_footer ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#home_footer ul li {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
div#home_menu {
	background-image: url(top_buttons_bg.gif);
	height: 22px;
	margin: 8px auto;
	text-align: left;
	width: 769px;
}
div#home_menu ul#dropdown {
	border-left: 1px solid #CCCCCC;
	height: 22px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div#home_menu ul#dropdown li {
	background-color: 666666;
	border: 1px solid #666666;
	border-left: 0px;
	float: left;
	height: 20px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 95px;
}
div#home_menu ul#dropdown li a {
	color: #666666;
	display: block;
	font-size: 10px !important;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	text-align: center;
	text-decoration: none;
	width: auto;
}
div#home_menu ul#dropdown li a:hover {
	background-color: #DD0023;
	color: #ffffff;
}
div#home_menu ul#dropdown li ul {
	border-bottom: 1px solid #CCCCCC;
	display: none;
	left: -1px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	width: 182px;
}
div#home_menu ul#dropdown li:hover ul, div#home_menu ul#dropdown li.over ul {
	display: block;
}
div#home_menu ul#dropdown li ul li {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	height: 20px;
	padding: 0px;
	width: 180px;
}
div#home_menu ul#dropdown li ul li a {
	display: block;
	font-weight: normal;
	height: 14px;
	padding: 3px 0px 3px 6px;
	text-align: left;
}
div#home_search {
	margin-bottom: 30px;
	padding-bottom: 5px;
}
div#home_search input#search_button {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
}
div#home_search input#search_query {
	background-color: #FFFFFF;
	border: 1px solid #78A7C2;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	width: 140px;
}
div#whats_new {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
div#whats_new p {
	line-height: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div#whats_new p.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
p {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
span.rights {
	font-size: 10px;
	line-height: 0px;
	vertical-align: super;
}
table#home_container {
	border: 0px solid #CCCCCC;
	border-top: 0px;
	clear: both;
	margin: 0px auto;
	text-align: left;
	width: 769px;
}
table#home_container span.orange {
	color: #CC6600;
}
table#home_container td {
	vertical-align: top;
}
table#home_container td#home_information {
	border-bottom: 1px solid #CCCCCC;
}
table#home_container td#home_information h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
table#home_container td#home_information h2#what_we_do {
margin-top: 20px;
	margin-bottom: 15px;
}	
table#home_container td#home_information h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	margin-bottom: 20px;
}
table#home_container td#home_information p {
	margin: 10px 20px 20px 0px;
}
table#home_container td#home_paths {
	/* 10px solid #EDDEBE */
	border: 1px solid #CCCCCC;
	padding: 0px 10px 1px 15px;
	text-align: left;
	width: 220px;
}
table#home_container td#home_paths div#certs {
	text-align: center;
	margin-bottom: 10px;
}
table#home_container td#home_paths div#certs img {
	margin: 4px auto;
	padding: 0px;
}
table#home_container td#home_paths h3 {
	border-bottom: 1px dashed #CCCCCC;
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 10px 0px 1px 0px;
	padding: 0px;
}
table#home_container td#home_paths span.underlined {
	border-bottom: 1px dashed #CCCCCC;
}
table#home_container td#home_paths ul#home_services {
	list-style: none;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
table#home_container td#home_paths ul#home_services li {
	border-bottom: 1px solid #EEEEEE;
	margin: 0px;
	padding: 0px;
}
table#home_container td#home_paths ul#home_services li a {
	background-color: none;
	color: #666666;
	display: block;
	height: 100%;
	margin: 2px 0px;
	padding: 6px 5px;
	text-decoration: none;
	width: 210px;
}
table#home_container td#home_paths ul#home_services li a:hover {
	background-color: #DDF9F2;
}
table#home_header {
	margin: 0px auto;
	height: 100px;
	width: 769px;
}
ul#services {
	list-style: none;
	list-style-position: outside;
	margin: 0px 0px 20px 30px;
	padding: 0px;
}
ul#services li {
	background-image:  url(/images/odot.gif);
	background-repeat: no-repeat;
	background-position: 10px left;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 5px 1px 20px;
	padding: 2px 20px;
}

/*---------- SOCIAL MEDIA -------------*/
#social_media{
	width:170px;
	margin:0 auto;
}

#social_media a{
	display:block;
	width:80px;
	float:left;
}

#social_media img{
	border:0px;
}
