/* BEGIN CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */




/* BEGIN SITE DEFAULTS */
body{
	background: #083A42; color: #869092; font: .875em/1.5em Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1, h2.formTitle {font-family: Georgia, serif; font-style: italic; font-size: 18px; line-height: 18px; color: #8CB74B; padding: 20px 0 15px;}

a{
	color: #8CB74B;
}
em{
	color: #afbbbe;
}
strong{
	color: #cedcdf;
}
/* END SITE DEFAULTS */

#pageWrapper{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background: transparent url(../images/pageBackground.gif) left 230px no-repeat;
}

#pageHeader{
	position: relative;
	width: 100%;
	height: 230px;	
	background: transparent url(../images/headerImage.jpg) top left no-repeat;
}

#logo{
	position: absolute;
	top:120px;
	left: 220px;
	width: 215px;
	height: 90px;
}

#logo a{
	display: block;
	width: 215px;
	height: 90px;
}

#logo a span{
	display: none;
}

.mainNav{
	float: left;
	width: 120px;
	padding: 40px 0 0 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.mainNav li{
	margin-bottom: 10px;
}

.mainNav a{
	color: #FFF;
	font-style: italic;
	line-height: 1.2;
	text-decoration: none;
	text-align: right;
	display: block;
	width: 95px;
	padding: 0 25px 0 0;
}

.mainNav a:hover,
.mainNav a.active,
.mainNav a.selectedPage{
	color:  #8CB74B;
	background: transparent url(../images/navActive.gif) right 3px no-repeat;
}

#contentBox{
	float: left;
	width: 340px;
	background-color: #021619;
	border: 2px solid #1b4951;
	border-top: none;
	padding: 20px 90px 0 26px;
	min-height: 390px;
	opacity: .80;
}

#contentBox p{
	line-height: 2;
	margin:1em 0;
}
#contentBox ul{
	margin:1em 0;
}
#contentBox ul li, #contentBox ol li{
	line-height: 1.5;
	list-style-position:outside;
	margin:1em 0 1em 2em;
}

#contentBox ul li {list-style-type: disc;}

#contentBox ol li {list-style-type: decimal;}

#contentBox a:hover {text-decoration: underline !important;}

#slideshow{
	z-index: 1000;
	position: absolute;
	top: 130px;
	right: 50px;
	width: 350px;
}

#slideshow #images{
	position: relative;
	width:350px;
	height: 350px;
	/*background: transparent url(../images/slideShowBg.png) top left no-repeat;*/
overflow: hidden;
border: 2px solid #a3c3c8;
background-color: #a3c3c8;
}

#slideshow #images img{
	/*margin: 12px 0 0 15px;*/
}

#slideshow #images .textElement {position: relative;}
#slideshow #images .textElement img {}

#slideShowContent{
	position: relative;
	margin: 0;
	padding: 0 0 0 90px;
}

#slideShowContent h2,
#slideShowContent h1{
	color: #8CB74B;
	text-transform: uppercase;
	font-size: 1.1428em;
	line-height: 1.1428em;
	letter-spacing: 2px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#slideShowContent blockquote p{
	color:#69888D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1428em;
	line-height: 1.4;
	margin:2em 0 1em;
}
#slideShowContent cite{
	color:#8CB74B;
	display:block;
	font-size:.875em;
	font-style:normal;
	text-align:right;
}

#footer{
	clear: both;
	font-size: .7143em;
	margin: 0 0 0 215px;
	color: #8CB74B;
}

/* forms */


/* Field Item
--------------------------------------------------------*/

.fieldItem { display: block; border: 1px solid transparent; }
* html .fieldItem {border: none;}
.fieldItemInner { display: block; padding:0; }

* html .fieldItemInner { height: 1%; } /* IE 6 */
.fieldItemInner:after { content: '.'; height: 0; display: block; visibility: hidden; clear: both; } /* FF / Moz */

/* Selected */
.fieldSelected {background-color: transparent !important; }

/* Title */
.fieldItem .fieldTitle { padding:0; display: block; font-size: 1em; font-weight: bold; }

.fieldItem .fieldTitle .req, .req { color: #8CB74B; font-size: 1.2em; margin:0 0.5em;}
.fieldItem .fieldTitle .uni { font-size: 0.9em; font-weight: normal; }

/* Content */
.fieldItem .fieldContent { font: 1em Arial, Helvetica, sans-serif; }
.fieldItem .fieldRow, #contentBox p.fieldRow {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	line-height:1em;
}
.fieldItem .fieldBlock { padding: 0.3em 0.6em 0.3em 0; display: block; float: left; }
.fieldItem .fieldName { display: block; font-weight: normal; }
.fieldItem .fieldNote { display: block; font-size: 1em; color: #3e4344; font-style: normal; }
.fieldItem .textField {
	margin:0.25em 0;
}
.fieldItem label {font-weight: normal;}

/* Fields */
.xsmallField .textField,
.xsmallField.type-phone .textField.phone-international,
.xsmallField .dropdown {width: 100px;}
.xsmallField.type-address .textField {width: 210px;}
.xsmallField.type-name .textField {width: 80px;}
.xsmallField.type-address .dropdown.country {width: 92px;}
.xsmallField.type-address .textField.city,
.xsmallField.type-address .dropdown,
.xsmallField.type-address .textField.state {width: 78px;}
.xsmallField.type-name .textField.prefix,
.xsmallField.type-name .textField.suffix,
.xsmallField.type-address .textField.zip {width: 35px;}
.xsmallField.type-time .textField,
.xsmallField.type-phone .textField,
.xsmallField.type-date .textField {width: 27px;}
.xsmallField.type-date .dropdown,
.xsmallField.type-time .dropdown,
.xsmallField.type-price .textField {width: 60px;}

.smallField .textField,
.smallField.type-phone .textField.phone-international,
.smallField .dropdown {width: 150px;}
.smallField.type-address .textField {width: 250px;}
.smallField.type-name .textField {width: 98px;}
.smallField.type-address .dropdown.country {width: 119px;}
.smallField.type-address .textField.city,
.smallField.type-address .dropdown,
.smallField.type-address .textField.state {width: 98px;}
.smallField.type-name .textField.prefix,
.smallField.type-name .textField.suffix,
.smallField.type-address .textField.zip {width: 35px;}
.smallField.type-phone .textField,
.smallField.type-time .textField,
.smallField.type-date .textField {width: 27px;}
.smallField.type-price .textField,
.smallField.type-date .dropdown,
.smallField.type-time .dropdown {width: 60px;}

.medField .textField,
.medField.type-phone .textField.phone-international,
.medField .dropdown {width: 250px;}
.medField.type-name .textField,
.medField.type-address .dropdown.country {width: 119px;}
.medField.type-address .textField.city,
.medField.type-address .dropdown,
.medField.type-address .textField.state {width: 98px;}
.medField.type-name .textField.prefix,
.medField.type-name .textField.suffix,
.medField.type-time .textField,
.medField.type-date .textField,
.medField.type-phone .textField,
.medField.type-address .textField.zip {width: 35px;}
.medField.type-date .dropdown,
.medField.type-time .dropdown,
.medField.type-price .textField {width: 74px;}

.largeField .textField,
.largeField.type-phone .textField.phone-international,
.largeField .dropdown {width: 400px;}
.largeField.type-name .textField,
.largeField.type-address .dropdown.country {width: 194px;}
.largeField.type-address .textField.city,
.largeField.type-address .dropdown,
.largeField.type-address .textField.state {width: 156px;}
.largeField.type-name .textField.prefix,
.largeField.type-name .textField.suffix,
.largeField.type-address .textField.zip {width: 68px;}
.largeField.type-time .textField,
.largeField.type-phone .textField,
.largeField.type-date .textField {width: 35px;}
.largeField.type-date .dropdown,
.largeField.type-time .dropdown {width: 74px;}
.largeField.type-price .textField {width: 124px;}


/* Instructions */
.fieldItem .fieldInstructions { padding: 0.2em 0 0.8em; display: block; clear: both; font-size: 0.9em; }

.fieldItem .radio-container .choice-option,
.fieldItem .checkbox-container .choice-option { padding: 0.3em 0; display: block; }

.choice-option label {display: inline;}


/* Field Specific
--------------------------------------------------------------*/

.fieldItem .dropdown-country { }
.fieldItem .dropdown-country select { float: left; }
.fieldItem .dropdown-country .flag-container { width: 16px; height: 11px; display: block; margin: 0.3em 0 0 0.6em; float: left; }

.type-price .fieldName,
.type-price .textField,
.type-price .fieldNote { float: left; }
.type-price .fieldNote, .type-price .fieldName {margin: 0.25em 0;}
.type-price .textField {margin: 0 0.5em;}

.dropdown { font-size: 1em; }

.dropdown-image-container { }
.dropdown-image { padding: 0.4em; }


/* Submit Button
--------------------------------------------------------------*/

.submitButtonContainer { padding: 0.4em 0.5em; display: block; }
.submitButtonContainer .submitButton { font-size: 1.2em; margin: 0; }


/*
--------------------------------------------------------------*/

.errorSummary { margin-bottom: 0.1em; padding: 0.8em 1.4em; background: #FFFFCC; border: 1px solid #E6D8A2; }
.errorSummary strong { color: #000; }
.errorSummary p { margin: 0; color: #990000; }


.fieldItemError { background: #FFEAEB; border-color: #ffccce; }
.fieldItemError .fieldItemInner .errorDescription { padding-left: 2em; font-size: 1em; color: #990000; font-style: italic; }

.fieldItemError .fieldTitle { /*font-style: italic;*/ color: #CC0000; }
.fieldItemError .fieldRowError { border-left: 1px solid #990000; }

.fieldItemError .fieldBlockError { }
.fieldItemError .fieldBlockError .fieldName { color: #990000; }
div.fieldItemError span.fieldBlockError em.fieldNote { color: #CC0000; }
.fieldItemError .fieldBlockError .error { border: 1px solid #ffccce; }

/* Lightbox
--------------------------------------------------------------*/

.lightbox { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); }
#lightbox_content { position: absolute; left: 0; top: 0; z-index: 9999; }

.lightbox-content { width: 600px; height: 400px; display: block;}


/* Confirmation Message
--------------------------------------------------------------*/

.confirmation-content { width: 600px; height: 400px; display: block; background: #FFF; }
.confirmation-content-inner { padding: 2em 0 0 0; }

.confirmation-content .text { width: 90%; margin: 0 auto; display: block; overflow: auto; padding: 0.2em 0.3em; background: #FFF url(/themes/light/images/input_bg.gif) top repeat-x; border: 1px solid #CCC; border-top: 1px solid #999; border-left: 1px solid #999; font: 1.1em Verdana, Arial, Helvetica, sans-serif; }

.confirmation-content .save-options { padding: 1em 2em; display: block; text-align: right; }
.confirmation-content .save-options .button { font-size: 0.9em; font-family:Verdana; font-weight:bold; }
.confirmation-content-message { padding: 10px; font-family:Verdana; font-size: 12px;}

/* Button controls
--------------------------------------------------------------*/

.save-options .button { margin: 0.3em 0.3em 0.2em auto; padding: 0.4em 0.8em; font-size: 1.1em; text-decoration: none; color: #FFF; overflow: hidden; text-align: center; background: #B9B9B9; border: 1px solid #CCC; border-right-color: #999; border-bottom-color: #999; text-align: center; }

.save-options .button-save:hover { background: #9BC191; border-color: #ACD1A7; border-right-color: #76A965; border-bottom-color: #76A965; }
.save-options .button-save:active { background: #76A965; border-color: #ACD1A7; border-right-color: #76A965; border-bottom-color: #76A965; }

.save-options .button-cancel:hover { background: #DF8A8A; border-color: #E7B0AD; border-right-color: #C25454; border-bottom-color: #C25454; }
.save-options .button-cancel:active { background: #C25454; border-color: #E7B0AD; border-right-color: #C25454; border-bottom-color: #C25454;}

/* View Form Password
--------------------------------------------------------------*/

.passwordRequirement { text-align: center; }
.passwordRequirement .passwordContainer { margin: auto; text-align: left; display:inline-block; width: 500px; }
.passwordRequirement .passwordContainer p { font-family: Verdana; font-size: 12px; margin: 8px 0px 8px 0px; display:block; line-height: 14px; }

/* Date Picker 
--------------------------------------------------------------*/
.datePickerImage { cursor: pointer; }
#FBDatePicker { width: 184px; font-family: 'Arial'; font-size: 12px; z-index: 9999; background-color: #EEE; padding: 3px; border: solid 1px #999; color: #000; }
#FBDatePicker .fbdMove { width: 50px; float: left; cursor: pointer; }
#FBDatePicker .fbdTitle { width: 75px; float: left; }
#FBDatePicker .fbdRow { clear: both }
#FBDatePicker .frbDayBlock { float: left; width: 25px; text-align:center; padding: 2px 0px 2px 0px; cursor: pointer; display: block; }
#FBDatePicker .fbdDateFieldsRow { float: right; }

/* Price Fields
--------------------------------------------------------------*/
span.choicePrice { display: none; }
.paymentForm span.choicePrice { display: inline; }

/* Custom styles for form elements */
.form_container {margin: 0 !important;}

.fieldItem {border: none !important;}

.submitButtonContainer {padding: 0;}

.submitButton {background-color: #8CB74B; color: white; font-family: Arial, sans-serif; font-size: 14px !important; font-weight: bold; cursor: pointer; border: 1px solid white; padding: 5px 4px;}