/*****LAYOUT*****/

body {
	background:white;
	background-image:url(/design/bg.jpg);
	background-repeat:repeat-x;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height:20px;
	color: #353535;
}

#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background:white;
	width:910px;
	padding:20px;
	border:1px solid #4b4b4b;
}

#logo {
	border:none;
	margin-left:230px;
}

#menu {
	margin-top:15px;
	width:100%;
	border-bottom:1px solid #843804;
}

#menu img {
	padding-left:22px;
}

#images {
	margin-top:20px;
	height:400px;
	float:left;
  width:210px;
}

#images img, #images_sub img {
	border:1px solid #843804;
	border-width:1px 1px 0 1px;
	margin-bottom:-2px;
}

#images_sub {
	margin-top:20px;
	height:480px;
	float:left;
  width:210px;
}

#images p, #images_sub p {
  width:210px;
  text-align:center;
  font-size:10px;
  line-height:13px;
	background-color:#843804;
	color:white;
	margin-top:0px;
	border-bottom: 1px solid #843804;
	border-right: 1px solid #843804;
	border-left: 1px solid #843804;
	padding:4px 0 4px 0;
}

#content {
	margin-left:230px;
	padding:12px;
	width:650px;
}

#content p {
	width:600px;
	margin-bottom:15px;
}

#content h1{
  color:#843804;
  font-size:13px;
  font-weight:bold;
}

#topmenu {
	font-size:11px;
	color:white;
	position:absolute;
	top: -20px;
	right:0px;
	height:20px;
	width:112px;
}

h1 {
	font-size:16px;
	margin-bottom:17px;
}

h2 {
	font-size:16px;
	margin-bottom:8px;
}

h3 {
	font-size:14px;
	margin-bottom:8px;
}

#content p {
	margin-bottom: 10px;
}

.headline {
	margin-bottom:-5px;
}

.small {
	font-size:10px;
}

.left {
	float:left;
}

.right {
	float:right;
}

#slogan{
	float:right;
	margin-bottom:-10px;
}

#topmenu a {
	text-decoration:underline;
	color:white;
}

#topmenu a:hover {
	text-decoration:none;
	color:white;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:underline;
	color:#666;
}

#footer a:hover {
	text-decoration:none;
	color:#666;
}

#footer p {
	clear:both;
	text-align:center;
	margin-bottom:-10px;
}

#content ul, #content ol {
	padding-left:30px;
	margin-bottom:10px;
}

#content ul {
	list-style-type:square;
}

#content ol {
	list-style-type:upper-roman;
}

#content a:link, #content a:visited {
	color:#843804;
	text-decoration:underline;
}

#content a:hover {
	color:#843804;
	text-decoration:none;
}

a.pdf {
	padding:2px 0 2px 22px;
	background: url(/design/pdf.gif) left center no-repeat;
}

#details, #details2, #details3, #details4 {
  display:none;
}
#content a.detaillink {
	padding:5px 0 5px 27px;
	background: url(/design/more.jpg) left center no-repeat;
	text-decoration:none;
}
#content a.detaillink:hover {
	text-decoration:underline;
}
