body
{
	margin:70px;
	margin-top: 50px;
	background-color: #fff;
    font:75%/150% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #444;
}

span.highlight {
    background: #cdff84;
}
#page_container
{
    margin-left: auto;
    margin-right: auto;
	width: 800px;
}

img
{
	border: 0;
	text-decoration: none;
}

#main_menu
{
	text-align: justify;
	font-family: Gill Sans, Verdana, tahoma, helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    //font-weight: bold;
    margin-bottom: 6px;
}

span.read_more {
    letter-spacing: -3px;
}

#content_container
{
    line-height: 17px;
	font-size: 11px;
}

h1 {
}

h2 {
    color: #555;
    font-size: 13px;
	font-family: Gill Sans, Verdana, tahoma, helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h3 {
    color: #555;
    font-size: 12x;
	font-family: Gill Sans, Verdana, tahoma, helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 12px;
    margin-bottom: 2px;
}

h2.news_box {
    color: #555;
    font-size: 13px;
	font-family: Gill Sans, Verdana, tahoma, helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
	border-bottom: 1px solid #000;
}

div.news_box_left
{
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	padding-right:10px;
	/*
	float: left;
	width: 30%;
	*/
}

div.news_box_right
{
	padding: 0;
	padding-right: 0;
	padding-top: 0;
	padding-left:10px;
	/*
	float: right;
	width: 30%;
	*/
}

div.news_box_middle
{
	padding: 0;
	padding-top: 0;
	padding-left:10px;
	padding-right:10px;
	/*
	float: right;
	width: 30%;
	*/
}

#footer
{
	/*
	display:none;
	*/
	border-top: 1px solid #000;
	font-size: 9px;
}


a
{
	color: #444;
	text-decoration: underline;
}

span.main_menu_item_container
{
	width: 20%;
}
a.main_menu_item
{
	color: #555;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
    color: #000;
    text-decoration: underline;
    background-color: #eee;
}


td
{
	vertical-align: top;
}

table
{
	border: 0;
}

td.main_menu_item
{
	text-align: center;
	width: 10%;
}

#main_menu_container
{
	width: 100%;
}

td.news_box_container
{
	width: 33%;
}

td.news_box_container_wide
{
	width: 66%;
}

td.footer
{
	width: 8%;
    white-space: nowrap;
	text-align: center;
}

.teammemberdescription {
    padding: 20px;
}
ul.teamlist li {
    list-style: none;
}

/* MENU ---------------------------------------*/
.productMenu {
	font-family: Gill Sans, Verdana, tahoma, helvetica, sans-serif;
	letter-spacing: 1px;
    color: black;
    margin-right: 50px;
}

.productMenuMainItem a {
	display: block;
	border: none;
    height: 18px;
    padding: 5px 5px 5px 10px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    background-color: #444;
}

.productMenuItem a {
	display: block;
	border: none;
    height: 18px;
    padding: 5px 5px 5px 10px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    background-color: #eee;
}

.productMenuItem a:hover, .productMenuMainItem a:hover {
    background-color: #FFA824;
    color: #fff;
}
