/* @override http://mp.niceguy.com/includes/style.css */

body{
	margin: 0px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	background: #dadada url(../images/bigbkrnd.gif) repeat fixed center top;
}
a {
	color: #a22820;
	text-decoration: underline;
}
a:hover,A:active {
	color: #828282;
	text-decoration: underline;
}
#Nav {
	position: relative;
	width: 180px;
}

.style1 {
	color: #AD5142
	}
	
hr {
	border: 0px;
	color: #a22820;
	background-color: #a22820;
	height: 5px;
	
}

#container { 
margin:0px auto;
padding:0px;
width:780px;
text-align:left;
background-color:#ffffff;
}

#logo {
margin:0px;
padding:0;
clear: both;
height:160px;
background: url(../images/mplogo.jpg) no-repeat center top;
overflow: hidden;
}

#leftColumn {
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 40px;
width:180px;
}

#centerColumn {
position: relative;
margin:0px 0px 0px 260px;
padding:0px 30px 0px 0px;
background-color:#fffff;
}

#BodyArea {
	margin-top: 0px;
	padding-top: 0px;
	background: transparent;
	
}

/* two divs are unlabeled in the creation of the body content div div*/
#BodyArea div {
	margin-top: 0px;
}
#BodyArea div div{
	margin-top: 0px;
}

/* this controls the top most p spacing */
#BodyArea div p{
	margin-top: 0px;
}

/* when setting width and height of buttons you must change the param for:
	 var ms = new TransMenuSet(TransMenu.direction.right, 200, -18,
	 in TransMenuRight.cfm */
	 
.Button {
	position: relative;
	text-decoration: none;
	display: block;
	margin: 1px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font: bold 14px Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #a22820;
	text-indent : 3px;
	text-align: left;
	background-color: #cccccc;
	width: 180px;
	height: 20px;
}
.Button:hover, .Button:active {
	color: #2c2c2c;
	text-decoration: none;
	background-color: gray;
}
div.Button_Sub {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	font: bold 11px Helvetica Neue, Arial, Helvetica, sans-serif;
	width: 500px;
	text-align: left;
}
a.Button_Sub {
	text-decoration: underline;
	display: block;
	padding: 1px;
}
a.Button_Sub:hover,A.Button_Sub:active {
	text-decoration: underline;
	padding: 0px;
	border: 1px dashed blue;
}

/* @group features */

#leftColumn div.feature{
	margin-top:20px; 
	padding:0px; 
	color:#000000;
	width: 180px;
	background: #FFFFFF url(../images/form_bg.gif) repeat-y 0;
}
#leftColumn div.feature p.text{
	margin: 5px 5px 10px 10px;
	text-align: left;
	font: bold 12px Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	line-height: 12px;
}
#leftColumn div.topcurve{
	background:url(../images/top_curve.gif) no-repeat 0 #FFFFFF;
	height:4px; width:180px; font-size:0; 
	display:block;
	}

#leftColumn div.bottomcurve{
	background:url(../images/bottom_curve.gif) no-repeat 0 0 #FFFFFF;
	height:4px; width:180px; font-size:0; color:#000000;
	display:block;
	}
	
/* @end */

table.Body_Info_Spot {
	margin: 0px 0px 8px 0px;
	width : 150px;
}
th.Body_Info_Spot {
	padding: 0px 0px 0px 4px;
	font : bold 11px Helvetica Neue, Arial, Helvetica, sans-serif;
	width : 150px;
	height : 20px;
	text-align : left;
}
#extradiv{
	clear: both;
	background-color: transparent;
	height: 20px;
}
#footer {
margin: 0px auto;
width: 800px;
height:60px;
line-height:60px;
text-align:center;
font-size: 11px;
background-color: #dadada;
border-top:1px solid #dadada;
}

/* style for admin */

#admincontainer { 
margin: 0px auto;
width:780px;
text-align:left;
}
td.tabbox {
	border-style: none;
}

td.tabbox div input.button{
	background-color: #333333;
	color: #FFF;
	width: 100px;
	border-style: none;
}

