﻿/* basic elements */
body {
	font-family: Veranda, Tahoma, Sans-Serif, Arial;
	font-size:67.5%;
	color: #414141;
	background: #dadada url(../_images/header_line.png) top left repeat-x;
	padding: 0px 0px 0px 200px;
	margin: 0;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #414141;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #414141;
}

a:active, a:hover {
	color: #ff5c00;
	text-decoration: underline;
}

ul{
	list-style-type:square;
	padding-left:25px;
}

/* specific divs */
#container{
	width:100%;
}

#googleSearch{
	position:absolute;
	z-index:1;
	right:10px;
	top:2px;
}

#headerWrapper{
	background-color:#fefefe;
	width:100%;
}

#pageHeader {
	position: absolute;
	z-index:0;
	top: 0px;
	left: 0px;
	background-color:#fefefe;
	width:100%;
}

#pageHeader h1 {
	background: transparent url(../_images/google_box7.png) no-repeat top left;
	width: 800px;
	height: 85px;
	float: right;
	margin: 0;
	padding:0;
}

#pageHeader h1 span {
	display: none;
}

#pageHeader h2 {
	position:absolute;
	right:0px;
	top:28px;
	background: transparent url(../_images/arch.png) no-repeat top left;
	width: 57px;
	height: 62px;
	margin: 0;
}

#pageHeader h2 span {
	display: none;
}

#logo{
	position:absolute;
	top:6px;
	left:45px;
}

#logo img{
	border:0;
}

#sfccName{
	position:absolute;
	top:51px;
	right:25px;
}

#rootNav{
	position:absolute;
	right:400px;
	top:6px;
}

#rootNav a{
	text-transform:uppercase;
	text-decoration:none;
	font-family: Veranda, Tahoma, Sans-Serif, Arial;
	font-size:.9em;
	font-weight:bold;
	color: #dadada;
}

#rootNav a:hover{
	color:#ff5c00;	
}

#topBar{
	background-color:#fbfbfb;
	border-top:solid 2px #b8bcc2;
	padding: 2px 0px 0px 0px;
	margin: 90px 0px 10px 5px;
}

#topBarWidthWrapper{
	min-width:800px;
}

/****** Begin Left Menu Styles ******/
#menuWrapper{
	position:absolute;
	left:0px;
	top:90px;
	text-align:left;
}

#menuArea{
	background-image:url("../_images/right_bg2.gif");
	background-repeat:no-repeat;
	width:200px;
}

#accMenu{
	width:200px;
	text-align:left;
	border: solid 1px #414141;
}

#accMenu .imageLinks{
	background-color:#fbfbfb;
	text-align:center;
}

.accordionHeader{
	background-image: url("../_images/acc_header.gif");
    color: white;
	font-family: Veranda, Tahoma, Sans-Serif, Arial;
	font-size: 1em;
	font-weight: bold;
    padding: 5px;
    cursor: pointer;
}

.accordionContent{
    background-color: #fbfbfb;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
}

.accordionLink{
    color: #ff5c00;
    text-decoration: none;
}

#accMenu .accordionNav{
	color:#414141;
	font-weight:bold;
	font-size:1em;
}

#accMenu p{
	margin:0;
	padding:0;
}

#accMenu ul,#accMenu ol{
	margin:0;
	padding:0 0 0 20px;
}

#accMenu a{
	font-family: Tahoma, Arial, "Century Gothic", Sans-Serif;
	color: #414141;
	text-decoration:none;
}

#accMenu a:hover{
	color: #FA3A19;
	text-decoration:underline;
}

.belowmenulinks{
		width:190px;
		margin:5px 0px 5px 5px;
		border:solid 1px #414141;
		background-color:#fefefe;
		padding:5px 0px 5px 0px;
}
.belowmenulinks ul{
	padding-left:20px;
}
/****** End Left Menu Styles ******/

#contentWrapper{
	background-color:#dadada;
	margin: -10px 0px 0px 2px;
	padding: 10px 20px 10px 10px;
}

#content h1{
	margin:0;
	padding: 8px 0px 0px 15px;
	background: transparent url(../_images/575_chead.png) no-repeat top left;
	font-size: .9em;
	height:37px;
	color: #fefefe;
}

#footer {
	text-align: right;
	border-top: solid 1px #414141;
	padding-top: 5px;
	margin-top: 10px;
}

#footer a:link, #footer a:visited {
	padding: 2px 6px 2px 6px;
}

#footer a:hover {
	color: #ff5c00;
	text-decoration: underline;
}

.img180w_bg{
	background-image:url("../_images/showcase_bg2.png");
	background-repeat:no-repeat;
	height:88px;
	width:187px;
}