/* 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 */

html,body {
	margin:0;
	padding:0;
  	height:100.1%;
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#dde0df;
	background-image:url("/img/bg.jpg");
	background-position:top center;
	background-repeat:repeat-x;
	min-width:842px;
}

div#container {
	position:relative; 
	width:802px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
}

div#branding_nav {
	position:relative;
	height:270px;
	background-image:url("/img/bg-photo.gif");
	background-position:0px 82px;
	background-repeat:no-repeat;
}

div#photoholder {
	position:absolute;
	top:82px;
	left:0px;	
}

#branding_nav img#logo {
	position:absolute;
	top:15px;
	left:18px;
}

ul#nav {
	position:absolute;
	top:28px;
	left:302px;
	width:540px;
	margin:0;
	height:30px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a{
	display:block;
	border:0px solid black;
}

ul#nav span {margin-left:-10000px;}

ul#nav, #nav a {height:30px;}

#home, #courses, #join, #events, #forum, #about {
	float:left;
	height:30px;
	margin-right:11px;
}

#home {width:66px;}
#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;}

#courses  {width:89px;}
#courses a, #courses a:visited {background:url("/img/btn-courses.gif") top left no-repeat;}
#courses a:hover {background:url("/img/btn-courses.gif") top right no-repeat;}

#join {width:56px;}
#join a, #join a:visited {background:url("/img/btn-join.gif") top left no-repeat;}
#join a:hover {background:url("/img/btn-join.gif") top right no-repeat;}

#events {width:77px;}
#events a, #events a:visited {background:url("/img/btn-events.gif") top left no-repeat;}
#events a:hover {background:url("/img/btn-events.gif") top right no-repeat;}

#forum {width:75px;}
#forum a, #forum a:visited {background:url("/img/btn-forum.gif") top left no-repeat;}
#forum a:hover {background:url("/img/btn-forum.gif") top right no-repeat;}

#about {width:72px;}
#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.gif");
	background-position:top left;
	background-repeat:repeat-y;	
	border:0px solid black;
}

div#title {
	position:relative;
	height:28px;
	padding:11px 0px 0px 25px;
	background-image:url("/img/bg-content-top.gif");
	background-position:top left;
	background-repeat:no-repeat;	
}

div#title h1 {
	color:#fff;
	font-size:17px;
}

div#title p#breadcrumb {
	color:#fff;
	position:absolute;
	top:13px;
	right:20px;
}
div#title #breadcrumb a {
	color:#fff;
	text-decoration:underline;
}
div#title #breadcrumb a:visited {}
div#title #breadcrumb a:hover {text-decoration:none;}

div#content_main_full {
	float:left;
	width:750px;
	padding:18px 0px 15px 25px;
	border:0px solid black;
}

div#content_main {
	float:left;
	width:465px;
	padding:18px 0px 15px 25px;
	border:0px solid black;
}
#content_main_full p, #content_main p {text-align:justify;}

div#content_sub {
	float:right;
	width:250px;
	padding:18px 25px 15px 0px;
	border:0px solid black;
}

div#bg_bottom {
	clear:both;
	height:5px;
	background-image:url("/img/bg-content-bottom.gif");
	background-position:top left;
	background-repeat:no-repeat;	
}

div#site_info {
	position:relative; 
	width:766px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:center;
	height:50px;
	padding:0px;
	color:#909291;
	padding-top:10px;
}

#site_info p {
	float:right;
	padding:0px;
	color:#909291;
}

#site_info ul {
	float:left;
	padding:0px;
	padding-left:5px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

#site_info li {display:inline;}

#site_info a {
	color:#909291;
	text-decoration:none;
}
#site_info a:visited {text-decoration:none;}
#site_info a:hover {color:#000;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol, td {font-size:12px;}

h1 {font-size:17px;} 

h2 {font-size:15px;color:#bb1515;}

h3 {font-size:12px;margin-bottom:2px;}

h4 {font-size:12px}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#003fb1;
	text-decoration:none;
}
a:visited {}
a:hover {text-decoration:underline;color:#000;}

hr {
	background-image:url("/img/rule-dotted.gif");
	background-position:top left;
	background-repeat:repeat-x;	
	margin:0;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	height:1px;
	background-color:transparent;
	border:0;
}

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");
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
.icon {
	vertical-align:top;
	border:0;
}
p.date {
	font-size:11px;
	margin-top:-5px;
}

ol.basic, ul.basic {
	margin:0;
	padding:0;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ol.basic_home, ul.basic_home {
	margin:0;
	padding:0;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	width:465px;
	border:0px solid black;
}
ol.basic_home li, ul.basic_home li {
	float:left;
	width:140px;
	padding-right:15px;
	border:0px solid black;
}

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 {overflow:auto;}

/*ie6.css*/
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration:none;
	background-color:transparent;
	overflow:hidden;
}

span.normal {font-weight:normal;}

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:#f1f1ea;
}

/*BEGIN DOCS*/
div#documents_full { /*Used if there's no right column*/
}

div#documents_column_left {
	width:310px;
	float:left;
	border:0px solid white;
}

div#documents_column_right {
	width:310px;
	float:right;
	border:0px solid white;
}

ul.docs, ol.docs { /* 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;
	border:0px solid white;
}

ul.docs li, ol.docs li {
	position:relative;
}

ul.docs li a, ol.docs li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	background-color:transparent;
}
ul.docs li a:visited, ol.docs li a:visited {}
ul.docs li a:hover, ol.docs li a:hover, ul.docs li a:hover span.no_link, ol.docs li a:hover span.no_link {
	background-color:#f1f1ea;
}

.docs li a.link_docs {
	min-width:200px; /*ie7 fix for width of hover color and blinking over text*/
}

/*ie6.css*/
ul.docs a.link_edit {
	position:absolute;
	top:0px;
	left:0px;
	border-right:4px solid #fff;
	/*padding-top:14px;*/
	height:28px;
}

ul.docs a.description {height:45px;}
/*END DOCS*/

ul.nav_sub {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

a.no_link, a.no_link:hover, span.no_link {
	text-decoration:none;
	color:#000;
	background-color:transparent;
	padding:0;
}

.dark {background-color:#efefef;}

.no_margin {margin:0;}

.float_left {float:left}
.float_right {float:right}
/* +++ IE6.CSS */
.nav_sub li {}

.nav_sub li a {
	display:block;
	color:#595959;
	font-weight:bold;
	font-size:11px;
	margin:0;
	padding:0;
	padding-top:2px;
	padding-right:10px;
	padding-bottom:3px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}

.nav_sub li a:visited {}

.nav_sub li a:hover {background-color:#cce6ff;}

.nav_sub li#first_sub_nav a {
	padding-top:6px;
}

fieldset, legend {
	margin:0;
	padding:0;
	border:0;
}


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 #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.border {border:1px solid #555555;}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN OAF TOOLS */

.adminBar {
	background-color:#2d4122;
}

.tableLight {
	background-color:#f4e2bd;
}

.tableDark {
	background-color:#ecd7aa;
}

.tableHighlight {
	background-color:#5f4f4b;
}

.white {
	color:#FFFFFF;
}

.calendar {
	color:#000;
}

.calendarFeatured {
	color:#000;
	font-weight:bold;
}

/* 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, .sIFR-hasFlash h2 {
	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 */





ul#clrcalinks {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}

ul#clrcalinks li {
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
}

/*ie6.css*/
ul#clrcalinks li a {
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	text-decoration:none;
	background-color:transparent;
}

ul.inline_list {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

ul.albumList li{
	width:250px;
	text-align:center;
}

.photo {
	float:left;
	margin:0px 11px 11px 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.daynames,.month {font-weight:bold;color:#fff;}


