/*------- Base Tags -------*/

body {
	background: #355444;
	color: #FFFFFF;
 	font-family: Georgia, sans-serif;
    	font-size: 13px;
 	margin: 0px;
}

td {
	font-size: 13px;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	color: #FFFFFF;
	margin: 0px 0px 20px;
}

h2 {
	font-size: 22px;
	line-height: 20px;
	margin: 20px 0px;
	font-weight: normal;
	color: #8CB56B;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	color: #0B1614;
	line-height: 20px;
	margin: 20px 0px;
}

h4 {
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	margin: 20px 0px;
	line-height: 20px;
}

hr {   
	border: none 0;
	border-top: 1px solid #659A54;
	height: 1px;
	margin: 20px 0px;
}

blockquote {
	border: 1px Solid #659A54;
	background-color: #19322E;
	padding: 10px;
	margin:20px;
}

a {
	color: #438f63;
	text-decoration: none;
}

a:hover {
	color: #60bd68;
	text-decoration: none;
}

/*------- Structure -------*/

#outerShell {
	margin: 0px;
}

#innerShell {
	width: 900px;
	text-align:left;
	position: relative;
}

#headerShell {
	position: relative;
	text-align: center;
}

#headerMenu {
	position: relative;
	height: 32px;
	margin-bottom: 40px;
}

#adShell {
	text-align: center;
	padding: 10px;
	border-bottom: 2px Solid #000000;
}

#contentShell {
	padding: 0px;
}

#footerShell {
	line-height: 20px;
	text-align: center;
	margin: 20px 0px 0px;
	padding: 20px 0px;
	color: #FFFFFF;
}

#finePrint {
	color: #FFFFFF;
	font-size: 10px;
}

/*------- Main Nav - Basic Nav -------*/

#menuBasic {
	background-color: #0A1715;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

#menuBasic .activeSec {
	color: #FFFFFF;
	padding: 0px 20px;
}

#menuBasic a {
	color: #659A54;
	padding: 0px 20px;
}

#menuBasic a:hover {
	color: #FFFFFF;
}

#sideMenu {
	float: left;
	width: 200px;
	line-height: 20px;
	margin-top: 20px;
}

#sideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sideMenu li {
	line-height: 30px;
}

#rightMenu {
	margin-bottom: 10px;
}

#rightMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#rightMenu li {
	line-height: 30px;
	margin-bottom: 1px;
}

#rightMenu li a {
	display: block;
	padding: 0px 10px;
}


/*------- Footer Nav -------*/

#footerMenu {
	font-size: 10px;
	text-align: center;
	clear: both;
}

/*------- Content -------*/

#mainContent {
	text-align: left;
	min-height: 400px;
}

.photoContent {
	margin-bottom: 10px;
	background-color: #000000;
}

.textContent, .altContent {
	padding: 20px 0px;
	line-height: 20px;
	font-size: 12px;
}

.textContent p, .altContent p {
	margin-bottom: 20px;
}

.textContent blockquote {
	font-size: 15px;
	line-height: 17px;
	padding: 10px;
	margin: 25px;
}

.textContent .alignLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 2px;
}

.smallType {
	font-size: 11px;
}

.breadCrumb {
	margin-top: 25px;
}

.feedItem {
	border: 1px Solid #CCCCCC;
	padding: 10px;
	margin-bottom: 20px;
}

/*------- Content List/Items -------*/

.listItem {
	margin-bottom: 20px;
	-moz-border-radius: 3px;
}

.listItem .listIcon {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.listItem .listHeader {
	font-size: 18px;
	text-transform: Capitalize;
	padding: 10px;
}

.listHeader a {
	color: #438f63;
}

.listHeader a:hover {
	color: #FFFFFF;
}

.listItem .listDetails {
	font-size: 10px;
	color: #132725;
}

.listItem .listContent {
	padding: 20px;
	clear: left;
}

.listItem .listMenu {
	font-size: 10px;
	line-height: 16px;
	clear: left;
	padding: 10px;
}

.listMenu a {
	color: #FFFFFF;
}

.listMenu a:hover {
	color: #6dcff6;
}

.detailItem {
	margin-bottom: 40px;
}

.detailTitle {
	font-size: 24px;
	line-height:40px;
}

.detailInfo {
	font-size: 11px;
	margin-bottom: 20px;
}

.detailMenu {

}

.detailItemAlt {
	line-height: 30px;
}

.docTable {
	border-left: 1px Solid #CCCCCC;
	border-top: 1px Solid #CCCCCC;
	width: 100%;
}

.docTable td {
	border-bottom: 1px Solid #CCCCCC;
	border-right: 1px Solid #CCCCCC;
	padding: 5px;
}

.docTable .header {
	font-weight: bold;
}



/*------- Floating Col -------*/

#floatCol {
	float: right;
	width: 200px;
	line-height: 20px;
	margin-top: 60px;
}

#floatCol ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.floatColItem {
	padding: 10px;
	margin-bottom: 20px;
}

.modualObj1 {
	padding: 10px;
	margin-bottom: 20px;
}

.modualObj1 h4 {
	color: #FFFFFF;	
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}

.modualObjB {
	padding: 0px;
	margin-bottom: 20px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
}

/*------- Gallery -------*/

.galleryItem {
	margin-bottom: 20px;
}

.gallerySet {
	padding: 10px;
	overflow: hidden;
}

.gallerySet ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.gallerySet li {
	float: left;
	margin: 5px;
}

.gallerySet img {
	border: 5px Solid #FFFFFF;
}

.galleryMenu {
	clear: both;
}

/*------- Calendar -------*/

.calShell {
	border-top: 1px Solid #87B267;
	border-left: 1px Solid #87B267;
	margin-bottom: 20px;
}

.calShell td {
	border-bottom: 1px Solid #87B267;
	border-right: 1px Solid #87B267;
	height: 60px;
}

.calHeader {
	background-color: #1A332F;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
}

.calSubHeader {
	text-align: center;
	background-color: #659A53;
	color: #152927;
}

.calBoxOn {
	background-color: #203B34;
	font-size: 24px;
	
}

.calBoxEvent {
	background-color: #87B267;
	color: #FFFFFF;
}

.calBoxEvent a {
	color: #FFFFFF;
	display:block;
	line-height:40px;
}

.calBox {
	background-color: #132725;
}

.calBoxVoid {
	background-color: #132725;
}

/*------- Forms -------*/

form {
	margin: 0px;
	padding: 0px;
}

form .fieldTitle {
	font-size: 12px;
	text-transform: uppercase;
	color: #EB273B;
}

form .fieldTitle span {
	color: #FFFFFF;
}

form .fieldInput {
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #091312;
}

form .fieldInput input {
	width: 400px;
	background-color: #FFFFFF;
	border: 1px Solid #8AB36A;
	color: #000000;
	padding: 1px;
}

form .fieldInput select {
	width: 400px;
	background-color: #FFFFFF;
	border: 1px Solid #8AB36A;
	color: #000000;
	text-transform: none;
}

form .fieldInput textarea {
	width: 400px;
	background-color: #FFFFFF;
	border: 1px Solid #8AB36A;
	color: #000000;
	padding: 1px;
	font-family: sans-serif;
	font-size: 12px;
}

form .fieldCheck {
	background-color: #659A53;
	padding:5px;
	margin-bottom:20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}

form .fieldDesc {
	font-size: 10px;
	color: #659A53;
	margin: -20px 0px 20px;
}

form .fieldNotes {
	float: right;
	width: 120px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
}

form .fieldNotes img {
	vertical-align:top;
}

form .fieldSubmit {
	text-align: right;
}

.grayButton {
	font-family: Georgia, sans-serif;
	background-color: #0B1614;
	color: #FFFFFF;
	border: 0px;
	padding: 4px 10px;
	text-shadow: 1px 1px 1px #000000;
}

.hotButton {
	font-family: Georgia, sans-serif;
	background-color: #8CB56B;
	color: #FFFFFF;
	border: 0px;
	padding: 4px 10px;
}

/*------- User Profile -------*/

.profileShell {
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 1px #0A1715;
	color: #000000;
	padding: 40px;
	margin: 40px;
	line-height: 20px;
}

.profileShell dd {
	margin: 0px;
}

.profileShell h3 {
	color: #1B3430;
}

.profileShell a {
	color: #1B3430;
}

.profileShell a:hover {
	color: #669A54;
}

/*------- Misc -------*/

.realmMenu {
	font-size: 11px;
}

#visitList {
	color: #FFFFFF;
	margin: 10px 0px 0px;
	border: 1px Solid #8CB56B;
}

#visitList a {
	color: #FFFFFF;
}

#visitList a:hover {
	color: #132725;
}

#visitList legend {
	font-size: 11px;
	text-transform: uppercase;
	color: #8CB56B;
}

/*------- Comments -------*/

.commentTable {
	width: 500px;
	margin-bottom: 20px;
}

.commentTable td {
	vertical-align: top;
	font-size: 11px;
	color: #252525;
}

.commentBox {
	padding: 5px;
	font-family: Georgia, sans-serif;
	font-size: 11px;
}

/*------- jQuery Ads & Form Validation -------*/

.ketchup-error-container {
  display: none;
  position: absolute;
  width: auto;
}

.ketchup-error-container ol {
  font-size: 10px;
  color: #FFFFFF;
  background: #252525;
  background: rgba(37, 37, 37, 0.9);
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  list-style: none;
  line-height: 14px;
  text-shadow: 0px 0px 0px #000000;
  text-transform: none;
  margin: 0px;
}

.ketchup-error-container span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid #252525;
  border-top: 10px solid rgba(37, 37, 37, 0.9);
  border-bottom: 0;
  margin-left: 10px;
}


div #rotator {
	position:relative;
	height:400px;
}

div #rotator ul li {
	float:left;
	position:absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div #rotator ul li img {
	padding: 0px;
	margin: 0px;

}
div#rotator ul li.show {
	z-index:500
}

/*------- Right Click Menu -------*/

.errorMsg {
	background-color: #AF2B2B;
	color: #FFFFFF;
	padding: 5px;
	border: 1px Solid #19322E;
	margin-bottom: 20px;
}

.alertShell {
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px #000000;
	padding: 10px;
	width:380px;
	-moz-border-radius: 20px;
}

.alertContent {
	border: 5px Solid #EB273B;
	background-color: #FFFFFF;
	padding: 20px;
	-moz-border-radius: 10px;
}

.alertContent h4 {
	color: #EB273B;
	margin: 0px 0px 20px 0px;
}

.alertContent a {
	padding: 2px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*------- Twitter -------*/

.twitter-header {
	font-size: 18px;
	padding-top:5px;
	margin: 10px 0px;
	color: #132725;
}

.twitter-footer {
	margin-top: 5px;
	margin-bottom: 20px;
}

#twitter_div ul {
	margin: 0px;
	padding: 0px;
}

#twitter_div li {
	margin-bottom: 10px;
	font-size: 11px;
	list-style-type: none;
	border-bottom: 1px Dotted #8CB56B;
}

#twitter_div li a {
	color: #8CB56B;
}

/*------- PNG Hack -------*/

img.transparent {
	behavior: url("/css/pngbehavior.htc");
}

/*------- Ketchup -------*/

.validate_form {
  display: none;
  position: relative;
}

.validate_form ol {
  font-size: 10px;
  color: #FFFFFF;
  line-height: 16px;
  margin: 0px;
  padding: 0px 20px;
}

/*------- DatePicker -------*/

.ui-datepicker {
	margin-top: 1px;
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	font-size: 10px;
	-moz-box-shadow: 1px 1px 1px #132823;
	display: none;
}

.ui-datepicker-header {
	background-color: #659A53;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
}

.ui-datepicker-next {
	float: right;	
}


.ui-datepicker-calendar {

}

.ui-datepicker-calendar td {
	border: 1px Solid #8CB56B;
	font-size: 10px;
	padding: 5px;
}


.ui-datepicker a {
	color: #325142;
}

.ui-datepicker a:hover {
	color: #000000;
}

/*------- confirm -------*/

#container {
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('/img/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	color: #679B54;
	margin-left: -7em;
	margin-top: -6em;
	opacity: 0;
}

.yes, .cancel {
	font-size: 10px;
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	line-height: 20px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('/img/button.png') left top no-repeat;
}
