﻿
/* Color Legend */


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:16px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }


/* Global */

html 	{	}
body	{
	background-color: #BCEA93;
	text-align: center;
}


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:32px; }
h2 { font-size:24px; }
h3 { font-size:22px; }
h4 { font-size:16px; }
h5 { font-size:16px; }
h6 { font-size:16px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{
	color: #333333;
	font-size: 22px;
	line-height: 150%;
}
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{  color: #000000;  }
a:link			{ color: #000000;  }
a:visited		{ color: #000000;  }
a:active		{ color: #000000;  }
a:focus			{
	color: #000000;
}
a:hover     	{ color:#FF0000  }


blockquote  	{ color:#000; font-size:16px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; color:#800000; }

/* Images */



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    {
	color: #333333;
	font-size: 22px;
	line-height: 20px;
}
ol li	     	{ color:#000; font-size:16px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:90%; }

tr				{ 	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

td				{
	color: #333333;
	font-size: 20px;
	line-height: 18px;
}

tr td a				{
	color: #000000;
	font-size: 16px;
	line-height: 18px;
}


th          	{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
	background-color:#FFFFFF
}
thead, th    	{ background-color:#FFFFFF }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					 font-size:16px; font-weight:normal; line-height:150%;	}


/* Containers */

#wrapper 			{
	width: 955px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#banner				{ background-color: #FFFFFF; width:100%; overflow: hidden;  }

#topNav 			{ clear:both; background-color: #FFFFFF;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 8px;
	
	   }
#topNav ul			{ width:100%; padding: 0px;
	margin: 0px; }
#topNav ul li		{ display: inline;
	line-height: 15px; 	}
#topNav ul li a		{
	border: 1px solid #006600;
	padding: 5px 20px 5px 20px;
	font-size: 16px;
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
}
#topNav a:link		{
	color: #fff;
	background-color: #006600;
}
#topNav a:visited	{
	color: #fff;
	background-color: #006600;
}
#topNav a:active	{
	color: #fff;
	background-color: #006600;
}
#topNav a:hover		{
	color: #006600;
	background-color: #FFFFFF;
}
#topNav a:focus		{
	color: #fff;
	background-color: #006600;
}

#subBanner 			{ width:100%; background-color: #FFFFFF; overflow:hidden; padding:5px 0 0 0;   }
#subBanner p		{ line-height:180%; font-size:16px; font-weight:bold; color:#fff; text-align:center;  }
#subBanner h1		{
	color: #006600;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	line-height: 180%;
	padding: 0 0 0 20px;
	border-top: 1px #800000 solid;
	border-bottom: 1px #800000 solid;
}
#subBanner h3		{ color:#ffffff; font-size:16px; font-weight:bold; text-align:left; line-height:180%; padding:0 0 0 20px; }

#sidebar 			{ float:left; width:250px; padding:20px 10px 10px 10px; }
#sidebar h2		{
	margin: 30px 0 20px 0;
	color: #666666;
}
#sidebar h3		{
	color: #666666;
}
#sidebar h3 a		{
	color: #666666;
}

#sidebar h3 a:hover		{
	color: #FF0000;
}
#sidebar p		{
	line-height: 150%;
	margin: 10px 10px 0 0;
	color: #333333;
	 font-size:16px;
}
#sidebar p a		{
	line-height: 150%;
	margin: 10px 10px 0 0;
	color: #666666;
}
#sidebar a		{ font-weight:bold; }
#sidebar img		{ padding:0px 0 0 0; margin:0px;  }

#sidebarTop img		{ padding:0px 0px 0px 0px; margin-top:5px; margin-bottom:25px; }
#sidebarTop object		{ padding:0px 0px 0px 0px; margin-top:5px; margin-bottom:25px; }

#slideshow { width:250px; height:187px; padding:0px 0px 0px 0px; margin-top:5px; margin-bottom:25px;  }
#slideshow img { display: none }
#slideshow img.first { display: block }


#imageRight	img		{ float:right;  }
#linksRight			{ margin:0px 0px 0px 10px;  }


#content 			{ padding:20px 20px 20px 10px; margin-left:280px;  }
#content h1			{
	margin: 0 0 10px 0;
	padding: 15px 0;
	color: #006600;
}
#content h1 em			{
	margin: 0 0 10px 0;
	padding: 15px 0;
	color: #006600;
}
#content h1.photos			{ margin:0 0 0px 0;  padding:15px 0 0 0; color:#800000; }
#content h2			{
	color: #666666;
	margin: 5px 0 25px 0;
}
#content h2 a			{
	color: #666666;
	margin: 5px 0 25px 0;
	font-size: 24px;
	font-weight: bold;
}

#content h3			{
	color: #666666;
	margin: 10px 0 10px 0;
}
#content h3 a			{
	color: #666666;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
#content h3 a:hover			{ color:#FF0000; margin:10px 0 10px 0; font-weight:bold; }
#content h4			{
	color: #333333;
	font-weight: normal;
	line-height: 100%;
	font-size: 18px;
	margin: 15px 0 15px 0;
}

#content p			{ line-height:125%; margin:10px 0; }
#content p a			{ line-height:125%; margin:10px 0; color: #333333;
	font-size: 22px;
 }
#content img		{ padding:0px 0px 0px 0; }





#photosMenu ul			{ width:100%; padding: 0px;
	margin: 0px 0 35px 0; text-align:center; }

#photosMenu ul li		{ display: inline;
	line-height: 15px; padding:0 0px 0 0px; 	}

#photosMenu ul li a	{ border: 1px solid #800000;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	text-decoration: none;
	background-color: #800000;
	color: #FFFFFF; }

#photosMenu ul li a:link		{ color:#fff; background-color:#800000;	}
#photosMenu ul li a:visited	{ color:#fff; background-color:#800000;	}
#photosMenu ul li a:active	{ color:#fff; background-color:#800000;	}
#photosMenu ul li a:hover		{ color:#800000; background-color:#fff9d7; 	}
#photosMenu ul li a:focus		{ color:#fff; background-color:#800000;	}




#contentLeft			{ float:left; width:200px; padding:20px 10px 0px 10px; }
#contentRight			{ padding:20px 20px 0px 0px; margin-left:225px;   }

#menuLeft				{  float:left; width:150px; padding:10px 10px 10px 10px; background-color:#fff9d7; }


#menuLeft.menuLeft {
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	width: 50px;
	font-size: 16px;
}
#menuLeft.menuLeft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 75px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#menuLeft.menuLeft ul li {
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
}
#menuLeft.menuLeft ul li ul {
	position: absolute;
	left: 74px;
	top: 0px;
	display: none;
}
	#menuLeft.menuLeft ul li a {
		border: 1px solid #800000;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		background-color: #800000;
		padding: 2px;
		font-size: 16px;
	}
/* Fix IE. Hide from IE Mac \*/
* html
ul li { float: left; height: 1%; }

* html
ul li a { height: 1%; }

/* End */

#menuLeft.menuLeft ul li a:hover {
	color: #800000;
	background-color: #FFFCCC;
}
#menuLeft.menuLeft li ul li a {
	padding: 2px;
	background-color: #800000;
}
#menuLeft.menuLeft li.over ul {
	display: block;
}
#menuLeft.menuLeft li:hover ul {
	display: block;
}




#menuRight				{ padding:10px 10px 10px 10px; margin-left:10px;  }

#menuRight.menuRight {
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	width: 50px;
	font-size: 16px;
}
#menuRight.menuRight ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 75px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#menuRight.menuRight ul li {
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
}
#menuRight.menuRight ul li ul {
	position: absolute;
	left: 74px;
	top: 0px;
	display: none;
}
#menuRight.menuRight ul li a {
		border: 1px solid #800000;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		background-color: #800000;
		padding: 2px;
		font-size: 16px;
	}
/* Fix IE. Hide from IE Mac \*/
* html
ul li { float: left; height: 1%; }

* html
ul li a { height: 1%; }

/* End */

#menuRight.menuRight ul li a:hover {
	color: #800000;
	background-color: #FFFCCC;
}
#menuRight.menuRight li ul li a {
	padding: 2px;
	background-color: #800000;
}
#menuRight.menuRight li.over ul {
	display: block;
}
#menuRight.menuRight li:hover ul {
	display: block;
}



#contact table       	{ width:97%; }

#contact tr				{ 	}
#contact .odd			{ background-color:#eee; }
#contact .even			{ background-color:#fff; }

#contact td				{ color:#800000;  font-size:20px; text-align:center;   line-height:25px; font-style:italic;	}


#contact th          	{ color:#800000;  font-size:16px; font-weight: bold; font-size:16px; font-family:Arial, Helvetica, sans-serif;

                                         }
#contact thead, th    	{ background: #fff9d7; }

#contact tbody			{   }

#contact th,td,caption 	{ 	}
#contact caption 		{ 	}

#contact tfoot       	{	}
#contact .tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

#contact caption     	{ background: #efefef; }

#contentUpdate	table		{ width:97%; border:2px #990000 solid;  }
#contentUpdate	td 		{ color:#800000;  text-align:center; padding:10px 0 10px 0;  }
#contentUpdate	a 		{ font-style:italic; }


#contentTop table       	{ width:97%; }

#contentTop tr				{ 	}
#contentTop .odd			{ background-color:#eee; }
#contentTop .even			{ background-color:#fff; }

#contentTop td				{ color:#800000;  font-size:28px; text-align:center; line-height:40px; font-style:italic;	}


#contentTop th          	{ color:#800000;  font-size:16px; font-weight: bold; font-size:16px; font-family:Arial, Helvetica, sans-serif; }


#contentTop p           	{  text-align:center; }
#contentTop p img          	{ padding:10px; }
                                         
#contentTop thead, th    	{
	background: #ffffff;
}

#contentTop tbody			{   }

#contentTop th,td,caption 	{ 	}
#contentTop caption 		{ 	}

#contentTop tfoot       	{	}
#contentTop .tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

#contentTop caption     	{ background: #efefef; }
  
#holidayTop table       	{ width:97%; }

#holidayTop tr				{ 	}
#holidayTop .odd			{ background-color:#eee; }
#holidayTop .even			{ background-color:#fff; }

#holidayTop td				{ color:#800000;  font-size:26px; text-align:center; line-height:40px; font-style:italic;	}


#holidayTop th          	{ color:#800000;  font-size:16px; font-weight: bold; font-size:16px; font-family:"Times New Roman", Times, serif; }


#holidayTop p           	{  text-align:center; }

  
#photos				{   clear:both; background-color:#FFF9D7;  
	margin-top: 5px; padding:5px 0px 20px 0px;
	font-size: 16px;
	margin-bottom: 0px; 

	
}  
  

#photos p		{   text-align:center }
#photos h2		{  color:#800000; margin:0px 0 20px 0px; text-align:center; }
#photos h3		{  color:#800000; margin:0px 0 20px 0px; text-align:center; }
#photos img		{ padding:0px 0px 0px 0; }
#photos table        { width:100%; border:1px #800000 solid; margin:10px 0 10px 0;  }
#photos td   a     { font-style:italic;  font-size:20px; }
#photos td        {  text-align:center;	}
  
  

#access ul     {  list-style-type:inherit;  }



#holidayMenu {
	color: #000000;
	
}
#holidayMenu ul {
	list-style-type: none;
	
}
#holidayMenu ul li {
	
}
#holidayMenu ul li ul {
	display: none;
}
#holidayMenu ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
}
/* Fix IE. Hide from IE Mac \*/
* html
ul li { float: left; height: 1%; }

* html
ul li a { height: 1%; }

/* End */

#holidayMenu ul li a:hover {
	color: #FF0000;
	
}
#holidayMenu li ul li a {
	
	
}
#holidayMenu li.over ul {
	
}
#holidayMenu li:hover ul {
	
}
  
#footer 			{ clear:both; background-color:#FFF9D7; background-image:url('../images/footerphotoNew.jpg'); 
	margin-top: 50px; padding:20px 0px 20px 0px;
	font-size: 16px;
	margin-bottom: 0px; height:110px;
	   }
#footer ul			{ width:100%; padding: 0px;
	margin: 0px; }
#footer ul li		{ display: inline;
	line-height: 15px; 	}
#footer ul li a		{ 
	padding: 5px 20px 5px 20px;
	font-size: 16px;
	text-decoration: none;
	color: #800000; }
#footer a:link		{ color:#800000; 	}
#footer a:visited	{ color:#800000; 	}
#footer a:active	{ color:#800000; 	}
#footer a:hover		{ color:#cc0000;  	}
#footer a:focus		{ color:#800000; 	}

.auto-style3 {
	vertical-align: middle;
}


#box1 {   }

#box2 {   }

#box3 {   }

#box4 {   }

#box5 {   }

#box6 {   }


/* Layout Extra */




/* Navigation Extra */



/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{ 
		float: left; width: 150px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}
	
submit	{ background:none; 	}

input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}
		
input:focus, textarea:focus	{ background-color:#EFDEDE; }

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:90px; height:25px;
		margin-left:170px;
		font-size:16px;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }


/* Miscellaneous  */

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{ font-size:80%; font-style:normal; color:#fff; text-align:center; }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle		{ font-size:16px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:16px font-weight:bold; color:#555;  }
.editor			{ font-size:16px font-style:italic; color:#555;  }

.pub-date		{ font-size:16px font-style:italic; color:#555; }
.article-date	{ font-size:16px font-style:italic; color:#555;  }
.location		{ font-size:16px font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }


