/* CSS Document */

.wrapper {
	background-image: url(../assets/subContentBack.gif);
	background-repeat: repeat-y;
	background-position: 25px top;
}

.content {
	background-image: url(../assets/subWrapperStrip.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	
}

.subLeft {
	width: 225px;
	float: left;
	margin-left: 25px;
}

.subRight {
	width: 625px;
	float: left;
}

.subTitle {
	width: 225px;
	height: 190px;
	background-image: url(../assets/termBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.subTitle img {
	margin-top: 45px;
}

.subBanner {
	width: 625px;
	height: 190px;
	margin-bottom: 35px;
}

.leftNav {
	width: 200px;
	text-align: right;
	margin-top: 30px;
	font-weight: bold;
}


.leftNav table {
	float: right;
	clear: both;
	margin-bottom: 8px;
}

.leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.leftNav li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: none;
	padding-left: 0;
}

.leftNav a {
	font-size: 12px;
	text-decoration:underline;
	text-transform:uppercase;
	
}

.SNode {
	text-decoration: none;
}

.navNode {
	text-decoration: underline;
	text-align:right;
} 

.chosen a {
	text-decoration:none;
}

.chosen a:hover {
	color: #000000;
}

.textWrapper {
	width: 580px;
	margin-left: 25px;
	margin-top: 30px;
	padding-bottom: 50px;
	clear: none;
	float: none;
}

.textWrapper table {
	border: 1px solid #E4AC10;
}

.textWrapper tr {
	vertical-align:top;
}

.textWrapper td {
	border: 1px solid #E4AC10;
	padding: 3px;
}



.imgHolder {
	width: 200px;
	min-height: 50px;
	_height: 50px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
}

.cookieTrail {
	position: absolute;
	width: 600px;
	padding-left: 25px;
	height: 20px;
	left: 250px;
	top: 301px;
	font-size: 10px;
	color: #FFFFFF;
	text-transform:uppercase;
	background-color: #E4AC10;
	font-weight: bold;
	line-height:20px;
}

.cookieTrail a {
	color: #FFFFFF;
	text-decoration:none;
	
}

.cookieTrail a:hover {
	text-decoration: underline;
	color: #003273;
}

.cookieTrailB	{
	width: 600px;
	height: 35px;
	padding-left: 25px;
	line-height:35px;
	background-color: #F4DE82;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
}

.cookieTrailB a {
	color: #000000;
	text-decoration:none;
	
}

.cookieTrailB a:hover {
	text-decoration: underline;
	color: #003273;
}

.yellowLine	{
	width: auto;
	height: 1px;
	font-size: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4AC10;
	clear: both;
}

/*THis is the css for forms*/
form {
	padding: 0;
	margin: 0;
}

label {
	width: 120px;
	font-weight: bold;
	display: block;
	float: left;
}

textarea {
	width: 400px;
}

/*This is the CSS for the calendar */
.calendar {
	position: absolute;
	width: 180px;
	height: 240px;
	left: 47px;
	top: 426px;
}

.calActive {
	background-color:#D9D9D9;
}

.calActive a {
    text-decoration: none;
    font-weight: bold;
}

.calActive a:hover {
    color: #C4C208;
}

.eventsHeading {
	height: 30px;
	width: 500px;
	padding-left: 25px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform:uppercase;
	background-image: url(../assets/orangeBullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.eventHeading a {
    color: #FFFFFF;
    text-decoration: none;
}

.selectLocation {
	margin-right: 5px;
	margin-top: 4px;
}

.events {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

.events th {
	padding: 5px;
	text-align: left;
	font-size: 12px;
	background-color: #E4AC10;
	border: 1px solid #E4AC10;
	color: #FFFFFF;
}

.events td {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #E4AC10;
}

.eventLink {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.highlighted {
	background-color: #F2F2F2;
}

.eventLink a:hover {
	color: #C4C208;
}

.detailsHeading {
	clear: both;
	height: 30px;
	width: 500px;
	padding-left: 25px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	background-image: url(../assets/orangeBullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.details {
	clear: both;
}

.details table {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
	width: 500px;
	border-collapse:collapse;
}

.details td, th {
	padding: 5px 5px 5px 5px;
	border: 1px solid #E4AC10;
}

.detailsPhoto {
	float: left;
	width: 218px;
	min-height: 100px;
	_height: 100px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
