
/*
	screen.css www.disabilities-r-us.com
*/

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000033;
	font-size: small;
	padding: 25px 0px 25px 0px;
	background: #000033 url('/images/bg1.jpg');
}

#fadedbg {
	height: 184px;
	width: 100%;
	background: #000033 url('/images/bg2.jpg') repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#container {
	background-color: #ffffff;
	width: 778px;
	min-width: 778px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	position: relative;
	z-index: 2;
}

ul {
	list-style: square outside;
	margin: 1em 0;
	padding: 0 0 0 2.5em;
}

p {
	margin: 1em 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	background: transparent;
	color: #999999;
	margin: 0 0 0.5em;
	font-size: large;
}

h2 {
}

h3 {
	font-size: large;
}

h4 {
}

h5 {
}

h6 {
}

#header
{
	width: 100%;
	background-color: #3C5889;
	border-bottom: 1px solid #000000;
	height: 115px;
}

#header td.left
{
	width: 300px;
	background: #3C5889 url('/images/disabilities-r-us.jpg') no-repeat top left;
}

#header td.right
{
}

#navigation
{
	width: 100%;
	background-color: #94AED8;
	border-bottom: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}

#navigation td.left
{
	text-align: left;
	padding-left: 8px;
}

#navigation td.left a:visited,
#navigation td.left a:link {
	color: #000000;
	text-decoration: none;
}

#navigation td.left a:hover {
	color: #ffff00;
	text-decoration: none;
}

#navigation td.right
{
	text-align: right;
	padding-right: 8px;
}

#navigation td.right a:visited,
#navigation td.right a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#navigation td.right a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#content {
	width: 100%;
}

/* left sidebar */

#content td.left
{
	width: 170px;
	border-right: 1px solid #666666;
	background-color: #e7e7e7;
	padding: 8px;
}

#content td.left ul {
	list-style: none outside;
	margin: 0 0 5px;
	padding-left: 10px;
}

#content td.left li.highlight {
}

#content td.left p {
	margin: 0;
}

#content td.left a:visited,
#content td.left a:link {
	text-decoration: none;
	color: #0066CC;
	background: transparent;
}

#content td.left a:hover,
a:active {
	text-decoration: underline;
}

/* main content */

#content td.center
{
	padding: 10px;
}

#content td.center a:link,
#content td.center a:visited
{
	text-decoration: none;
	color: #0066CC;
	background: transparent;
}

#content td.center a:hover {
	text-decoration: underline;
	color: #0066CC;
	background: transparent;
}

#content td.center h3 {
	margin: 0;
}

#content td.center li {
	margin-bottom: 2px;
}

#content td.center p {
	margin-bottom: 0.8em;
	margin-top: 0;
}

#content div.article {
	margin: 10px 0 10px 0;
}

#content div.article img {
	margin: 0 6px 0 0;
}

#content div.article h3 {
	margin: 0;
	color: #990000;
}

#content div.article a {
	color: #990000;
	text-decoration: none;
}

#content div.article p {
	margin: 0;
}

/* right sidebar */

#content td.right
{
	width: 170px;
	border-left: 1px solid #666666;
	background-color: #e7e7e7;
	padding: 5px;
}

/* footer */

#footer {
	width: 100%;
	background-color: #3C5889;
	border-top: 1px solid #000000;
	padding: 10px;
	color: #ffffff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #ffff00;
	text-decoration: underline;
}

/* misc */

.tooltip {
	border-bottom: 1px dotted #CCCCCC;
	cursor: help;
}

#thetooltip {
	background-color: lightyellow;
	border: 1px solid black;
	left: -300px;
	padding: 4px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 400px;
	z-index: 100;
}

#thepointer {
	left: -300px;
	position: absolute;
	visibility: hidden;
	z-index: 101;
}

.disclaimer {
	font-size: x-small;
	margin:  10px;
	width:  95%;
}

.hidden {
	display: none !important;
}

.fontSize1 {
	font-size: xx-small;
}

.fontSize2 {
	font-size: x-small;
}

.fontSize3 {
	font-size: small;
}

.fontSize4 {
	font-size: medium;
}

.fontSize5 {
	font-size: large;
}

.fontSize6 {
	font-size: x-large;
}

.fontSize7 {
	font-size: xx-large;
}
