#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.25em;
	background: #29547e;
	display: block;
	width: 180px;
}
#nav {
	margin: 0 0 0 9px;
}

#nav li { /* all list items */
	margin: 0;
	padding: 0;
	width: 180px; /* width needed or else Opera goes nuts */
	letter-spacing: 1px;
}
#container {
	margin: 1em auto;
}
#hd h1 {
	line-height: 1em;
	padding-top: 75px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.4em 0 0 10em;
	z-index: 15;
}
#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;
	margin: -1.4em 0 0 160px;
	position: absolute;
}
#nav ul li {
	width: 10em;
	display: inline;
}
#nav a {
	display: block;
	width: 178px;
	background: #29547e;
	border: 1px solid #000000;
	text-decoration: none;
	padding: .2em .8em .2em .2em;
	font-size: 1.1em;
	color: #FFFFFF;
}
#nav a:hover {
	color: #1F4D6E;
	background: #FFFFFF;
}


.imgRt {
	border: 0;
	float: right;
}
#bd {
}
#ft {
	border-top: 2px solid #1F4D6E;
	padding: 0.3em;
	display: block;
	float: left;
	width: 100%;
}
h1 {
	color: #29547E;
	font: bold 2.5em "Monotype Corsiva", Tahoma, Ariel, sans-serif;
	margin-bottom: .2em;
	margin-top: 0em;
}
img {
	margin: 0;
	padding: 0;
}
p {
	margin-right: 2em;
}
.sidebar-text {
	display: block;
	font-size: 1em;
	margin: 1em 0;
	padding: 0;
}
.sidebar-text a {
	text-decoration: none;
	color:#000000;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.email, .phone {
	padding-top: 75px;
	display: block;
	margin-left: 2.7em;
	font-weight: bold;
	margin-top: 2em;
	width: 100px;
	text-align: center;
}
.email {
	background: url(../images/contact-sheet.png) no-repeat -120px -155px;
}
.phone {
	background: url(../images/contact-sheet.png) no-repeat 2px -155px;
}
#logo {
	background: url(../images/contact-sheet.png) no-repeat left top;
	padding-top: 132px;
	display: block;
	text-decoration: none;
}
.smallTopMargin {
	margin-top: 0;
}

.spacing li {
	margin: .3em 0;
}
.smallBottomMargin {
	margin-bottom: -5px;
}
#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #29547E;
	margin: 0;
}
.imgRt {
	float: right;
	margin-bottom: .5em;
	margin-left: .5em;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #29547E;
	margin-bottom: 0;
}
.noBottomMargin {
	margin-bottom: 0;
}
#slideshow {
	float: right;
	margin: 0 0 10px 10px;
}
#pictureHolder {
	float: left;
	margin-right: 5px;
}
#pictureHolderRight {
	float: right;
	margin-left: 5px;
}
textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.quote {
	font-style: italic;
	border: 1px solid #5F95CB;
	text-align: center;
}
.quote p {
	margin: 5px;
}
form li {
	list-style: none inside;
	margin: 0;
}
label {
	clear: left;
	float: left;
	width: 120px;
	text-align: left;
	padding-left: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
form.grid_12 {
	background-image: url(../images/form-background-700.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
form.grid_12 h3 {
	background-image: url(../images/form-background-700.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
form.grid_4 {
	background-image: url(../images/form-background-220.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
form.grid_4 h3 {
	background-image: url(../images/form-background-220.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.pad-little-left {
	margin-left: 8px;
}
