@charset "utf-8";
/* CSS Document */


html, body {
	margin:0;
   	background: #fff;
   	min-height: 100%;
   	height: auto;
      	padding-bottom: 10px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
   	line-height: 147%;
}
  
h1,h4,h5,h6   {
     	font-size: 14px;
     	color: #000;
     	font-weight: normal;
     	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
     
h2   {
        color: #000;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	margin:0;
	padding:0;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 20px;
}

h3   {
        color: #000;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
}

a    {
       color: #8A8A8A;
}

a:hover {
	text-decoration: underline;
}
	
#top {
	width: 100%;
	margin: 0;
	padding:0;
	height: 150px;
	background: #4A331F;
}

#topin {
	width: 825px;
	margin-left: 30px;
}

#searchBox {
	float: left;
	height: 19px;
	margin-top: 50px;
	height: 21px;
	width: 190px;
	margin-left: 153px;
}

#searchBox input {
	width: 155px;
	color: #000;
	background: #fff;
	border: solid 1px #fff;
	font-size: 9px;
	height: 14px;
	padding-left:3px;
}

#searchBox .button { 
	width: 20px;
	background: url(../images/searchbt.png) no-repeat left;
	border: none;
	font-size: 0px;
	text-indent: -999em;
	line-height: 0;
}

#logo {
	width: 180px;
	height:147px;
	float: left;
	margin-top: 1px;
	clear: left;		
}

.container {
	padding-top: 8px;
	width: 825px;
	margin-left: 25px;
}

#header {
	width: 825px;
	height: 440px;
	margin-top: 0;
       
}

#header a {
	text-decoration: none;
}

#main {
	width: 100%;
	clear: left;
	margin-top: 0;
}

#breadcrumbs {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 11px;
      	color: #999999;
}

#breadcrumbs a {
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}      

#breadcrumbs a:hover {
	text-decoration: underline;
}

#content {
	width: 380px;
	float: left;
	padding-bottom: 50px;
}

#content2 {
	width: 800px;
	float: left;
	padding-bottom: 50px;
}

#right {
	width: 220px;
	float: right;
	margin-top: 25px;
	padding-bottom: 50px;
}

#right .moduletable {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#right h3 {
	margin-bottom: 8px;
	margin-top: 0;
	font-size: 12px;
	color: #FF9900;
	text-transform: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#right ul {
	border-top: solid 1px #fff;
	margin:0;
	padding:0;
	float:left;
	width: 100%;
}

#right ul li {
	list-style: none;
	width: 100%;
	border-bottom: solid 1px #ccc;
	line-height: 20px;
	height: 20px;
        text-decoration: none; 
	margin:0;
	padding:0;
	float:left;
	background: url(../images/rightarr.png) no-repeat left;
}

#right ul li a:hover {
	text-decoration: underline;
	border: none;
}

#right ul li a {
	padding-left: 10px;
}

.footer {
	clear: left;
	width: 100%;
	font-size: 10px;
	color:#c3c3c3;
	line-height: 120%;
	border-top: 1px dotted;
}

.footer .moduletable {
	width: 450px;
	margin-bottom: 10px;
}

.footer a {
	color:#fff;
}

#main .footer { color:#999999; }

#main .footer a { color: #999999; }

#breadcrumbs h3,
#footer h3,
#mainMenu h3,
#searchBox h3 {
	display: none;
}

p { margin-top: 6px; }

h2.contentheading, h2.componentheading, .componentheading {
	margin-bottom: 10px;
	margin-top: 20px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px;
}

ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

textarea,
input { 
	border: solid 1px #ccc; 
	color: #000; 
}
	
.button {
	cursor: pointer;
}