/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_faqs_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

div#all {
	background: url(../images/bg_faqs_left.gif) repeat-y left;
}


div#top3 {
	background: #996600;
	color:#ffdf9f;
}
div#top4 {
	background: #ffdf9f;
}
div#innerTop {
	background-color: #996600;
}

div#searchArea h2{
	color:#996600;
}

div#searchArea #searchBtn{
	background:#996600;
}


div#col1 {
	background: url(../images/leftColAngle_faqs.gif) no-repeat;
}





div#cen-head h1{
	background:#996600;
	color:#ffdf9f;
}

div#cen-head h2{
	background:#996600;
	color:#ffdf9f;
}






div#col4 h2{
	margin:0;
	padding:5px;
	display:block;
	background:#ffff00;
	color:#000000;
	font: normal bold 100% Arial, Helvetica, Verdana, sans-serif;
}

div#col4 div.imageHolder{
	height:423px;
	overflow:hidden;
}

div#col4 div.imageHolderShort{
	height:199px;
	overflow:hidden;
}

	

div#footer {
	border-bottom: 10px #996600 solid;
}
div#foot3 {
	background-color: #ddeebb;
}
	
div#footer div#foot3 p#title{
	color:#89AE3E;
}	

div#footer div#foot3 #submitBtn{
	background:#89AE3E;
}


div#cen-head p.faqCategory{
	display:block;
	background: url(../images/faq_category_bullet.gif) no-repeat 10px 0px;
	padding:0px 10px 24px 35px;
}

span.faqCategory_title{
	font-weight:bold;
	color:#CC9900;
}


div#cen-head div.faq{
	background: url( ../images/faq_q.gif ) 10px 0 no-repeat;
	padding:0px 10px 28px 10px;
}

div#cen-head div.faq p.faq_q{
	margin:0;
	color:#333;
	font-weight:bold;
	padding:0 0 0 30px;
}

div#cen-head div.faq p.faq_a{
	background: url( ../images/faq_a.gif ) 40px 5px no-repeat;
	margin:0;
	color:#444;
	padding:5px 0 0 70px;
}


