/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 09/28/12
 *   author               : Chad Berg
 *   email                : chad@bdhtek.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
html {
}
body{
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #8e8e8e 100%) fixed; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#8e8e8e)) fixed; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#8e8e8e 100%) fixed; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#8e8e8e 100%) fixed; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#8e8e8e 100%) fixed; /* IE10+ */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#8e8e8e 100%) fixed; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#8e8e8e',GradientType=0 ) fixed; /* IE6-9 */
	
	color:#000000;
}
body,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a,a:visited{ 
	color:#0033ff;
	text-decoration:none;
}
a:hover, a:active{
	color:#0033ff;
	text-decoration:underline;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1 {
	font-size: 2.4em;
	margin:.75em 0;
}
h2 {
	font-size: 1.8em;
	margin:0.5em 0;
}
h3 {
	font-size: 1.5em;
	margin:0.5em 0;
}
h4 {
	font-size: 1.2em;
	margin:0.5em 0;
}
h5 {
	font-size: 1.0em;
	margin:0.5em 0;
}
h6 {
	font-size: 1.0em;
	margin:0.5em 0;
}
p {
	margin:0.5em 0;
}

/* Default font styles */
strong, b, strong *, b * { 
	font-weight: bold !important; 
}
em, i, em *, i * { 
	font-style: italic !important; 
}

/* List style for actual lists */
.ul_normal_list {
	list-style:disc;
	list-style-position:inside;
}

/* Images */
a img { 
	border: none;
}
img{
	border-style:none;
}

/* jQuery Validations */
label {
}
label.requiredlabel {
	font-weight:bolder;
}
label.error {
	float: none;
	display: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	font-style:italic;
	font-weight:bolder;
}
.submit {
	margin-left: 20em;
}
input.error, select.error, textarea.error, td.field select.error, tr.errorRow td.field input, tr.errorRow td.field select, .ctrlHolder.error {
	border: 1px solid #C24949;
	background: #FFBCBC;
	color: red;
}
.ctrlHolder.error {
	border: none;
}
/* miscellaneous float/clear classes */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Copyright and bottom info */
.copyright{
	margin-top:1em;
	color:#000; 
	text-align:center;
	font-weight:800; 
	font-size:12px;
}
a.copyright, a.copyright:visited{
	color:#000;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	color:#000; 
	text-decoration:underline;
}

#MHS_top_blue_bar {
	height:15px;
	line-height:15px;
	width:100%;
	background:#154db4;
}
#MHS_top_red_bar {
	height:4px;
	line-height:4px;
	width:100%;
	background:#cf060e;
}

#MHS_header, 
#MHS_main_div  {
	min-width:900px;
	max-width:1200px;
	margin:0 auto;
}
#MHS_header {
	padding:20px 0 5px 0;
}
#MHS_bobcat {
	float:left;
}
#MHS_class_of_98 {
	float:left;
}
#MHS_social {
	float:right;
	padding:100px 30px 0 0;
}
#MHS_social img {
	padding-left:1em;
}
#MHS_nav {
}
.p7PMMh10 .level_1 li {
	padding:0 1em;
}
.p7PMMh10 .level_2 li {
	padding:0;
}
.p7PMMh10 .root_1 {
	padding-left:0 !important;
}

.p7PMMh10 ul ul li {
	background-color: #154db4;
}
.p7PMMh10 ul ul a {
	color: #eee !important;
	background-color: #154db4;
	border-top: 1px solid #3158bc;
	border-right: 1px solid #103497;
	border-bottom: 1px solid #103497;
	border-left: 1px solid #3158bc;
}
.p7PMMh10 ul ul a:hover {
	background-color: #cf060e !important;
	color: #eee !important;
}
.p7PMMh10 ul ul a.trig_open {
	color: #fff !important;
	background-color: #000 !important;
}
.p7PMMh10 ul ul .current_mark {
	color: #fff !important;
}
#MHS_main_div {
	background:#FFF;
	padding:0;
	-moz-box-shadow: 0 0 5px 0px #000;
	-webkit-box-shadow: 0 0 5px 0px #000;
	box-shadow: 0 0 5px 0px #000;
}

#MHS_main_blue_bar {
	height:15px;
	line-height:15px;
	width:100%;
	background:#154db4;
}
#MHS_main_red_bar {
	height:4px;
	line-height:4px;
	width:100%;
	background:#cf060e;
}
#MHS_content {
	padding:2em;
}