/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: #CCA54E;
	background: #000;
}

/* Text Styles */
html, 
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 85% "Trebuchet MS", sans-serif;
}

p {
margin: .7em 0 0 0;
}

li {
margin: .7em 0 0 3em;
}

/* Layout */

#header {
	background: #000;
	height: 250px;
	position: relative;
}

	#logo {
		position: absolute;
		display: inline-block;
		background: url('/images/RD-mid.jpg') no-repeat right top;
		height: 250px;
		width: 457px;
		left: 0px;
		top: 0px;
	}
	
	#info {
		text-align: right;
		text-shadow: #404040 5px 5px 8px;
		display: inline-block;
		position: absolute;
		right: 50px;
		top: 30px;
	}
	
	#info h1 {
		font: 40px "Arial Black", Arial, sans-serif;
		font-weight: 900;
		color: gray;
		text-transform: uppercase;
	}
	
	#info p {
		font: 20px "Trebuchet MS", Arial, sans-serif;
		font-weight: 700;
		color: #CCA54E;
		letter-spacing: 2px;
		margin: 10px;
	}

.content {
	position:relative;
	width:auto;
	min-width:600px;
	margin:0px 210px 20px 210px;
	padding:10px;
	z-index:3;
}

#leftCol {
	position:absolute;
	text-align: right;
	width:175px;
	top:272px;
	left:20px;
	padding:10px;
	z-index:2;
	}

#rightCol {
	position:absolute;
	width:175px;
	top:272px;
	right:20px;
	padding:10px;
	z-index:1;
	}

body>#rightCol {width:175px;}

.item {
	margin: 20px 0px;
}

/* Forms */

form {
margin-top: 5px;
text-align:right;
}

#honey {
visibility:hidden;
margin:-.6em;
}

.super {
margin: -.5em 2em -.2em 0;
font-size:.75em;
font-weight: 100;
color: #333;
text-transform: uppercase;
}

.validateTips {
text-align:center;
}

input.text {
margin: 5px 0;
min-width:200px;
}

label {
padding: 2px 10px 2px 0;
}

label.left {
position:absolute;
left: 2em;
}

#message {
width:100%;
height:60px;
}

.breaker {
color:#D1AE60;
background: #876926; /* #B8860B */
font-weight:900;
padding: 0 0 0 10px;
margin: 4px 0 4px 0;
text-align:left;
text-transform:uppercase;
}

#radio {
text-align: center;
margin: 5px 0;
}

/* UI Fixes */

.col-fill {
min-width: 120px !important;
display: inline-block;
}

#radio label {
margin: 0 -4px;
}

#radio button {
margin: 0 -10px;
}

button.ui-state-active, a.ui-state-active, #radio .ui-state-active {
border-bottom-style: solid;
background: #A28448;
}

.ui-dialog .ui-dialog-buttonpane button, td.ui-datepicker-current-day {
border-bottom-style: solid;
}

.ui-dialog .ui-dialog-buttonpane button:active {
background: #A28448;
}

.dialog-link {padding: .4em 1em .4em 20px; font-size: 1.3em; text-decoration: none; position: relative;}
.dialog-link span.ui-icon {margin: 0 5px 0 0; position: absolute; left: .2em; top: 50%; margin-top: -8px;}
.dialog-link a:active {background: #A28448;}