﻿div#mainWrapper
{
    width: 774px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: left;
}
 
div#header
{
    /* position: relative;  */
    width: 774px;
    /* 
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #FFFFFF; 
	
	padding-bottom: 3px;
	*/
    height: 62px;
}

div#websiteTitle 
{
	/*
    position: absolute;
    top: 18px;
    left: 27px; 
	*/
    
    font-family: Georgia;
    font-size: 24px;
    color: #000000;
}

div#utilities 
{
    position: absolute;
    top: 24px;
    left: 617px;
    text-transform: uppercase;
}

div#utilities a
{
    color: #999999;
    text-decoration: none;
}


table#mainTable
{
    margin-top: 1px; 
    width: 100%;
    /* border-left: solid 1px #999999; */
    border-left: solid 5px #888888;
    border-bottom: solid 3px #444444;
}

table#mainTable td.blackborderright
{
    border-right: solid 1px #000000;
    background-color: #EBEDE2;
}

table#mainTable td.blackborderleft
{
    border-left: solid 1px #000000;
    background-color: #EBEDE2;
}

table#mainTable td.blackborderbottom
{
    border-bottom: 1px solid #000000;
    background-color: #EBEDE2;
}

table#mainTable td.blackbordertop
{
    border-top: 1px solid #000000;
    background-color: #EBEDE2;
}

td#navigation
{
    font-family: Georgia;
    padding-top: 15px;
    padding-left: 3px;
    padding-right: 16px;
    width: 142px;
     /*background-color: #EBEDE2;*/ 
    background-color: #DBDDD2;
}

td#contentWrapper
{
    width: 609px;
}

table#contentTable
{
    padding: 0;
    margin: 0;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    
}

td#imageCell
{
    padding-bottom: 1px;
}

td#contentCell
{
    border-top: solid 1px #000000;
    width: 375px;
    padding-left: 32px;
    padding-right: 24px;
    padding-bottom: 20px;
    /* border-right: solid 1px #EBEDE2; */
    border-right: solid 1px #000000;
    background-color: #EBEDE2;
}

td#sidebarCell
{
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    width: 130px;
    padding-left: 20px;
    padding-right: 26px;
    padding-top: 10px;
    /* background-color: #FaFaF8;*/
    background-color: #ffffff;

}

td#footerCell
{
    background-color: #EBEDE2;
    height: 27px;
    vertical-align: middle;
    font-size: 10px;
    border-right: solid 1px #000000;
    text-align: center;
}

div.sectionsettings 
{
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #FaFaF8;
    border: solid 1px #000000;
    padding: 3px;
    width: 367px;
}

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: 110px;
}

div.sidebar ul li.sidebaritemseparator
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: transparent url(_images/sidebar_hr.gif) no-repeat center;
	width: 110px;
	height: 35px;
}

/* SimpleViewer styles */
/* hide from ie on mac \*/	
#flashcontent 
{
	width: 480px;
	height: 680px;
}
/* end hide */
#simpleViewerContent {
		width: 480px;
		padding: 20;
		background-color: #ffffff;
		color:#333333;
		font-family:sans-serif;
}	
