body {
	background: #CC3;
	margin:0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
	color: #600;
	font-size: 13px;
	text-align:center;
}
body.green { background: #CC0; }
* html img {
   behavior: url(/styles/pngbehavior.htc);
}
div#container {
	width:750px;
	margin:auto;
	text-align:left;
}
div#intro { 
	background: #CC3;
	padding: 0 0 15px 15px;
	position: relative;
	zoom:1;
	color: #633;
}
div#detail {
	clear:both;
	background: #F93;
}
a img { border:0; }
img#header {
	float:right;
	padding-left: 25px;
}
table.twocol {
	border-collapse:collapse;
	background: url(../images/common/line.gif) top center repeat-y;
}
table.twocol td { 
	width: 50%; 
	padding: 0 30px;
	vertical-align: top;
}
table.guides {
	padding: 10px;
}
table.guides td {
	padding: 5px;
	vertical-align: top;
}
/* Navigation */
div#nav {
	height: 39px;
	width: 465px;
	padding: 5px 0 10px 10px;
	float:right;
	clear:right;
	text-align:right;
	margin-bottom: 10px;
}
div#nav.green { background: url(../images/common/navback-green.gif) left no-repeat #F93; }
div.orange { 
	background: url(../images/common/navback-orange.gif) top left no-repeat #F93; 
	position: absolute;
	right: 0px;
	top: 335px;
	/*bottom: -49px;*/
}
div#nav ul {
	margin:0;
	padding:0;
	zoom: 1;
}
div#nav li {
	float:left;
	padding:0;
	margin:0;
	list-style: none;
}
* html div#nav li { width: 1%; } /* Required for IE to get it to assign the correct widths to the LI's */
div#nav li a {
	display:block;
	height: 40px;
	overflow: hidden;
}
div#nav img { display:block; }
div#nav li a:hover img, div#nav li a.sel img { margin-top: -40px; }
* html div#nav a:hover, * html ul#subnav a:hover {
	border: 0px solid black;
}
div#footer {
	border-top: 3px solid #8D4B4B;
	text-align: center;
	padding: 3px;
	clear:both;
}
div#footer a {
	color: #480808;
	text-decoration: none;
}
div#footer a:hover { text-decoration: underline; }
.clear { 
	clear:both;
}
/* End Navigation */
/* Typography */
div#topcap {
	color: #C60;
	border-bottom: 1px solid #8D4B4B;
	font-size: 11px;
	padding:2px 15px;
	background: #F93;
}
div#phone {
	color: #633;
	float:right;
	font-weight:bold;
}
div#phone a { 
	color: #633; 
	text-decoration: none;
}
div#phone a:hover { text-decoration: underline; }
h1 {
	margin:0;
	padding-top: 15px;
	font-size: 15px;
}
h2 {
	font-size:16px;
	margin:0;
	display:inline;
}
h3 {
	margin:0;
	font-size: 15px;
}
p {
	margin: 0 0 11px 0;
	line-height: 14px;
}
.larger { font-size: 1.1em; }
a { color: #600; 
		text-decoration: none; }
a:hover { text-decoration: underline; }
/* End Typography */

/* Form Styles */
.form {
	padding: 10px;
}

.form form {
	margin: 2em 0;
}
.form-item {
	clear: left;
	margin-top: 10px;
}
.form-item label {
	font-weight: bold;
	display: block;
}
.form-item ul {
	list-style: none;
	padding-left: 10px;
	margin: 0;
}
.form-item li label {
	font-weight: normal;
	float: none;
	width: auto;
	line-height: 18px;
	display: inline;
}
.form-item label {
	width: 220px;
	text-align: right;
	float: left;
	padding-right: 5px;
}
#form .form-item label {
		line-height: 25px;
}
.form-item label.full {
	width: auto;
	float: none;
	text-align: left;	
}
.form-item .form-indent input {
	width: 250px;
}
label.error {
	display: inline;
	font-weight: normal;
	float: none;
	width: auto;
	color: #F00;
	padding-left: 5px;
}
#errorMessage {
	display: none;
	text-align: center;
	padding: 5px 50px;
	background: #F66;
	color: white;
}
input.error, textarea.error {
	background: #FCC;
}
label.error {
	display: none;
}
.wide_error {
	background: #FCC;
	width: 100%;
	text-align: center;
	padding: 3px;
	color: #fff;
	display: none;
}
.form h3 {
	margin-top: 1em;
	clear: left;
}
#terms {
	padding: 10px;
	border: 1px solid #600;
	margin: 1em 0;
	height: 200px;
	overflow: auto;
}
#terms h3 {
	margin: 0;
	text-align: center;
}
.center {
	text-align: center;
}
.block {
	display: block;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}
.inline {
	display: inline !important;
}
#alpendude_link {
	padding-right: 10px;
	margin: 0;
	
}