﻿/*      ------ body ------  */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
}

/*      ------ standard fixes ------  */

img, #intro img.icon, #content img.icon {
	border: 0;
}

table 
{
    border-collapse: collapse;    
}

table, tr, td, th
{
    margin: 0px;
    padding: 0px;
	vertical-align: top;
	border-width: 0px;	
	border: none;
}

div, img, h1, h2, h3, dl, dd, dt, ul, li, form, p {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;	
}

span, a, b, input {
	background-repeat: no-repeat;
}

ul {
	list-style-type: none;
	list-style-image: none;	
}

abbr, span.help {
  border-bottom: 1px dashed #999999;
  cursor: help;
}



hr {
	color: #FFFFFF;
	width: 1px;
	height: 1px;
}

.clear 
{
    clear: both;
}

.access 
{
    display: none;
}

/*      ------ containers -----------*/

#header, #intro, #content, #footer {
	clear: both;
	z-index: 10;
}

#content 
{
    position: relative;
}

#global {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ---------- header -------------*/

#header{
background-image: background-image: url("/images/header_bg.jpg");
background-repeat: no-repeat;
}

/* ---------- formatting ----------- */


#content img {
	display: inline;
}

/* --------- columns ------------ */

#content div.columns {
}

#content div.columns div {
	float: left;
}