/* test */
body 	{
	margin: 0px;
	padding: 0px;
	background: white;
}



#header, #footer {
	border-top: 10px solid #6d665e;
}
	
	
p, li {
	margin: 0px;
	margin-bottom: 14px;
}

li {
	list-style: circle outside;
}

#wrapper {
	border: solid 0px red;
	position: absolute;
	top: 0px;
	left: 000px;
	width:1150px;
	
}

#container {
	min-height: 620px;
	/* IE6 height hack */
	height:auto !important;
   height:620px;
   
   	border: solid white 1px;
}


#content {
	margin-top: 460px;
	margin-left: 300px;
	margin-bottom: 30px;
	margin-right: 200px;
	color: #555;
	font-family: Calibri, Arial;
	font-size:17px;
	line-height: 23px;
	
	border: solid red 0px;

}

.nav {
	position: absolute;
	top: 73px;
	left: 290px;
}



.navtable {
	width: 440;
	font-family: "Helvetica Neue", helvetica, gill sans, optima, calibri;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: regular;
	line-height: 24px;
	letter-spacing: 1px;
}

a	{
	text-decoration: none;
	color: #667CA3;
}

.content a {
	border-bottom: 1px dotted;
}

a:hover
{
	color: #968C81;
}	

.nav a, .address a {
	color: #968C81;
	border: solid black 0px;
}

.nav a.selected {
	color: #829ED0;
}



.nav a:hover {
	text-decoration: underline;
	color: #829ED0;
}

a img {
	border: 0px;
}

h2, h3 {
	font-family: "helvetica neue", helvetica, sans-serif;
	font-weight: lighter;
	color: #6d665e;
	font-size: 26px;
	display: block;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
	letter-spacing: 0.5px;
}


h3 {
	font-size: 22px;
}

h3#top {
	margin-top: 0px;
}

ul, li {
	margin-bottom: 0px;
	margin-top: 0px;
	border: solid 0px red;
}

h3 {
	margin-bottom: 2px;
	border: solid 0px red;
}

ul+h3, ul+h2 {
	margin-top: 20px;
}


.faq-q {
	font-size: 120%;
	margin-bottom: 12px;
}

.faq-a {
	margin-left: 15px;
	display: none;
}

