﻿/* 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-size:90%;
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-witdth: 1260px;
	min-widtha: 1260px;
	overflow: hidden;
}

/* Header */

#header
{
	position: relative;
	height: 278px;
	padding-left: 0px;
	background: #ffffff url(../stic-images/sticbuilding2.jpg) 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 */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Helvetica;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: right;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 5px;
margin-right: -4px;
border: 1px solid gray;
border-bottom: none;
background-color: #FFFFFF;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #C0C0C0;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ 
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}

/* 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: 0em;
	bottom: -64px;
	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 {
background:#CBCFD4;
border:1px dashed #8C98AE;
color:#20399D !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;}