html *
{
	margin:0;
	padding: 0;
}
* html
{
	font-size: 100%;
}
body
{
	font-size: 62.5%;
/* establishes 1em = 10px as baseline, for full flexible sizing */

	font-family: verdana,arial,helvetica,sans serif;

background-color:#fff;

}
html>body
{
	font-size: 12px;
}

/***************** BEGIN LAYOUT CODE *****************/

#container {
	position: absolute;
	background: transparent url('../img/mw_head.png') top left no-repeat;
	width:900px;
	height:707px;
}

#mw_logo {
	position:absolute;
	left:700px;
	top:0px;
	width:223px;
	height:321px;
}

.logo
{
	position: absolute;
	top: 114px;
	left: 13px;
	width: 185px;
	height: 79px;
}

#copy {
	position: absolute;
	left: 0;
	top:0;
	width:500px;
	margin: 325px 50px 0 100px;
	line-height: 1.75;	
}

#nav
{
	position: absolute;
	left: 700px;
	top: 309px;
}

.acc_menu
{
	height: 0;
}

#board div.member
{
	width: 45%;
	border: 1px solid #666;
	float: left;
	
}

/***************** END LAYOUT STYLES *****************/


/***************** BEGIN COPY STYLES *****************/
h1
{
	font: 3em/1 Georgia, "Times New Roman", Serif;
	color: #c23c4b;
	font-weight: bold;
	text-transform: uppercase;
}

#contact_list ul{
	list-style: none;
}

#contact_list li
{
	margin: 0 2em 2em 2em;
}

#copy #contact_list a
{
	display: block;
	font: .4em;
	margin: .5em 1em;
	padding: .3em .75em;
	float: left;
	clear: left;
}

#copy #contact_list a:link, #copy #contact_list a:visited
{
	color: #fff;
	background-color: #c23c4b;
}

#copy #contact_list a:hover, #copy #contact_list a:active
{
	color: #fff;
	background-color: #666;
}

#board h1
{
	font-size: 1.5em;
}

h4.results
{
	font: 2em/1 Georgia, "Times New Roman", Serif;
	color: #c23c4b;
	font-weight: bold;
	margin-top: -0em;
	padding: 0;
}
p
{
	margin: 0 .5em 1em .5em;
}

blockquote
{
	margin: 0 6em 1em 4em;
	font-style: italic;
	color: #c23c4b;
}

#copy ul
{
	list-style: none;
	padding: 0;
	margin: 0 .5em 1em 2em;
}

#copy dl
{
	margin: 0 2em 1em 2em;
}
#copy dt
{
	font-weight: bold;
	color: #c23c4b;
}
#news_page dt
{
	font-size: 1.25em;
	margin-bottom: .5em;
}

#news_page dd
{
	margin-bottom: 1em;
}

dl.services dt, dl.services dd
{
	display: inline;
}

.callout
{
	
}

table#search_results
{
	border-collapse: collapse;
	border-color: #111;
	width: 45.0em;
}

div.error
{
	color: #c23c4b;
}

#board th
{
	background-color: #c23c4b;
	color: #fff;
}

#board td
{
	padding: .2em .5em;
	line-height: 1.2;

}
#board td strong
{
	color: #c23c4b
}

a.noborder img
{
	border: none;
}

/***************** END COPY STYLES *****************/

/***************** BEGIN NAV MENU STYLES *****************/

#nav ul
{
	text-align: right;
	list-style: none;
}

#nav li
{
	padding-bottom: .3em;
}

#nav a
{
	margin-right: 2px;
}

#nav a:link, #nav a:visited, #copy a:link
{
	color: #c23c4b;
}

#nav a:hover, #nav a:active, #copy a:hover, #copy a:active/*, #nav a:focus	*/
{
	color: #666;
}

p.footer
{
	color: #666;
	font-size: 1em;
	text-align: right;
}

/***************** END NAV MENU STYLES *****************/


/*****************  sIFR RELATED STYLES *********************/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

/*.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}
*/
.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
/***************** END sIFR STYLES *****************/

