﻿

* { padding: 0; margin: 0; }

body{
	height:100%;
}

html {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#fff;
 height:100%;
}
#wrapper { 
 margin: 0 auto;
 width: 862px;
 background:#E1D6BD;
 padding:0px;
 min-height:100%;
 height:auto !important;
 height:100%;
 display:table;

}
#header {
 color: #333;
 width: 1000px;
 height: 196px;
 margin: 0 auto;
 background: url('images/header.gif') no-repeat center;
}
#logo {
	padding-left:250px;
	padding-top:50px;
	color:#009;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight:bold;
}
#navigation {
 width: 100%;
 height:57px;
 color: #333;
 margin: 0 auto;
 padding-top:10px;
}
#leftcolumn { 
 color: #333;
 background:#E1D6BD;
 margin: 0;
 padding: 10px;
 min-height:400px;
 height:auto !important;
 height:100%;
  width: 180px;
 float: left;
  display: table-cell;
}
#content { 
 float: left;
 color: #333;
 background: #E1D6BD;
 margin: 0;
 padding: 10px;
 min-height:400px;
 height:auto !important;
 height:100%;
 width: 414px;
	  display: table-cell;
}
#rightcolumn { 
 color: #333;
 background:#E1D6BD;
  margin: 0;
 padding: 10px;
 min-height:400px;
 height:auto !important;
 height:100%;
 width: 185px;
 float: right;
   display: table-cell;
}

#content .content_body { 
 color: #333;
 background: #fff;;
 height:100%;
 min-height: 100%;
 width: 100%;
 padding:15px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:small;
}

#content ul {
	margin-left:20px;margin-bottom:10px;
}

#content h2 {
	margin-bottom:10px;
}

p{
	margin-bottom:10px;
}

#info_small {
 width:180px;
 height:119px;
 margin-bottom:10px;
 background:transparent;
}

#info_small img {
	border:0;
}
#info_large {
 width:180px;
 height:286px;
 margin-bottom:10px;
 background:url('images/request_info.gif') no-repeat center;
 color:#000;
}
#info_large form {
	padding-top: 38px;
	padding-left:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
	width:90%;
}

#info_large form input,image,submit {
	margin-top: 2px;
}

#navigation ul{
font: bold 13px Arial;
margin: 0;
margin-left: 200px;
width: 100%; /*width of menu*/
border-left:1px #7E6E64 solid;
}

#navigation ul li{
display: inline;
}

#navigation ul li a{
float:left;
height:100%;
min-height:100%;
color: white; /*text color*/
padding: 18px 25px 20px 25px;
text-decoration: none;
border-right:1px #7E6E64 solid;
}

#navigation ul li a:visited{
color: white;
}

#navigation ul li a:hover, #navigation ul li .current{
color: #fff !important; /*text color of selected and active item*/
background:#7E6E64;
}

#custom{
	color:#f00;
}

#footer{
	width:100%;
	margin:0;
	text-align:center;
	font-size:80%;
	padding:10px;
	display:table-row;
}

#footer a{
	color:#333;
	text-decoration:none;
}

#footer a:hover{
	color:#000;
}