/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

/*ie6.css*/
html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#fff;
	background-image:url("/img/bg.jpg");
	background-position:top center;
	background-repeat:no-repeat;
}

div#container {
	position:relative; 
	width:900px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	padding-top:35px;
	text-align:left;
	background-color:none;
	border:0px solid black;
}

div#adminNavMenu {
	position:absolute;
	top:265px;
	right:50px;
	z-index:2;
}
#adminNavMenu option {color:#fff;}
div#branding {
	height:243px;
}

div#branding img#branding_img {
	position:absolute;
	top:17px;
	left:0px;
}

div#branding img#photo {
	position:absolute;
	top:42px;
	left:154px;
	z-index:2;
}

ul#nav {
	z-index:3;
	position:absolute;
	top:195px;
	left:445px;
	width:450px;
	height:50px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav span {margin-left:-2000px;}

#nav a{
	display:block;
	height:32px;
	border:0px solid black;
}

#home, #shopping, #activities, #news, #about {
	float:left;
	height:32px;
}

#home {width:71px;padding-top:9px;}
#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#shopping  {width:102px;padding-top:4px;}
#shopping a, #shopping a:visited {background:url("/img/btn-shopping.gif") top left no-repeat;}
#shopping a:hover {background:url("/img/btn-shopping.gif") top right no-repeat;}

#activities {width:102px;padding-top:1px;}
#activities a, #activities a:visited {background:url("/img/btn-activities.gif") top left no-repeat;}
#activities a:hover {background:url("/img/btn-activities.gif") top right no-repeat;}

#news  {width:72px;padding-top:2px;}
#news a, #news a:visited {background:url("/img/btn-news.gif") top left no-repeat;}
#news a:hover {background:url("/img/btn-news.gif") top right no-repeat;}

#about  {width:77px;padding-top:5px;}
#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

div#content {
	background-image:url("/img/bg-content-clear.png");
	background-position:top left;
	background-repeat:repeat-y;
	background-color:none;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-right:50px;
	padding-bottom:35px;
	padding-left:50px;
	border:0px solid black;
}

div#content_main {
	float:right;
	width:492px;
	padding-bottom:0px;
	border:0px solid black;
}

div#content_sub {
	float:left;
	width:276px;
	padding-bottom:0px;
	border:0px solid black;
}

#content_sub div#box_top {
	height:23px;
	background-image:url("/img/box-top.gif");
	background-repeat:no-repeat;
	background-position:top left;
}

#content_sub div#box_middle {
	position:relative;
	min-height:95px;
	background-image:url("/img/box-content.gif");
	background-repeat:repeat-y;
	background-position:top left;
	padding-top:4px;
	padding-right:17px;
	padding-left:17px;
}

/*ie6.css*/
#content_sub div#box_bottom {
	height:57px;
	margin-top:0px;
	background-image:url("/img/box-bottom.gif");
	background-repeat:no-repeat;
	background-position:top left;
	border:0px solid black;
}
#content_sub p {padding-left:9px;padding-right:9px;}
#content_sub h2.first {margin-top:0px;margin-bottom:8px;}
#content_sub h2 {font-size:14px;padding-left:9px;margin:0;margin-bottom:8px;margin-top:15px;}


#content_sub ul {
	position:relative;
	top:0px;
	left:0px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	background-color:#e2e2e2;
	border-top:1px solid #fff;
}

#content_sub li {
	padding:1px 2px 1px 2px;
	border-bottom:1px solid #fff;
}

/*ie.css*/
#content_sub li a {
	display:block;
	color:#006dca;
	font-weight:bold;
	font-size:14px;
	background-image:url("/img/icon-arrow.gif");
	background-position:214px 10px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-right:35px;
	padding-bottom:5px;
	padding-left:6px;
	text-decoration:none;
	border:0px solid black;
	border-top:2px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
}

#content_sub li a:visited {color:#006dca;}

#content_sub li a:hover {
	color:#006dca;
	background-color:#fff;
	border-top:2px solid #aeaeae;
	border-right:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
}

#content_sub li#first_sub_nav a {
	padding-top:6px;
}

div#site_info {
	margin:0;
	height:100px;
	padding-top:25px;
	background-image:url("/img/bg-site-info-clear.png");
	background-position:top left;
	background-repeat:no-repeat;
	color:#oboboc;
	text-align:center;
	border:0px solid black;
}

/*#site_info ul {
	float:left;
	padding:0 0 0 10px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
}

#site_info li {display:inline;}*/

#site_info p {

}

#site_info a {
	color:#oboboc;
	text-decoration:none;
	color:black;
}

#site_info a:visited {color:#obococ;text-decoration:none;}

#site_info a:hover {color:#obococ;text-decoration:underline;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol, td {font-size:12px;}

h1 {font-size:22px;margin-bottom:8px;} 

h2 {
	font-size:16px;
}

h3 {font-size:14px;}

h4 {font-size:12px;}

p {
	margin:0px;
	padding-bottom:10px; /*switching from margin to padding fixes issue in footer with full width page option */
	border:0px solid black;
}

textarea {
	font-family:arial, sans-serif;
	font-size:11px;
}

a {
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
div.box {
	position:relative;
	background-color:#000033;
	width:400px;
	padding:20px;
	padding-bottom:10px;
	color:#fff;
	overflow-y:hidden;
}
.box img {
	max-width:400px;
}
div#corner_top_left, div#corner_top_right, div#corner_bottom_right, div#corner_bottom_left{
	position:absolute;
	width:10px;
	height:10px;
	background-position:top left;
	background-repeat:no-repeat;
}
h3.edit {margin-bottom:15px;}
div#corner_top_left {
	top:0px;
	left:0px;
	background-image:url("/img/corner-top-left.png");
}
div#corner_top_right {
	top:0px;
	right:0px;
	background-image:url("/img/corner-top-right.png");
}
div#corner_bottom_right {
	bottom:0px;
	right:0px;
	background-image:url("/img/corner-bottom-right.png");
}
div#corner_bottom_left {
	bottom:0px;
	left:0px;
	background-image:url("/img/corner-bottom-left.png");
}

#video_thumbs {
	padding:10px;
	list-style:none;
	list-style-image:none;
}
#video_thumbs li {
	clear:both;
	margin-bottom:20px;
}
#video_thumbs li img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#video_thumbs h4 {
	font-size:13px;
	margin:0;
	padding:0;
}
#video_thumbs p {
	font-size:11px;
	margin-bottom:4px;
}
#video_thumbs p.stars {
	margin-top:4px;
	margin-bottom:2px;
}
#video_thumbs p.stars img {float:none;margin:0;}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}

#news_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}

#news_list h3 {
	font-size:12px;
	margin:0;
}

#news_list p {
	font-size:11px;
	margin-bottom:4px;
}

#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

ul.striped, ol.striped { /* list style */
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul.striped li, ol.striped li {}

ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}

ul.striped li a:visited, ol.striped li a:visited {}

ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}

ul#nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

/* +++ IE6.CSS */
#nav_sub_list li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}

#nav_sub_list li a {
	display:block;
	color:#737373;
	font-weight:bold;
	font-size:11px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.png");
	background-repeat:no-repeat;
	background-position:135px 9px;
	border:0px solid black;
}

#nav_sub_list li a:visited {}

#nav_sub_list li a:hover {background-color:#ebebeb;color:#000;}

#nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.italic {font-style:italic;}

.small {font-size:1.1em;}

.no_spacing {margin:0px; padding:0;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.dark {background-color:#ececec;}

div.photo {
	float:left;
	border:3px solid #e2d8cb;
	margin-right:12px;
	margin-bottom:12px;
}
.photo img {float:left;}

.border {border:1px solid #555555;}

.even {background:#efefef;}

ul.list_members {
	margin:0;
	margin-bottom:10px;
	padding:0;
	list-style:none;
	list-style-image:none;
}
.list_members li {
	border-top:1px solid #ccc;
	padding:10px;
	padding-bottom:4px;
	clear:both;
}
.list_members li div {
	float:left;
	border:3px solid #e2d8cb;
	margin-right:12px;
	margin-bottom:10px;
}
.list_members li div img {float:left;}
.list_members li h2 a {
	text-decoration:none;
	}
.list_members li h2 a:hover {
	color:#000;
	}
.list_members li p {
	padding-bottom:6px;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */
.adminBar {
	background-color:#226988;
}

.tableLight {
	background-color:#f0ecdb;
}

.tableDark {
	background-color:#f0ecdb;
}

.tableHighlight {
	background-color:#226988;
}

.white {
	color:#FFFFFF;
}

.error {
	color: #CC0000;
}
/* END OAF TOOLS */
/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */

.daynames {color:#fff;font-size:11px;}

input.submit {
	background:#b81414;
	border:1px solid #a7a7a7;
	font:bold 12px arial;
	color:#fff;
	margin:0;
	padding:0;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:2px;
}

input.submit:hover {
	background:#3d3d3d;

}


