@charset "UTF-8";
/* CSS Document */

/* RESET STYLES */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;}
	
img, fieldset {
	border: 0;}
	
body, select, input, textarea {
	font: 100%/1.2 arial, helvetica, sans-serif;}

#container {
	font-size: 0.8em;
	width: 760px;
	margin: 0 auto;}
	
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.6em;}
h1 {
	font-size: 2em;}
h2 {
	font-size: 1.8em;}
h3 {
	font-size: 1.6em;}
h4 {
	font-size: 1.4em;}
h5 {
	font-size: 1.2em;}
h6 {
	font-size: 1em;}
p {
	padding-bottom: 1.2em;}

/* REUSABLE CLASSES */

.qualify {
	font-size: .85em;}

.hide {
	display: none;}
	
.error {
	color: #C00;
	font-weight: bold;}

.confirmation {
	color: #080;
	font-weight: bold;}

div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;}
	
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000}
	
/* SITE SPECIFIC STYLES */

h1, h2, h3, h4, h5, h6, p {
	display: none;}

body {
	background-image: url(../img/bkgd_tile.gif);}

#container {
	margin-bottom: 40px; height: 975px;
	background-image:url(../img/bkgd.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	position: relative;}
	
	#btRulesRegs {
		position: absolute;
		bottom: 30px; left: 20px;}
	
	#btRulesRegs:link {
		color: #FFF;}
	#btRulesRegs:visited {
		color: #FFF;}
	#btRulesRegs:hover {
		color: #fbcee2;}
	#btRulesRegs:active {
		color: #f584b7;}

#main_image {
	position: relative; top: 210px;
	z-index: 1;}

.gallery_demo_unstyled {
	list-style: none; width: 680px; height: 255px; margin: 0; padding: 0;
	position: absolute; top: 640px; left: 40px;
	background-color: #FFF;}

.gallery_demo_unstyled li {
	float: left;
	padding: 0; margin: 0; width: 85px; height: 85px;}

.gallery_demo_unstyled li a {
	margin: 0; padding: 0;
	display: block;
	width: 85px; height: 85px;}

.gallery_demo_unstyled li a img {
	width: 85px; height: 85px;}

#grLeft {
	z-index: 200;
	position: absolute;
	left: 0; top: 240px;}

#grRight {
	z-index: 300;
	position: absolute;
	right: 0; top: 425px;}