/*MENU START*/
#navcontainer 
{
	width: 100%;
	float: left;
	font-size : 7pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color : #7E8263;
 }

#navlist
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #eee;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #FFF;
	background-color : #7E8263;
	background-image : url(../images/bullet.gif);
	background-position : left;
	background-repeat : no-repeat;
	text-indent: 18px;
	border : 1px solid #6E7159;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	background-color : #DDD7B1;
	background-image : url(../images/bullet_h.gif);
	background-position : left;
	background-repeat : no-repeat;
	color: #000000;
	text-indent: 18px;
	/*text-decoration : underline;*/
}

#navlist a:hover 
{ 
	color: #000000;
 }

/*MENU END*/

/*SUB MENU START*/

#navcontainer_sub
{
	width: 100%;
	float: left;
	font-size : 7pt;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top : 0px solid #dee2c2;
	border-bottom : 0px solid #dee2c2;
}

#navlist_sub
{
	margin: 0;
	padding: 0 0 0px 0px;
	border-bottom: 0px solid #eee;
	white-space: nowrap;

}

#navlist_sub ul, #navlist_sub li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist_sub a:link, #navlist_sub a:visited
{
	float: left;
	line-height: 15px;
	font-weight: normal;
	margin: 0px 0px 4px 5px;
	text-decoration: none;
	color: #840000;	
	background-image : url(../images/bullet_s.gif);
	background-position : left;
	background-repeat : no-repeat;
	text-indent: 12px;	
}

#navlist_sub a:link#current, #navlist_sub a:visited#current, #navlist_sub a:hover
{
	color: #000;
	text-indent: 12px;
	background-image : url(../images/bullet_h_s.gif);
	background-position : left;
	background-repeat : no-repeat;
}

#navlist_sub a:hover 
{ 
	color: #000000;
	text-decoration : underline;
 }
 
 /* SUB MENU END */
 
a  
{
	text-decoration : underline;
	color : #840000;
}

a:hover  
{
	text-decoration : underline;
	color : #000;
}

#main 
{
	width : 100%;
	text-align: center;
}

#main2 
{
	margin-bottom: 0px;
	width : 775px;
	float : none;
	margin: auto;
	text-align:left;
	height : auto;
}

#header 
{
	float: left;
	width : 100%;
	height : 100px;
	font-family : Times New Roman, Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 36pt;
	font-style : normal;
	font-weight : normal;
	text-align : center;
	background-image: url('../images/header.jpg');
	color: #ffffff;
	background-color: #000000;
	border-bottom: 10px solid #840000;
}

#content 
{
	float: left;
	width: 775px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 2px #7E8263;
	background-color : #ffffff;
}

#content_wide
{
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 0px;
	border-style: solid;
	background-color : #FFF;
}

#content_wide_title_pic
{
	float: left;
	width: 100%;
	font-size : 14pt;
	color: #FFF;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color : #000000;
}

#content_wide_left_pic
{
	float: left;
	width: 367px;
	border-right: 2px solid black;
	border-left: 2px solid black;
	height : 387px;
	background-color : #000000;
	overflow: hidden;
}

#content_wide_right_pic
{
	float: right;
	width: 400px;
	border-right: 2px solid black;
	border-left: 2px solid black;
	height : 387px;
	background-color : #000000;
	overflow: hidden;
}

#content_left
{
	float: left;
	width: 400px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color : #ffffff;
	border-right : 2px solid #7E8263;
}

#content_left_pic
{
	float: left;
	width: 400px;
	height: 400px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color : #ffffff;
}

#content_title_pic
{
	float: left;
	width: 400px;
	color: #FFF;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color : #000000;
}

#content_left_bottom
{
	float: left;
	width: 400px;
	height: 120px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	border-top : 2px solid #7E8263;
	background-color : #DDD7B1;
}

#content_left_bottom_narrative
{
	float: left;
	width: 100%;
	height: 70px;
	text-align: left;
	border-top : 0px;
	background-color : #DDD7B1;
}

#content_left_bottom_description
{
	float: left;
	width: 100%;
	height: 50px;
	color: #000000;
	text-align: left;
	background-color : #FFFFFF;
}

#content_right
{
	float: left;
	width: 350px;
	margin-left: 0px;
	margin-bottom: 7px;
	border: 0px #9CA178;
	border-style: double;
	background-color : #ffffff;
}

#content_right_main_title 
{
	float: left;
	width: 373px;
	background-color : #840000;
	border: 0px #7E8263;
	border-style: solid;
}

#content_bottom
{
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color : #000000;
}

#product_area
{
	float: left;
	width: 370px;
	height: 360px;
	overflow: auto;
}

#theme_area
{
	float: left;
	width: 370px;
	height: 70px;
	overflow: hidden;
}

#gallery_area
{
	float: left;
	width: 370px;
	height: 410px;
	overflow: auto;
}

#event_area
{
	float: left;
	width: 370px;
	height: 448px;
	overflow: auto;
}

#guestbook_area
{
	float: left;
	width: 360px;
	height: 465px;
	overflow: auto;
}

#other_area
{
	float: left;
	width: 370px;
	height: 495px;
	overflow: auto;
}

#event_table
{
	width: 350px;
}

#event_table th
{
	border-bottom-width: 2px;
	border-top-width: 2px;
	background-color: #cccccc;
	text-align: center;
}

#event_table td
{
	border-bottom-width: 1px;
	border-top-width: 1px;
	text-align: left;
}

#display_container 
{
	float: left;
	width: 340px;
	margin-left: 5px;
}

#display
{
	float: left;
	width: 110px;
}

#display_picture 
{
	float: left;
	width: 100px;
}

#display_narrative
{
	float: left;
	width: 110px;
	text-align: center;
}

#err_msg
{
	font-weight : bold;
	color: #CCCCCC;
	background-color : #000000;
}

body
{
margin: 0px;
padding: 0px;
font-family : Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 7pt;
color: #333;
font-style : normal;
font-weight : normal;
background-color : #9CA178;
}
		
table, h1, h2, h3, h4, p
 {
margin-left: 7px;
margin-right: 7px;
margin-top: 7px;
margin-bottom: 7px;
 }


H1
 {
	font-family : Arial, Helvetica, sans-serif, Times New Roman, Lucida, Verdana, Geneva;
	font-size : 10pt;
	color: #FFFFFF;
	font-style : normal;
	font-weight : normal;
	border: 0px #dee2c2;
}

H2
 {
	font-family : Arial, Helvetica, sans-serif, Times New Roman, Lucida, Verdana, Geneva;
	font-size : 10pt;
	color: #FFFFFF;
	font-style : normal;
	font-weight : normal;
}

H3
 {
	font-size : 9pt;
	color: #000000;
	font-weight : bold;
	text-align : left;
}

H4
 {
	font-size : 10pt;
	color: #666666;
	font-style : normal;
	font-weight : bold;
}

.gr_table  {
	border-color : #DDD7B1;
	border-width : 1px;
	border-style : solid;
	padding : 5px;
}

.gr_table1  {
	border-color : #DDD7B1;
	border-width : 0px;
	border-style : solid;
	padding : 5px;
	margin: 0px;
}

.gr_tdh1  {
	font-size : 7pt;
	font-weight : normal;
	font-style : normal;
	color : #FFFFFF;
	border-color : #DDD7B1;
	border-width : 1px;
	border-style : solid;
	padding : 2px;
	background-color : #000000;
}

.gr_tdh2  {
	font-size : 7pt;
	color : #FFFFFF;
	font-weight : normal;
	font-style : normal;
	border-color : #DDD7B1;
	border-width : 1px;
	border-style : solid;
	padding : 2px;
	background-color : #9CA178;
}

.gr_td1  {
	font-size : 7pt;
	font-weight : normal;
	font-style : normal;
	border-color : #DDD7B1;
	border-width : 1px;
	border-style : solid;
	background-color : #FFFFFF;
	padding : 2px;
}

.gr_td2  {
	font-size : 7pt;
	font-weight : normal;
	font-style : normal;
	border-color : #DDD7B1;
	border-width : 1px;
	border-style : solid;
	background-color : #DDD7B1;
	padding : 2px;
}

.gr_input_hd  {
	border-color : #DDD7B1;
	border-width : 1px;
	border-style : solid;
	background-color : #DDD7B1;
	padding : 2px;
}

.gr_input  {
	font-size : 7pt;
	border-color : #DDD7B1;
	border-width : 1px;
	border-style : solid;
	background-color : #FFFFFF;
	padding : 2px;
}

.gr_textarea {
	font-family : Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	font-style : normal;
	border-color : #DDD7B1;
	border-width : 1px;
	border-style : solid;
	background-color : #FFFFFF;
	padding : 2px;
}

.s1  {
	font-size : 8pt;
	font-weight : bold;
	color : #840000;
	font-style : normal;
}

.s2  {
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	font-style : normal;
}

#footer 
{
	padding-top : 3px;
	width: 100%;
	clear: both;
	font-size : 7.5pt;
	color: #FFFFFF;
	text-align: center;
	border-top : 0px solid #000000;
}
