﻿/*
      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;
	padding-left: auto;
	padding-right: auto;
	background-image: url('images/bg_horilines.jpg');
	background-repeat:repeat-x; 
}
#wrapper { 
 margin: 0 auto;
 width: 910px;
}
#faux {
 background: url(faux-2-3-col.gif);
 margin-bottom: 0px;
 overflow: hidden; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	color: #333;
	width: 900px;
	padding: 5px 5px 0px 5px;
	height: 100px;
	margin: 5px 0px 0px 0px;
	background: #000000;
}
#navigation {
 color: #ffffff;
 padding: 5px 5px 0px 5px;
 margin: 0px 0px 0px 0px;
 background: #000000;
 height: 30px;
 text-align: center;
}
#navigationSpacer {
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	height: 10px;
	background-image: url('images/nav_bar_spacer.gif');
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 5px;
 width: 200px;
 height: 559px;
 float: left;
 background: #000000;
}
#mission {
 float: left;
 background:#cccccc;
 padding: 5px 5px 5px 5px;
 width: 190px;
 height: 300px;
 color:#000000;
 z-index:20;
}
#content {
	float: left;
	color: #333;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 490px;
	height: 559px;
	display: inline;
	position: relative;
	background: #000000;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 0px;
 padding: 5px;
 width: 200px;
 height: 559px;
 float: right;
 background: #000000;
}
#footer {
	width: 900px;
	height: 40px;
	clear: both;
	color: #ffffff;
	text-align: center;
	font-size: x-small;
	background: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
}
#leftColPanelSettings {
 padding:3px;
 background:#cccccc;
 width:195px;
 height: 260px;
}
#rightColPanelSettings {
 padding:3px;
 background:#cccccc;
 width:195px;
 height: 553px;
}
#colPanelSettings_Sub1{
	padding: 3px;
	height: 100%;
}
#linksNav{
 margin-left: 0;
 padding-left: 0;
 list-style: none;
}
#linksNavList li
{
 list-style: none;
 padding-left: 10px;
 background-image: url(images/arrow.gif);
 background-repeat: no-repeat;
 background-position: 0 .5em;	
}
a.listNav:link {
	text-decoration: none;
	color: black;
}
a.listNav:visited {
	text-decoration: none;
	color: black;
}
a.listNav:hover {
	color:#cc6633;
	text-decoration: underline;
}
a.listNav:active {
	color:black;
	text-decoration: none;
}
a.footerNav:link {
	text-decoration: none;
	color: #ffffff;
}
a.footerNav:visited {
	text-decoration: none;
	color: #ffffff;
}
a.footerNav:hover {
	color:#cc6633;
	text-decoration: underline;
}
a.footerNav:active {
	color:#ffffff;
	text-decoration: none;
}
.clear { clear: both; background: none; }