/******************************************************************************
* Generic CSS
******************************************************************************/
body {
	background: #000;
	color: #fff;
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

/******************************************************************************
* GENERIC FORMATTING
******************************************************************************/
h1, h2, h3, h4, h5, h6, p, a, img, textarea, select, input, button, ul, ol, li { margin: 0; padding: 0; }

p {
	float: left;
	line-height: 18px;
	margin: 0 0 20px 0;
	width: 100%; }

a { color: #ff0000; }

a:hover { text-decoration: underline; }

h1 {
	color: #ff0000;
	float: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 33px;
	margin: 0 0 10px 0;
	width: 100%; }

h2.title { font-size: 18px; }

h2.title { 
	color: #ff0000;
	float: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px 0;
	width: 100%; }

h3 { }

/******************************************************************************
* Specific Formatting
******************************************************************************/
.hidden { display: none; }

label strong { color: #f00; font-weight: bold; }

/******************************************************************************
* List Formatting
******************************************************************************/
ul.list {
	float: left;
	padding: 0 0 20px 20px; }
	
ul.listsmall { padding: 0 0 20px 40px; }

div.line {
	border: none;
	background: #ff0000;
	float: left;
	height: 1px;
	margin: 0;
	padding: 0;
	width: 740px; }
	
ul label {
	float: left;
	width: 120px; }
	
/******************************************************************************
* Accessibility Features
******************************************************************************/
p#skipToMainContent { display: none; }

/******************************************************************************
* Container
******************************************************************************/
div#container {
	margin: 20px auto 0 auto;
	width: 960px; }
	
/******************************************************************************
* header
******************************************************************************/	
div#header {
	background: #000 url(../_images/banner-bg.gif) repeat-x;
	float: left;
	height: 186px;
	padding: 0 20px;
	width: 920px; }
	
div#logo {
	background: url(../_images/SECatflaps2.5.thumbnail.jpg) no-repeat;
	float: left;
	height: 100px;
	margin-bottom: 15px;
	width: 760px; }
	
div#cat {
	background: url(../_images/banner-cat.png) no-repeat;
	float: right;
	height: 272px;
	width: 160px; }
	
div#quoteText h2 {
	color: #eee;
	float: left;
	font-family: Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 12px;
	margin: 8px 0; }
	
/******************************************************************************
* main-content
******************************************************************************/	
div#main-content {
	padding: 20px 0 0 0;
	float: left;
	width: 960px; }
	
div#content {
	float: left;
	padding: 0 0 20px 20px;
	width: 550px; }

/******************************************************************************
* Side Bar
******************************************************************************/
div#sideBar {
	float: right;
	width: 300px; }
	
div#sideBar div.pic {
	float: left;
	height: 300px;
	margin: 60px 0 0 0;
	width: 300px; }
	
div#sideBar div#sidePic1 { background: url(../_images/sidePic1.jpg) no-repeat; }
	
div#sideBar div#sidePic2 { background: url(../_images/sidePic2.jpg) no-repeat; }
	
div#sideBar div#sidePic3 { background: url(../_images/sidePic3.jpg) no-repeat; }

/******************************************************************************
* Footer
******************************************************************************/
div#footer {
	border-top: 1px solid #ff0000;
	float: left;
	text-align: center;
	padding: 20px 0;
	width: 960px; }

/******************************************************************************
* debug
******************************************************************************/
.debug {
	background-color: red;
	opacity: 0.5; }