html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 12px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}
body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
	/*Modal settings*/
	height:100%; margin:0;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}

/*#actions {font-family:'Trebuchet MS', Verdana, Arial; }*/
#actions h1 {color:#7F5A40; font-family:'Trebuchet MS', Verdana, Arial; margin:0; font-size:16px; text-align:left;}

#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 3px;
}
#header h1 img {
	display:inline;
}
#header a
{
	margin-left: 10px;
	font-weight: bold;
	color: White ;
}
#nav {
	margin-left: 125px;
	
}
#nav img {
	float: left;
}

#headline {
	padding-top: 205px;
}

#photo {
	float: left;
	width: 624px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body 
{
	padding-top: 205px;
	text-align: justify;
	width:650px;
}

#body ul.plussbullets {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 25px;
	padding: 0;
	font-weight: bold;
}
#body ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}


#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}


#body-home
{
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 408px;
}
#body-left ul{
	position:relative;
}

#body-right {
	float: right;
	width: 330px;
}
#body-right p {
	/*margin-right: 5em;*/
}

#gallery img {
	float: left;
	margin-bottom: 2em;
}

#footer {
	color: #FFFFFF;
	background: #7F5A40 url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	border: 0;
	font-weight: bold;
		text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
	height: 15px;
	width: 996px;
}
#footer a{
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#DisclaimerContent {
	display:none;
	text-align: justify;
	padding:10px;
}

#OurStoryContent {display:none;
	display:none;
	text-align: justify;
	padding:10px;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:250px; width:600px; color:#5C5C5C; background-color:#FFFFFF; border:4px solid #87644D; padding:12px; text-align: center;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}

#ourstory-container {height:450px; width:800px; color:#5C5C5C; background-color:#FFFFFF; border:4px solid #87644D; padding:12px; text-align: center;}
#ourstory-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}


