/*---------------------------SETUP-----------------------------*/
html,body,h1,h2,h3,h4,h5,p,ul,li,div,img,form,label,a,hr {
	color:#000000;
	margin:0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
}
html, body {
	width:100%;
	height:100%;
}
h1 {
	font-weight:100;
	font-size:x-large;
	margin-bottom:4px;
	color:#000000;
}
h2,h3,h4,h5 {
	font-size:small;
	margin-bottom:4px;
	color:#000000;
}
.msg {
	color:#ffffff;
	font-weight:bold;
	border:1px solid #330000;
	background-color:#990000;
	display:block;
	width:300px;
	margin:10px;
	padding:5px;
	text-align:center;
}
#access {
	display:block;
	width:99%;
	height:20px;
	padding-left:1%;
	background:url(../library/accessbar.jpg) repeat-x top;
}
#header_top {
	margin:0 auto;
	display:block;
	width:880px;
	height:60px;
	background: url(../library/topbar_top.gif) no-repeat right;
}
#header {
	margin:0 auto;
	display:block;
	width:860px;
	height:100px;
	padding-left:20px;
	background: url(../library/topbar_bottom.gif) no-repeat right;
}

#content {
	margin:0 auto;
	display:block;
	width:880px;
}
#layout_pad {
	position:relative;
	z-index:1;
	margin-left:170px;
	width:700px;
}
#footer_top {
	color:#FFFFFF;
	margin:0 auto;
	display:block;
	width:880px;
	height:40px;
	clear:both;
	background: url(../library/mas_foot.jpg) no-repeat;
	text-align: left;
}
#footer_top p {
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	margin:0 auto;
	display:block;
	width:880px;
	clear:both;
	height:50px;
	text-align: right;
}
/*---------------------------HEADER-----------------------------*/
#access li {
	display:inline;
	list-style:none;
	margin-left:10px;
	font-size: x-small;
}
#access a:link, #access a:visited {
	text-decoration: none;
	color: #444499;
	font-size: x-small;
}
#access a:hover {
	text-decoration: underline;
}
.alwayshide {
	position: absolute;
	top: -1200px;
	left: -1200px;
}
#helpline_link {
	float:left;
}
#searchform {
	float:left;
	color: #000000;
	padding: 20px 0 0 475px;	
}
#searchform label {
	font-size:x-small;
	color:#ffffff
}
.reghead {
	float:left;
	display:block;
	width:205px;
	padding:5px 5px 0 0 ;
	height:130px;
}
.reghead h2 {
	color:#fff;
}
.reghead a:link {
	text-decoration: none;
	font-weight:normal;
	font-size: x-small;
	color:#fff;
}
.reghead a:visited {
	font-size: x-small;
	text-decoration: none;
	color:#fff;
}
.reghead a:hover {
	font-size: x-small;
	text-decoration: underline;
	color:#fff;
}
.reghead li {
	list-style-type:none;
	list-style-position:outside;
}
/*---------------------------MENU-----------------------------*/
#menu {
	display:block;
	position:relative;
	margin-left:10px;
	z-index:10;
	width: 150px;
	float:left;
	overflow:hidden;
}
#menu .menu_insert {
	display:block;
	position:relative;
	width: 150px;
	float:left;
	overflow:hidden;
	padding:0 0 5px 0;
	margin-bottom:5px;
}
#menu li {
	list-style:none;
}
#menu p {
	padding: 0 0 10px 5px;
	font-size:small;
	color:#FEAE01;
}
#menu label {
	text-decoration: none;
	color: #FEAE01;
	font-weight:bold;
	font-size: small;
}
#menu a {
	text-decoration: none;
	font-weight:bold;
	font-size: small;
	background-color:#000000;
}
#menu a:hover {
	text-decoration: underline;
	background-color:#ffffff;
	color:#000000;
}
#menu a.notnav {
	text-decoration: none;
	color: #FEAE01;
	font-weight:bold;
	font-size: small;
}
#menu a:hover.notnav {
	text-decoration: underline;
}
#menu a.nav {
	color: #FEAE01;
	font-size: small;
	display:block;
	width: 145px;
	padding:4px 0 4px 5px;
}
#menu a:hover.nav {
	color: #FEAE01;
	text-decoration: none;
}
#menu a.nav_selected {
	background-color: #FEAE01;
	color: #000000;
	font-size: small;
	display:block;
	width: 145px;
	padding:4px 0 4px 5px;
}
#menu a:hover.nav_selected {
	background-color: #ffe;
	color: #FEAE01;
	text-decoration: none;
}
#menu a.nav_sub {
	background-color: #76C0FF;
	color: #FEAE01;
	font-size: small;
	display:block;
	width: 140px;
	padding:4px 0 4px 10px;
}
#menu a:hover.nav_sub {
	background-color: #ffe;
	color: #FEAE01;
	text-decoration: none;
}
#menu a.nav_sub_selected {
	background-color: #76C0FF;
	color: #FEAE01;
	font-size: small;
	display:block;
	width: 140px;
	padding:4px 0 4px 10px;
}
#menu a:hover.nav_sub_selected {
	background-color: #ffe;
	color: #FEAE01;
	text-decoration: none;
}
#menu a.nav_child_sub {
	background-color: #AEDCFF;
	color: #FEAE01;
	font-size: small;
	display:block;
	width: 135px;
	padding:4px 0 4px 15px;
}
#menu a:hover.nav_child_sub {
	background-color: #ffe;
	color: #FEAE01;
	text-decoration: none;
}
#menu a.nav_child_sub_selected {
	background-color:#D3ECFE;
	color: #FEAE01;
	font-size: small;
	display:block;
	width: 135px;
	padding:4px 0 4px 15px;
}
#menu a:hover.nav_child_sub_selected {
	background-color:#D3ECFE;
	color: #FEAE01;
	text-decoration: none;
}
/*---------------------------CONTENT-----------------------------*/
.layout_head {
	display:block;
	float:left;
	width:100%;
}
.layout_head_home {
	display:block;
	float:left;
	width:660px;
	padding:20px;
	background: url(../library/head_images/1.jpg) no-repeat left top;
}
.layout_left {
	display:block;
	float:left;
	width:70%;
}
.layout_mid {
	display:block;
	float:left;
	width:33%;
}
.layout_right {
	display:block;
	float:left;
	width:30%;
}
.layout_one {
	display:block;
	float:left;
	width:100%;
}
.layout_none {
	display:block;
	float:left;
	width:0;
}
.layout_calendar {
	display:block;
	float:left;
	width:97%;
	padding:1%;
	border-left:1px solid #ccc;
	background:url(../library/calendarbg.jpg) no-repeat top left;
}
.layout_text {
	display:block;
	float:left;
	width:97%;
	padding:1%;
	border-left:1px solid #ccc;
	font-size:small;
}
.layout_head_home h1,.layout_head_home h2,.layout_head_home h3,.layout_head_home h4,.layout_head_home h5,.layout_head_home p,.layout_head_home ul,.layout_head_home li,.layout_head_home a {
	color:#FFFFFF;
}
.layout_head_home a:link,.layout_head_home a:visited {
	text-decoration:none;
}
.layout_head_home a:hover {
	text-decoration:underline;
}
.layout_mid .layout_text {
	width:95%;
	padding:2%;
}
a:link.datemover,a:visited.datemover {
	font-weight:bold;
	text-decoration: none;
	font-size:large;
}
a:hover.datemover {
	font-weight:bold;
	text-decoration: underline;
}
.layout_text p {
	font-size:small;
	margin-bottom:0.8em;
}
.layout_text a,.layout_text a:visited {
	font-weight:bold;
	text-decoration: none;
}
.layout_text a:hover {
	font-weight:bold;
	text-decoration: underline;
}
.layout_text a:link.rss,a:visited.rss {
	font-weight:normal;
	text-decoration: none;
	font-size:small;
}
.layout_text a:hover.rss {
	font-weight:normal;
	text-decoration: underline;
}
.layout_text ul {
	list-style-position:outside;
	margin-left:1em;
	margin-bottom:0.8em;
}
.layout_text li {
	font-size:small;
	margin-bottom:0.2em;
	list-style-position:outside;
	margin-left:4px;
}
.layout_text li a {
	font-size:small;
	margin-bottom:0.2em;
}
.layout_text img {
	float:right;
	margin:0 0 2px 2px;
}
.smalltext {
	font-size:x-small;
}
.lefty {
	float:left;
}
img.callme, img.readme {
	float:left;
	padding-right:5px;
}
html>body img.callme {
	position:relative;
	top:-15px;
	float:left;
	padding-right:5px;
}
html>body img.readme {
	position:relative;
	top:-1px;
	float:left;
	padding-right:5px;
}
.red {
	color:#990000;
}
.blue {
	color:#000099;
}
.green {
	color:#009900;
}
.grey {
	color:#666666;
}
.black {
	color:#000000;
}
.layout_day {
	color:#fff;
	float:left;
	display:block;
	height:10em;
	width:13%;
	margin:1px;
	padding:2px;
	background-color:#990000;
	font-size:xx-small;
	overflow:auto;
}
.layout_day_blank {
	float:left;
	display:block;
	height:10em;
	width:13%;
	margin:1px;
	padding:2px;
	background-color:#330000;
	font-size:xx-small;
}
.layout_day_wday {
	float:left;
	display:block;
	height:2em;
	width:13%;
	margin:1px;
	padding:2px;
	background-color:#fff;
	font-size:xx-small;
}
.layout_day a,.layout_day a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration: none;
	font-size:xx-small;
}
.layout_day a:hover {
	font-weight:normal;
	text-decoration: underline;
}
hr.ccc {
	color: #330000;
	background-color: #330000;
	height: 1px;
	margin:1px 0;
	font-size:1px;
}
#verse {
	text-align: left;
	padding:10px;
}
#verse a:link
{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#verse a:visited
{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#verse a:hover
{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#quote {
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-bottom:10px;
	padding-left:10px;
}
#quote a:link
{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#quote a:visited
{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#quote a:hover
{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:link.newsfeed
{
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	line-height:normal;
}
a:visited.newsfeed
{
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	line-height:normal;
}
a:hover.newsfeed
{
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
	line-height:normal;
}
.contactform {
	font-size:small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
}
.rightrss, .rightrss li, .rightrss li a.newsfeed {
	font-size:x-small;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
/*---------------------------FOOTER-----------------------------*/
#footspace {
	clear:both;
	height:0.2em;
	background-color:#FFFFFF;
}

#footer_top a:link,#footer_top a:visited{
	font-size:x-small;
	color:#FFFFFF;
	text-decoration:none;
}
#footer_top a:hover{
	font-size:x-small;
	color:#FFFFFF;
	text-decoration:underline;
}
/*//////////////////////////////////////////////////////////////////////////////////// lightbox styles //////*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { 
	left: 0;
}
#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(library/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink {
	right: 0; float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../library/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../library/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
