/*
 *  MARKUP
 */ 
 
body {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background: #000000 url("/images/bg.gif") repeat-x;
	color:#FFFFFF;
	font-family: Georgia, Helvetica, sans-serif;
}

h1 {
	display: block;
	font-size: 30px;
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	line-height: 1em;
	color: #ff7709;
}

a	{
	text-decoration: none;
	color: #ff7709;
}

a:hover {
	text-decoration: underline;
}

#smalltxt {
	font-size: 75%;
}

/*
 *  LAYOUT
 */ 

#wrapper {
	width: 720px;
	margin: 0 auto;
	background: url("/images/bg.gif");
}

#menu	{
	width: 720px;
	height: 25px;
	margin-top: 25px;
}

#background {
	float: left;
	width: 700px;
	padding: 10px;
	background: #ffffff;
}

#content {
	float: left;
	text-align: left;
	width: 388px;
	min-height: 1925px;
	margin-right: 10px;
	padding: 40px 20px 10px 30px;
	background: url("/images/contentbg.gif") repeat-y;
}

	.faq_button{
		position: absolute;
		right: 20px;
		top: 20px;
		width: 114px;
		height: 46px;
	}

/* Fix min-height for Internet Explorer */
* html #content {
	height: 1910px;
}


#photo {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	background: white;
}

#footer{
	float: left; 
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	color: #ccc;
}
	#footer a{
		color: #555;
	}
	
	
#faqs { position:relative; }
#faqs h3  { cursor:pointer; color: #fff; }
#faqs h3.active  { color:#ff7709; }
#faqs div   { position:relative; margin-bottom: 20px;}
#faqs div p  { padding:0; margin-bottom:15px; }
