body {
	background-color: #DFC26A;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

a {
	color: #4E7690;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #AF8D25;
}

#siteMargin {
	padding-top: 30px;
	width: 900px;
	margin: 0 auto;
}

#siteMarginHeader {
	
	height: 100px;
	width: 900px;
	background: #a4b5c5 url('images/mcg_header.jpg') no-repeat top right;
}

#siteHeader
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#userIdentity
{
	color: #7F7F55;
}

#userIdentity a
{
	color:#CCCC99;
}

#siteHeader h1
{
	position: absolute;
	visibility: hidden;
}

#breadCrumbs
{
	position: absolute;
	visibility: hidden;
}

#siteContent {
	background: #DFC26A;
}

#mainContent
{
	background-color: #CCCC99;
	width: 900px;
	margin: 0,0,0,0;
}

#mainContentIndent
{
	margin-left: 180px;
	background-color: ;
	padding: 60px 40px 40px 80px;
	font-size: 80%;
}

#mainContentIndent h1
{
	font-size: 150%;
	font-weight: bold;
	color: #4E7690;
	margin-bottom: 20px;
}

#mainContentIndent h2
{
	font-size: 130%;
	font-weight: bold;
	color: #4E7690;
	margin-bottom: 15px;
}

#footer
{
	position: absolute;
	visibility: hidden;
}

#siteContentFooter
{
	height: 80px;
	background-color: #999966;
	width: 900px;
}




#siteContentBottomRight a
{
	color: #FFFFFF;
	font-size: 85%;
}

#siteContentBottomRight a:hover
{
	color: #cc0000;
}


#mainPageLink
{
	position: absolute;
	visibility: hidden;
}

#pageEditControls
{
	float: right;
}

.CCAccentBox
{
	position: absolute;
	top: 0px;
	left: 50%;
width: 180px;
	z-index: 1;
}

.CCAccentBox .CCAccentBoxIndent
{
	position: relative;
	top: 170px;
	left: -390px;
width: 160px;
}

* html .CCAccentBox .CCAccentBoxIndent
{
	top: 190px;
}

/* -- Horizontal Nav Stuff -- */

div#navigation
{
	font-size: 95%;
	font-family: verdana;
	height: 62px;
	background: #989761 url('images/menuback.gif') repeat-x top left;
}

div#navigation h1
{
	position: absolute;
	visibility: hidden;
}

div#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 2;
}

div#navigation ul li span
{
	position: absolute;
	visibility: hidden;
}

/*Top level list items*/
div#navigation ul li
{
	margin: 11px 0px 0px 11px;
	padding: 0;
	position: relative;
	display: inline;
	float: left;
	z-index: 2;
}

/*Top level menu link items style*/
div#navigation ul li a
{
	margin: 0;
	display: block;
	/*width: 90px; */
	/*border: 1px solid black;
	border-left-width: 0;*/
	white-space: nowrap;
	text-decoration: none;
	padding: 8px 20px 8px 8px;
	font-weight: bold;
	color: #FFFFFF;
}
	
/*1st sub level menu*/
div#navigation ul li ul
{
	margin: 0;
	padding: 0;
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	background-color: #777744;
}

/*Sub level menu list items (undo style from Top level List Items)*/
div#navigation ul li ul li
{
	margin: 0;
	padding: 0;
	display: list-item;
	float: none;
	position: relative;
	top: -2px;
	left: -2px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
div#navigation ul li ul li ul
{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
div#navigation ul li ul li a
{
	margin: 0;
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999966;
	border: 1px solid #777744;
}

div#navigation ul li a:hover
{
	background-color: #000000;
	color: #FFFFFF;
}

/*Background image for top level menu list links */
div#navigation .mainfoldericon
{
	background: transparent url('images/arrow-down.gif') no-repeat center right;
}

/*Background image for subsequent level menu list links */
div#navigation .subfoldericon
{
	background: #F3F3F3 url('images/arrow-right.gif') no-repeat center right;
}

/* -- control panel stuff -- */


/* -- treeList -- */

div.treeList ul
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}
div.treeList li
{
	padding: 5px 0px 0px 0px;
}
div.treeList .treeListIcon
{
	margin-right: 10px;
}

/* -- sizerTable -- */

table.sizerTable
{
	width: 100%;
}
table.sizerTable td.sizerTableLeft
{
	border: solid 1px #000000;
	padding: 4px 4px 4px 4px;
}
table.sizerTable td.sizerTableBar
{
	width: 6px;
	background: #888888 url('/Content/images/dots.gif') repeat-y top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.sizerTable td.sizerTableRight
{
	border: solid 1px #000000;
	padding: 4px 4px 4px 4px;
}

/* -- sortTable -- */

table.sortTable
{
	font-size: 90%;
	/*width: 100%;*/
}

table.sortTable th
{
	background-color: #4b4d5e;
	color: #FFFFFF;
	padding: 4px 4px 4px 4px;
	white-space: nowrap;
}

table.sortTable th > a
{
	color: #FFFFFF;
}

table.sortTable th > a:hover
{
	color: #CCFFFF;
}

table.sortTable td
{
	background-color: #BBC3DD;
	padding: 4px 4px 4px 4px;
}
