/* CSS Document */

* {margin:0; padding:0;}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	text-align: right;
}

p {
	line-height: 1.35em;
	margin: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.25em;
	background-image:  url(../images/bg.gif);
	background-repeat: repeat;
}

#containerTop {
	width: 988px;
	height: 32px;
	margin: 25px auto 0 auto;
	position: relative;
	background-image: url(../images/bg_container_top.png);  
}

#container {
	width: 988px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/bg_container.png);
	background-repeat:  repeat-y;  
	
}

#containerBottom {
	width: 988px;
	height:19px;
	margin: 0 auto;
	background-image: url(../images/bg_container_bot.png);  
}

#subnav {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size:10px;
	position: absolute;
	right: 20px;
}

#subnav a{
	color: #fff;
}

#subnav a:hover{
	text-decoration: underline;
}

#content {
	width: 950px;
	position: relative;
	top: 0;
	left: 19px;
	background: url(../images/bg_red.jpg) no-repeat;
}

#logo {
	width: 239px;
	height: 131px;
}

#tagline {
	height: 25px;
	padding: 0 0 10px 0;
	color: #fff;
	font-size:18px;
	font-weight:normal;
	position: absolute;
	right: 51px;
	top: 39px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: inline;
	position:absolute;
	width: 711px;
	height: 36px;
	top: 95px;
	left: 239px;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	color: #FFFFFF;
}

#nav a:hover {
	background-position: 0 -36px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -72px;
}

#library a{
	width: 88px;
	background: url(../images/btn_library.gif) top left no-repeat;
}

#museum a{
	width: 93px;
	background: url(../images/btn_museum.gif) top left no-repeat;
}

#exhibits a{
	width: 93px;
	background: url(../images/btn_exhibits.gif) top left no-repeat;
}

#about_library a{
	width: 230px;
	background: url(../images/btn_about_library.gif) top left no-repeat;
}

#about_masons a{
	width: 207px;
	background: url(../images/btn_about_masons.gif) top left no-repeat;
}

#readmore {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	padding: 0 0 0 7px;
	margin: 0 0 0 3px;
	background: url(../images/bg_arrow_whiteOnRed.gif) no-repeat 0 3px;
}


#footer {
	color: #61625E;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 8px 0 0 19px;
	position: relative;
}

#footer a{
	color: #61625E;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer a:hover {
	color: #61625E;
	text-decoration: underline;
}

#footer #copyright {
	position: absolute;
	right: 19px;
	top: 0;
}

#clr {
	clear: both;
}
red {
	color: #990000;
}

