html{
	height:100%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: white;
	padding:0px;
	margin: 0px;
	line-height: 17px;
	text-align: center;
	
	height:100%;
}
table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
}
p {
	margin-top: 0px;
	margin-bottom: 11px;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	margin-top:0px;
	margin-bottom:12px;
	line-height:normal;
}
h2 {
	font-size: 14px;
	text-transform: capitalize;
	color: #f8981d;
	margin-top:0px;
	margin-bottom:10px;
	line-height:normal;
}
h3 {
	font-size: 13px;
	text-transform: lowercase;
	font-weight: bold;
	color: #005595;
	margin-top:0px;
	margin-bottom:8px;
	line-height:normal;
}
form {
	margin: 0px;
	padding:0px;
}
input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:0px;
}
textarea, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
address {
	font-style:normal;
}
a:link{
	text-decoration: underline;
	color: #000000;	
}
a:visited{
	text-decoration: underline;
	color: #000000;	
}
a:hover{
	text-decoration: none;
	color: #000000;	
}
.checkstyle {
	margin:0;
	width:13px;
	height:13px;
	overflow:hidden;
}
ul{
	margin-top:0px;
	margin-left:30px;
	margin-bottom:0px;
	padding:0px;
}
.smalltext {
	font-size: 10px;
	line-height: 15px;
}
.clearboth{
	clear:both;	
}
.floatleft{
	float: left;
}
.shade{
	background-color: #f2efc4;
	border-bottom: 1px solid #6f6809;
	border-top: 1px solid #6f6809;
}
.greenbg{
	background-color: #6f6809;
	color: #ffffff;
	height: 30px;
}
.tdheight{
	height: 48px;
}
.fullHeight{
	height:100%;
}

/*form*/
.label {
	width: 180px;
	height: 16px;
	padding-bottom:3px;
	float: left;
	padding-top:2px;
}
.field {
	width: 545px;
	height: 18px;
	padding-bottom:3px;
	float:left;
}
.fieldnoHeight {
	width: 350px;
	padding-bottom:3px;
	float:left;
}
.formclear {
	clear:both;
}
.note {
	font-size: 10px;
}
.checkstyle {
	margin:0;
	width:13px;
	height:13px;
	overflow:hidden;
}
.orangebold{
	color: #f8981d;
	font-weight:bold;
}
.bluebold{
	color: #005595;
	font-weight:bold;
}

/*page*/
#wrapper {
	width: 935px;
	text-align: left;
}
#header{
	margin-top:15px;
	margin-bottom:15px;
	width: 935px;
	height:84px;
}
#mainIMG{
 	height:312px;
}

.floatLeft{
	float: left;
}
#contentbox{
	width: 935px;
}
.contenttext{
	padding:20px;
}
.adminNav{
	margin-left: 15px;
	width: 170px;
	float: left;
	padding-bottom:20px;
	padding-top:20px;
}
.oneCol{
	padding-left: 15px;
	width: 291px;
	float: left;
	padding-bottom:20px;
	padding-top:20px;
}
.twoCol{
	margin-left: 15px;
	width: 597px;
	float: left;
	padding-bottom:20px;
	padding-top:20px;
}
.fourCol{
	width: 725px;
	float: left;
	padding-bottom:20px;
	padding-top:20px;
}
.paddingLeft{
	padding-left: 15px;
}
.clearboth{
	clear:both;
}
.sidebox{
	width: 369px;
	height: 112px;
	margin-bottom:10px;
}
.sideBoxText{
	padding-left: 140px;
	padding-top: 12px;
	padding-right:30px;
	font-size:11px;
	line-height:15px;
}
.quoteText{
	background: url(../../images/quoteR.gif) no-repeat bottom right;
	padding-left: 8px;
	padding-right: 30px;
	padding-top:10px;
}
.shadeL{
	background: url(../../images/shadeL.jpg) no-repeat left top;
}
.shadeR{
	background: url(../../images/shadeR.jpg) no-repeat right bottom;
	padding: 20px;
	min-height: 213px;
}

/*nav rollover*/
.rollover .out {
	display:inline;
	visibility:visible;
}
.rollover .over {
	display:none;
	visibility:hidden;
}
.rollover:hover .out {
	display:none;
	visibility:hidden;
}
.rollover:hover .over {
	display:inline;
	visibility:visible;
}
.norollover .over {
	visibility:visible;
	display:inline;
}
.norollover .out {
	visibility:visible;
	display:none;
}

/*nav*/
#nav {
	padding-top:25px;
	padding-right:30px;
	height: 55px;
	text-align: right;
	float:right;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li{
	display: inline;
	list-style-type: none;
	padding-left: 0px;
}
.buttonstyle{
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}


/*button*/
.moreBluebutton {
	background: transparent url(../../images/header/more_blue.jpg) no-repeat center top;
	width: 117px;
	height: 40px;
}
.moreBluebutton:hover {
	background: transparent url(../../images/header/more_blue_r.jpg) no-repeat center top;
	width: 117px;
	height: 40px;
}
.moreOrangebutton {
	background: transparent url(../../images/header/more_orange.jpg) no-repeat center top;
	width: 117px;
	height: 40px;
}
.moreOrangebutton:hover {
	background: transparent url(../../images/header/more_orange_r.jpg) no-repeat center top;
	width: 117px;
	height: 40px;
}
.infomercialbutton {
	background: transparent url(../../images/infomercial.jpg) no-repeat center top;
	width: 291px;
	height: 283px;
}
.infomercialbutton:hover {
	background: transparent url(../../images/infomercial_r.jpg) no-repeat center top;
	width: 291px;
	height: 283px;
}
.loginbutton {
	background: transparent url(../../images/buttons/login.gif) no-repeat center top;
	width: 61px;
	height: 25px;
}
.loginbutton:hover {
	background: transparent url(../../images/buttons/login_r.gif) no-repeat center top;
	width: 61px;
	height: 25px;
}
.submitbutton {
	background: transparent url(../../images/buttons/submit.gif) no-repeat center top;
	width: 75px;
	height: 25px;
}
.submitbutton:hover {
	background: transparent url(../../images/buttons/submit_r.gif) no-repeat center top;
	width: 75px;
	height: 25px;
}



/*footer*/
.footerBG{
	background:url(../../images/footerBG.gif) repeat-x bottom left;
	height:33px;
}
#footer {
	clear: both;
	text-align: left;
	font-size: 11px;
	margin-top:9px;
	color: #000000;
	text-align:left;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer li{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#footer a{
	color: #000000;
	text-decoration: underline;
}
#footer a:hover{
	color: #000000;
	text-decoration: none;
}
.footerMOTOWN{
 	float:right;
	margin-top:9px;
	color: #000000;
	font-size: 11px;
}



