/*
 *
 * 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: #9BC65F;
	font-weight: bold;
	font-size: 170%;
}

.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;
}
.required {
	color:red;
	font-size:12px;
}
.faqGroup {
	width: 95%;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}

.faqQuestion {
	width: 90%;
	margin: 0 0 0 15px;
	padding: 5px;
	color: #0000FF;
/* 	font-weight: bold; */
}

.faqAnswer {
	width: 90%;
	margin: 0 0 0 6%;
	padding: 5px;
	border: solid 1px #000000;
	display: none;
}

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

.navTitle {
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	border: solid 1px #000000;
	background-color: #DDDDDD;
}

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

#featTitle {
	font-weight: bold;
	font-size: 10pt;
}
#pageTitle {
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
	line-height: 110%;
	font-weight: bold;
	font-size: 170%;
	font-style: italic;
}
#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: 80%;
	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;*/
}

.newsTitle {
	color: #9BC65F;
/* 	background-color: #2B6686; */
	font-size: 120%;
	font-weight: bold;
	padding: 2px 5px;
	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: 90%;
	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: 80%;
	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;
}

/* Calendar Page */
.specialBox {
	clear: right;
	width: 400px;
	margin: auto 10px;
/* 	clear: both; */
	float: center;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
/* 	font-style: italic; */
	color: #000000;
	background-color: #FFCC00;
	border: solid 1px #000;
	padding: 20px;
}

.staffName {
	font-weight: bold;
	font-size: 130%;
}

.otherTitle {
	background-color: #DDDDDD;
	font-weight: bold;
	font-size: 100%;
}

.otherSubtitle {
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 90%;
}

.otherDesc {
	font-weight: normal;
	font-size: 90%;
}

.explain {
	background-color: #CCCCAA;
}

.sepration-line{
	border-bottom: 2px solid rgb(209, 160, 1);
	padding-top: 2px;
	padding-bottom: 2px;
}

.explainsub {
	background-color: #CCAAAA;
}

.smlistdk {
	font-weight: bold;
	font-size: 90%;
	background-color: #EAEAEA;
}

.smlistlt {
	font-weight: bold;
	font-size: 90%;
	background-color: #FFFFFF;
}

.infoTable {
	margin: 8px auto;
/*	padding: 3px;*/
	border: solid 1px #000;
}

.infoTable td {
	padding: 3px 3px;
}

/* Resources / Links */
#resItems {
	clear: both;
	width: 100%;
}

.resGroup {
	width: 95%;
	clear: both;
	margin: 15px auto;
}

.resHeader {
	color: #FFFFFF;
	background-color: #2B6686;
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
}

.resItem {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
/* 	margin: 0; */
	padding: 3px 0;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.resTitle {
	width: 25%;
/* 	float: left; */
	text-align: center;
}

.resDesc {
	width: 60%;
/* 	float: right; */
}

.resImage {

}

.toTop {
	width: 100%;
	clear: both;
	padding: 10px 0 5px 20px;
}

/* Menu Flyouts for destination catalog */

#destTypes {
	display: none;
}
#destByPlace {
	cursor:pointer;
	padding-bottom: 0px;
}
#destByPlace a {
/* 	color: #000000; */
}
#destPlaces {
	display : none;
}
#destbyplaces{
margin-left:3px;
}

#destbyplaces:hover {
	text-decoration:underline;
}
.tripDests {
	font-size: 6px;
}
.destBySubject {
	display:block;
}
#subimg{

}
#SubLinks {
	cursor:pointer;
	display:block;

}
#SubLinksName{
/*display : block; */
}
#SubLinks:hover {
	text-decoration:underline;
}

.destBySubject a {
	color: #000000;
}
.destSub {
	padding-left: 15px;
}
ul a {
display: block;
}

#destLocation {
	width: 95%;
	margin: 5px auto;
	font-size: 200%;
	font-family: 'Palatino Linotype', 'Book Antiqua3', Palatino6, serif;
	border-bottom: dashed 1px #000;
}

#destLocDesc {
	width: 95%;
	margin: 5px auto;
	border-bottom: dashed 1px #000;
}

#destImage {
	width: 95%;
	margin: 5px auto;
	text-align: center;
}

.destItem {
	color: #336633;
	width: 45%;
/* 	margin: 5px auto; */
	float: left;
	font-weight: bold;
	font-size: 110%;
	margin: 5px 10px 20px 15px;
	padding: 5px 5px 0 0;
}

.destItemDesc {
	color: #000000;
	font-weight: normal;
	font-size: 80%;
}

.scheduleItem {
	width: 95%;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 7px 0 5px 0;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.scheduleTitle {
	width: 25%;
/* 	float: left; */
	text-align: center;
}

.scheduleDesc {
	width: 60%;
/* 	float: right; */
}

#bbsForm {
	width: 80%;
	background-color: #EEEEEE;
	margin: 0 auto;
	padding: 10px ;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
#bbsSubmit {
	width: 80%;
	background-color: #EEEEEE;
	margin: 0 auto;
	padding: 5px 10px;
	clear: both;
	text-align: center;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000000;
}

label.bbs {
	font-weight: bold;
}

.bbsItem {
	width: 80%;
	min-height: 40px;
	background-color: #67ABD3;
	margin: 0 auto;
	clear: both;
	border: #005C8F 1px solid;
}

.bbsDate {
	font-weight: bold;
	padding: 5px;
	width: 17%;
	float: left;
	text-align: center;
}
.bbsDate img {
	vertical-align: middle;
}
.bbsTitle {
	font-weight: bold;
	padding: 5px;
	width: 78%;
	float: right;
}

.bbsBy {
	font-weight: normal;
	font-size: 70%;
	font-style: italic;
}

.bbsDesc {
	clear: both;
	padding: 5px;
	background-color: #FFFFFF;
}

/* Rounded Corner Nav Boxes */

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#333; margin:0 5px;}
.b2 {height:1px; background:#666; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#666; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#666; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {
	background: #FFFFFF;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
}

.contentb div {
/* 	margin-left: 5px; */
	margin: auto 5px;
}

/*.rcboxR {
	width: 15px;
	height: 100%;
	background-image: url('../images/r.png');
	background-repeat: repeat-y;
	position: relative;
	float: right;
	margin: 0 -5px 0 0;
}
.rcboxL {
	width: 15px;
	height: 100%;
	background-image: url('../images/l.png');
	background-repeat: repeat-y;
	float: left;
	margin: 0 0 0 5px;
}
.rcboxT {
	height: 15px;
	width: 100%;
	background-image: url('../images/t.png');
	background-repeat: repeat-x;
	margin: 5px 5px 0 5px;
}
.rcboxB {
	height: 15px;
	width: 100%;
	background-image: url('../images/b.png');
	background-repeat: repeat-x;
	position: relative;
	bottom: -1;
	margin: 0 5px 5px 5px;
}
.rcboxC {
	background-color: #FFFFFF;
}*/
#form_sendmail td {
padding:3px;
}
#form_sendmail  {
margin-left:0px;
}
#mainNav {
	background-color: transparent;
	margin-left: 15px;
	margin-right: 3px;
	margin-bottom: 20px;
}
#mainNav span {
	font-family: Arial, Helvetica, Sans;
	font-weight: bold;
	font-style: italic;
	line-height: 16px;
}
#mainNav img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rcboxS {
	line-height: 2px;
	clear: both;
}

.rcboxT {
	height: 15px;
	width: 100%;
	background-image: url('../images/right_tb_01.png');
	background-repeat: no-repeat;
	margin: 0;
}
.rcboxB {
	height: 15px;
	width: 100%;
	background-image: url('../images/right_tb_01.png');
	background-repeat: no-repeat;
    background-position: 0 -15px ;
	margin: 0;
}
.rcboxC {
	background-image: url('../images/right_bg_01.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 0 0px 0px 10px;
}
.rcboxC hr {
	width: 218px;
}
input {
	font-size: 80%;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6cc;
}
select {
	font-size: 80%;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
label {
	color: #000000;
	font-size: 80%;
	white-space: nowrap;
/* 	background-color: #99CCFF; */
}
legend {
	color:#000; /* IE styles legends with blue text by default */
	font-weight: bold;
	margin-left: 7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
legend span {
	width:10em;
	text-align:right;
}
fieldset {
	border: 1px solid #DEDEDE; /* Default fieldset borders vary cross browser, so make them the same */
	padding: 0 0.5em 0.5em;
	background-color: #FAFAFA;
	clear: both;
}
fieldset div {
 	overflow: hidden; /* Contain the floating elements */
	display: inline-block; /* Give layout in ie to contain float  */
	margin:0.3em 0;
	clear:both;
}

fieldset div {display:block;} /* Reset element back to block leaving layout in ie */

fieldset span {
	float: left;
	display: inline-block;
	margin: 5px 8px;
	clear: left;
}
.noclr { clear: none; }
#header {

}
label.refForm {
	color: #000000;
	font-size: 100%;
	white-space: nowrap;
	width: 170px;
	text-align: right;
	display: block;
	float: left;
	margin-right: 5px;
/* 	background-color: #99CCFF; */
}
.cbRealign {
	position: relative;
	top: -3px;
}
.rbRealign {
	position: relative;
	top: 3px;
}

