body { font-family: Arial, Helvetica, sans-serif;}

p { font-size: 12px;
	line-height: 18px;}

h1 { font-size: 24px;
	 font-weight: bold;
	 padding:11px 0px 0px 30px;
	 margin:0px;
	 color:#234090;}

h2 { font-size: 18px;
	 font-weight: bold;
	 color:#AEBFEC;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color:#5D71BA;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#5371B9;}

a:hover { text-decoration: underline;}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}
	 
hr {color:#4151A8;
	background:#4151A8;
	height:1px;
	border:0;
	}

.imgborder { BORDER:#23408E 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
/* Template */

#navtable	{font-family: Arial, Helvetica, sans-serif;}

#navtable a{ width:86px;
	height:19px;
	display:block;
	color: #FFFFFF;
	font-size:12px;
	line-height:19px;
	font-weight:bold;
	background-image:url(assets/images/nav.jpg);
	background-repeat:no-repeat;
}

#navtable a:hover{color: #FFFFFF;
	background-image:url(assets/images/nav_over.jpg);
	background-repeat:no-repeat;
	text-decoration:none;}
	
.topnav {color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		padding-bottom:15px;
}
		
.topnav:hover {color:#234090;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;}

.bottomnav {color:#234090;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		line-height:18px;}
		
.bottomnav a {color:#234090;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		line-height:18px;}
		
.bottomnav a:hover {color:#5F7CCA;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		line-height:18px;}
		
.address {color:#FFFFFF;
		  font-weight:bold;
		  font-size:13px;
		  line-height:16px;}
		  
.sidebar {color:#234090;
		  font-weight:bold;
		  font-size:13px;
		  line-height:26px;
		  margin: 0px;
		  padding: 0px;}
		  
.sidebar:hover {color:#5F7CCA;
		  font-weight:bold;
		  font-size:13px;
		  line-height:26px;
		  margin: 0px;
		  padding: 0px;}
		
/* Template End */

/* Splash */
.title {font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#23408F;
		margin-bottom:5px;
		line-height:18px;
		}
		
.ptag {font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:12px;
		line-height:14px;
		margin-top:3px;
		margin-bottom:3px;
		}
		
.enter a {color:#FFFFFF;
		font-size:17px;
		font-weight:bold;
		text-decoration:none;}
		
.enter a:hover {color:#CCCCCC;
		font-size:17px;
		font-weight:bold;
		text-decoration:none;}
#halloween {
	width: auto;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color:#ff7c00;	
}
#halloween h2{
	color:#000;	
}
/*  JAVASCRIPT IMAGE GALLERY W/ mootoolsDescription: STYLE SHEET FOR IMAGE GALLERYVersion: 1.0Author: Devin RossAuthor URI: http://tutorialdog.com*/
body2{
	color:white; 
}
#img_gallery {
	margin:30px auto;
	width:400px;
}
#img_gallery a{ 
	outline:none; 
	border:none; 
}
#img_gallery a img{
	border:none;
}
/* --- IMAGE STAGE */
#fullimg {
	width:400px;
	overflow:hidden;
	height:307px;
	border:#000 1px solid;
}
#fullimg img { 
	width:400px;
}
#fullimg p, #fullimg span {	
	position:absolute;	
	background:black;	
	opacity:.5;	
	color:white;	
	margin:0px;	
	width:488px;	
	padding:6px;	
	font-size:11px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* --- SLIDER --- */
#img_gallery #wrapper {
	overflow:hidden;
	padding:4px 2px;
	width: 364px;
	float:left;
	height:50px;
	background-color:#181818;
	position: relative;
}
#items {
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:5000px;
	position: relative;
	letter-spacing:0em;
}
#items li {	
	float:left;	
	list-style:none;	
	margin-right:2px;
}
#items .thumb {	
	width:75px;	
	height:50px;	
	cursor:pointer;	
	margin:0px;	
	padding:0px;
}
#items .large {	
	display:none;	
	position:absolute;
}
#fullimg .loading {	
	width: 24px;	
	height: 24px;
}
#fullimg .thumb {
	display:none;
}
#items .item  p, #items .item  span {	
	display:none;	
	text-indent: -2000em;
}
#moveleft, #moveright {	
	margin:0px;	
	height:58px;	
	color: white;	
	width: 16px;	
	text-indent: -2000em;	
	text-decoration: none;	
	z-index: 1000; 	
	display:block;	
	cursor: pointer;	
	float:left;
}
#moveleft {
	background: url('assets/images/left.gif');
}
#moveright {
	background: url('assets/images/right.gif');
}
#moveleft:hover, #moveright:hover { 
	background-position:bottom; 
}

