
/* Important layout rules are in this Selector. Please do not edit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #C9D87D url(images/page_bg.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	}




.homefootergreen{
	border-top: 1px solid #d3de93;
	margin-top: -10px;
	padding-top: 6px;
}


.navLeftChunk{
	position: absolute;
	top: 251px;
	left: 0px;
	z-index: 10;
	}

.navRightChunk{
	position: absolute;
	top: 251px;
	left: 999px;
	background: none;
	z-index: 10;
	}



/* page background */
.whiteContainer{
	background: #fff url(images/left_border.gif) repeat-y 0 0;
	border-right: 1px solid #5c791b;
	border-bottom: 1px solid #5c791b;
	float: left;
	width: 999px;
	z-index: 1;
	position: relative;
	}

.header {
	width: 999px;
	height: 233px;
	float: left;
	}

.headerGraphic {
	width: 965px;
	height: 233px;
	float: right;
	}


/* Start Hompage Skin Layout Elements */

.contentWrap{
	float: left;
	width: 965px;
	margin-top: 54px;
	margin-left: 34px;
	display:inline;
	background:url(images/bg_contentWrap.gif) repeat-y;
	}

.contentBlock{
	margin-bottom: 35px;

}

.homepageContent{
	float: left;
	width: 897px;
	display:inline;
	padding:0px 34px 0px 34px;
	}


/* Start Toolbar */

.toolBar{
	width: 932px;
	height: 45px;
	background:#fae8ca;
	border-top: 1px solid #d3de93;
	border-bottom: 1px solid #d3de93;
	padding-left: 33px;
}

.toolBar.sub{
	border-top: 1px solid #ffe292;
	border-bottom: 1px solid #ffe292;
	
}

.toolBarFeature {
    float: left;
    height: 45px;
    margin: 0 88px 0 18px;
    width: 247px;
}

.socialNetworking{
	width:222px;
	float:left;
	height: 34px;
	padding: 11px 0 0 0;
}
.socialNetworking img{
	border:0;
	float:left;
	margin-right: 9px;
}

.socialNetworking img.last{
	margin-right:0;
}

/* START ALERT BAR */
.alertBar{
/*	width: 897px; */
	background:url(images/bg_alertbar.gif) repeat-x;
	padding: 0 34px;
	font-size: 0;
	line-height:0;
	undo zoom: 1;
}

.alertBar p {
    background: url("images/bg_alert_p.gif") no-repeat scroll 0 6px transparent;
    color: #C10202;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    margin: 0;
    padding-left: 25px;
    padding-top: 8px;
	line-height: 13px;
}

.leftColumn{
	width: 609px;
	float:left;
	margin-top: 34px;
	margin-right: 34px;
	
}

.leftColumn h1, .leftColumn h2{
	height: 26px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin:0 0 20px 0;
	padding:0;
	border-bottom: 2px solid #d3de93;
	color: #5c791b;
}


.rightColumn{
	width: 220px;
	float:left;
	line-height: 18px;
	margin-top: 34px;
	margin-left: 34px;
}

.rightColumn h3{
	height: 26px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin:0 0 12px 0;
	padding:0;
	border-bottom: 2px solid #d3de93;
	color: #5c791b;
}

.railFeature img{
	border: 1px solid #bbca71;
}





/* LEFT COLUMN CONTAINER SPECIFIC STYLING */


/*rotating tiles */
.rotatingTiles{
	width:609px;
	height:357px;
	float:left;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider_bg.jpg) no-repeat;
    width:609px;
    height:357px;
}

#slider {
	position:relative;
    width:609px;
    height:302px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	text-align:center;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:inline-block;
}

.nivo-controlNav {
	position:absolute;
	bottom:-45px;
	text-align:center;
	left: 50%;
	margin-left: -150px;
	opacity: 1;
	width: 300px;
	height: 35px;
}
.nivo-controlNav a {
    background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
    font-size: -1px;
    margin-right:1px;
    width:33px;
    min-height: 35px;
    display: inline-block !important;
    vertical-align: top;
    margin: 0 1px 0 0;
	/* HACKS BECAUSE IE SUCKS */
	*font-size: 0;
	*text-indent:0;
    *color: #bababa;
    *display: inline;
	_height: 35px;
}

.nivo-controlNav a.active {
	background-position:0 -33px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/* TOP 5*/
.topFive{
	width: 609px;
	float:left;
	margin-bottom: 38px;
	line-height: 18px;
}

.topFive p{
	margin: 0px 0px 0px 0px;
	
}

.topFiveRow{
	width: 609px;
	margin-bottom: 34px;
	float: left;
}

.topFiveImage{
	float:left;
	width: 83px;
	margin: 4px 20px 0 0;
}

.topFiveText{
	float:left;
	width: 506px;
}


/* Home Feature */

.homeFeature{
	width: 609px;
	float:left;
	margin-bottom: 34px;
}


/* RIGHT COLUMN CONTAINER SPECIFIC STYLING */

.mordecaiHours{
	background:url(images/marmot.gif) no-repeat;
	padding-left: 52px;
	height: 42px;
	margin-bottom: 15px;
}

.hours{
}

.admission{
}

.directions{
}

.becomeMember{
}


.blogBlock ul{
	margin:0; 
	padding:0;
	list-style:none;
}

.blogBlock li{
	background-image:url(images/rightRailBullet.gif);
	background-position: 0 .4em;
	background-repeat:no-repeat;
	padding-left: 11px;
	line-height: 15px;
	margin-bottom: 19px;
}

.blogBlock li.last{
	margin:0;
}




.directions{

}

.directions img{
	margin-right: 9px;
}

.directions .moreInfo{
	font-size: 11px;
	color:#6e706c;
}

.directions .otherLocations{
	width: 130px;
	float:right;
}


/* Admissions */

.admissions td{
	background-image:url(images/bg_admission.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 2px;
}

.admissions td.first{
	padding-top:0;
}

/* home feature */
.homeFeature{
	float:left;
}

.homeFeatureImage{
	float:left;
	width: 185px;
	margin-right:30px;
}

.homeFeatureText{
	width: 394px;
	float:left;
	line-height: 18px;
}

.homeFeatureText > p:first-child{
	margin-top:0;
}
	

	





/* overwriting border collapse in defaults.css */
table {
	border-collapse: separate;
	padding: 0px;
	border: 0px;
}


