@charset "utf-8";
/* CSS Document */


html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
   	background:#ddd8d2 url(../images/bg.jpg) repeat-x;
      	min-height: 100%;
	height: auto;
	padding-bottom: 40px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
   	line-height: 147%;
}
  
h1,h4,h5,h6   {
     	font-size: 12px;
     	color: #000;
     	font-weight: bold;
}
     
h2   {
      	color: #000;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin:0;
	padding:0;  
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 16px;
}

h3   {
      	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;   
}

a    {
       color: #000;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;	
}

#wrapper {
	width: 700px;
	float: left;
	clear: left;
}
	
#top {
	width: 700px;
	float: left;
	clear: left;
	padding:0;
	height: 130px;
}

#logo {
	width: 169px;
	height:41px;
	margin: 0 auto;
	margin-top: 20px;		
}

#menurow {
	width: 700px;
	float: left;
	clear: left;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	height: 30px;
	margin-top: 30px;
}

#searchBox {
	width: 160px;
	float: right;
	margin-top: 6px;
	margin-right: 5px;
}

#searchBox h3 {
	display: none;
}

#searchBox input {
	width: 156px;
	color: #666;
	border: solid 1px #e9e6e2;
	font-size: 9px;
	height: 14px;
	padding-left:3px;
	padding-top:2px;
	background: #e9e6e2;
}

#header {
	width: 700px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	margin-top:10px;
}

#main {
	width: 700px;
	clear: left;
	float: left;
}

#content {
	width: 450px;
	float: left;
}

#content2 {
	width: 680px;
	float: left;
}

#right {
	width: 202px;
	padding: 0;
	float: right;
	margin-top: 15px;
}

#right .moduletable {
	margin-bottom: 10px;
	padding: 10px;
	width: 180px;
	background: #e8e8e8;
	border: solid 1px #ccc;
}

#right h3 {
	margin-bottom: 6px;
	margin-top: 0;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}

#footer {
	width: 700px;
	clear: left;
	float: left;
	color: #999;
	font-size: 10px;
	border-top: solid 1px #ccc;
	margin-top: 7px;
	padding-top: 7px;
}

#credits {
	width: 340px;
	float: left;
}

#footermenu {
	width: 350px;
	float: right;
}

#footermenu ul {
	float: right;
	height: 12px;
}

#footermenu ul li a {
	font-size: 10px;
	padding: 0;
	margin-left: 15px;
}

#footermenu ul li a:hover {
	text-decoration: underline;
}

#footermenu ul li {
	line-height: 12px;
	height: 12px;
}

#footer a {
	color: #999;
}

#searchBox h3,
#header h3,
#breadcrumbs h3,
#footer h3,
#mainMenu h3 {
	display: none;
}

h2.contentheading, h2.componentheading, .componentheading {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 20px;
}


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 #666; 
	color: #333; 
}
	
.button {
	cursor: pointer;
}