/*
 * This style sheet is organized based on the order the styles are
 * used on a page with the "generic" settings coming first.
 */

/*
 * Generic site wide style settings.
 */
body 
{
	color: #2b2b2b;
	background : #2b2b2b;
	margin: 20px;
	font-size: 1em;
	font-family: "Lucida Grande", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular", sans-serif;
	text-indent: 0em;
	text-decoration: none;
	position: relative;
	min-width: 600px;
	max-width: 984px;
}

p 
{
	color: #2b2b2b;
	font-size: small;
	font-weight: normal;
}

b 
{
	color: #056ace;
	font-size: small;
	font-weight: bolder;
}

a:link, a:visited
{
	color: #056ace;
	text-decoration: none;
}

a:hover 
{
	color: #a20100;
	text-decoration: none;
}

a:active 
{
	color: #90c1ef;
	text-decoration: none;
}

/*
 * The settings for the header block which has Titles & Logo at the top of all pages.
 */
#header
{
	background-color: #0066cc;
	border-color: #0066cc;
	border-style: solid;
	border-width: 0.5em 1em 0.5em 1em;
}

#beginHeader
{
	clear: both;
}

#header img
{
	float: right;
	position: relative;
	margin: 0em;
	background-image: url(../images/id-small-blue.png);
	background-repeat: no-repeat;
	width: 72px;
	height: 52px;
}

#headerTitle
{
	color: #ffffff; 
	font-size: x-large; 
	font-weight: bolder;
	text-shadow: 0em .1em .2em #000000;
	left: 0em;
	position: relative;
}

#headerTitle span
{
	white-space: nowrap;
}

#headerSlogan
{
	color: #ffffff; 
	font-weight: bolder;
	text-shadow: 0em .1em .2em #000000;
	left: 0em;
	position: relative;
	white-space: nowrap;
}

#headerSlogan span
{
	white-space: nowrap;
}

#endHeader
{
	clear: right;
}

/*
 * The settings for the toolbar block.
 */ 
#toolbar
{
	background-color: #066fd4;
	background-image: url(../images/toolbar_bg.png);
	background-repeat: repeat-x;
	padding: 0.1em 0.5em 0.25em 0.2em;
	clear: both;
}

#beginToolbar
{
}

.toolbarItems
{
	marker-offset: 0em;
	margin: 0em;
	padding: 0em 0em 0em 0em;
}

.toolbarItem
{
	font-size: small;
	font-weight: bolder;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	padding: 0em 0em 0em 1em;
}

a.toolbarLink:link,a.toolbarLink:visited
{
	color: #90c1ef; 
	text-decoration: none;
	position: relative;
}

a.toolbarLink:hover
{
	color: #ffffff; 
	text-decoration: none;
	position: relative;
}

a.toolbarLink:active
{
	color: #000000; 
	text-decoration: none;
	position: relative;
	text-shadow: 0em .1em .2em #000000;
}

.toolbarSelected
{
	color: #ffffff; 
	text-decoration: none;
	position: relative;
	text-shadow: 0em .1em .2em #000000;
}

#endToolbar
{
}

/*
 * The settings for the content block.
 */
#content 
{
	background-color: #ffffff;
	border-color: #ffffff;
	border-style: solid;
	border-width: .1em 1em .1em 1em;
	font-size: small;
	padding-left: 0.5em;
	display: block;
	min-height: 12em;
	clear: both;
}

#beginContent
{
	clear: both;
}

#endContent
{
	clear: both;
}

/*
 * 
 */
#addresses
{
}

#beginAddresses
{
}

ul.address
{
	list-style-type: none;
	list-style-position: inside;
	marker-offset: 0em;
	margin: 0em;
	padding: 1em 1em 1em 0em;
}

.address1
{
	float: left;
	width: 42%;
}

.address2
{
	float: right;
	width: 52%;
}

.email
{
}

#endAddresses
{
	clear: both;
	padding-bottom: 1em;
}

/*
 * The settings for the team roster.
 */
.teamRoster
{
	margin-left: auto;
	margin-right: auto;
}

/*
 * The settings for the footer.
 */
#footer  
{
	color: #ffffff;
	background : #1a1a1a;
	border-color: #1a1a1a;
	border-style: solid;
	border-width: .5em;
	text-align: center;
	font-size: x-small;
	clear: both;
}

#beginFooter
{
}

a.footerLink:link, a.footerLink:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.footerLink:hover 
{
	color: #90c1ef; 
	text-decoration: none;
}

a.footerLink:active 
{
	color: #056ace;
	text-decoration: none;
}

#endFooter
{
}

/*
 * The settings for the translateBar.
 */
#translateBar  
{
	color: #ffffff;
	background : #0066cc;
	border-color: #0066cc;
	border-style: solid;
	border-width: .5em;
	text-align: right;
	font-size: x-small;
	clear: both;
}

#beginTranslateBar
{
}

a.translateBarLink:link, a.translateBarLink:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.translateBarLink:hover 
{
	color: #90c1ef; 
	text-decoration: none;
}

a.translateBarLink:active 
{
	color: #056ace;
	text-decoration: none;
}

#endTranslateBar
{
}