﻿/*      ------ 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;	
}

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;
	width: 100%;
	z-index: 10;
}

#content 
{
    position: relative;
}



/* ---------- header -------------*/



/* ---------- formatting ----------- */

#content p {
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#content p.together {
	padding: 0;
	margin: 0px 0px 4px 0px;
}

#content p.intro {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#content ul {
	margin: 0px 0px 15px 0px;
}

#content ul li {
	padding-left: 15px;
}

#content ol li 
{
	background-image: none;
}

#content ul.features li {
	float: left;
	width: 200px;	
	padding-right: 10px;
}

#content p.link {
	padding-left: 15px;	
}

#content dl dd {
	margin: 0px 0px 0px 30px;
	color: #666666;
}

#content dl dd.large {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

#content h2 {
	margin: 20px 0px 8px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #144282;
}

#content h3 {
	margin: 10px 0px 8px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

#content table h2, #content table h3 
{
    margin-top: 0px;
    padding-top: 0px;
}

#content div.item p.link {
	font-weight: bold;
}

#content img {
	display: inline;
}

#content a {
	text-decoration: underline; color: #FF9900;
}

/* --------- columns ------------ */

#content div.columns {
	width: 100%;
}

#content div.columns div {
	float: left;
}
