/* redsun.css (lean version) - no images, all css
 - copyright ©2005 Beau Bishop
 - last modified: 3.8.2005 
 */
body,td,th {
	color: #444;
	font: normal 12px Tahoma,sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
}
body {
	background-color: #550000;
	margin: 0;	
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #000000;
	padding:0px;
	margin: 5px;
	font-weight:normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 14px;	
	font-style:normal;
	font-weight:bold;
}
h3 {
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	border-bottom: 1px solid #545454;
	width:300px;
}

.quote{
	font-size: 14px;
	font-style: italic;
	color:#090909;
	text-align: right;
padding:0px;
margin:0px;
}

#wrapper { 
  width: 730px !important;
  padding: 0;
  border: 0;
  margin: 0 auto;
  background: #fff;
  color: #000;
  position: relative; 
  z-index: 0;
 }

#header {
  width: 100%;
  height: 80px; 
  padding: 0;
  margin: 0;
  border: 0;	   
  position:relative;
  top:0;
  background: #fff;
 }

#header span { 
  position: absolute; 
  top: 0; 
  font: normal 29px Georgia, serif; 
  margin: 20px;
  padding: 0;
  color: #444; 
 }

#menu {
  font-family: Verdana, Arial, sans-serif;
  background-color: #b00;
  width: 100%;
  height: 26px;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  border:0;
 }

#menu ul {
  margin: 0; 
  padding: 0; 
  list-style: none; 
  float:right; 
  background:#fff;
  position:relative;
  right:2px;
  border-right:1px solid #000;

 }

#menu ul li { 
  margin: 0; 
  padding: 0;
  float:left;
  text-align: center; 
}

#menu ul li a { 
  margin: 0;  
  display: block;
  padding: 5px 15px; 
  background-color: #900; 
  color: #fff;
  border:1px solid #000;
  border-bottom: 2px solid #900; 
  border-right: 0; 
  font: bold 11px Tahoma, sans-serif;
 }

#menu ul li a:hover { 
  background: #fff; 
  color: #000; 
  border-bottom:2px solid #fff; 
 }

#content { 
  position: relative;
  width: 100%;
  background: #fff;
  margin: 0px;
}
.gt { margin:5px 17px; }
.clear { clear: left; height:15px; }

p.words{
	margin: 5px 5px 10px;
 	padding: 3px;
	text-align: justify;
	text-indent: .5in;
	letter-spacing: 1px;
 }
p.line{
	margin: 5px 5px 10px;
	letter-spacing: 1px;
 	padding: 3px;
	text-align: justify;
	letter-spacing: 1px;
 }

#footer  { 
  font-family: Verdana, Arial, sans-serif;
  width:700px;
	font-size: 9px;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
	text-indent: 0;
	letter-spacing: 0;
 }


#copyright { 

	text-indent: 0;
	letter-spacing: 0;
  height:14px;
  background-color: #900;
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
  color: #ffffff;
  text-align: center;  
 }
#copyright a{
color:#ededed;
font-weight:bold;
}
 
 input, textarea, select{
 border:1px solid #A9A9A9;
 color:#333333;
 background:#FFFFFF;
 padding:2px;
 margin:3px;
font: normal 12px Tahoma,sans-serif
 }
 input.button{
 background:#550000;
 color:#FFFFFF;
 font-weight:bold;
 }
 
 
 
 #basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:500px;
	z-index:2;

}

#basic-accordian a{
	color:#000;
	text-decoration:none;
	
}

#basic-accordian a:hover{
	color:#000;
	text-decoration:underline;
	
}

.accordion_headings{
	padding:5px;
	background:#900;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
}

.accordion_headings:hover{
	background:#900;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#900;
}
