/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
html { overflow-y: scroll; color: #4a4a4a; }
body { /*background: #004f16;*/ font-family: Arial; font-size: 12px; margin: 0; padding: 0; }
/* ol { margin-bottom: 1.3em; margin-left: 15px; list-style-position: inside; }
ol li { background: none; padding: 0; }
ul { margin-bottom: 1.3em; margin-left: 15px; list-style-type: disc; }
li ul { margin: 0; }
li ul li { margin: 0.25em 0 0 0; }
li { margin-top: 0.25em; margin-bottom: 0.25em; } */
p { margin-bottom: 1.3em; font-size: 1em; }
h1 { font-size: 2.500em; margin-top: 4px; display: block; margin-bottom: 10px; }
h2 { font-size: 1.500em; margin-top: 4px; display: block; margin-bottom: 10px; }
h3 { display: block; margin-top: 4px; margin-bottom: 10px; font-size: 1.500em; }
h4 { display: block; margin-top: 4px; margin-bottom: 10px; }
h5 { display: block; margin-top: 4px; margin-bottom: 10px; }
a:link { text-decoration: underline; color: #4a4a4a; }
a:visited { text-decoration: underline; color: #4a4a4a; }
a:active { text-decoration: underline; color: #4a4a4a; }
a:hover { color: #4a4a4a; text-decoration: underline; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#outside_container {
	width: 100%;
	position: relative;
	background: url(/mc-bodybg.jpg) repeat-x top left;
}

#top {
	width: 972px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#search { 
  position: absolute;
  top: 115px;
  right: 0;
}

.Search_Button { display: block; text-align: right; display: none; }
.Search_TextBox{ display: block; width: 171px; height: 23px; background: url(/mc-searchbg.jpg) no-repeat top left; border: none; padding: 2px 0 0 30px; }

#header {
  width: 972px;
  height: 108px;
  background: url(/mc-header.jpg) repeat-x top left;
}

#banner1 {
  width: 972px;
  margin: 20px 0 0 0;
  padding: 0;
}

#banner1 ul, #banner1 li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 0 0 0 !important;
}

#banner2 {
  width: 972px;
  margin: 0;
  padding: 0;
}

#banner2 ul, #banner2 li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 0 0 0 !important;
}


#nav { height: 41px;  width: 972px; }

/* Horizontal Items */
.RadMenu > .rmHorizontal > .rmItem > .rmLink { color: white; font: 1em; font-weight: bold; text-decoration: none; padding-top: 12px; padding-bottom: 12px; }
.RadMenu > .rmHorizontal > .rmItem > .rmLink:hover { background-color: #a5a5a5; color: black; filter:alpha(opacity=90); opacity:0.9; cursor: pointer !important; }

/* Vertical Items */
.RadMenu .rmGroup .rmLink { background-color: #f2f2f2; color: black; filter:alpha(opacity=90); opacity:0.9; font: 1em; font-weight: 600; text-decoration: none; padding: 5px 15px !important; }
.RadMenu .rmGroup .rmLink:hover { background-color: #a5a5a5; }
.RadMenu .rmGroup .rmLink .rmText { padding: 0px !important; }

#breads {
  width: 972px;
  padding: 10px 20px 10px 20px;
  font-size: .917em;
  display: none;
}

#main_border { background-color: #ababab; margin: 10px 0; }

#main { width: 910px; margin: 0; padding: 35px 30px 35px 30px;  
background: url(/mc-contentbg.jpg) repeat-x bottom left #fff; zoom:1; }


.column1 {
  float: left;
  padding: 0 20px 0 0;
  width: 466px;
}

.column2 {
  float: left;
  width: 500px;
  padding: 0 0 0 20px;
}

#subnav { position: absolute; top: 320px; left: 15px; z-index: 20; }

#subnav .rpRootGroup { width: 175px !important; border: 0 !important; }

#subnav .rpOut, #subnav .rpOut:hover { padding:0 !important; border:0 !important;}

#subnav .rpItem { border: 1px solid #898989; margin: 0 0 1px 0; width: 162px; }
#subnav .rpItem a { background: #d5d5d5; font-weight: bold; line-height: 10px; padding: 15px 0 15px 10px; width: 152px; }
#subnav .rpItem a:hover, #subnav .rpItem .rpSelected { background: url(/SubNavArrow.png) no-repeat top right white; width: 163px; }

#subnav .rpLevel1 { background: white; width: 152px !important; margin: 10px 4px !important; border: 1px solid #898989 !important; }

#subnav .rpSlide > .rpGroup > .riItem { border: 0; width: 152px; }
#subnav .rpSlide > .rpGroup > .rpItem a { background: white; border: 0; font-size: .8em; font-weight: normal; padding: 2px 5px !important; width: 148px; }

/**10.17.11 added due to update**/
#subnav .rpLink {border:0px; font-size:10px;}
#subnav .rpLevel1 .rpItem {  border: 0px solid #898989 !important; }

.content { min-height: 400px;  }

#footer {
  width: 100%;
  font-size: .917em;
  background: url(/mc-footerbg.jpg) repeat-x top left;
  height: 181px;
  padding: 20px 0 0 0;
}

#footer a { color: #ffffff; }

#footer span {
  width: 972px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#login {
  width: 100%;
  padding: 5px 0 5px 0;
  font-size: .917em;
  text-align: right;
}

#login a { color: #fff; }

.logoutContainer {
  width: 972px;
	margin-left: auto;
	margin-right: auto;
  }

/* END STRUCTURE */

/* ------------------------------------------ */
/* RSS FEEDS */
/* ------------------------------------------ */

.WebBox_TitleText {
	padding: 0 0 0 10px;
	font-size: 2em;
	line-height: 37px;
}

.WebBox_TitleDiv {
  height: 37px;
  padding: 0 0 0 39px;
  font-weight: bold;
}

.WebBox_UnderTitleSpacerDiv {
	height: 10px;
}

.WebBox_UnderItemTitleSpacerDiv {
	height: 5px;
}

.WebBox_ListDescription {
	line-height: 1.5em;
}

.WebBox_UnderItemDescriptionSpacerDiv {
	height: 15px;
}

.WebBox_ListServiceItemTitle {
  width: 233px;
  padding: 4px 0 4px 5px;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* PARENT SECTION */
/* ------------------------------------------ */

.ParentSection_ListTitleLink {
  font-size: 1.500em; display: block; font-weight: bold;
}

.ParentSection_ListBriefDescription {
  margin: 5px 0 0 0;
  float: left;
}
.parentSection_MainListTable > td { display:none; }

/* END STRUCTURE */

/* ------------------------------------------ */
/* ARTICLES PAGE */
/* ------------------------------------------ */


.ArticleSection_ListTitle {
  font-size: 1.167em;
  font-weight: bold;
}

.hasRead {
  float: left;
  margin: 0 5px 0 0;
}

.itemBriefDescription {
  margin: 10px 0 10px 0;
  display: block;
}

.Article_FullDescription {
  margin: 0 0 10px 0;
}

.itemReadMoreLink {
  margin: 10px 0 10px 0;
}

.Article_Title {
  font-size: 1.167em;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.FaqSection_ListTitle {
  font-size: 1.167em;
  font-weight: bold;
}

.DownloadSection_ListTitle {
  font-size: 1.167em;
  font-weight: bold;
}

.DownloadSection_ListFileName {
  display: block;
  margin: 10px 0 0 0;
}

.ArticleSection_ListImage {
  float: left;
  margin: 0 10px 10px 0;
}

.Article_DisplayArticleImage {
  float: left;
  margin: 0 15px 15px 0;
}

.SectionTitle {
  margin: 0 0 15px 0; display:none;
}

.Section_Title {
  margin: 0 0 15px 0;
  font-size: 1.500em;
  font-weight: bold;
  display:none;
}

.BackToListLink {
  margin: 0 0 15px 0;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* LINKS PAGE */
/* ------------------------------------------ */

.itemLinkTitle {
  font-size: 1.167em;
  display: block;
  font-weight: bold;
}

.itemBriefDescription {
  display: block;
}

/* END STRUCTURE */

.HTMLNewslettersSection_ListTitle {
  font-weight: bold;
}

/* ------------------------------------------ */
/* DOWNLOADS PAGE */
/* ------------------------------------------ */

.itemTitle {
  font-size: 1.167em;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.itemBriefDescription {
	display: block;
}

.DownloadSection_ListSendALinkToDownload, .DownloadSection_ListReadMoreLink, .HTMLNewslettersSection_ListReadMoreLink { color: #90bf02; }

/* END STRUCTURE */


.editContentMenu {
margin: 15px 0 0 0;
}

.GeoMapMainMapDiv {
height:350px;
}

.SurveyResultTextCell { margin-left: 15px; }

.ContactFormFieldTitleCell { padding-bottom: 10px; }

.DownloadSection_ListThumbnail {
  float: left;
  margin: 0 10px 10px 0;
}

.DownloadSection_ListItem {
  float: right;
  width: 439px;
}

.Faq_Title {
  font-size: 1.167em;
  font-weight: bold;
}

.LinksSection_ListImage {
  margin: 0 10px 10px 0;
}

.BookSection_ListTitle {
  font-size: 1.167em;
  font-weight: bold;
}
.rsHeader { z-index: 98 !important; }
