@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}

/* Reset */
p, ul, li, ol, form, table, td, tr, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}

* img {
	border:0;
}

.clearfloats {
	clear:both;
}

a {
}

a:link, a:visited {color:#4b8e98;}
a:active, a:hover, a:focus {color:#e0aa64;}

/* End Reset */

body {
	text-align:center;
	background:#f1efe3 url(../images/htmlBG.gif) repeat-y center center;
	margin:0;
	padding:0;
}

#mainContainer {
	width:961px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background-color:#FFFFFF;
	z-index:50;
}

	#header {
		height:93px;
		background:url(../images/headerBG.jpg) repeat-x;
	}
	
		#logo {
			float:left;
			width:274px;
		}
		
			#logo img {
				display:block;
				margin-top:23px;
				margin-left:47px;
			}
		
		#rightHeader {
			float:right;
			width:687px;
		}
		
			#topMenuBar {
				background-color:#f0cdcd;
				color:#FFFFFF;
				font-size:10px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				height:32px;
				text-transform:uppercase;
			}
			
				#search {
					width:225px;
					height:32px;
					position:absolute;
					z-index:1000;
					left:300px;
				}
				
				#search:hover {
				}
				
					#search .searchbox {
						background-color:#acd6dc !important;
						border:2px solid #2693a1 !important;
						width:150px !important;
						margin-top:5px !important;
						font-size:10px !important;
						font-family:Verdana, Arial, Helvetica, sans-serif !important;
						color:#666666 !important;
						padding:2px !important;
						float:left !important;
						line-height:12px !important;
						height:12px;
						vertical-align:middle !important;
						background-image:none !important;
					}
										
					.searchButton {
						border:none;
						background-image:none;
						background-color:transparent;
						color:#FFFFFF;
						font-weight:bold;
						font-size:10px;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						text-transform:uppercase;
						margin-top:7px;
						display:block;
						float:left;
					}
					
					.searchButton:hover, .searchButton.sfhover {
						color:#fb321e !important;
						cursor:pointer !important;
					}
					
				#login {
					width:400px;
					float:right;
					text-align:right;
					margin-right:23px;
					display:inline;
					margin-top:8px;
				}
					
					#login .welcome {
						float:right;
					}
					
					#login .wname {
						float:right;
					}
					
					#login .wbutton {
						float:right;
					}
					
						#login input {
							vertical-align:middle;
							margin-left:10px;
							margin-top:-3px;
						}
					
			#topNav {
				/* See menu.css for all Menu Styling */
			}
			
			
	
	/* End Header */

	#homepageFlash {
		clear:both;
		width:961px;
	}
	
	#homeFeatures {
		height:316px;
		background:url(../images/featuresBG.png) no-repeat;
	}
		
		.boxContainer {
			float:left;
		}
		
			.boxContainer .boxContent {
				width:251px;
				height:232px;
				overflow:hidden;
			}
					
		#box1 {

		}
		
			#box1 .boxContent {
				margin-left:36px;
				margin-top:37px;
				background-color:#CCCCCC;
			}
		
		#box2 {

		}
		
			#box2 .boxContent {
				margin-left:65px;
				margin-top:37px;
				background-color:#CCCCCC;
			}
		
		#box3 {

		}
		
			#box3 .boxContent {
				margin-left:70px;
				margin-top:37px;
				background-color:#CCCCCC;
				padding:0px;
			}
	
	/* End Home Features */
	#breadcrumb {
		padding-left:23px;
		height:17px;
		padding-top:3px;
		vertical-align:middle;
		background-color:#acd6dc;
		color:#FFFFFF;
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-transform:uppercase;
		clear:both;
		text-align:left;
	}
	
		#breadcrumb a {
			color:#FFFFFF;
			text-decoration:none;
		}
		
		#breadcrumb a:hover, #breadcrumb .currentpage {
			color:#fb321e;
		}
	
	#subHeader {
	}
	
	#subBody {
		margin-top:17px;
	}
	
		#leftNavContainer {
			/* See menu.css for Left Nav styles */
		}
		
		#bodyContent {
			float:left;
			display:inline;
			width:500px;
			margin-left:22px;
			color:#3f3f3f;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			text-align:left;
		}
		
			#bodyContent .sm_header {
				margin-bottom:10px;
			}
			
			#bodyContent .bg_header {
			}
		
				#bodyContent h1 {
					color:#b12a2a;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:22px;
					font-weight:normal;
				}
			
			
			
			#bodyContent p {
				margin-bottom:20px;
			}
			
			#bodyContent p.calP {
				margin-bottom:10px;
			}
			
			#bodyContent ul {
				margin:10px 0;
				
			}
			
			#bodyContent li {
				margin-left:30px;
				margin-bottom:5px;
				list-style:square outside none;
			}
			
			#bodyContent h3 {
			color:#3f3f3f;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			font-weight:bold;
			text-align:left;
			}
		
		
		#subFeatures {
			float:left;
			display:inline;
			width:196px;
			margin-left:19px;
		}
		
			.subFeatureBox {
				margin-bottom:9px;
			}
			
			#subFeatureBox1 {
				border:8px solid #acd6dc;
			}
			
			#subFeatureBox2 {
				border:8px solid #d4e1bb;
			}
			
			#subFeatureBox3 {
				border:8px solid #fbc989;
			}
			
				#subFeatureContent {
				}
		
	/* End Features Section for Subpages */
	
	#footerContainer {
		clear:both;
		border-top:1px solid #c7c6c6;
		margin:5px 0 0;
		padding:10px 17px;
		background-color:#FFFFFF;
		color:#aeaeae;
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	
		#footerContainer a {
			text-decoration:none;
			color:#aeaeae;
		}
		
		#footerContainer a:hover, #footerContainer a:active {
			text-decoration:underline;
		} 
	
		#footerContainer span {
			padding:0 11px;
		}
		
		#footerContainer p {
			margin:5px 0;
			
		}
		
		sup 
		{
		    position: relative;
            top: -3px;
            vertical-align: top;
            font-size: 90%;
		}
	
		#leftFooter {
			float:left;
			width:510px;
			background-color:#FFFFFF;
		}
		
		#rightFooter {
			float:right;
			width:360px;
			background-color:#FFFFFF;
			text-align:right;
		}
	
	
	    #apn 
	    {
	        font-size:9px;
	    }
	/* End Footer Container */
	
/*End Main Container */

#bottomOverflowFix {
	width:960px;
	margin-left:-480px;
	text-align:left;
	background-color:#FFFFFF;
	position:absolute;
	height:500px;
	z-index:1;
	left:50%;
	bottom:0;
}
			
/* event calendar page*/

.eventPreview{}		