/*

Colors
Wine #54141d
Dark Wine #3d0010
Mint #9bc1ae
Dark Mint: #348759
*/

/* Tags */

body {
	margin: 15px 0 0 0;
	padding: 0;
	background-color: #54141d;
}

/* Classes */

.main-frame {
	border: 5px solid #3d0010;
	width: 80%;
	background-color: #ffffff;
}
.top-bar {
	background-color: #54141d;
	border-bottom: 1px solid #000000;
	width: 100%;
	height: 20px;
}
.top-banner {
	background-color: #9bc1ae;
	text-align: center;
}
#top-banner_text {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 43px;
	color: #348759;
	padding-top: 20px;
}
.top-logo {
	text-align: center;
	vertical-align: middle;
	width: 175px;
	height: 150px;
	padding: 0;
	background-color: #9bc1ae;
	background-image: url(../images/sand_bg.jpg); 
}
.top-logo img {
}
.left-nav {
	border-top: 1px solid #961D20;
	padding: 0;
	vertical-align: top;
}
.left-nav-container {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 175px;
	min-height: 105px;
	border-right: 1px solid #97cacb;
}
.nav-link-title {
	background-color: #97cacb;
	border-bottom: 1px solid #961D20;
	text-align: right;
	padding: 7px 5px 7px 10px;
	color: #54141d;
	font-weight: bold;
	font-size: small;
}
.nav-link {
	background-color: #ffffff;
	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: #54141d;
	border-bottom: 1px dotted #9bc1ae;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
.content em {
	font-weight: bold;
	color: #54141d;
	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;
	text-align: center;
	padding: 20px 0 5px 10px;
	margin: 0 auto;
}
.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: #54141d;
}
.left-nav-container a:active, .left-nav-container a:hover { 
	text-decoration: underline; 
	color: #97cacb;
}

/* 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: #54141d;
	text-decoration: none; 
}

