﻿div#mainWrapper
{
    width: 1012px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
 
div#header
{
    position: relative;
    width: inherit;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #FFFFFF;
    height: 150px;
}

div#websiteTitle 
{
    position: absolute;
    font-family: Georgia;
    font-size: 24px;
    color: #000000;
}
.glossymenu{
	position: relative;
	margin: 0 auto;
	background: url('_images/menuo_bg.gif') repeat-x; /*tab background image path*/
	height: 49px;
	list-style-type:none; padding-left:34px; padding-right:0; padding-top:0; padding-bottom:0
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 18px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('_images/menuo_hover_left.gif') no-repeat left 50%; /*left tab image path*/
	
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('_images/menuo_hover_right.gif') no-repeat right top; /*right tab image path*/
}


div#utilities 
{
    position: absolute;
    top: 4px;
    left: 850px;
    text-transform: uppercase;
}

div#utilities a
{
    color: #999999;
    text-decoration: none;
    font-size: 13px;
}


table#mainTable
{
    margin-top: 1px;
    width: 100%;
    border-left: solid 1px #999999;
}

table#mainTable td.blackborderright
{
    border-right: solid 1px #000000;
    background-color: #CCCCCC;
}

td#navigation
{
    font-family: Georgia;
    padding-top: 74px;
    padding-left: 5px;
    padding-right: 16px;
    width: 142px;
}

td#contentWrapper
{
    width: 832px;
}

table#contentTable
{
    padding: 0;
    margin: 0;
}

td#imageCell
{
    padding-bottom: 1px;
}

td#contentCell
{
    border-top: solid 1px #FFFFFF;
    width: 805px;
    padding-left: 32px;
    padding-right: 24px;
    padding-bottom: 20px;
    border-right: solid 1px #CCCCCC;
    background-color: #FFFFFF;
}

td#sidebarCell
{
    border-top: solid 1px #F2F2F2;
    border-right: solid 1px #999999;
    width: 132px;
    padding-left: 20px;
    padding-right: 26px;
    padding-top: 38px;
    background-color: #F9F9FA;
}

td#footerCell
{
    background-color: #3E6A97;
    padding-left: 32px;
    height: 27px;
    vertical-align: middle;
    font-size: 10px;
    border-right: solid 1px #999999;
    color: #ffffff;
}

div.sectionsettings 
{
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #F2F2F2;
    border: solid 1px #000000;
    padding: 3px;
    width: 580px;
}

div.sectionsettings table td
{
    vertical-align: middle;
}

div#breadcrumbs
{
    margin: 0;
    padding: 0;
    height: 28px;
    padding-top: 10px;
}

div#breadcrumbs .node
{
    color: #999999;
    text-decoration: none;
    padding-right: 5px;
}

div#breadcrumbs .currentNode
{
    color: #000000;
}

div#breadcrumbs .separator
{
    color: #999999;
    padding-right: 5px;
}

div#footer 
{
    padding-top: 20px;
    color: #999999;
    font-size: 10px;
}

div.sidebar ul 
{
    margin: 0;
    padding: 0;
}

div.sidebar ul li.item
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 130px;
}

div.sidebar ul li.sidebaritemseparator
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: transparent url(_images/sidebar_hr.gif) no-repeat center;
	width: 130px;
	height: 35px;
}

