*{
	margin:0;
	padding:0;
	list-style:none;
}

html { 
	height: 100%; 
	margin-bottom: 1px;

}

body {
	font: 70% arial,geneva,verdana,sans-serif;
	color:#555;	
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	background-color:#685877;
}

.header {
	width:958px;
	height:125px;
	margin:auto;
	}
	
	
#accordian{
	width:960px;
	margin:auto;
}	
	
	
	
.footer {
	width:960px;
	background-image:url(images/footer.png); background-position:top; background-repeat:no-repeat;
	margin: auto;
	color:#ccc;
}





.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	

}

.accordion_child a {
	color:#333;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(images/link.gif) left no-repeat;
}

input {
	width:180px;
	background:url(images/input.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:5px;
	color:#777;
}
textarea {
	width:350px;
	height:105px;
	background:url(images/textarea.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	 cursor:pointer;
	 background:#ff9900;
	 color:#fff;
	 font-weight:bold;
	 width:182px;
	 height:33px;
	 padding:7px 10px;
	 background:url(../images/submit.jpg) top no-repeat;
}

blockquote {
	  font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

table {
	width:100%;
	padding:5px;
}

td {
	background:#eee;
	padding:4px;
	text-align:center;
	background:url(images/td.jpg) top repeat-x;
}

h2 {
clear:both;
}

.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#702420;
	border-bottom:1px solid #eee;
	background:url(images/h2.jpg) bottom left no-repeat;
}

#header h1 {
text-align:center;
font:350% Georgia;
font-style:italic;
color:#702420;
margin-top:50px;
letter-spacing:-1px;
}

#header h2 {
text-align:center;
font:100% Verdana;
text-transform:uppercase;
letter-spacing:2px;
color:#271E31;
margin:10px 0 40px;
}






.accordion_headings{
	padding:7px 10px;
	padding-left:20px;
	background:url(images/header.png) top repeat-y;
	color:#FFFFFF;
	cursor:pointer;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background:url(images/header-hover.png) top repeat-y;
}

.accordion_child{
	padding:20px 30px;
background-image:url(images/back-inside.png); background-repeat:no-repeat;
}

.img {
background-color:#FFFFFF;
border:#cccccc 1px solid; padding:6px;
}

p {
	margin:10px 0;
	line-height:19px;
}

h5 {
	margin:10px 0;
	line-height:19px;
		font: 11px arial,geneva,verdana,sans-serif;
	color:#555;	
}

.header_highlight{
	background:url(images/header-hover.png) top repeat-y;
}

hr {color:#DDDDDD; background-color:#DDDDDD; border:0; height:1px}
