html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, abbr, caption, cite, code, dfn,  th, var{font-style:normal; font-weight:normal}
ol, ul{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-style:normal; font-weight:normal}
q:before, q:after{content:''}
:link, :visited{text-decoration:none}

/* Setup page font / bg */
body{background-image:url(../images/page_bg.jpg); background-color:#666}
body, td{font-family:Geneva,Arial,Helvetica,sans-serif; font-size:12px; color:#000}

/* Header */
#Header{width:789px; margin-right:auto; margin-left:auto}
/* IE6 blinks
#Header #Logo a{background-image:url(../images/logo.jpg); display:block; height:111px; width:789px; background-repeat:no-repeat; text-indent:-1000px; clear:both}
#Header #Logo a:hover{background-image:url(../images/logo.jpg); display:block; height:111px; width:789px; background-repeat:no-repeat; text-indent:-1000px; clear:both}
*/
#Header #BlueBar{background-image:url(../images/top_blue.jpg); background-repeat:no-repeat; height:34px; width:789px; color:#FFF; font-weight:bold; text-align:right; font-size:14px}
#Header #BlueBar .text{padding-top:10px; padding-right:25px}

/* Top Nav */
#Header #TopNav{background-image:url(../images/top_nav_bg.jpg); height:27px}
#Header #TopNav .Container{padding-top:5px}
#Header #PictureBar {
	height: 111px;
}

#Header #TopNav ul{text-align:center}
#Header #TopNav li{color:#FFF; display:inline}
#Header #TopNav li a{color:#FFF; text-decoration:none; margin-right:10px; margin-left:10px}

/* Page Content Cell */
#PageContent{width:789px; margin-right:auto; margin-left:auto; background-image:url(../images/content_bg.jpg); background-repeat:repeat-y}
#PageContent .Container{padding-top:10px; padding-right:15px; padding-bottom:10px; padding-left:15px}

/* Setup Page Content Display Elements */
#PageContent p{margin-bottom:10px}
#PageContent ul,li{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	list-style-type: disc;
}
#PageContent h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color: #D10F17;
}
#PageContent a{color:#006}

/* Home Page Testimonial Cell */
#PageContent .Testimonial{
	background-image: url(../images/Testimonials-Bg.jpg);
	background-repeat: repeat-y; 
	width:207px
}

#PageContent .Testimonial .Header{
	font-size:13px;
	font-weight:bold;
	color:#D10F17;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:4px;
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D10F17;
}
#PageContent .Testimonial .Content{
	font-size:12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#PageContent .Testimonial .Content a{
	text-decoration: none;
}
#PageContent .Testimonial .Content a:hover{
	color: #D10F17;
}

/* Footer Cell */
#Footer{background-image:url(../images/footer_bg.jpg); height:51px; width:789px; margin-right:auto; margin-left:auto}
#Footer .Container{padding-top:12px; padding-right:15px; padding-left:15px}
#Footer .Links{width:455px; float:left; color:#666}
#Footer .Container .Links a{color:#666; text-decoration:none}
#Footer .Copyright{text-align:right; width:300px; float:left; color:#666}

/* FAQ List */
.FAQList{margin:0px; padding:0px; list-style-type:none}
.FAQList a{font-weight:bold; text-decoration:none; margin-bottom:3px; display:block}
.FAQList li{}
.FAQList div{margin-bottom:10px; display:none; padding-left:10px}
