/* external CSS file */
/* filename 'styles_mdhs.css' */

/* body tag can be found down under "Required ISS Styles" */
	
#header_wrapper {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 152px;
	text-align: center;
}

#header {
	background-color: #222;
	padding: 0px;
	height: 152px;
	width: 990px;
	margin: 0 auto 0 auto;
}

#datebar_wrapper {
	background-color: #DDAC24;
	margin: 0px;
	padding: 0px;
	height: 38px;
	border-bottom: solid 1px #666666;
	background-image: url(images/bg_gold.jpg);
}
#datebar {
	padding: 0px;
	width: 990px;
	margin: 0 auto 0 auto;
	height: 38px;
}
#datebar_wrapper #datebar p {
	line-height: 38px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: right;
	margin: 0 10px 0 0;
	letter-spacing: 0.1em;
}
#middle_wrapper {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(images/bg_lines.gif);
	text-align: center;
}

#middle {
	text-align: left;
	background-color: #EFEFEF;
	background-image: url(images/bg_gold_menu2.jpg);
	background-repeat: repeat-y;
	background-position: -74px 0;
	padding: 0px;
	width: 990px;
	margin: 0 auto;
}
#middle #sidebar {
	height: 100%;
	width: 175px; /* NOTE! If you change the width of #sidebar then you must also change the background-position 
					 of the #middle style. The sidebar gets it's background color from there and has none of it's own. */
	background-image: url(images/bg_gold_menu2.jpg); /* #sidebar has same background-image as the parenting #middle div. 
														This is so that I could also assign a background color "under" 
														the background-image. If some has images turned off then the 
														white sidebar links will still be visible over the background-color. 
														When images are on, the duplicated background-image lines up with 
														#middle's background-image. I put this in #middle so that the bg 
														would run full height. */
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
}
#middle #sidebar ul#navigation {
	margin: 0px;
	padding: 0px;
	width: 175px;
}

#middle #sidebar #navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#middle #sidebar #navigation li a {
	display: block;
	color: #000;
	font-size: .9em;
	text-decoration: none;
	padding-left: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	line-height: 2em;
	margin: 0px;
}
#middle #sidebar #navigation li a:hover {
	background-color: #FFF;
}
#middle #content {
	float: right;
	width: 765px;
	padding-right: 25px;
	padding-bottom: 10px;
	text-align: left;
}
#middle #content h1 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}
#middle #content h2 {
	color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 1.3em;
}
#middle #content h3 {
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#middle #content p {
	margin-top: 0px;
}

/*
#middle #content img  {
	padding: 3px;
	border: 2px solid #999;
	background-color: #FFF;
	float: left;
	display: inline-block;
	margin: 0 15px 5px 0;
}
*/
#middle #content .navSubMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.85em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 0 0 -3px;
}
#middle #content .navSubMenu a {
	color: #666666;
	text-decoration: underline;
	margin: 0 3px 0 3px;
}
#middle #content .navSubMenu a:hover {
	color: #000;
}
#middle #content #front-blocks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333;
	margin-top: 30px;
}
#middle #content #front-blocks #news , #front-blocks #calendar{
	background-color: #CCC;
	height: 420px;
	width: 320px;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
	border: solid 1px #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding: 15px;
	overflow: hidden;
	background-image: url(images/xshades-lightgray.jpg);
}
#middle #content #front-blocks p  {
}
#middle #content #front-blocks p a  {
	font-weight: bold;
	color: #000;
}

#footer_wrapper {
	background-color: #000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #555;
}

#footer_wrapper #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding-top: 10px;
	line-height: 1.5em;
	padding-bottom: 80px;
	background-image: url(images/stuccolight-darkgray.jpg);
	background-repeat: repeat;
}
#footer_wrapper #footer p a {
	color: #999;
}


div.emergencyInnerBox {
	position:fixed;
	bottom:0;
	padding:0;
	margin:0;
	background-color:#C00;
	background-image:url(images/bg_emergency.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;	
	display:block;
	width:100%;
	border-top: 3px solid #FFF;
}

div.emergencyInnerBox p {
	padding:20px;
	margin:0 auto;
	font-size:20px;
	text-align:center;
}


/* ************ REQUIRED ISS STYLES *************** */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

li {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

td {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}

h2 {
	color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 1.3em;
}
h3 {
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h4, h5, h6 {
	color: #666666;
}

h1.pageTitle {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}

h4.moduleNews {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
	border-bottom: 2px solid #999;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

h4.moduleCal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #333;
	border-bottom: 2px solid #999;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

h5.moduleCal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	color: #333;
	width: 275px;
	border-bottom: 1px solid #999;
	margin: 3px 0 0 0;
	padding: 0;
}

.moduleCalItem {
	font-size: 0.8em;
	margin-left: 10px;
	padding-bottom: 2px;
}

.moduleNewsItem {
	font-size: 0.8em;
	margin-left: 10px;
	padding-bottom: 2px;
}

td.moduleNewsItem a {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

td.moduleNewsItem a:hover {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

td.moduleCalItem a {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

td.moduleCalItem a:hover {
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

td.content_main {
	padding: 25px;
	vertical-align: top;
}

td.content_main_cal { /* Specific for calendar page */
	background-color: #fff;
	padding: 10px;
}

td.content_newscal {
	margin: -30px 10px 10px 10px !important; /*ff*/
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	background-color: #fff;
	vertical-align: top;
}



/* ************ LINK STYLES *************** */

.navSubMenu a:link {color: #808080; text-decoration: underline; font-family: Tahoma, verdana;}
.navSubMenu a:visited {color: #808080; text-decoration: underline; font-family: Tahoma, verdana;}
.navSubMenu a:hover {color: #808080; text-decoration: underline; font-family: Tahoma, verdana;}
.navSubMenu a:visited:hover {color: #808080; text-decoration: underline; font-family: Tahoma, verdana;}

.topPageLink a:link {color: #237; text-decoration: underline; font-family: Tahoma, verdana;}
.topPageLink a:visited {color: #237; text-decoration: underline; font-family: Tahoma, verdana;}
.topPageLink a:hover {color: #237; text-decoration: underline; font-family: Tahoma, verdana;}
.topPageLink a:visited:hover {color: #237; text-decoration: underline; font-family: Tahoma, verdana;}

a.calNum {text-decoration: none;}

#footer_wrapper #footer a:link {color: #999; text-decoration: underline;}
#footer_wrapper #footer a:visited {color: #999; text-decoration: underline;}
#footer_wrapper #footer a:hover {color: #999; text-decoration: underline;}
#footer_wrapper #footer a:visited:hover {color: #999; text-decoration: underline;}
 

a:link.footer {color: #999; text-decoration: none;}
a:visited.footer {color: #999; text-decoration: none;}
a:hover.footer {color: #999; text-decoration: underline;}
a:visited:hover.footer {color: #999; text-decoration: underline;}

a:link.menu_admin {color:#000; text-decoration: none; border: 1px solid #C6C3C6; padding:2px; margin: 0 1px; font-size: 11px;}
a:visited.menu_admin {color: #000; text-decoration: none; border: 1px solid #C6C3C6; padding:2px; margin: 0 1px; font-size: 11px;}
a:hover.menu_admin {color: #000; text-decoration: none; border-bottom: 1px solid #808080; border-right: 1px solid #808080; border-top: 1px solid #fff; border-left: 1px solid #fff; padding:2px; margin: 0 1px 0 1px; font-size: 11px;}
a:visited:hover.menu_admin {color: #000; text-decoration: none; border-bottom: 1px solid #808080; border-right: 1px solid #808080; border-top: 1px solid #fff; border-left: 1px solid #fff; padding:2px; margin: 0 1px 0 1px; font-size: 11px;}
a:active.menu_admin {color: #000; text-decoration: none; border-bottom: 1px solid #fff; border-right: 1px solid #fff; border-top: 1px solid #808080; border-left: 1px solid #808080; padding:2px; margin: 0 1px 0 1px; font-size: 11px;}
a:visited:active.menu_admin {color: #000; text-decoration: none; border-bottom: 1px solid #fff; border-right: 1px solid #fff; border-top: 1px solid #808080; border-left: 1px solid #808080; padding:2px; margin: 0 1px 0 1px; font-size: 11px;}

a:link.loginTrouble { font-size:10px; color: #000; text-decoration: none;}
a:visited.loginTrouble {font-size:10px; color: #000; text-decoration: none;}
a:hover.loginTrouble {font-size:10px; color: #000; text-decoration: underline;}
a:visited:hover.loginTrouble {font-size:10px; color: #000; text-decoration: underline;}

a:link {color: #03F; text-decoration: underline;}
a:visited {color: #03F; text-decoration: underline;}
a:hover {color: #06F; text-decoration: underline;}
a:visited:hover {color: #06F; text-decoration: underline;}
a:active { position:relative; top:1px;}
