body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "trebuchet ms",sans-serif;
	font-size: 1em;
	color: #333;
	text-align: center;	
	background: #FFF;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 15px auto 0 auto;
	width: 864px; /* 864px | 54em  */
	width: 54em; /* 864px | 54em  */
	text-align: left;
}

#banner {

}

#fadeshow1 {
	float: right;
	border: 1px solid #333;
	height: 150px; /* set height to image height*/
	margin-bottom: 15px;
}
#fadeshow1 .gallerylayer {
 background-image: url(fadeslideshow/loading.gif)!important;
 background-position: center!important;
 background-repeat: no-repeat!important;
}

#main_menu {
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	margin: 0 0 20px 0;
	border-left: 1px solid #4682B4; border-right: 1px solid #4682B4;
	background: #DCDCDC;
}
#main_menu ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%; /*width of menu*/
	border-top: 1px solid #4682B4; border-bottom: 1px solid #4682B4;
	background: url(images/main_menu_bg.gif) center center repeat-x;
}
#main_menu ul li {
	display: inline;
	float: left;
}
#main_menu ul li a {
	float: left;
	color: #FFF; 
	padding: 10px 15px 3px 15px;
	text-decoration: none;
	border-right: 1px solid #4682B4; 
}
#main_menu ul li a:hover, #main_menu ul li .selected {
	color: #FFF; 
	padding-top: 11px; /*shift text down 1px for selected and active item*/
	padding-bottom: 2px; /*shift text down 1px for selected and active item*/
	background:  url(images/main_menu_bg2.gif) center center repeat-x;
}
#main_menu ul li .selected {
	color: #000080;
}

#search {
	float: right;
	margin-top: 8px;
}
#search a {
	text-decoration: none;
}
.zoom_searchbox {
	width: 100px;
}

.left_column {
	margin-top: 20px;
	width: 575px;	
}

.right_column {
	float: right;
	margin-top: 60px;
	width: 260px;
	color: #4682B4;
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #B0C4DE;
}
#fadeshow2, #fadeshow3, #fadeshow4, #fadeshow5, #fadeshow6 {
	border: 1px solid #B0C4DE;
	height: 150px; /* set height to image height*/
	margin: 20px 0 0 4px;
}
#fadeshow1 .gallerylayer {
 background-image: url(fadeslideshow/loading.gif)!important;
 background-position: center!important;
 background-repeat: no-repeat!important;
}
#slideshow {
	float: right;
	margin-top: 10px;
	width: 340px;
	font-size: 0.8em;
	padding: 4px 4px;
	border: 1px solid #B0C4DE;
}
a.slideshow img {
	border: 4px solid #FFF;
}

a.slideshow:hover img {
	border: 4px solid #B0C4DE;
}

a.slideshow:hover {
	color: #DAA520; /* irrelevant definition to overcome IE bug */
}

#footer {
	position: relative;
	width: 100%;
	font-size: 0.8em;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
}
#bottom_menu {
	color: #3CB371;
	margin-bottom: 5px;
}
#bottom_menu a {
	text-decoration: none;
}
#footer_strap {
	float: right; 
	text-align: right;
}
#footer_copy {
	margin-top: 54px;
}

a { 
	color: #2E8B57;
}
a:hover { 
	color: #3CB371;
	text-decoration: none;
}
ul { 
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #DCDCDC;
	background: #DCDCDC;
	border: 0;
	height: 2px;
}
form {
	margin: 0;
}
h1 {
	font-family: georgia,serif;
	font-size: 2em;
	font-weight: normal;
	color: #F00;
	margin: 0
}
h2 {
	font-family: georgia,serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #F00;
}
h3 {
	font-family: georgia,serif;
	font-size: 1em;
	font-weight: bold;
	color: #F00;	
}
strong {
	color: #F00;
}

.subheader {
	font-size: 1.25em;
	font-weight: bold;
	color: #F00;
}
.boldtext {
	font-size: 1em;
	font-weight: bold;
	color: #F00;	
}
.smalltext {
	font-size: 0.8em;
}

#form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
#form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}



