/*  COLOR SCHEME 
------------------
Dark Blue #1E3E7B
Mid Blue #5A75AA
Light Blue #CECCE3
Beige/yellow #FBF3D1
Yellow/orange #FFD402
Dark yellow/orange #D7B64F
Nav Yellow #ECED80
Grey #CCC
-------------------
End Color Scheme */

body 
	{ 
	margin:0; 
	background:#5A75AA url(../img/bg_gradient.jpg) repeat-x ;
	text-align: center;
	font-family: helvetica, verdana, arial, san-serif;
	color: #666;
}

.white {background:#fff}

.blue {
	color: #5A75AA;
}

a:link
	{
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #5A75AA;
}

a:visited
	{
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #5A75AA;
}

a:hover
	{
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #D7B64F;
}

a:active
	{
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #5A75AA;
}


/* --- Images--- */

#main  /* Background image that has nav yellow and pencil bg repeating y. */
	{
	z-index: 1;
	background: url(../img/bg_body.gif) repeat-y top fixed;
}
	
#penciltop /* Eraser part of pencil */
	{
	width: 42px;
	z-index: 2;
	background-image:  url(../img/penciltop.gif);
	background-repeat: no-repeat;
	background-position:  top right;
}

#header
	{
	background: url(../img/header.jpg) no-repeat;
}


/* --- Defaults --- */

table /* defaults tables to have no borders */
	{
	border: 0px;
}

img /* defaults images to have no borders */
	{
	border: 0px;
}


/* --- Text Styles --- */

.indent
	{
	margin-left:50px;
}

#content /* Center content area */ 
	{
	width: 574px; /*style for all*/
	*width: 588px;  /*style for IE*/
	padding: 0px 5px 0px 10px;
	font-family: helvetica, verdana, arial, san-serif;
	font-size: 12px;
	
}

#content table /* Center content area */ 
	{
	font-size: 12px;
}

h1 
	{
	font-size: 15px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}

h2 
	{
	font-size: 13px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}
	
.small, table td.small
	{
	font-family: helvetica, verdana, arial, san-serif;
	font-size: 10px;
}

.dashed
	{
	border:1px dashed #666;
	padding:10px;
}

/* --- FOOTER --- */

#footer
	{
	background: url(../img/footer.jpg);
	background-repeat: none; 
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	z-index: 3;
	height: 86px;
	padding-top: 7px;
}

/* --- NAVIGATION --- */

#menu
	{
	width: 142px;	
	list-style-type: none;
	text-align: left;
}

#menu ul
	{
	display:block;
	padding: 0px 5px 0px 16px;
	font-size: 11px;
	font-weight: bold;
	color: #ECED80;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}


#menu li, #menu li a:link, #menu li a:visited, #menu li a:hover, #menu li a:active
	{
	display:block;
	margin-left:7px;
	padding-top: 4px;
	color: #ECED80;
	font-size: 11px;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}

#menu li a:hover
	{
	color: #FFF;
}

#menu li a:active
	{
	color: #ECED80;
}

.featuresBdr
	{
	background: #FBF3D1;
}

.features
	{
	padding: 0px 8px 8px 0px;
	background: #FBF3D1;
	border-right: 8px solid #FFCC7F;
	border-bottom: 8px solid #FFCC7F;
	line-height: 14px;
	color: #1E3E7B;
	font-size: 12px;
}

.indent
	{
	padding-left: 10px;
}


/* -------------------------
   Events by Buffalo.com   
 -------------------------/*
  
/* The Container to style each event */
#eventsContainer 
	{ 
	padding:5px;
	width:100%;
	background-color:#CECCE3;
	border:2px solid #1E3E7B;
	color:#1E3E7B;
	}

	
/* The Event Title */
.eventstitle 
	{
	background-color:#1E3E7B;
	ch border:2px solid #1E3E7B;
	color:#FFD402;
	text-align:center;
	font-weight:bold;
	font-size:14px
	}
	
	
/* Lables shown on right side for the url, event info, date & time, location, contact info */
.eventslabel 
	{
	font-weight:bold;
	font-size:12px	
	}
	
	
/* The event copy areas */
.eventsbody 
	{
	font-size:12px	
	}
	
/* Anchor styles and states if you do not want to take on the sites default */
#eventsContainer a, #eventsContainer a:link, #eventsContainer a:visited, #eventsContainer a:active, #eventsContainer a:hover
	{
	text-decoration:underline;
	color:#1E3E7B;
	}
	
#eventsContainer a:hover
	{
	text-decoration:underline;
	color:#D7B64F;
	}
	
#eventsContainer a:active
	{
	text-decoration:underline;
	color:#1E3E7B;
	}