/* CSS Document */

/*
      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: Verdana, sans-serif;
font-size: 11px;
background-image:url(../images/background.jpg);
background-repeat: repeat-x;

}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
/*
#faux {
 background: url(faux-2-3-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk
 width: 100%
}
*/
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 66px;
 margin: 10px 0px 0px 0px;
 background: #255591;
}

#toolbox {
	position: relative;
	top: 40px;
	left: 0px;
	text-align: right;
	}

#toolbox a {
	text-decoration: none;
	color: #255591;
	}

#toolbox a:visited {
	text-decoration: none;
	color: #255591;
	}

#toolbox a:hover {
	text-decoration: none;
	color: #f99a38;
	}


#navigation {
 color: #fff;
 padding: 10px;
 padding-top: 3px;
 padding-bottom: 3px;
 margin: 0px 0px 0px 0px;
 background: #255591;
 height: 12px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 185px;
 float: left;

}
/*
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 480px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 175px;
 float: right;
}
*/
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 border-top: solid 1px #204592;
 }

#active {
	color:#255591;
	font-weight:bold;
}


.clear { clear: both; background: none; }

dl.ddl_container {
	margin-bottom: 10px;
}