@charset "utf-8";
/* CSS Document */

/* order form */

.error {
	color: #F00;
	margin: 0 5px;
}

.order_form .group_title{
	background-color: #2E491C;
	color: #FFF;
	font-weight: bold;
}

.order_form a {
	font-weight:normal;
}

.order_form .item_quantity{
	width: 20px;
}

.order_form .total_item, .order_form .price_item{
	width: 60px;
	text-align: right;
}

.order_form td {
	margin: 0;
	height: 20px;
	padding: 3px;
	border: solid 1px #CCCCCC;
}

.your_order_total{
	margin: 15px 0;
	height: 20px;
	padding: 3px;
	border-top: 	solid 1px #CCCCCC;
	border-bottom: 	solid 1px #CCCCCC;
}

.order_form .blank_row{
	height: 10px;
	border: solid 1px #FFF;
}
	
table .new_item {
	background-color: #E9DC98;
}


 /* photo gallery archive styling */

.gallery_container {
	margin-top: 50px;
}


.gallery_container a img {
	margin-right: 9px;
	margin-bottom: 10px;
	border: none;
}

.gallery_archive_summary {
	margin-top: 0px;
	margin-bottom: 30px;
}

.gallery_archive_summary ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.gallery_archive_summary ul li, .gallery_year_caption {
	border: solid 1px #EEE;
	padding: 5px;
	margin-bottom: 3px;
}

.gallery_archive_summary ul li.selected_gallery, .gallery_year_caption {
	border: solid 1px #528E37;
	border-right: solid 1px #EEE;
	background-color: #528E37;
	color: #FFF;
}

.gallery_archive_summary ul li.selected_gallery a{
	color: #FFF;
}



 /* end photo gallery archive styling */



 /* news tool styling */

.news_container, .news_title {
	margin-bottom: 20px;
}



.news_summary_container {
	margin-bottom: 25px;
}

.news_summary_container h1{
	margin-bottom: 5px;
}

 /* end news tool styling */




 /* page-text tool styling */


 
.body_container {
	width: 600px;
	margin-bottom: 20px;
}

.body_container img{
	border: none;
}

.floatright
{
	float: right;
	margin: 5px 0 10px 20px;
}

.floatleft
{
	float: left;
	margin: 5px 20px 10px 0px;
}


.caption_container {
}

p {
	margin-top: 0px;
}

h1 { 
	font-size:11pt;
	font-weight: bold;
	margin-top: 0px;
}

h2 { 
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
}



/* end - page-text tool styling */


p {
	margin-top: 0px;
}

h1 { 
	font-size:11pt;
	font-weight: bold;
	margin-top: 0px;
}

h2 { 
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
}

a			{
	color: #74185A;
	font-weight: bold;
}

a:active 	{  text-decoration: none; }
a:link 		{  text-decoration: none; }
a:visited 	{  text-decoration: none; }
a:hover 	{  text-decoration: underline; }


body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}

.twoColFixLtHdr #container_main {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CBB5C1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/template/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/template/header-2011.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 369px;
	width: 950px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 25px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 307px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-image: url(../images/template/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 157px;
	width: 950px;
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#navigation
{
	padding-top: 170px;
	padding-left: 307px;
}

#navigation ul 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li
{
	float: left;
	margin-right: 27px;
	font-weight: bold;
} 

#navigation a
{
	color: #FFFFFF;
}


#left_nav {
	height: 120px;
	width: 175px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 28px;
	float: left;
}

#left_nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#left_nav li {
	font-weight: bold;
	margin-bottom: 3px;
}

#left_nav ul li a {
	color:  #528E37;
}



#parade_info {
	height: 80px;
	width: 300px;
	padding-top: 45px;
	padding-left: 112px;
	float: left;
	color: #FFFFFF;
}

#merchandise {
	padding-top: 45px;
	padding-left: 150px;
	float: left;
	color: #FFFFFF;
	width: 150px;
}

#merchandise a {
	color: #FFFFFF;
}

#footer_container {
	padding-top: 125px;
	padding-left: 307px;
}

#breadcrumb {
	margin-bottom: 20px;
}
