/******************
BANNER
******************/

#banner {
	position: relative;
	float: left;
	width: 705px;
	height: 141px;
	background: url('../images/inside_banner.jpg') no-repeat 0 0;
	background-color: #cec7b4;
}

h1 {	
	position: relative;
	float: left;
	display: inline;
	text-transform: uppercase;
	margin: 118px 0 0 25px;	
	font: 13px/18px georgia;
	color: #575142;
}

#main .title {
	position: relative;
	float: left;
	width: 645px;
	height: 20px;
	margin: 15px 0 10px 0px;
	display: inline;	
	background: url('../images/inside_title_bg.jpg') repeat-x 0 bottom;
}

#main .title .text {
	position: relative;
	float: left;
	margin: 0px 0 0 0;
	display: inline;	
	font: 14px/14px arial;
	color: #8e7d3a;	
}

/******************
TEXT
******************/

#text {
	position: relative;
	float: left;
	width: 655px;
	font: 12px/18px arial;
	color: #262626;
	margin: 0px 0 0 25px;
	display: inline;
}
/*
#text p {
	position: relative;	
	width: 655px;
	margin: 15px 0 0px 0px;
	display: inline;
	font: 11px/20px georgia;
	color: #515151;
}
*/

#text a.link {	
	font: 12px/18px arial;
	color: #7d6935;	
	text-decoration: none;
}

#text a.link:hover {
	text-decoration: underline;
}

#list {
	position: relative;
	float: left;
	width: 645px;	
	margin: 0px 0 15px 0px;
	display: inline;		
}

#list ul {
	position: relative;
	float: left;
	width: 645px;
	margin: 0px 0 0px 0;	
	padding: 0;
	list-style: none;
}

#list li {
	position: relative;
	float: left;
	width: 635px;
	margin: 0px 0 0 0;
	display: inline;
	padding: 6px 0 6px 0px;
	font: 11px/18px arial;
	color: #262626;
	list-style: none;
}

#list .alternate{
	position: relative;
	float: left;
	width: 635px;
	margin: 0px 0 0 0;
	display: inline;
	padding: 6px 0 6px 0px;
	font: 11px/18px arial;
	color: #262626;
	background: #f5f5f5;
	list-style: none;
}

#list a.link {
	font: 11px/18px arial;
	color: #5f5f5f;
	text-decoration: none;
}

#list a.link:hover {
	text-decoration: underline;
}

#list .checkmark {
	position: relative;
	float: left;	
	margin: 2px 0 0 10px;
	display: inline;
}

#list .text {
	position: relative;
	float: left;
	width: 590px;
	margin: 0px 0 0 10px;
	display: inline;
	padding: 0;
	font: 12px/18px arial;
	color: #707070;
	list-style: none;
}

#text a.reglink {
	font: 12px/18px arial;
	color: #bba15f;
	text-decoration: none;
}

#text a.reglink:hover {
	text-decoration: underline;
}

/******************
MODULE
******************/

#module {
	position: relative;
	float: left;
	width: 625px;
	background: #f8f6ef;
	margin: 5px 0 0 0;
	display: inline;
	display: inline;
	border: 1px solid #eae4d5;
	padding: 10px;
	font: 12px/18px arial;
	color: #707070;
}

/**** ACCORDION ***/

#faq {
}

#faq  p {
	background: #ffffff;
	margin: 0 0 0 0;	
	font: 11px/20px georgia;
	color: #515151;
	width: 643px;	
	padding: 10px 10px 10px 10px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
display: none;	
}

.accordion {
	position: relative;
	float: left;
	width: 665px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	padding: 6px 0 6px 10px;
	background: #ffffff url('../images/faq_bg.jpg') no-repeat 0 bottom;
	margin: 0;	
	font: 11px/18px georgia;
	color: #515151;
	font-weight: bold;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}

.accordion h3.active {
	background-position: -663px bottom;
}

