/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	color: #000;
	background: #ececec repeat-y center url(../images/shadow.gif);
	font: 12px arial, helvetica, helve, sans-serif;
	}
#container {
	position: relative;
	margin: 0 auto -1px auto;
	width: 760px;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 5px solid red;
	background-color: #fff;
	}
#header	{
	width: 760px;
	height: 80px;
	padding: 0;
	border: 0;
	margin: 0;

	}
	
div#headwrap	{
	float: left;
	height: 80px;
	width: 760px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	}

div#headwrap h1	{
	background: url(images/mpaod_logo_sm.gif) top left no-repeat;
	border: 0;
	margin: 0;
	padding: 0px;
	padding-top: 80px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:80px; /* for pre 6.0 IE Win */
	}
	
img {
	border: 0;
}
#subnav {
	/*clear: both;*/
	display: inline;
	margin-left: 10px;
	position: absolute;
	top: 20px;
	left: 600px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#subnav li {
	padding-top: 4px;
}
#subnav li a {
	color: #666666;
	text-decoration: none;
	font: 1.4em arial, helvetica, helve, sans-serif, "Trebuchet MS";
} 
#subnav li a:hover {
	color: blue;
	text-decoration: underline;
	font: 1.4em arial, helvetica, helve, sans-serif, "Trebuchet MS";
}
#headerpic {
	clear: both;
}
div#headerpic h1 {
	background-image: url(images/regbanner.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 80px;
	font: small-caps bold 2em arial, helvetica, helve, sans-serif;
	color: #fff;
	text-indent: 20px;
	padding-top: 2%;
}

/* Begin Nav */
#nav {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	clear: both;
	width: 100%;
	background-color: #848284;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: gray;
	border-bottom: 4px solid gray;
	border-top: 4px solid gray;
	float: left;
	width: 100%;
}
#nav li	{
	float: left;
	font-weight: bold;
	}
#nav a {
	width: auto;
	display: block;
	border: 1px solid white;
	border-bottom: none;
	border-left: none;
	border-top:  none;
	background-color: gray;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#nav a#here {
	color: #000;
	background-color: #fff;
	width: 11em;
	display: block;
	border: 1px solid white;
	border-bottom: none;
	border-left: none;
	border-top:  none;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}
#nav li a:hover {
	color: #000;
	background-color: #fff;
}
/* End Nav */
#content {
	clear: both;
	margin-left: 0px;
	padding-left: 10px;
}
#content p {
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 2px;
	vertical-align: text-top;
}
#content h2 {
	color: #BB3333;
	font: 1.8em arial, helvetica, helve, sans-serif;
	margin-left: 0px;
	margin-bottom: 0px;
}
#content h3 {
	color: #BB3333;
	font: 1.2em arial, helvetica, helve, sans-serif;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 14px;
}
/* Form */
#register table {
	border-collapse: collapse;
	border: none;
}
table {
	 margin-left: auto;
    margin-right: auto;
	border-collapse: collapse;
	table-width: 500px;
}
#prices td {
	border: 1px solid red;
	padding-left: 10px;
	padding-right: 10px;
	padding: 3px;
}
#register {
	color: #BB3333;
	font: 1em arial, helvetica, helve, sans-serif;
	margin-right: 20px;
}
#register .continfo {
	background-color: #f0cfbe;
}
#register .label, .shortlabel {
	float: left;
	clear: left;
	width: 220px;
	margin-left: 50px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}
#register .shortlabel {
	width: 30px;
}
fieldset {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
input#name, input#address, input#address2, input#city, input#phone, input#cell, input#email, textarea#comments {
	width: 300px;
	background-color: #FBEF99;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}
input#state, input#zip, input#country {
	width: 4em;
	background-color: #FBEF99;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}	
input#studio, input#payment, input#address3, input#city2, input#state2, input#zip2, input#country2, {
	width: 300px;
	padding-bottom: 10px;
	background-color: #FBEF99;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}
td.center {
	text-align: center;
}
br.clear {
	height:1px;
	clear:both;
	line-height: 1px;
	background-color: #00CC33;
}
#footer {
	clear:both;
	width:100%;
	background: red;
	color: #FFF;
}
#footer p {
	border-top: 5px solid red;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
#register .style17 a {
	font-weight: bolder;
	color: #000000;
}
#content .center style6 {
	color: #FFFFFF;
	background-color: #000000;
}
#content h6 {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
}
#h5 {
	background-position: left;
	text-align: left;
	text-indent: 0px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#content table {
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
