BODY {
	color:#333333;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	background-color: #572709;
	background-image: url(images/mccafe_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

A, A:link, A:visited {
	color:#ca934f;
}

A:hover, A:active {
	color:white;
	text-decoration:none;
}




/* Main Container */
#container {
	width: 998px;
	margin:auto;
	color:#FF0000;
}




/* Header Styles */
#header {
	height:122px;
	background-color:#FFF;

}




/* Navigation/Menu Styles */
#nav {
	border-bottom: 5px solid #c5641e;
	background-color: #FFF;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 35px;
}
#navbar li {
	list-style: none;
	float: left; }
#navbar li:hover, li.hover {
	}
#navbar li:active, li.active {
	}
#navbar li a {
	display: block;
	width:150px;
	height: 25px;
	background-image: url(images/root.gif);
	font: 12px Verdana, Arial, sans-serif;
	text-align:center;
	padding-top:10px;
	color: #fff;
	text-decoration: none; }
#navbar li a:hover {
	background-image: url(images/hover.gif);}
#navbar li a:active {
	background-image: url(images/active.gif);}
#navbar li ul {
	position: absolute;
	display: none;
	width: 150px; /* Width to help Opera out */
	background-color: none;
	background-image:none;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	background-image:none;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	width:150px;
	//margin-bottom:-2px; /*for IE */
	border-bottom: 1px solid #000;
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {	background-color: #69f;
	background-image: none;
	color: #000; }
#navbar li li a:hover {
	background-image: none;
	background-color: #8db3ff; }
#navbar li li a:active {
	background-image: none;
	background-color: #ff0000; }





/* Content Styles */
#content {
	width: 998px;
	height:100%;
	font-size:12px;
	color:#666666;
	line-height:16px;
	padding: 0px;
	background-image: url(images/mccafe_frame_content.jpg);
	text-align: center;
	background-color: none;
	background-repeat: repeat-y;
}
#container #content_footer {
	width: 998px;
	background-color: none;
	text-align: center;
	position: relative;
	top: -25px;
}
#footer { color:#a47740; padding-bottom: 20px; }
.dropdown_floatright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
  //display: inline;
	margin-top: -10px;
}


h2 {
  color: #258ACC;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  //display: inline;
}


h3 {
  color: #333333;
  font-family: Verdana, Arial,Helvetica,sans-serif;
  font-size: 9px;
  font-weight: normal;
  //display: inline;
}
#container #content_html {
	width: 925px;
	background-color: none;
	text-align: left;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 30px;
	font-size: 12px;
}
#signupform {
	width: 500px;
}
#content_right_collumn {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_noflash {
	width: 998px;
	font-size:12px;
	color:#666666;
	line-height:18px;
	background-image: url(images/mccafe_frame_content.jpg);
	text-align: left;
	background-color: none;
	background-repeat: repeat-y;
}
.input_bg {
	background-image: url(images/input_bg.gif);
	background-repeat: repeat-x;
}


fieldset {
  background-color:#ccc;
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
  }
legend {
width:194px;
height:30px;
color:#fff;
font-size:2em;
padding-left:0.5em;
background: transparent url("graphics/legend_bg.gif") no-repeat;
position:relative;
top:-1em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
white-space:pre; /* hack: make sure */
}

.br {display:none;}  
  
.textfield {
	font:1.1em  Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:27px;
	border:solid 0;
	width:384px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-image: url(images/textfield_bg.gif);
	text-align: left;
	vertical-align: text-top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-color: #3A383D;
}
fieldset>input.textfield {
background: transparent url("graphics/textfield_bg.gif") no-repeat;
}
textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("graphics/textarea_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:190px;
}
fieldset>textarea {
background: transparent url("graphics/textarea_bg.gif") no-repeat;
}
.submit {
	background: transparent url("graphics/submit.gif") no-repeat;
	height:26px;
	border:solid 0 #fff;
	width:97px;
	color:#FFFFFF;
	text-transform:uppercase;
	background-image: url(images/submit_bg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

.submit-hover {
	background: transparent url("graphics/submit_bg_hover.gif") no-repeat;
	height:26px;
	border:solid 0 #fff;
	width:97px;
	color:#FFFFFF;
	text-transform:uppercase;
	background-image: url(images/submit_bg_hover.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 .submit {
     m: expression( this.onmouseover =  new Function("this.className = 'submit-hover';") );
}

.submit:hover {
       background-image:url(images/submit_bg_hover.gif);
}

.submit-hover {
       m: expression( this.onmouseout = new Function("this.className = 'submit';") );
}
.disclaimer { font-size: 9px; }
#clearDiv {
	clear: both;
}
