/* GLOBAL RESET -------------------------------- */

html * {
	font-family: inherit;
	margin: 0px;
	padding: 0px;
}

a:link, a:focus, a:hover, a:active, a:visited {
	outline: none;
}

img {
	border: none;
}

ol, ul {
	list-style-type: none;
}

html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 100%;
}

body * {
	font-size: inherit;
}

/* GENERAL ELEMENT AND CONTAINER STYLES -------------------------------- */

body {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	background-color: #6A6E87;
}

a:link, a:visited {
	text-decoration: none;
	color: #98A7CE;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}

h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 30px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	color: #6A6E87;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 30px;
}

#container {
	width: 1010px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../images/rwg_header_bkgrnd.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 315px;
}

#header .logo {
	width: 205px;
	height: 60px;
	margin-left: 35px;
	margin-top: 20px;
	display: block;
	float: left;
	cursor: pointer;
}

#header .ttl {
	width: 610px;
	height: 115px;
	margin-top: 18px;
	display: block;
	float: right;
}

#header ul {
	width: 495px;
	height: 105px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 45px;
	padding: 0px;
	float: right;
}

#header ul li {
	width: 160px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding: 0px;
	float: left;
}

#header ul li a:link, #header ul li a:active, #header ul li a:visited {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 100%;
	display: block;
	cursor:pointer;
}

#header ul li a:hover {
	background-position: center center;
}

	/* -- Page body class defined on each page decides which link is "selected" using the style below. -- */

#header ul.overview li.overview a, #header ul.schedule li.schedule a, #header ul.auction li.auction a, #header ul.register li.register a {
	background-position: center bottom;
}

#content {
	text-align: left;
	background-image: url(../images/rwg_content_bkgrnd.png);
	background-repeat: repeat-y;
	background-position: top center;
	width: 820px;
	height: auto;
	padding-top: 30px;
	padding-left: 95px;
	padding-right: 95px;
	padding-bottom: 1px;
}

#content ul {
	margin-bottom: 30px;
	margin-left: 75px;
	margin-right: 30px;
	list-style-type: disc;
}

#content ol {
	margin-bottom: 30px;
	margin-left: 75px;
	margin-right: 30px;
	list-style-type: decimal;
}

#footer {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../images/rwg_footer_bkgrnd.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #343542;
	width: 100%;
	height: auto;
	padding-top: 125px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #343542;
	font-weight: bold;
}

/* Additional Styles -------------------------------- */

.top_line {
	text-align: center;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-color: #98A7CE;
	border-top-style: solid;
	border-top-width: 1px;
}

.btm_line {
	margin-bottom: 30px;
	border-bottom-color: #98A7CE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.btn:link, .btn:active, .btn:visited {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #000000;
	background-image: url(../images/rwg_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 270px;
	height: 50px;
	margin: auto;
	display: block;
	cursor: pointer;
}

.btn:hover {
	text-decoration: none;
	background-position: center bottom;
}

.box {
	font-size: 16px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;	
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.box .mid {
	background-repeat: repeat-y;
	background-position: top center;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 35px;
}

.box .btm {
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 30px;
}

.box_full {
	background-image: url(../images/rwg_box_full_top.png);
	width: 820px;
}

.box_full .mid {
	background-image: url(../images/rwg_box_full_mid.png);
	width: 750px;
}

.box_full .btm {
	background-image: url(../images/rwg_box_full_btm.png);
}


.box_half {
	background-image: url(../images/rwg_box_half_top.png);
	width: 395px;
}

.box_half .mid {
	background-image: url(../images/rwg_box_half_mid.png);
	width: 325px;
}

.box_half .btm {
	background-image: url(../images/rwg_box_half_btm.png);
}

.box_full .mid h2, .box_half .mid h2 {
	color: #000000;
	padding-bottom: 10px;
	border-bottom-color: #98A7CE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
}

#content .box_full .mid ul, #content .box_half .mid ul {
	margin-bottom: 0px;
	margin-left: 35px;
	margin-right: 35px;
	list-style-type: disc;
}


#content .box_full .mid ul ul, #content .box_half .mid ul ul {
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 35px;
	list-style-type: circle;
}

.centered_header {
	text-align: center;
	padding-top: 30px;
	border-top-color: #98A7CE;
	border-top-style: solid;
	border-top-width: 1px;
}

.dropdown_list {
	width: 400px;
}

.unavailable {
	font-weight: bold;
	color: black;
}

.available {
	font-style: italic;
	color: red;
}

.left {
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 30px;
	float: left;
}

.right {
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 0px;
	float: right;
}

.clear {
	clear: both;
}

/* --------------------- */