@charset "UTF-8";
/* Beltaine - index */

/*Fix Float in non-IE browsers*/8/:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End Fix */
body {
	background:url(../../assets/back.jpg) repeat fixed;
}
#header {
	background-image:url(../../assets/header3.png);
	width:925px;
	height:105px;
	background-repeat:no-repeat;
	margin:0 auto;
}
#topNavWrap {
	width:900px;
	margin:0 auto;
}
.topNav, .topNav a:link, .topNav a:visited {
	float:right;
	margin-right:3px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.topNav a:active, .topNav a:hover {
	color:#ffa500;
}
.TopNavSpacerT {
	height:1px; 
	margin-top:-30px;
}
.TopNavSpacerB {
	height:1px; 
	margin-bottom:5px;
}
#navBarWrap {
	background-image:url(../../assets/bodyBck.png);
	background-position:center;
	background-repeat:repeat-y;
	width:925px;
	height:38px;
	margin:0 auto;
}
#navBar {
	width:900px;	
	height:38px;
	margin:0 auto;
}
#mpBodyContainer {
	width:925px;
	background-image:url(../../assets/bodyBck.png);
	background-position:center;
	background-repeat:repeat-y;
	margin:0 auto;
}

#copyOWrapper {
	width:925px;
	background-image:url(../../assets/bodyBck.png);
	background-repeat:repeat-y;
	margin:0 auto;
}
#copyWrapper {
	width:900px;
	margin:0 auto;
	height:auto;
}
#copyLineBreak {
	margin:0 auto;
}
#botOfPage {
	width:925px;
	height:10px;
	margin:0 auto;
	background-image:url(../../assets/endPgBck.png);
	background-repeat:repeat-y;
	
}
#bottomSpacer {
	width:900px;
	height:5px;
	margin:0 auto;
}
#copyLinkBar {
	margin-top:-5px;
}
#headNavWrapper {
	float:right;
	margin-top:5px;
}

/*Fonts*/
.copyTxt, .copyTxt a:link, .copyTxt a:visited {
	font-family:Lucida Grande, Arial;
	font-size:10px;
	text-decoration:none;
	color:#333333;
}
.copyTxt a:active, .copyTxt a:hover {
	text-decoration:underline;
}
.copyLwrTxt, .copyLwrTxt a:link, .copyLwrTxt a:visited {
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
	color:#999999;
	text-indent:5px;
}
.copyLwrTxt a:active, .copyLwrTxt a:hover {
	color:#333;
}
.headNav, .headNav a:link, .headNav a:visited {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	font-family:Arial;
}
.headNav a:active, .headNav a:hover {
	text-decoration:underline;
}
.CurrentLocation, .CurrentLocation a:link, .CurrentLocation a:visited {
	font-family:Lucida Grande, Arial; 
	font-size:12px; 
	color:#999999;
	margin-left:10px; 
	margin-bottom:10px; 
	margin-top:5px;
	text-decoration:none;
}
.CurrentLocation a:active, .CurrentLocation a:hover {
	text-decoration:underline;
}

.ShowHidebtn {
	color:#0066CC;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	float:right;
	margin-right:3px;
	cursor:pointer;
}
.ShowHidebtn:hover {
	background-color:#0066CC;
	color:#fff;
}