﻿/* Basic Layout Structure */
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{	font: 12px verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px auto;
	width: 98%;
	max-witdth: 1100px;
	min-widtha: 1100px;
	overflow: hidden;
	border:3px solid black;
}

/* Header */

#header
{
	position: relative;
	height: 219px;
	padding-left: 0px;
	background: #ffffff url(../stic-images/logo1.gif) no-repeat;
	background-color: #ffffff;
}

#header h1
{
	position: absolute;
	top: 0;
	letter-spacing: -0.05px;
}

#header h1 a
{
	color: #ccc;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

/* Menu */

/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:23px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #000000;
	border-top:2px solid #000000;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px 0 10px;
	height:18px;
	background:transparent url("../images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../images/HOVER.gif") no-repeat top right;	
	}

.sidebar ul {
	list-style:none;
	margin:0 0 0;
	padding:0 0 0;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0px  -260px 0px -200px;
	width: 95%;
	
}

#primaryContent
{
	margin: 0 240px 0px  110px;
	padding: 0 45px 0px 25px;
}

/* Secondary Content */

#secondaryContent
{
    margin-top: 0em;
	position: relative;
	float: left;
	width: 200px;
	padding: 0 0px 1px 10px;
}

#secondaryContent .xbg
{
	position: absolute;
	right: -21px;
	bottom: -65px;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	margin-top: 0em;
	position: relative;
	float: right;
	width: 225px;
	padding: 0 0px 1.5px 0px;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0px;
	bottom: -64px;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 0px 0px 2px 0px;
	margin: 1px 2px 0px 2px;
	text-align: center;
}

.clear
{
	clear: both;
}
/* Skip to */
#outer #skiptocontent a:hover, #outer #skiptocontent a:active, #outer #skiptocontent a:focus {
background-color:#FFFFCC;
}
#skiptocontent a {
color:#FFFFFF !important;
margin-right:0px;
padding:2px 2px 2px 16px;
position: absolute;
right:0px;
top:1px;
}

/* =DISABILITY LINKS */
div.wrapper{
	margin-bottom: 1px;
}
ol li{
	list-style:decimal;
	list-style-position:inside;
}

abbr, acronym{border:none;}

