﻿@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg/faq_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
}


#faq_interior { /* light blue box that holds copy_description; this one is set up for an about page with photo, text and right nav */
	background-color: #e8f6fb; /* this is the background for the main copy */
	width: 709px;
	top: 94px; /* this value will change if the main top photo is altered in height */
	left: 232px;
	position:absolute;	
	border-top: 1px solid #00a2d5; /* this will change according to section color */
	border-bottom: 0;
	border-left: 0;
}

#leftnav ul.nextstep {
	margin: 63px 40px 0px 30px;
	_margin: 61px 40px 0px 30px;
	display: block;
	list-style: none;
	padding: 0px;
	line-height: 14px;
}