@charset "UTF-8";
/* ------------------------------------------------------------

    Title:     MHEC styles for Screen media
    Author:    Christopher Whalley
    Updated:   December 12, 2009
		
------------------------------------------------------------ */

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
height: 100%;
}
 
body {
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	background-color: #bcc4c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	height:100%;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	color: #0B8292;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:-1px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 1.5em;
}
 
h2 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
h2.left {
	background-image: url(../imgs/h2BG_left.jpg);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 7px;
}
h2.right {
	background-image: url(../imgs/h2BG_right.jpg);
	background-repeat: no-repeat;
	height: 24px;
	text-align: right;
	background-position: right top;
	padding-right: 7px;
}
h2.columnNav {
	background-image: url(../imgs/columnNavBG.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 7px;
	width: 195px;
}
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
color: #0B8292;
}
h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:-1px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 1.7em;
}
h5 {
	font-weight: bold;
	font-size: 1.1em;
        border-bottom: 1px dotted #000000;
}
 
p, ul, ol {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:none;
}
fieldset {
margin: 0px;
}


/* Structural
------------------------------------------------------------ */
#wrapper {
	padding: 0px;
	width: 933px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container{
}
#header{
	margin: 0px;
	padding: 0px;
	height: 292px;
	width: 933px;
}
#navigation {
	background-image: url(../imgs/navBG.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 29px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
	float: left;
	display: inline;
}
#navigationInner {
	background-image: url(../imgs/navInnerBG.jpg);
	padding: 0 0 0 70px;
	height: 37px;
	width: 863px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	background-repeat: no-repeat;
}
#contentContainer {
	padding: 5px;
	width: 890px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
	float: left;
	display: inline;
}
#contentContainerInner {
	padding: 0 5px 5px 5px;
	width: 890px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
	float: left;
	display: inline;
}
#footer {
font-size: .8em;
color: #333333;
background-image: url(../imgs/footerBG.jpg);
background-repeat: no-repeat;
background-position: top center;
float: left;
width: 900px;
margin: 0 0 0 33px;
padding: 5px 0 0 0;
}
#footer a {
color: #555555;
}
#footer a:hover {
text-decoration: underline;
}

/* Header
------------------------------------------------------------ */
.headerTop{
	background-image: url(../imgs/headerTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 933px;
}
.headerMain {
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 933px;
}
/***** headerTop *****/
.topLinks {
width: 250px;
position: relative;
top:15px;
left:680px;
font-size: 12px;
color: #0B8292;
}
.topLinks a {
font-size: 12px;
color: #0B8292;
padding: 7px;
}
.topLinks a:hover {
text-decoration: underline;
}
.search {
width: 220px;
position: relative;
top:27px;
left:690px;
float: left;
}
#cntnt01searchinput {
margin:3px 0 0 0;
float: left;
}
.search-button {
margin: 5px 0 0 3px;
float: left;
}
/***** headerMain *****/
.hBlock1 {
	background-image: url(../imgs/headerMain1.jpg);
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 311px;
	float: left;
}
.hBlock2 {
	background-image: url(../imgs/headerMain2.jpg);
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 311px;
	float: left;
}
.hBlock3 {
	background-image: url(../imgs/headerMain3.jpg);
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 311px;
	float: left;
}


/* Content Container
------------------------------------------------------------ */

/***** Home Page *****/
.column1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 205px;
}
.contentHome {
	width: 449px;
	float:left;
	background-image: url(../imgs/homeMainContentBG.jpg);
	background-repeat: no-repeat;
	display: inline;
	background-position: center top;
	padding: 10px 15px;
	font-size: .8em;
	line-height: 1.4em;
}
.contentHome ul {
list-style-position: outside;
	list-style-type: disc;
}
.column2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 205px;
}
.columnLinks {
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0px;
}
/***** Inner Page *****/
.contentInner {
	width: 655px;
	float:left;
	background-repeat: no-repeat;
	display: inline;
	background-position: center top;
	font-size: .8em;
	background-image: url(../imgs/innerMainContentBG.jpg);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1.4em;
}
.contentInner ul {
list-style-position: outside;
	list-style-type: disc;
}

/***** Quicklinks *****/
.columnLinks ul {
	margin: 0px;
	padding: 0 0 5px 17px;
	width: 190px;
}
.columnLinks li {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.columnLinks a {
	background-image: url(../imgs/arrow.jpg);
	width: 175px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #333333;
	font-size: .9em;
}
.columnLinks .currentpage {
	background-image: url(../imgs/arrow-active.jpg);
	width: 175px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	color: #333333;
	font-size: .83em;
	line-height: 1.8em;
}
.columnLinks a:hover {
}

/***** column2 *****/
 .newsPod {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 200px;
	float: right;
	line-height: 1.4em;
	margin: 10px 0;
 }
 .NewsSummary {
 font-size: .8em;
 }
 .NewsSummaryLink a {
 color: #0B8292;
 	margin: 2px 0;
 }
 .NewsSummaryMorelink {
 	color: #333333;
	font-size: 1em;
}
.NewsSummaryMorelink a{
	background-image: url(../imgs/arrow.jpg);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #333333;
	font-size: 1em;
	float: right;
}
 
 .pods {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 200px;
	float: right;
	line-height: 1.4em;
 }
  .pods img {
	margin: 5px 0;
 }
 .calendar-sidebar {
 	width: 205px;
 	float: right;
 }
 .calendar-sidebarevent{
 	width: 205px;
 	font-size: .8em;
 	margin: 2px 0;
 	float:right; 	
 }
 .event-title {
 	color: #0B8292;
 	margin: 2px 0;
 }
 .calendar-date-from {
 	color: #777777;
 	font-size: .9em;
 }
 .calendar-summary {
  	font-size: .9em;
 }
 .eventmore {
 	color: #333333;
	font-size: 1em;
}
.eventmore a{
	background-image: url(../imgs/arrow.jpg);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #333333;
	font-size: 1em;
	float: right;
}
/***** carousel *****/
 
.carouselHeading{
       background-image: url(../imgs/sponsors.jpg);
       width: 446px;
       height: 32px;
       margin: 5px 0 5px 0;
}
.carousel{
       background-image: url(../imgs/sponsorScrollerBG.jpg);
       width: 448px;
       height: 94px;
       padding: 4px 0 0 0;
}
.jCarouselLite li{
       width: 97px;
       height: 95px;
       margin: 0 5px;
}

/***** Form *****/
form label {
 float: left;
 width: 150px;
 }

/***** Company Directory *****/
.CompanyDirectoryItem {
	width: 250px;
	height: 100px;
	padding: 0px;
	margin: 10px;
	float: left;
	border: 2px solid #0B8292;
} 
.contactname {
	background-color: #0B8292;
	height: 19px;
	width: 240px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 0 0 10px;
}
.CompanyDirectoryInfo {
	width: 230px;
	height: 100px;
	padding: 10px;
	margin: 0px;
	float: left;
} 


/***** FAQ *****/

.askquestion {
width: 653px;
border: 1px solid #0B8292;
margin: 1px 0;
}
.askdate {
width: 643px;
height: 25px;
font-size: 14px;
color: #FFFFFF;
background-color: #0B8292;
padding: 5px 5px 0 5px;
}
.question {
width: 643px;
font-size: 1em;
color: #333333;
background-color: #bfdee3;
border-bottom: 2px dotted #0B8292;
padding: 5px;
}
.answer {
width: 643px;
font-size: 1em;
color: #222222;
background-color: #FFFFFF;
padding: 5px;
}
.askletter {
font-size: 1.4em;
color: #0B8292;
padding: 0 5px;
float: left;
display: inline;
}
textarea {
   width: 500px;
   height: 150px;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.designed {
	padding: 0px;
	width: 868px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 0.8em;
	color: #8D8D8D;
	line-height: 1.5em;
}
dfn { display: none; }
