/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #f2f2ed url('images/topbg.gif') repeat-x top center;
}
a {
	text-decoration: none;
	color: #298F08;
}
a:hover {
	border-bottom: 1px solid;
	color: #DB5927;
}
table {
    width: 100%;
}
tr.alternate {
    background: #CCC;
}
table.column td {
    width: 50%;
    padding: 5px;
}
#leftcolumn ul {
	list-style-type: none;
	padding: 0;
}
#leftcolumn li {
	padding: 8px 0 8px 20px;
	border-top: #b2d05e solid 1px;
}
#leftcolumn li.last{
	border-bottom: #b2d05e solid 1px;
}
#leftcolumn li a {
	font-size: 13px;
	color: #298F08;
	font-weight: bold;
	text-decoration: none;
	padding-right: 120px;
}
ul {
	padding-left: 30px;
}
li {
	padding: 3px 0 3px 0;
}
#leftcolumn li a:hover {
	color: #DB5927;
	border: 0;
}
.logo_link {
  height: 150px;
  width: 300px;
  position: relative;
  top: 35px;
  left: 50px;
  display: block;

}
.logo_link:hover {
  border: 0;
}
#wrapper { 
 margin: 0 left;
 width: 955px;
}
#faux {
 background: url('images/content.gif') repeat-y top left;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 955px;
 height: 250px;
 background: url('images/header.jpg');
}
#leftcolumn { 
 display: inline;
 color: #333;
 width: 219px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}
#footwrap {
 height: 83px;
 background: url('images/footerbg.gif') repeat-x bottom center;
}
#footer { 
 z-index: 1;
 position: absolute;
 bottom: -1;
 width: 955px;
 height: 83px;
 clear: both;
 background: url('images/footer.gif');
}
.foot_nav {
  color: #9F9F9F;
	font-size: 12px;
	text-align: center;
}
.clear { clear: both; background: none; }