﻿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 {
	width: 900px;
	margin: 0 auto;
	font-size: 70%;
}

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

#siteHeader
{
	position: relative;
}

#userIdentity
{
	color: #000000;
}

#userIdentity a
{
	color: #7F7F55;
}

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

div#mainContent {
	background: #FFFFFF none repeat-y scroll left top;
	color: #000000;
	font-size: 13px;
	overflow: hidden;
	text-align: left;
	width: 900px;
	float: left;
}


#mainContent h1
{
	position: absolute;
	margin-left: 10px;
	font-size: 125%;
	font-weight: bold;
	color: #4E7690;
	margin-bottom: 10px;
	margin-top: -30px;
}

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

div#segments {
	margin: auto 0;
	max-width: 900px;
	min-height: 400px;
	overflow: hidden;
}
div#segments div.segment {
	border: 0 none;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div#clump_leftSidebar div.segment div {
	height:inherit;
}

div#clump_default div.segment div {
	height:inherit;
	padding-left:10px;
}

div#clump_rightColumn div.segment div {
	height:inherit;
	padding-left:10px;
}

div#clump_leftColumn div.segment div {
	height:inherit;
	padding-left:10px;
}
div.segmentEditControls {
	float:right;
	padding-top:10px;
	z-index:0;
	font-size: 85%;
}

#clump_leftSidebar {
	background:#CCCC99 none repeat scroll 0 0;
	float:left;
	margin:0 0 -2000px;
	padding-bottom: 2000px;
	width:260px;
}
#clump_default {
	float:left;
	margin-bottom:-2000px;
	max-width:600px;
	padding-bottom:2000px;
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
#clump_leftColumn {
	float:left;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	width:330px;
	background-color:#FFFFFF
}
#clump_rightColumn {
	float:left;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	width:330px;
	background-color:#FFFFFF
}

#clump_leftSidebar h2
{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
}

.aWeberForm
{
	font-size: 75%;
}

#siteContentFooter
{
		
}

#siteContentBottomLeft
{
	height: 80px;
	width: 260px;
	background-color: #7F7F55;
	float: left;
}

#siteContentBottomRight
{
	height: 80px;
	width: 640px;
	background-color: #999966;
	float: right;
}

#siteMarginBottomLeft
{
	text-align: center;	

}

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

#pageEditControls {
	background:#333333 none repeat scroll 0 0;
	font-size:0.85em;
	height:1.4em;
	text-align:right;
	width:900px;
	z-index:6;
	margin: auto, 0;
}

	

/* -- Horizontal Nav Stuff -- */

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

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
{
	z-index: 1;
	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: #999966 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;
}