﻿body, div, p, span, h1, h2, h3, h4, h5{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
body {
	background-image:url('../pageImages/bg_body.png');
	margin:0px; 
	padding-top:5px;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

h1{
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	font-size:1.2em;
}
h2, h3{	margin-top:5px;	margin-bottom:5px; text-align:center; }
h2{	font-size:1.1em }
h3{ font-size:.95em }

div.burke{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:.8em;
}
.pageText{
	font-size:.9em;
	margin-bottom:10px;
	text-align:justify;
	clear:left;
}
div#pageContainer{
/*	border:2px #FFF solid; */
	position:relative;
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	padding:0;
}
div#topBar{ margin:5px auto; padding:0; font-size:14px; width:900px; color:#FFF }
div#eventDescription{
	z-index:32; 
	position:absolute; 
	text-align:left; 
	background-color:#FD9; 
	display:none; 
	padding:20px 20px 20px 20px; 
	overflow:hidden; 
	border:3px #000 solid;
}
div#spinningBall{
	position:absolute; 
	top:25px;
	left:40px;
	z-index:30; 
	margin-bottom:0px; 
}
div.topRow{
	position:relative;
	width:100%;
	padding:0;
	margin:0;
}
div.middleRow{
	width:100%;
	padding:0;
	margin:0;
}
div.bottomRow{
	width:100%;
	text-align:center;
	font-size:.8em;
	margin-top:30px;
    padding-bottom:20px;
}
div.menuRow{
	background-color:#E0E0E0;
	float:left;
	width:100%;
	padding:0;
	white-space:nowrap;
}
div.middleLeft{
	float:left;
	width:17%;
	padding:10px;
	padding-top:80px;
}
div.middleMid{
	float:left;
	width:58%;
	padding-left:10px;
}
div.middleRight{
	float:right;
	width:20%;
	text-align:center;
	padding:50px 0px 0px 15px;
	margin:0;
}
div.clear{
	clear:both;
	line-height:3px;
}
div.linkContainer{
	width:100%;
	text-align:center;
}

img.bannerPhotoContainer{
	float:right;
	width:900px;
	margin:0;
	border:0;
}
img.logoBall{
	visibility:hidden;
	position:absolute;
    height:90px;
	top: 0px; 
	left: 0px; 
	z-index:0;
}
img#logo1{
	visibility:visible;
}
img#SOgif{
	position:absolute; 
	z-index:5; 
	left: 300px;
	top:30px;
	border:0
}

.first{
	margin-left:0px;
}
.menuDropBox{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
	top:30px;
	left:-1px;
	padding:5px;
	padding-bottom:4px;
	background-color:#E4E4E4;
	position:absolute;
	display:none;
/*	visibility:hidden;*/
	z-index:20;
	text-align:left;
	width:170px;
}
/*
.menuDropBox:hover{
	display:block;
}
.subMenu:hover{
	background-color:#55B;
	color:#FFF;
}
.subMenu:hover a{
	color:#FFF;
	text-decoration:underline;
}
*/
.subMenu{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#F0F0F0;
	margin-bottom:2px;
	padding: 6px 0 0 5px;
	height:20px;
	text-align:left;
	border:1px #CCC solid;
	vertical-align:top;
}

.menuItem{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	display:block;
	position:relative;
	vertical-align:bottom;
	width:178px;
	height:26px;
	margin:0 0;
	padding:5px 0 0 0;
	background: url('../Resources/buttons.gif') gray repeat-x scroll 0px -50px;
	border:1px #DDD solid;
	float:left;
	text-align:center;
	font-size:1.1em;
	color:#030;
    cursor:pointer;
}

.menuRow .last{
	float:right;
}
div.links{
	font-size:12px;
}
div.links a{
    margin-bottom:7px;
}

a{
	display:inline-block;
	margin:3px auto;
	font-size:14px;
	color:#009;
}
a:visited{
	color:#009;	
}
a:hover{
	color:#070;
}
a.logout, a.logout:visited{
    color:#66F;
}
a.logout:hover{
    color:#0F0;
}

a.join{
	background-image:url('../Resources/joinnow.gif');
	width:150px;
	height:26px;
	background-color:#FFF;
	text-decoration:none;
}
a.join:hover{
	background-image:url('../Resources/joinnowG.gif');
/*	background-color:#FF9;	*/
}
a.logoBlue{ text-decoration:none; border:0 }

.menuItem:hover{
	background: url('../Resources/buttons.gif') gray repeat-x scroll 0px -27px;
	color:#00F;
}
.menuItem:hover .menuDropBox{
	display:block;
}



a.subMenuLink{
	white-space:nowrap;
	font-size:.8em;
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
	color:#030;
}
a.subMenuLink:hover{
	color:#FFF;
	text-decoration:underline;
}
p.xyz {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:0;
}
a.abc {
	text-align:center;
	font-size:12px;
	z-index:12;
	cursor:pointer;
	margin:0;
	padding:0;
	margin-bottom:0;
	color:#009;
}
p.leftpara{
	font-size:12px;
}

p.middle{
    font-size:14px;
    font-weight:normal; 
    margin-top:8px}

.mission{
	width:612px; 
	font-size:16px; 
	line-height:20px; 
	text-align:justify;
	margin:20px auto;
}
.center{
	width:100%;
	text-align:center;
}
td{
	font-size:.8em;
	padding:0px 8px;
}
td.col1{
	padding-left:100px;
}
td.col2{
	cursor:pointer;
	color:#00F;
}
td a, td a:visited{
	color:#00A;
}
td a:hover{
	color:#070;
}
tr.underline td{
	vertical-align:bottom;
	padding-top:5px;
	padding-bottom:1px;
	background-image:url('../pageImages/results_bg.png');
	background-repeat:repeat-x;
	background-position:0 5px;
}
tr.underline td a{
	display:inline-block;
	margin-bottom:3px;
	margin-top:0px;
}


#pageContainer .topLeft {
	position:absolute;
	width:5px;
	height:5px;
	left:-5px;
	top:-5px;
	background-image:url('../Resources/cornerTopLeft.png');
}
#pageContainer .topRight {
	position:absolute;
	width:5px;
	height:5px;
	right:-5px;
	top:-5px;
	background-image:url('../Resources/cornerTopRight.png');
}
#pageContainer .bottomLeft {
	position:absolute;
	width:5px;
	height:5px;
	left:-5px;
	bottom:-5px;
	background-image:url('../Resources/cornerBottomLeft.png');
}
#pageContainer .bottomRight {
	position:absolute;
	width:5px;
	height:5px;
	right:-5px;
	bottom:-5px;
	background-image:url('../Resources/cornerBottomRight.png');
}
#pageContainer .topSide {
	position:absolute;
	width:100%;
	height:5px;
	left:0;
	top:-5px;
	background-image:url('../Resources/sideFringeTop.png');
}
#pageContainer .bottomSide {
	position:absolute;
	width:100%;
	height:5px;
	left:0;
	bottom:-5px;
	background-image:url('../Resources/sideFringeBottom.png');
}
#pageContainer .leftSide {
	position:absolute;
	width:5px;
	height:100%;
	left:-5px;
	top:0px;
	background-image:url('../Resources/sideFringeLeft.png');
}
#pageContainer .rightSide {
	position:absolute;
	width:5px;
	height:100%;
	right:-5px;
	top:0px;
	background-image:url('../Resources/sideFringeRight.png');
}
.SanJuanCnty1 {
	font-size:.95em;
	margin:0;
	z-index:4;
	color:#000;
	position:absolute;
	top:95px;
	left:380px;
}
.SanJuanCnty2 {
	font-size:.95em;
	margin:0;
	z-index:3;
	color:#FFF;
	position:absolute;
	top:96px;
	left:381px;
}

