/* CSS Document */

/* CSS Document */

/* Use with index.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

.style1 {color: #CCCCCC;}
.style2 {
	font-size: xx-large;
	text-align: left;
}
.style3 {
	color:#CCCCCC;
	font-family: "Bradley Hand ITC";
	font-weight: bold;
}
.style5 {font-size: small;}
.style5 A:link {text-decoration:none; color:#CCCCCC;}
.style5 A:visited {text-decoration:none; color:#FFFFCC;}
.style6 {font-size: small;
	     font-weight: bold;}
.style7 {
	color: #990000;
	text-align: left;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-weight: bold;
	background-color: #FFF;
}
.style8 {color: #000000;}
.style9 {color: #C0C0C0;}		 		 

body{
	font-family: "Gill Sans MT", Arial, sans-serif;
	color: #333333;
	padding: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

/***********************************************/
/* Layout - DIVISIONS                                   */
/***********************************************/


#masthead{
	width:693px;
	height: 110px;
	background-color: #990000;
	color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 0px;
	border-left: 1px solid #FFFFFF;
	margin-top: 20px;
	cursor: hand;
}


#pagecell1{
	position:relative;
	width:699px;
	text-align: left;
	/*background-color: #FFFFFF;*/
}

#leftcol{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #CCCCCC;
}

#navspace {
	background-color: #FFFFFF;
	width:178px;
}

#hours{
	padding: 5px;
	color:#FFFFFF;
	background-color: #990000;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#contentspace{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 178px;
	background:#FFFFFF
}


#content{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	font-family: "Gill Sans MT", Arial, sans-serif;
	text-align: left;
}


#buttonlinks {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-top: medium solid #CCCCCC;
}



/* Fix IE. Hide from IE Mac \*/
* html ul li {float: left;	height: 1%;}
* html ul li a { height: 1%; }
/* End */

	ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 178px;
	position:relative;
	border-bottom: 1px solid #FFFFFF;
	   }

	ul li {position: relative;}

	li ul {position: absolute;
	       left: 177px;
	       top: 0px;
	       display: none;
		   }

	ul li a {
	display: block;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #990000;
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #FFFFFF;
	border-bottom: 0px;
}

	ul li ul li a:hover{background: #FFFFCC;}              

	li:hover ul, li.over ul{display: block; background: #FFFFCC;}

 

.libheader {
	padding-bottom: 10px;
}
.libimg {
	vertical-align: top;
}
#pagecell1 #contentspace #content .style7 #ACCOUNT.IMAGE.15 {
	float: left;
}
#pagecell1 #contentspace #content p .style7 {
	text-align: left;
}
#pagecell1 #contentspace #content p {
	text-align: left;
	font-family: "Gill Sans MT", Arial, sans-serif;
}

