@charset "utf-8";
/* CSS Document */


/*****************************************    Page Structure    **************************************************************************************************/

body {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing: border-box;	
	padding: 5px;
	background: #707883;
	text-align: center;
	font: 10pt 'Comic Sans MS','Brush Script MT',cursive,sans-serif;
	color: #000000;
	}
	

div#container {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing: border-box;
	width:1210px !important;  
 	padding:5px;
	text-align:left;
	background:#FFFFFF;
	}
	
div#header {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing: border-box;
	background: #778CCA;
	padding: 10px;
	text-align:center;
	margin-bottom:5px;
	}
	
div#content {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing: border-box;	
	float:left;
	width:817px !important;  
	padding:10px 0;
	margin:8px 0;
	background: #ffffff;
	text-align:center;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	}
div#sidebarLeft {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing: border-box;	
	float:left;
	width:170px;
	padding:10px 0;
	margin:8px;
	background:#FFffcc;
}
div#sidebarLeft h2 {
	font-size: 120%;
	color: #9E4A24;
	}
	
div#sidebarRight {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing: border-box;	
	float:right;
	width:170px;
	padding:10px 0;
	margin:8px;
	background: #FFffcc;
}
div#sidebarRight h2 {
	font-size: 120%;
	color: #9E4A24;
	}
	
div#footer {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing: border-box;	
	clear:both;
	width:100%;
	background: #778CCA;
	margin-top:5px;
	padding:5px 0;
	text-align:center;
}


/*************************************   Accordian Menu    *************************************************************

Courtesy of: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009 

************************************************************************************************************************/
#accordionWrapper {
	width: 96%;
	float: left;	
	margin-left: 1%;
	margin-right: 2%;
	display:block;
	}

.accordionButton {	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 92%;
	padding:6px;
	float: left;
	background: #0000ff;
	color:#FFFF33;
	border-bottom: 1px solid #FFFFcc;
	cursor: pointer;
	font-weight:bold;
	text-align:center;
	}
	
.accordionContent {	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 90%;
	padding:6px;
	float: left;
	background: #FFFFCC;
	color:#0000ff;
	display: none;
	text-decoration:none;
	}

/***************************************************************   HTML Tags     **************************************************************************************/

a:link, a:visited {
	color:#0000ff;
	font: 10pt 'Comic Sans MS','Brush Script MT',cursive,sans-serif;
	text-decoration: none;
	line-height:12pt;
	}

a:hover, a:active{
	color:#FF0000;
	font: 10pt 'Comic Sans MS','Brush Script MT',cursive,sans-serif;
	text-decoration: underline;
	line-height:12pt;
	}
	
h1,h2,p{
	margin: 0;
	padding: 0 10px;
	font-weight:normal;
	}

h1{
	font-size: 300%;
	color: #FFF;
	letter-spacing: 1px;
	}
h2{
	font-size: 200%;
	line-height:1;
	color:#0000FF;
	margin-bottom:20px;
	}		
h3 {
	text-align:center;
	font:12pt 'Comic Sans MS','Brush Script MT',cursive,sans-serif;
	color: #000099;
	margin: 10px 0;
	}
h3 a:link {
	text-align:left;
	font:12pt 'Comic Sans MS','Brush Script MT',cursive,sans-serif;
	text-decoration:none;
	color: #000099;
	margin: 15px 0 12px 0;
	}
h3 a:visited {
	text-align:left;
	font:12pt 'Comic Sans MS','Brush Script MT',cursive,sans-serif;
	text-decoration:none;
	color: #000099;
	margin: 15px 0 12px 0;
	}
h3 a:hover {
	text-align:left;
	font:12pt 'Comic Sans MS','Brush Script MT',cursive,sans-serif;
	text-decoration:underline;
	color: #FF0000;
	margin: 15px 0 12px 0;
	}
h3 a:active {
	text-align:left;
	font:12pt 'Comic Sans MS','Brush Script MT',cursive,sans-serif;
	text-decoration:underline;
	color: #000099;
	margin: 15px 0 12px 0;
	}
h4 {
	font-variant: small-caps;
	font-weight: bolder;
	color: #0000FF;
}
	
p {
	padding:10px;
	margin:8px;
	text-align:left;
	display:block;
	}


/**************************************  Lists  ************************************************************************************/

ul {
	margin:4px 0px 10px 4px;
	padding:0;
	list-style-position:inside;
	}
li {
	margin: 6px 0;
	}

/********************************************  Pagination *****************************************************************************************/
.pageNav {
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-ms-box-sizing:border-box;
	width:100%;
	text-align:center; 
	font-size: 15px; 
	margin:0px 0px 20px 20px; 
	}
.pageNav a:link {
	font-size: 15px; 
	}
.pageNav a:visited {
	font-size: 15px; 
	}
.pageNav a:hover {
	font-size: 15px; 
	}
.pageNav a:active {
	font-size: 15px; 
	}	
	
	
/***************************************   Image Drop Shadows  ***************************************************************************************/
.picBox {
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	float:left; 
	text-align:center; 
	margin:10px 10px; 
	font: .75em Arial,sans-serif; 
	background-color: #FFFFFF;
	}
.boxOutside {
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	width: 100%; 
	float: right; 
	background: #ffffff; 
	border: 1px solid #000000; 
	text-align: left; 
	font-size: 1em; 
	margin: 0 0 12px 15px;
	}
.boxTitle {
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	width: 100%; 
	text-align: center; 
	font: bold .9em 'Comic Sans MS','Brush Script MT',cursive,sans-serif; 
	color: red;
	background: #cccccc; 
	border-bottom: 2px solid #000000;
	padding: 3px 0;
	}
.boxInside {
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	width: 100%; 
	text-align: left;
	font-size: 9pt; 
	padding: 8px 8px 14px 8px;
	}
.boxInside  a:link {
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	text-decoration: none;
	font-size: 9pt; 
	color:#0000C0;
	margin: 8px 8px 14px 11px;
	}
.boxInside  a:visited{
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	text-decoration: none;
	color:#0000C0;
	font-size: 9pt; 
	}
.boxInside  a:hover {
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	text-decoration: none;
	font-size: 9pt;  
	color:#FF0000;
	}
.boxInside  a:active {
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	text-decoration: none;
	font-size: 9pt; 
	color:#0000C0;
	}
.boxPhoto {
	text-align:center;
	margin-bottom: 4px;
	border: 0px;
	}
