/* Tags */

body {
	margin: 0;
	padding: 0;
}

/* Classes */

.main-frame {
	border-bottom: 1px solid #961D20;
	width: 80%;
}
.top-bar {
	background-color: #961D20;
	border-bottom: 1px solid #000000;
	width: 100%;
	height: 20px;
}
.top-banner {
	background-color: #9ac2b9;
	text-align: center;
}
.top-logo {
	text-align: center;
	vertical-align: middle;
	width: 175px;
	height: 150px;
	padding: 0;
}
.top-logo img {
	border: 0;
}
.left-nav {
	border-top: 1px solid #961D20;
	padding: 0 0 20px 0;
	vertical-align: top;
}
.left-nav-container {
	background-image: url(../images/sand_background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav-link-title {
	background-color: #9ac2b9;
	border-bottom: 1px solid #961D20;
	text-align: right;
	padding: 7px 5px 7px 10px;
	color: #961D20;
	font-weight: bold;
	font-size: small;
}
.nav-link {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	font-size: small;
}

.nav-bullet {
	padding: 0 10px 0 0;
}
.content {
	border-top: 1px solid #961D20;
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
	line-height: 1.3em;
}
.content .link-list p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.content h1, .content h2 {
	font-size: medium;
	color: #961D20;
	border-bottom: 1px dotted #9ac2b9;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.content em {
	font-weight: bold;
	color: #961D20;
	font-style: italic;
}
.content li {
	margin-bottom: 0.5em;
}
.content th {
	text-align: left;
}
.content a:link { 
	text-decoration: none; 
	color: #0000cc;
}

.content a:active { 
	text-decoration: none; 
	color: #961d20;
}
.content a:visited { 
	text-decoration: none; 
	color: #660066;
}
.content a:hover { 
	text-decoration: underline; 
	color: #961d20;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	padding: 20px 0 5px 10px;
}
.note {
	font-size: x-small;
	font-weight: bold;
}
.mandatory-note {
	font-size: x-small;
	color: #CC0000;
}

/* Form validation */
input, select {
	border: 1px solid silver;
}
.contact-form {
	border: 1px solid #9ac2b9;
	width: 100%;
}

input.error, select.error {
	padding-right: 16px;
	border: 1px solid red;
	background-color: #FFFCE2;
	background-image: url(../images/warning_obj.gif);
	background-position: right;
	background-repeat: no-repeat;
}
input:focus, select:focus {
	border: 1px solid red;
	background-color:#EFEFEF;
}
.mandatory {
	font-weight: normal;
}
.comment {
	color: #BBBBBB;
}

/* Base navigation link */

.left-nav-container a:link, .left-nav-container a:visited { 
	text-decoration: none; 
	color: #0000ee;
}
.left-nav-container a:active, .left-nav-container a:hover { 
	text-decoration: underline; 
	color: #961d20;
}

/* Current page navigation link */

#nhome a.home,
#nabout a.about,
#nservices a.services,
#nsurvey a.survey,
#nreferrals a.referrals,
#nbrochures a.brochures,
#nfaq a.faq,
#nresources a.resources,
#nemployment a.employment,
#ncontact a.contact {
	font-weight: bold;
	color: #961d20;
	text-decoration: none; 
}
