/* CSS Document */
html, body {
	padding: 0px;
	margin: 0px;
	font-family: "trebuchet MS", tahoma, arial;
}
body {
	font-size: 70%;
	background-image: url(../assets/images/pattern.jpg);
	background-repeat: repeat;
	text-align: center;
}
#wrapper {
	text-align: center;
	margin: 0px auto;
	width: 850px;
	background-image:url(../assets/images/ffyllbacksh.jpg);
	background-repeat: repeat-y;
}
#credit {
	width: 750px;
	margin: 0px auto;
	text-align: right;
	font-size: 0.9em;
	color: #864545;
}	
#botshad {
	width: 850px;
	height: 37px;
	background-image:url(../assets/images/ffyllbackshb.jpg);
	background-repeat: no-repeat;
}
#innerwrapper {
	width: 750px;
	margin: 0px auto;
	text-align: left;
}
h1, h2 {
	color: #422323;
	font-weight: normal;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
p {
	font-size: 1.2em;
	color: #864545;
}
a:link {
	color: #864545;
	text-decoration: underline;
}
a:visited {
	color: #864545;
	text-decoration: underline;
}
a:hover {
	color: #864545;
	text-decoration: none;
}
#logo {
	width: 475px;
	height: 127px;
	float: left;
}
#bannerimage {
	width: 275px;
	height: 175px;
	float: right;
}
#content {
	padding: 0px;
	margin: 0px;
	}
#splashwrapper {
	text-align: center;
	margin: 0px auto;
	width: 750px;
}
#leftcol {
	float: left;
	width: 178px;
	border-top: 1px solid #FFF7E8;
}
#leftcol ul {
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
	font-size: 1.2em;
	background-color: #FFF7E8;
}
#leftcol li {
	margin: 0px;
	padding: 0px;
}
#leftcol a {
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 5px;
	text-decoration: none;
	border-top: 1px solid #FFF7E8;
}	
#leftcol a:link {
	color: #FFFFFF;
	background-color: #C9BDA6;
}
#leftcol a:visited {
	color: #FFFFFF;
	background-color: #C9BDA6;
}
#leftcol a:hover {
	color: #864545;
	background-color: #FFF7E8;
}
#leftcol a:active {
	color: #FFFFFF;
	background-color: #C9BDA6;
}
#rightcol {
	width: 572px;
	float: right;
}
#maincontent {
	padding: 5px;
	color: #864545;
}
#maincontent ul {
	font-size: 1.2em;
}
#navbar {
	background-color: #C9BDA6;
	padding-top: 70px;
}
#footer {
	clear: both;
	padding-left: 178px;
}
#footer p {
	font-size: 1em;
	text-align: center;
}	
.imgpara {
	text-align: center;

}
.imgpara img {
	background-color: #FFFFFF;
	padding: 4px;
	margin: 5px;
	border: 1px solid #DDDDDD;
}
#map {
	text-align: center;
	margin: 0px auto;
}
fieldset {
  margin-bottom: 10px;
  width: 400px;
    /*background-image:  url(../assets/images/form_grad.jpg);
    background-repeat: repeat-x;
    background-position: bottom;*/
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	padding: 0 2px;
	color: #5D5432;

}
label.fl {
/*  display: inline-block;*/
float:left;
  line-height: 1.8;
  vertical-align: top;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  font-size: 1.2em;
}
#contactform em {
  font-weight: bold;
  font-style: normal;
  color: #5D5432;
}
label {
  width: 120px; /* Width of labels */
}
#fourstar 
{
    margin-top: 20px;
    padding-left: 20px;
}