

/* ------------------------------------------- */
/* -- general styles for site -- */

body {
	background: #d0d8e3;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9pt;
}
p {

}
a {
	color: #013366;
}
a:hover {
	font-weight: bold;
}
a:visited {
	color: #551A8B;
}
h1, h2, h3, h4, h5, h6 {

}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.printonly {
	 display:none;
}

#sitelogo {

}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */

table.PageBoundingBox, table.ContentBoundingBox, #headerwrapper, #gnavwrapper, #footerwrapper {	
	width:100%;
}
#headercontent, #gnavcontent, #fixedcontentwrapper, #footercontent {
	/* fixed with of site content areas go here */
	width:760px;
	margin: 0 auto; 
}
td.MainContent {}
td.LSB {}

/* ------------------------------------------- */
/* -- header -- */

#sitelogo {
	display: inline;
	float:left;
	width: 165px;
	height: 80px;
}

#headerbranding {
	height: 80px;
	background: #09386e url('/images/system/08/MCCHeader_BG.jpg') top left no-repeat;
	width: 595px; 
	float: right;
	display: inline;
}

/* -- Search box -- */
#searcharea {
	float:right;
	margin:6px 5px 0 0;
}

#searcharea #q {
	border: #7f9db9 solid 1px;
}

#searcharea input {
	vertical-align: top;
}

.searchareabtn {
	margin: 10px 5px 0 0;
}

/* -- global navigation -- */
#gnavcontent {
	clear: both;
	background: #ffe57c;
	height: 26px;
}

#gnavcontent ul {
	list-style: none;
	//padding: 0 0 0 15px;
}

#gnavcontent ul li {
	float:left;
	display: block;
	position:relative;
}

#gnavcontent ul li a {
	padding: 6px 6px;
	border-right: #ffcc00 1px solid;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	float:left;
	width:auto;
	height:14px;
	display:block;
}
#gnavcontent ul li#gnavlast a {
	border-right:none;
}

#gnavcontent ul li a:hover  {
	background: #ffcc00;
}

/* -- drop down lists - tier 1 -- */

#gnavcontent ul ul {
padding-left: 0;
	text-align:left; 
	position: absolute;
	clear:left;
	top: 26px;
	z-index:1000;
	left: -999em;
	width: 225px;
	background: #feea9b;
}

#gnavcontent ul li:hover ul {
	left:auto;
}

#gnavcontent ul li:hover ul a {
	background: #feea9b;
	border-right:none;
	border-top: #ffcc00 1px solid;
	padding: 4px 0 4px 10px;
	display:block;
	width:215px;
}

#gnavcontent ul li:hover ul a:hover {
	background: #ffcc00;
}

/* -- drop down lists - tier 2 -- */

#gnavcontent ul li:hover ul ul {
	text-align:left; 
	clear:left;
	position: absolute;	
	z-index:1000;
	left: -999em;
	width: 200px;
	background: #ffe57c;
}

#gnavcontent ul li ul li:hover ul  {
	left:225px;
        top:5px;
}

/* ------------------------------------------- */
/* -- Footer -- */
#footercontent {
	background: #09386e;
	padding:8px 0 0 0;
	height:50px;
	font-size: 8pt;
}

#footercontent a,#footercontent a:visited, #footercontent a:active {
	color: #ffcc00;
	font-weight:bold;
}
#footerleftblock {
	margin: 0 0 0 8px;
	display:inline;
	float:left;
	width:230px;
}
#footermidblock {
	float: left;
	text-align: center;
	width:310px;
	padding-top: 5px;
}

#footerrightblock {
	width:160px;
	margin:0 8px 0 0;
	display:inline;
	color: #fff;
	text-align: right;
	float: right;
}




/* ------------------------------------------- */
/* -- Iconize extensions, these will add an icon automatically to the predefined content types below.  Works in all browsers except IE 6 -- */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_doc.gif) no-repeat center right;
	white-space: nowrap; /* fixes IE wrapping bug, will display no image if link wraps to another line */
}
a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_txt.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_xls.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_pps.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_pdf.gif) no-repeat center right;
	white-space: nowrap;
}
a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_flash.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_archive.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	 padding: 5px 20px 5px 0;
	 background: transparent url(/images/system/icons/icon_film.gif) no-repeat center right;
	 white-space: nowrap; 
	 display: inline-block; 
}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/system/icons/icon_music.gif) no-repeat center right;
	white-space: nowrap; 
}
a[href ^="mailto:"] {
	 padding: 5px 20px 5px 0;
	 background: transparent url(/images/system/icons/icon_mailto.gif) no-repeat center right;
	 white-space: nowrap; /* fixes IE wrapping bug, will display no image if link wraps to another line */
}
/* this is set on images with links to files so they will not get an icon */
.noicon {
	padding-right: 0 !important;
	background: none !important;
}


