@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}
body {
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif,"Bitstream Vera Sans";
	font-size:11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
}
p {
	line-height:165%;
	margin-top:1em;
}
.firstPara {
	margin-top:0;
}
.caption {
	float:right;
	font-size:9px;
	line-height:70%;
	margin-top:-16px;
	width:365px;
	padding-bottom:5px;
}
a {
	color:#FFFFFF;
}
a:hover {
	color:#000000;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #907d41;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
}
#header h1 {
	margin:0 auto;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	height:95px;
	}
#logo h1 {
	height:60px;
	width:668px;
	}
#logo h1 a {
	background:transparent url(../images/logo.jpg) no-repeat scroll 0 0;
	border:0 none;
	display:block;
	height:70px;
	line-height:35px;
	margin:0 auto;
	text-indent:-9999px;
	}
#logo h1 a:hover{
	background: url(../images/logo.jpg) no-repeat 0px -80px;
	}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #907d41;
}
#menu {
	border-bottom:1px solid #000000;
	padding-bottom:5px;
}
.SEOMenu {
	margin:0;
	padding:0;
	text-align:center;
	}
.SEOLink {
	color:#000000;
	font-size:11px;
	margin-left:15px;
	text-decoration:none;
	}
.SEOLinkFirst {
	color:#000000;
	font-size:11px;
	margin-left:0;
	text-decoration:none;
	}
.SEOLink:hover {
	color:#FFFFFF;
}
.SEOLinkFirst:hover {
	color:#FFFFFF;
}
.noBullet {
	list-style-type:none;
	padding:0;
	}
#mainContentLeft{
	float:left;
	width:535px;
	margin-top:15px;
	padding:0 0 15px;
}
#mainContentLeft h1 {
	color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	letter-spacing:-1px;
}
#mainContentLeft h2 {
	font-size:17px;
	font-weight:normal;
	line-height:100%;
	margin:15px 0 5px;
	letter-spacing:-1px;
}
#mainContentLeft ul li {
	line-height:160%;
	font-size:11px;
	margin-left:15px;
}
#memoriesList ul li {
	line-height:160%;
	font-size:11px;
	margin-left:15px;
}
#mainContentRight{
	border:1px solid #FFFFFF;
	float:left;
	margin-left:40px;
	margin-top:15px;
	margin-bottom:20px;
	width:363px;
}
#mainContentRightHome {
	margin-bottom:30px;
	margin-top:20px;
	width:940px;
}
#mainContentRight h2 {
	font-weight:normal;
}
#memoriesMainContentLeft {
	float:left;
	width:470px;
}
#memoriesMainContentHome {
	text-align:center;
	margin:0 auto;
	padding-bottom:30px;
	width:600px;
}
#memoriesMainContentRight {
	float:left;
	width:470px;
	margin-bottom:15px;
}
#memoriesList {
	text-align:left;
	margin-bottom:15px;
}
#featureContentLeft {
	border:10px solid #84733E;
	float:left;
	height:188px;
	margin:0 0 0 15px;
	width:545px;
}
#featureContentRight {
	border:10px solid #84733E;
	float:left;
	height:188px;
	margin-bottom:15px;
	margin-left:-10px;
	width:371px;
}
#footer {
	color:#999999;
	background-color:#FFFFFF;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#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 */
}
.footerInfo {
	margin:0;
	padding:5px 0 0;
	text-align:center;
	}
.footerMenu {
	color:#000000;
	font-size:10px;
	margin-left:20px;
	text-decoration:none;
	}
.footerMenu a{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	}
.footerMenu a:hover{
	color:#000000;
	text-decoration:underline;
	}
.footerMenuFirst {
	color:#000000;
	text-decoration:none;
	}
.footerMenuFirst a{
	color:#000000;
	text-decoration:none;
	}
.footerMenuFirst a:hover{
	text-decoration:underline;
	}
.download  {
	background:transparent url(../images/download.jpg) no-repeat scroll 0 0;
	color:#000000;
	padding-bottom:15px;
	padding-left:35px;
}
.download:hover {
	color:#FFFFFF;
}
.video  {
	background:transparent url(../images/video.jpg) no-repeat scroll 0 0;
	color:#000000;
	padding-bottom:15px;
	padding-left:35px;
}
.video:hover {
	color:#FFFFFF;
}
blockquote {
  background: transparent url(../images/quoleft.jpg) left top no-repeat;
}
blockquote div {
	background:transparent url(../images/quoright.jpg) no-repeat scroll right bottom;
	line-height:140%;
	padding:0 25px;
}
.newsboxlists ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.newsboxlists li{
	background:transparent url(../images/download.jpg) no-repeat scroll 0 0;
}