
body {
	margin: 0;
	padding: 0;
	/*background: #311C00 url(images/img1.jpg);*/
	background: #ffffff url(images/img1.jpg);
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}




h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h2, h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(images/img3.gif) repeat-x left bottom;
	text-transform: lowercase;
	letter-spacing: -1px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 17px;
}

p, ol, ul {
	line-height: 150%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding: 2px 0 5px 0;
	background: url(images/img4.gif) repeat-x;
}

ul li.first {
	background: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #D9C09A;
}

.indent {
	margin-top: 0;
	margin-left: 0px;
	line-height: 140%;
}

.indent_h2 {
	font-weight: bold;
	line-height: 100%;
	font-size: 16px;
}

.image {
	float: left;
	margin: 0;
}

#wrapper {
	background: url(images/img2.jpg) repeat-x;
}

/* Header */

#header {
/*	width: 830px; */
	height: 200px;
	margin: 0 auto;
}

#header * {
	text-transform: lowercase;
	color: #000000;
}

#header h1 {
	float: left;
	padding: 90px 0 0 100px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h2 {
	float: left;
	padding: 112px 0 0 6px;
	background: none;
	font-size: 16px;
	font-weight: normal;
}

#header h3 {
	position:absolute;
	top:134px;
	clear:left;
	padding: 0 0 0 110px;
	letter-spacing: 0px;
	background: none;
	font-size: 18px;
	font-weight: normal;
}

#header h2 a {
	text-decoration: none;
}

menu {
	float: right;
}

#menu * {
	text-transform: lowercase;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 112px 50px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #CC0000;
/*	border-left: 1px solid #7DD2FA; */
}

#menu li.first a {
	border: none;
}

/* Content */

#content {
	width: 850px;  
	margin: 0 auto;
}

.blurb {
	font-family: "Courier New", "Lucida Console", Monaco;
	font-size: 16px;
	font-weight: bold;

}

#colOne {
	float: left;
	width: 300px;
}

#colTwo {
	float: right;
	width: 533px;
}

#colTwo h3 {
	margin-top: 10px;
}

/* accordian */

#basic-accordian{
	/* border:5px solid #EEE;
	padding:5px; */
	width:255px; 
	font-size: 12px;
	/* position:absolute; 
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px; */
}

.accordion_headings{
	/* padding:5px; 
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF; */
	padding:5px; 
	background:#ffffff;
	color:#333333;
	border-top:1px solid #cc0000; 
	
	cursor:pointer;
	
}

.accordion_headings:hover{
	background:#e7e7e7;
	font-weight:bold;
}

.accordion_child{
	padding:5px;
	background:#ffffff;
	font-size:11px;
}

.header_highlight{
	background:#e7e7e7;
	font-weight:bold;
}



/* Footer */

#footer {
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(images/img4.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}
