@charset "utf-8";
/*----------------------- Basic styling -----------------------------*/
* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color:#FFFFFF;
	text-align:center
	}
#wrapper {
	position:relative;
	background-color:#FFFFFF;
	background: url(../assets/images/navigation/nav_bkgrnd_wrapper_jpg.jpg) repeat-y;
	width: 805px;
	margin: 0 auto;
	text-align:left;
	}
#clear {
	clear:both;
	}
/*--------------------------- position container elements ----------------------------*/
#header{
	position:relative;
	height:125px;
	}

#header #randomPic {
	float:left;
	width: 175px;
	height: 125px;
	background:url(../assets/images/random_images/image01.jpg) no-repeat top left;
	}
#header #banner {
	float:left;
	width: 625px;
	height: 125px;
	background:url(../assets/images/banner_right.jpg) no-repeat top right;
	}
#header #banner h1 {
	margin-left: -9000px;
}

/*------main navigation in sidebar styles----------*/
#sidebar {
	float:left;
	width:150px;
	height:500px;
	top:0 ;
	left:0 ;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul li a{
	font-size:19px;
	font:"Times New Roman", Times, serif;
	line-height:1.5em;
	text-decoration:none;
	color:#742481;
	float:none;
	display:block;
	padding-left: 3px;
	width: 150px;
	}

/*--------------- to add nav links add ul item in main_template.dwt and give it class of "newlinknav" then when new page is made change template properties to newlink which changes body id then go to styles.css and add body#newlink a.newlink.nav, below*/
#home #homenav,
#facility #facilitynav,
#program #programnav,
#staff #staffnav,
#schedule #schedulenav,
#news #newsnav,
#calendar #calendarnav,
#team #teamnav,
#results #resultsnav,
#parties #partiesnav,
#directions #directionsnav
{
	color:#004C80;
	background-color:#CEDCE7;	
}
#sidebar ul a:hover{
	color:#004C80;
	background-color:#CEDCE7;
	}
#sidebar ul img { 
    border: 0; 
    } 
/*--------------------------------------------------------*/
#content {
	float:left;
	width:647px;
	}
#facilityContents{
	float:left;
	width:645px;
	}
#footer {
	color:#0D2032;
	font: 15px "Times New Roman", Times, serif;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}		
/*------all items for display when printing give class of #printable-------*/
#printable{
	display: none;
}
#facility #facilityContents img {
	margin: 10px;
}


/*----------------------------- font styles --------------------------*/

.purpleBodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #742481;
}
.blueBodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	color: #004C80;
}
.headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #742481;
	font-weight:bold;
	margin: .5em;
}

.subheadings {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:800;
	color: #004C80;
	margin: .5em;
}
blockquote {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.errors {
	color: #FF0000;
}
/*----------------------------- NOTES.php styles --------------------------*/
.message {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;	
}

#content tr .notesTitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #0000FF;
}

#content tr .notesContent {
	font-size: 1.1em;
}
