/*
 *
 * File		: styles.css
 * Purpose	: CSS file for various classes
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

/* Misc styles */
.stdImg {
	margin: 10px;
}

.title {
	color: #9A844A;
	font-style: italic;
/* 	font-weight: bold; */
	margin-left: 40px;
	font-size: 16px;
}

.copy {
	font-size: 60%;
}

.tagline {
	font-weight: bold;
	font-size: 170%;
	font-style: italic;
}

.desc {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: transparent;
	border: solid 1px #FF0
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.extra {
	color: #E9B620;
	font-weight: bold;
}
.faint {
	color: #FFCC33;
}
.fpImg {
	vertical-align: middle;
}
.normal {
	font-weight: normal;
}
.paleText {
	color: #333333;
}
.smText {
	padding: 5px;
	text-align: left;
	font-size: 8pt;
}
.stdimg {
	padding: 3px 8px;
	border: none;
}
.subCenter {
	text-align: center;
	height: 40px;
}

.faqQuestion {
	width: 80%;
	float: right;
	margin: 10px auto;
	font-weight: bold;
}

.faqAnswer {
	width: 80%;
	float: right;
	border-bottom: solid 1px #333;
	padding: 0 0 10px 0;
}

.faqDone {
	width: 80%;
	float: right;
/*	border-bottom: solid 1px #333;
	padding: 0 0 10px 0;*/
}

.navTitle {
	margin: auto;
	float: center;
}

.navTitle {
	width: 100%;
	margin: auto 0;
	font-weight: bold;
	font-size: 70%;
	text-align: center;
}

.search {
/* 	font-weight: bold; */
	font-size: 70%;
	border: solid 1px #000000;
	text-align: center;
}

#featTitle {
	font-weight: bold;
	font-size: 10pt;
}
#pageTitle {
/* 	width: 60%; */
/* 	float: right; */
	padding: 0 10px;
	margin: 0 10px;
	line-height: 110%;
	font-weight: bold;
	font-size: 170%;
	font-style: italic;
	text-align: right;
/* 	background-color: #750200; */
}
#subTitle {
	width: 94%;
	margin: auto;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
	color: #000000;
	background-color: #B9B09D;
}

/* secondary Contact Form */
.formblock {
	color: #D9A610;
	font-style: italic;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: #EEEEEE;
}
.formmain {
	color: #EEEEEE;
	font-style: italic;
	font-weight: bold;
	font-size: 15pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	background-color: #D9A610;
}

/* Paper Page */
.paperBlock {
	width: 75%;
	padding-left: 10px;
}
.paperIcon {
	width: 20%;
	height: 120px;
	float: left;
	text-align: center;
	top: 0px;
}
.paperTitle {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.paperBody {
	width: 80%;
	float: right;
	text-align: justify;
}
.paperLocation {
	font-style: italic;
}
/* paper Front Page */
.paperBlockFP {
	margin: 0px;
	padding: 0px;
/*	width: 95%;
	padding-left: 10px;*/
}
.paperIconFP {
        margin: 0px;
        padding: 0px;
	width: 30%;
	height: 100px;
	float: left;
	text-align: center;
	top: 0px;
}
.paperBodyFP {
        margin: 0px;
        padding: 0px;
	width: 68%;
	float: right;
	text-align: left;
	font-size: 8pt;
}

/* Contact Page */
.contactHead {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	background-color: #E9B620;
}
.contactSub {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.contactModel {
	font-size: 7pt;
	color: #000000;
}
label.contact {
	font-size: 7pt;
	font-weight: bold;
	color: #000000;
}

/* For the site map */
.mapHalfA {
	width: 48%;
	padding: 1%;
	float: left;
}
.mapHalfB {
	width: 48%;
	padding: 1%;
	float: right;
}
.maplist
{
	margin-left: 10px;
	padding: 5px 10px;
/*	list-style: none;*/
}
.maplist li {
	padding: 5px;
}

.job {
	width: 90%;
	margin: auto;
}

.jobTitle {
	color: #FFFFFF;
	background-color: #2B6686;
	font-size: 110%;
	padding: 2px 5px;
/* 	width: 70%;
	float: right;
	text-align: left;*/
}

.jobDesc {
/* 	width: 70%;
	float: right;
	text-align: left;*/
}

.newsItem {
	width: 75%;
	margin: 10px auto;
	float:center;
}

.newsTitle {
	color: #9A844A;
/* 	background-color: #2B6686; */
	font-size: 120%;
	font-weight: bold;
	padding: 5px 2px;
	text-align: left;
}

.newsDate {
	font-weight: bold;
	text-align: right;
}

.newsBody {
	text-align: justify;
}

.newsBlockFP {
	font-weight: normal;
	font-size: 80%;
}

.newsTitleFP {
	color: #000000;
/* 	background-color: #2B6686; */
	font-size: 100%;
	font-weight: bold;
	padding: 2px 2px;
	text-align: left;
}

.newsBodyFP {
	text-align: justify;
	padding: 2px 2px;
	font-size: 80%;
	font-weight: normal;
}

/* Calendar Page */
.calendarHeader {
	width: 95%;
	clear: both;
	float: center;
	text-align: left;
	font-weight: bold;
	font-size: 130%;
	font-style: italic;
	color: #000000;
	border-bottom: solid 1px #000;
	padding: 20px 0 0 0;
}

.calendarItem {
	margin: 10px 5%;
	width: 90%;
	clear: both;
	float: right;
	border-bottom: solid 1px #000;
}

.calendarDate {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}

.calendarTitle {
	font-weight: bold;
	font-size: 120%;
	color: #006600;
}

.calendarLocation {
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
	color: #003366;
}

.calendarBody {

}

.calendarContact {
	font-size: 80%;
}

.calendarEmail {
	font-size: 80%;
}

.calendarPhone {
	font-size: 80%;
}

.calendarDesc {
	font-weight: bold;
	font-size: 90%;
	color: #000000;
}

.resItem {
	width: 75%;
	margin: 10px 20px;
	border-bottom: solid 1px #000000;
	float: right;
}

.resTitle {
	font-weight: bold;
}

.resImage {
	border: 0;
	text-align: left;
	margin: 4px;
}

.resDesc {
	text-align: justify;
}

.resDone {
	width: 80%;
	float: right;
/*	border-bottom: solid 1px #333;
	padding: 0 0 10px 0;*/
}

a.puLink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Courier New", Courier, Serif;
}
a.puLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Courier New", Courier, Serif;
}
a.puLink:active {
	color: #FFFF00;
	text-decoration: none;
	font-family: "Courier New", Courier, Serif;
}
a.puLink:hover {
	color: #FFFF00;
	text-decoration: none;
	font-family: "Courier New", Courier, Serif;
}
