body {
	width: 780px;
	background: #797958 url(../images/bg.png);
	margin: 0 auto;
	font-family: helevetica, arial;
	/*font-family: palatino linotype, palatino, garamond, georgia, times new roman, helvetica;*/
	/*font-variant: small-caps;*/
	color: #FFF;
}

a {
	color: #FFF;
	/*font-weight: bold;*/
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

h1 {
	display: none;
}

h2 {
	margin: 0 0 0 15px;
	padding-top: 3px;
	height: 31px;
	font-size: 21px;
	letter-spacing: .5px;
	font-variant: small-caps;
	font-family: times new roman, helvetica;
}

h3 {
	margin: 10px 0 5px 15px;
	color: #f6e8c7;
	font-size: 15pt;
	font-variant: small-caps;
	letter-spacing: 1px;
}

h4 {
	margin: 10px 0 5px 15px;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
}

p {
	margin: 15px 35px;
	padding: 0 15px 0 0;
	font-size: 12pt;
	text-indent: 25px;
	line-height: 1.5;
	/*letter-spacing: .5px;*/
}

p span {
	display: block;
	text-indent: 0;
}

ul {
	margin: 15px 35px;
	padding: 0 15px 0 0;
	list-style-type: square;
}

ul li {
	margin: 3px 0;
	line-height: 1.5;
}

.clear {
	clear: both;
}

.smaller {
	font-size: 90% ! important;
}

.medium {
	font-size: inherit ! important;
}

.larger {
	font-size: 115% ! important;
}

.error {
	text-indent: 0;
	color: #FCC;
	margin: 0 20px;
}

.required {
	color: #F00;
}

form input, form textarea {
	background: #F1F1F1;
	font-size: 14pt;
}

#body {
	margin-top: .9em;
}

#header {
	position: relative;
	background: url(../images/header.png) no-repeat;
	width: 780px;
	height: 137px;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li a span {
	display: none;
}

#header ul li a {
	display: block;
	position: absolute;
	bottom: 0;
	height: 25px;
}

#header ul li.home a {
	top: 35px;
	left: 0;
	height: 65px;
	width: 520px;
}

#header ul li.mission a {
	right: 383px;
	width: 115px;
}

#header ul li.message a {
	right: 148px;
	width: 235px;
}

#header ul li.reach a {
	right: 0;
	width: 148px;
}

#navigation {
	float: left;
	margin-left: 5px;
	width: 224px;
	height: 600px;
	border-right: 1px solid #000;
	background: #0e0e09 url(../images/menu_bg_color.png);
	font-variant: small-caps;
	font-family: times new roman, arial, verdana, helvetica;
}

#navigation #navbg {
	background: #0e0e09 url(../images/menu.png) no-repeat top left;
}

#navigation a {
	letter-spacing: 1px;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation ul {
	list-style: none;
	padding: 2px 0 0 0;
	margin: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#navigation li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 26px;
	width: 224px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#navigation li a span {
	display: none;
}

#navigation li.home a {
	background-image: url(../images/menu/home.png);
}

#navigation li.home a:hover, #navigation li.home a.active {
	background-image: url(../images/menu/home_hover.png);
}

#navigation li.interpreting_services a {
	background-image: url(../images/menu/interpreting_services.png);
}

#navigation li.interpreting_services a:hover, #navigation li.interpreting_services a.active {
	background-image: url(../images/menu/interpreting_services_hover.png);
}

#navigation li.sign_language a {
	background-image: url(../images/menu/sign_language.png);
}

#navigation li.sign_language a:hover, #navigation li.sign_language a.active {
	background-image: url(../images/menu/sign_language_hover.png);
}

#navigation li.foreign_languages a {
	background-image: url(../images/menu/foreign_languages.png);
}

#navigation li.foreign_languages a:hover, #navigation li.foreign_languages a.active {
	background-image: url(../images/menu/foreign_languages_hover.png);
}

#navigation li.community_development a {
	background-image: url(../images/menu/community_development.png);
}

#navigation li.community_development a:hover, #navigation li.community_development a.active {
	background-image: url(../images/menu/community_development_hover.png);
}

#navigation li.deaf_awareness a {
	background-image: url(../images/menu/deaf_awareness.png);
}

#navigation li.deaf_awareness a:hover, #navigation li.deaf_awareness a.active {
	background-image: url(../images/menu/deaf_awareness_hover.png);
}

#navigation li.links a {
	background-image: url(../images/menu/links.png);
}

#navigation li.links a:hover, #navigation li.links a.active {
	background-image: url(../images/menu/links_hover.png);
}

#navigation li.request_services a {
	background-image: url(../images/menu/request_services.png);
}

#navigation li.request_services a:hover, #navigation li.request_services a.active {
	background-image: url(../images/menu/request_services_hover.png);
}

#navigation li.contact_us a {
	background-image: url(../images/menu/contact_us.png);
}

#navigation li.contact_us a:hover, #navigation li.contact_us a.active {
	background-image: url(../images/menu/contact_us_hover.png);
}

#fontresize {
	text-align: right;
	padding: 5px;
	background: #0e0e09 url(../images/menu_bg_color.png);
}

#fontresize img {
	cursor: pointer;
	border: 1px solid #adadad;
	margin: 3px;
	width: 15px;
	height: 15px;
}

#fontresize img.hover, #fontresize img:hover {
	border-color: #FFF;
}

#container {
	background: #0e0e09 url(../images/menu_bg_color.png);
	zoom: 1;
}

#side1 {
	background: url(../images/shadow_l.png) repeat-y top left;
}

#side2 {
	background: url(../images/shadow_r.png) repeat-y top right;
}

#content {
	margin: 0 5px 0 230px;
	/*padding: 0 10px 0 15px;*/
	background: #4a4a34 url(../images/content.jpg) no-repeat top left;
}

#page {
	position: relative;
	padding: 0 0 10px 0;
}

#copyright {
	margin: 0;
	padding: 0 0 4px 0;
	clear: both;
	font-size: 9pt;
	text-align: center;
}

#footer {
	clear: both;
	font-size: 10pt;
	margin-bottom: 10px;
	height: 10px;
	background: url(../images/shadow_b.png) no-repeat top center;
}

/* Info Box */

.infobox {
	clear: right;
	margin: 15px 0;
	zoom: 1;
}

.infobox .heading {
	font-size: 16pt;
	font-variant: small-caps;
	color: #FFF;
	background: #39391b;
	margin: 0;
	padding: 4px 10px;
}

.infobox .body {
	background: #6d6c4e;
	border-top: 1px solid #bebc97;
	border-bottom: 1px solid #bebc97;
	/*border: 1px solid #bebc97;*/
}

.infobox .body p {
	text-indent: 0;
}

/* Info Box Testimonial */

.infobox .body .quote .text {
	font-size: 14pt;
}

.infobox .body .quote .text p {
	font-size: inherit;
	margin: 10px 20px;
	text-indent: 25px;
}

.infobox .body .quote .name {
	font-size: 10pt;
	font-variant: small-caps;
}

.infobox .body .quote .name p {
	font-size: inherit;
	margin: 8px 10px;
	text-align: right;
}

/* Home */

img.pen {
	float: right;
	margin: 0 3px 8px 8px;
	border: 1px solid #4a4934;
}

span.colored {
	color: #f6e8c7;
}

div.selection {
	font-size: 14pt;
}

div.selection p {
	font-size: inherit;
}

.suggestions {
	text-align: center;
	font-size: 16pt;
	margin: 10px 0;
}

/* Message from the President */

#message_from_the_president .staff {
	width: 125px;
	float: right;
	margin: 60px 5px 20px 20px;
	font-size: 10pt;
	text-align: center;
}

#message_from_the_president .staff img {
	border: 1px solid #3e3d21;
}

#message_from_the_president .staff .person {
	margin-bottom: 10px;
}

#message_from_the_president .staff .person p {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* Suggestions */

#suggestions li {
	margin: 10px 0;
}
