/* =STRUCTURE
------------------------------------------------------*/
html, body{
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#container{
	width:100%;
	height:100%; /*push the footer to the bottom in IE*/
	position:relative;
	background:white url(../images/background_container.gif) 0 0 repeat-y;
	text-align:left;
	margin: auto;
}

html>body #container {
	height:auto;
	min-height:100%;
}

#home #container {
	background: none;
}

#contentwrapper{
	position:relative;
	padding-left:190px;
	padding-right:190px;
	height:auto;
	min-width: 350px;
	_height:1%; /* required to make IE enclose floated columns in wrapper */
}

/* clears contentwrapper*/
#contentwrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #contentwrapper {height: 1%;}
/* End hide from IE-mac */

#pagecontent{
	float:left;
}
/* clears pagecontent*/
#pagecontent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #pagecontent {height: 1%;}
/* End hide from IE-mac */

#header{
	position:absolute;
	top:0;
	left:0;
	height:127px;
	width:100%;
	clear:both;
	background: #FFFFFF;
	z-index:100;
}
#crumbpos{
	position:absolute;
	top:104px;
	left:0;
	height:23px;
	width:100%;
	clear:both;
	background: #FFFFFF;
	z-index:100;
}
#home #header {
	height:104px;
}


#sidebar{
	float:left;
	width:190px;
	margin-left:-190px;
	position:relative;
	padding-top:127px;
	padding-bottom:0px;	
	background: #FFFFFF;
}

#maincontent{
	float:right;
	width:100%;
	position:relative;
	z-index:10;
	padding-top:127px;
	padding-bottom:15px;	
}

#home #maincontent {
	padding-top:94px;
}

#related{
	float:right;
	width:190px;
	margin-left:-190px;
	left:190px;
	position:relative;
	padding-top:127px;
	padding-bottom:15px;
}

#footer{
	clear:both;
	height:15px;
	position:relative;
	bottom:0;
	width:100%;
	margin-top:-15px;
	
}

/* =HEADER
------------------------------------------------------*/

/* =NAV
------------------------------------------------------*/

/* =SIDEBAR
------------------------------------------------------*/

/* =FOOTER
------------------------------------------------------*/

/* =LISTING
------------------------------------------------------*/
table.listing {
	border:1px solid #000000;
}

.listing th {
	white-space:nowrap;
	text-align:left;
	border-bottom:1px solid #000000;
	padding:2px 7px;
	background:#AAAAAA;
	color:#FFFFFF;
}

.listing td {
	padding:2px 5px;
}

.listing .footer td, .listing .footer th{
	border-top:1px solid #000000;
	background:#DDDDDD;
}


/* =FORMS
------------------------------------------------------*/
form {
	margin:0;
}

table.form {
}

.form th {
	text-align:right;
	vertical-align:top;
	padding:0 10px 3px 0
}

.form td {
	text-align:left;
	vertical-align:top;
	padding: 0 0 3px 0;
}

.form th h3
{
	text-align:left;
}

label
{
	font-weight:bold;
}

.format
{
	font-size:smaller;
	color:#333333;
	font-style:italic;
}

/* =HEADINGS
------------------------------------------------------*/
h1{
	margin:0 0 5px 0;
}

h2{
	margin:10px 0 5px 0;
}

h3{
	margin:10px 0 0 0;
}

h4{
	margin:0;
}

/* =MISC
------------------------------------------------------*/
p {
	margin:0 0 10px 0;
}

a img {
	border:none;
}

.even {
	background:#EEEEEE;
}

.errortext{
	color:#FF0000;
}

.note{
	color:#666666;
}
