/* Cascading Style Sheet - Ironman */
/* $Id: basic.css,v 1.2 2009/07/08 20:37:15 pete Exp $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 0;
	color: #fff;
	background-color: #111;
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 12px 0 12px 0;
	padding: 0;
	color: #fff;
}

h1.sitename,
.nodisp {
	display: none;
}

h2#ironman {
	width: 140px;
	height: 51px;
	margin: 0;
	padding: 0;
	background-image: url('../images/ironmanlogo.gif');
	background-repeat: no-repeat;
}

h2#ironman span {
	display: none;
}


h2#mhb {
	width: 140px;
	height: 51px;
	margin: 0;
	padding: 0;
	background-image: url('../images/mhblogo.gif');
	background-repeat: no-repeat;
}

h2#mhb span {
	display: none;
}



/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	margin: 8px 0 10px 0;
	padding: 0;
	line-height: 130%;
}

#content p {
	margin-top: 0;
	padding-top: 8px;
}

#block1 p {
	font-size: 11px;
}

#block2 p {
	font-size: 13px;
	padding: 8px 0;
	text-transform: uppercase;
}

#block3 p {
	font-size: 14px;
}

#block4 p {
	margin: 0 40px;
	padding: 30px 0;
	font-size: 12px;
}

#block5 p {
	margin: 0 70px;
	padding: 15px 0;
	font-size: 12px;
}

#block5 p.second {
	margin: 0 70px;
	padding: 0 0 15px 0;
	font-size: 12px;
}


blockquote, blockquote p {
	margin: 2px 0 4px 0;
}

ul, ol {
	margin: 3px 0 6px 0;
	padding: 0 0 6px 0;
}

ol li {
	margin-bottom: 3px;
	padding: 0;
}

acronym, abbr {
	border-width: 0;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

hr {
	height: 2px;
	border-top: 2px #fff solid;
	border-bottom-width: 0;
}


/* ******************************************************************************* */
/* links */

.linkpng, 
a.linkpng {
	position: relative;
	z-index: 99;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #eee;
	text-decoration: underline;
}



