/* Mr. E Stylesheet */

/* added to fix various ie sizing issues */
* {margin: 0; padding: 0; border: 0;}

body
{
	background-color:#000;
	padding:40px;
}

#container
{
	width:795px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-image:url('/images/banner-top.jpg');
	background-repeat:no-repeat;
}

#headerTop
{
	width: 790px;
	height:82px;
	float:left;
	background-image:url('/images/banner-top.jpg');
	background-repeat:no-repeat;
}

/* navigation */

#headerMid
{
	width:790px;
	float:left;
	background-image:url('/images/banner-mid.jpg');
	font-weight:bold;
}

/* navigation */

#headerMid ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#headerMid ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#headerMid ul li a
{
	padding: 2px 10px 2px 10px;
	margin: 0;
	color: #f5d7b4;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}

#headerMid ul li a:hover
{
	margin: 0;
	color: #FFF;
}

#headerMid a:active
{
	color: #000;
}

#headerMid li#active a
{
	border: 0;
	color: #000;
}

#menu{
	margin:0 0 0 280px;
	padding:1px 0 0 0;
}

/* end navigation */

#headerBot{
	width:790px;
	height:87px;
	float:left;
	background-image:url('/images/banner-bot.jpg');
}

#contentHeader{
	width:790px;
	height:50px;
	float:left;
	font-size:120%;
	text-transform:uppercase;
	background-image:url('/images/content-header.jpg');
}

#contentHeader p{
	margin:20px 0 0 30px;
	color:#FF6600;
	font-size:1.2em;
	/*font-weight:bold;*/
}

#content
{
	padding-left:5px;
	width:790px;
	float:left;
	clear:left;
	color:#FFF;
	background-image:url('/images/content-bg.jpg');
	/*border:1px #fff solid;*/
}

#content h2
{
	font-size:1.25em;
	color:#FF9900;
	margin-left:1.75em;
	margin-top:0.75em;
	margin-bottom:0.5em;
}

#content h3
{
	font-size:1em;
	color:#666666;
	margin-left:2.3em;
	margin-top:0;
	margin-bottom:0;
}

#content p
{
	color:#CCCCCC;
	margin:5px 50px 20px 38px;

}

#content p.med
{
	font-size:0.8em;
}

#content ul
{
	margin:20px 15px 10px 20px;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#content ul li
{
	color:#CCC;
	text-align: left;
	list-style: none;
	padding-left: 20px;
	background-image: url("/images/general-bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 3px 0 0 0;
}

#content img
{
	border:1px #333 solid;
	padding: 2px;
}

#content a:link
{
	color:#CCC;
}

#content a:hover
{
	color:#FFF;
	text-decoration:none;
}

#content a:visited
{
	color:#999999
}

#insertContainer
{
	width:220px;
	float:right;
	margin:20px 30px 10px 10px;
}

#insertContainer ul
{
	margin:5px 0 0 0;
}

#insertTop
{
	width:220px;
	height:22px;
	background-image:url('/images/insert-top.jpg');
	background-repeat:no-repeat;
}

#insertInner
{
	width:220px;
	background-image:url('/images/insert-bg.jpg');
	background-repeat:repeat-y;
	color:#FFF;
}

#insertContent
{
	padding:9px 0 0 10px;
}

#insertBottom
{
	width:220px;
	height:10px;
	background-image:url('/images/insert-bot.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
}

#contentFooter
{
	width:790px;
	height:27px;
	float:left;
	background-image:url('/images/content-footer.jpg');
}

#footer
{
	width:790px;
	height:80px;
	float:left;
	clear:left;
	background-image:url('/images/footer.jpg');
}

