@charset "UTF-8";

/* @group normalize */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* @end */

html, body {
height: 100%; /* this is key to fill 100% height of sidecol */ 
}

body
{
	font-family: Arial;
	letter-spacing: .1em;
	text-align: center;
	font-size: 9pt;
	color: #434853;
	background: black url(images/background.png) repeat-x;
}

.section {
border-top: 4px solid rgb(61, 61, 51);
overflow: auto auto;
padding: 1.4em 0px 3.2em 0px;
width: 100%;
}

.thumbnail {
background-color: rgb(34, 34, 34);
border: 1px solid rgb(42, 42, 42);
float: left;
margin-bottom: 10px;
margin-right: 10px;
padding: 3px 3px 8px 3px;
}

#container
{
	width: 900px;
	margin: 1em auto;
	text-align: left;
	background-color: #f0f0f1;
	border: thin solid #ffffff;
	min-height: 500px;
	height: auto;
}

<!--[if IE 6]>
/* place css box model fixes for IE 6* in this conditional comment */

#container { 
	zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]-->

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #812322;
}

/* @group HEADER */

#header
{
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	line-height: 83px;
	padding-left: 8px;
	width: 100%;
	
}

#header h1
{
	font-size: 1px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group NAV */

#nav {
	color: #fff;
	font-size: 8pt;
}

#nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
}

#nav a:hover {
	color: #CCCDD1;
}

#nav ul { list-style-type: none; }
#nav li { display: inline; }

/* @end */

/* @group SIDECOL */

#sidecol
{
	
	float: right;
	width: 187px;
}

#rightfill {
	
	width: 187px; 
	right: 0px; 
	border-top: none;
	min-height: 210px;
	height: auto !important;
	height: 100%;
	
} 
  

#sidecol ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/sub_nav_bg-grad.png) no-repeat;
}

#sidecol ul h2 {
	background-image: url(images/sub_nav_header.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 187px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 99%;
}

#sidecol ul li a:before {
	content: "> ";
}

#sidecol ul li {
	background-image: url(images/sub_nav_separator.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 187px;
	height: 23px;
	
}

#sidecol li a {
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #040406;
	width: auto;
	text-transform: uppercase;
	margin-left: 14px;
	
}

html>body #sidecol li a {
	color: #040406;
	width: auto;
	text-transform: uppercase;
}

#sidecol li a:hover {
	color: #812322;
}

/* @end */

/* @group CONTENTS */

#contents {
	margin: 10px 210px 0 20px;
	min-height: 500px;
	height: 100%;


}
#contents p { 
	margin-bottom: 10px;
	line-height: 165%; }

/* @end */

/* @group FOOTER */

#footer
{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 30px;
	line-height: 35px;
	width: 100%;
	bottom: 0;

}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #434853;
}

/* @end */

#req_cat {
	background-color: #f0f0f0;
	margin-bottom: -5px;
}


