/* 
Title:     MSHS 84
Author:	   rmar    
Updated:   February 2009
This site runs like Clockwork (http://www.clockwork.net)
*/

/* CSS Reset from Eric Meyer, slightly modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body  {
	font: 75% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
html>body {
	font-size: 12px;
}
/*	We're using ems so IE 6 can resize text. Here, 1em equals 12px.
	
	Conversion Chart
	9px  = .75em
	10px = .83334em
	11px = .91667em
	12px = 1em
	13px = 1.0834em
	14px = 1.1667em
	16px = 1.3334em
	18px = 1.5em
	20px = 1.6667em
	22px = 1.8334em

	24px = 2em
*/

#container { 
	width: 940px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}

#header { 
	background: url(/amm/themes/mshs84_shared/images/bg_header.gif) top left no-repeat;
	margin: 0 0 20px 0; 
	width: 940px;
	height: 199px;
	position: relative; 
} 
#logo {
	position: absolute;	
	width: 160px;
	height: 144px;
	top: 0;
	left: 0;
}

#logo a {
	display: block;
	width: 160px;
	height: 144px;
}
#header h1 {
	text-indent:-9009px
}

ul#main_nav {
	height: 47px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 157px;
	left: 0;
	width: 940px;
	text-align: center;
}
ul#main_nav li {
	display: inline;
	padding: 8px 25px;
	background: url(/amm/themes/mshs84_shared/images/nav_divider.gif) top left no-repeat;
	font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1667em;
	line-height: 1.1667em;
	text-decoration: none;
}
	ul#main_nav li.current a, ul#main_nav li.parent a, ul#sub_nav li.current a {
		color: #000;
	} 
	ul#main_nav li#home {
		background: none;
	}
ul#main_nav li a {
	text-decoration: none;
}
ul#sub_nav {
	margin: 0 0 0 15px;
}
	ul#sub_nav li {
		
		margin: 0 0 10px 0;
	}
#container div.image_component {
	margin: 0;
}
#sidebar {
	float: right;
	padding: 0 0 50px 50px;
	width: 260px;
}	
	#sidebar p, #sidebar .richtext {
		color: #444;
		font-size: .91667em;
		padding: .5em 0;
	}
	#sidebar h3 strong {
		font-weight: bold;
	}
	#sidebar ul.linklist {
		margin-bottom: 0;
	}

#photo { 
	float: left; 
	width: 540px;
	margin: 0 45px 30px 0;	
} 
#left_col { 
	float: left; 
	width: 140px;
	margin: 0 20px;
	padding: 20px 0;	
} 
#main_content {
	padding: 20px 0;
}
	.internal #main_content {
		width: 760px;
		float: left;
	}



/* General Styles */

a {
	color:#c00101;
}                
a:hover, a:active {
	color:#ff0404;
}
strong {
	font-weight: bold;
}
em, .italic {
	font-style: italic;
}
blockquote { 
	color: #333; 
}      
.message {     
	color: #b91418;    
	font-weight: normal;
}

h1, .hd1 {
	color: #be0101;
	font-size: 1.6667em;
	font-weight: normal;
	text-decoration: none;
}
	h1 a {
		text-decoration: none;
	}
h2, .hd2 {
	color: #333;
	font-size: 1.5em;
}

h3, .hd3 {
    color: #333;
    font-size: 1.3334em;      
}

h4, .hd4 {
    color: #be0101;
    font-size: 1.1667em;    
}

h5, .hd5 {
    color: #333;
    font-size: 1em;
}
 
h6, .hd6 {
	color: #333;
    font-size: 91667em;     
}

a.clockwork {
	color: #fff;
}
a.clockwork:hover {
	color: #FFCC00;
}
p, table, .caption, ul, ol {
	margin: 0;
	padding: .5em 0;
	color:#666666;
	line-height: 1.5em;
}
.text {
	color:#666666;
}
#main_content p {
	padding-right: 50px;
}
div.image_component.left { 
	padding-right: 10px;
}
#main_content ul, #main_content ol {
	margin: 0 0 15px 20px;
}
#main_content ul li, #main_content ol li {
	margin: 0 0 5px 0;
}
	#main_content ul.category_list {
		margin-top: 15px; 
	}
	#main_content ul.category_list li {
		margin: 0 0 20px 0;
	}
	#main_content ul.category_list h1 {
		font-size: 1.1667em;
	}
.caption {
	font-size: 1em;
	color: #859343;
}

/* Form Styles */
#main_content textarea {
	width: 300px;
}
.hint_text {
	font-size: 11px;
	color: #86BFDC;
}

/* Footer */

#footer { 
	margin: 30px 0 0 0;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #cfcfcf;
} 
#footer p {
	margin: 0;
	font-size: .91667em;
}
#footer p, #footer p a {
	color: #3c3c3c;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
