/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/

.accordionButton {	
	back: #fcc97d;
	border-bottom:: 1px solid #666;
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#b2bcc8), to(#76859a));
	background-image:-moz-linear-gradient(top, #b2bcc8, #76859a);
	text-shadow:0px -1px 0px #222;
	color:#fff;
	cursor:pointer;
}

#navigation ul {
	list-style:none;
	margin:10px; padding:0;
}

#navigation ul li a{
	background-color:#fff;
	border:1px solid #444;
	color:#222;
	display:block;
	font-size:17px;
	font-weight:bold;
	margin-bottom:-1px;
	padding:12px 10px;
	text-decoration:none;
	text-align:center;
}

#navigation ul li:first-child a{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#navigation ul li:last-child a{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
	
.accordionContent {	
	background: #95B1CE;
}

.accordionContent a{
	color:#222;
}

#cName{
	font-size:18px;
	text-decoration:underline;
}
.on {
}
	
.over {
}

body{
	background-color:#ddd;
	color:#222;
	font-family:Helvetica;
	font-size:14px;
	margin:0; padding:0;
}
	
#head h1{
	back: #fcc97d;
	border-bottom:: 1px solid #666;
	color:#222;
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fcc97d), to(#fcaf3b));
	background-image:-moz-linear-gradient(top, #fcc97d, #fcaf3b);
}