body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background: #FFFFFF url(/i/bg_left.jpg) repeat-y;
}
h1 {
	margin: 0px;
	padding-left: 20px;
}
h2 {
	padding-left: 20px;
}
h3 {
	margin: 0px 0px 5px 0px;
	padding-left: 20px;
	font-size: 15px;
}
h4 {
	margin: 0px 0px 5px 0px;
	padding-left: 20px;
	font-size: 12px;
	text-transform: uppercase;
}
a {
	color: #8A6018;
}

p {
	padding-left: 20px;

}

/* --- */

.move {
	position: absolute;
	left: -789em;
}
.requiredEmpty {
	background: #FF0000;
	color: #FFFFFF;
}

/* --- */

#header {
	height: 77px;
	background: url(/i/bg_top.jpg) top repeat-x;
}
#header_graphic {
	position: relative;
	top: 17px;
}

/* --- */

#nav_wrapper {
	padding-bottom: 230px;
	background: url(/i/motif03.jpg) bottom left no-repeat;
}

/* --- */

#nav, #nav ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	background: #000000;
}
#nav {
	width: 141px;
}

#nav a {
	display: block;
	margin: 0px 4px 0px 0px;
	width: 137px;
	height: 18px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #444444;
	background-position: right top;
	background-repeat: no-repeat;
}
#nav li:hover a,
#nav li.sfhover a {
	background-position: right bottom;
        color: #E09522;
}
#nav li * a,
#nav li:hover * a,
#nav li.sfhover * a {
	width: 150px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background-position: left center;
}
#nav li:hover li:hover a,
#nav li.sfhover li.sfhover a {
	background-position: right center;	
}

#nav li { /* all list items */
	margin: 0px;
	padding: 0px;
	background-position: right;
	background-repeat: no-repeat;
}
#nav li.last { background: none; padding: 0px; }

#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	padding: 10px 0px 10px 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	background: none;
}

#nav li ul ul { /* third-and-above-level lists */
	top: 0px;
	margin: 0px 0 0 150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* 
lists nested under hovered list items */
	left: auto;
}

#nav .div {
	color: #E09522;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 2px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- */

#main {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 811px;
}

#sidebar {
	position: relative;
	float: left;
	top: -2px;
	width: 141px;
	background: url(/i/motif02.jpg) top left no-repeat;
	padding-top: 51px;

}

#content {
	position: relative;
	float: right;
	width: 650px;
	top: -2px;
	padding: 20px 20px 20px 0px;
	background: url(/i/corner.gif) top left no-repeat;
}


/* --- */

.answers { list-style: none; }
.q {
	padding: 10px 0px 25px 60px;
	background: url(/i/q.gif) top left no-repeat;
}
.a {
	padding: 10px 0px 25px 60px;
	background: url(/i/a.gif) top left no-repeat;
}

/* --- */

.photo_card {
	position: relative;
}
.vCard {
	display: block;
	margin-top: 10px;
	padding-left: 40px;
	width: 140px;
	background: url(/i/vCard.gif) left center no-repeat;
}

/* --- */

#footer {
	font-size: 11px;
	padding-top: 30px;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
}



/* ---- */

a { cursor: pointer; }

.float_right {
	float: right;
	margin: 0px 0px 15px 20px;
	padding: 0px;
}
.snug { margin-top: 0px; padding-top: 0px; }
.clear { clear: both; }

.attyList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.attyList li {
	margin: 0px;
	padding: 0px;
}
.attyList li a {
	text-decoration: none;
}
.attyList li a img {
	display: block;
	margin: 0px auto 0px auto;
	margin-bottom: 5px;
}
.attyList li a span {
	text-decoration: underline;
}
.attyList.attyLayout_0 li,
.attyList.attyLayout_3 li,
.attyList.attyLayout_6 li {
	clear: both;
	margin-bottom: 15px;
}
.attyList.attyLayout_3 li {
	margin-bottom: 20px;
	text-align: center;
}
.attyList.attyLayout_5 li {
	margin-bottom: 15px;
}
.attyList.attyLayout_1 li,
.attyList.attyLayout_4 li {
	float: left;
	width: 33%;
	text-align: center;
}
.attyList.attyLayout_2 li,
.attyList.attyLayout_5 li {
	float: left;
	width: 50%;
	text-align: center;
}

.areaList.areaLayout_0 {
	list-style: none;
}


/* --- */

#form .standard input,
#form .standard textarea {
	width: 190px;
}

#form .standard {
	margin-bottom: 8px;
}

.locations, .locations li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.contact_single {
		
}
.contact_single #contact_form {
	float: right;
}

.contact_multi {
	
}
.contact_multi #form .standard {
	float: left;
	width: 50%;
}
.contact_multi #form .standard.wide {
	float: none;
	width: auto;
}
.contact_multi #form .standard.wide textarea {
	width: 90%;
}
.contact_multi .locations li {
	margin: 0px 0px 20px 0px;
}
.contact_multi .locations li .col1,
.contact_multi .locations li .col2 {
	float: left;
	width: 50%;
}
.contact_multi .locations li .col2 {
	text-align: right;
}

.map {
	padding-left: 20px;
}

