/*Averra styles*/

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	line-height: 1.5em;
	padding: 0;
	text-align: center;
	line-height: 1.5;
}
p {
	margin: 0;
	padding: .3em 0;
}
#pageWrapper {
	width: 800px;
	margin: auto;
	text-align: left;
	background: #fff url(images/pageBack.jpg) repeat-y;
}
a:link, a:visited {
	color: #9900CC;
}
a:hover, a:active {
	text-decoration: none;
	color: #333;
}
#header {
	height: 74px;
	background: #fff url(images/headerBack.jpg) no-repeat;
	border-top: 1px solid #fff;
}
.headerMessage {
	float: left;
}
.headerImage {
	background: #fff url(images/AverraHeader.jpg);
	width: 555px;
	height: 160px;
	margin-left: 195px;
}
#topNav {
	margin-top: 20px;	
	margin-right: 20px;
	font-size: 90%;
}
#topNav ul, #footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav ul li {
	float: right;
	margin-top: 22px;
}
#topNav li a:link, #topNav li a:visited {
	padding: 1em 1.8em;
	border-left: 2px solid #fff;
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
}
#topNav .current a:link, #topNav .current a:visited {
	color: #001EFF;
}
#topNav li a:hover, #topNav li a:active {
	color: #001EFF;
	text-decoration: none;
}
#topNav .logo {
	float: left;
	width: 190px;
	margin-left: 20px;
}
.breadcrumb {
	margin-top: 2em;
	margin-bottom: 1em;
}
.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: underline;
}
/* Left Menu */

#navL {
	clear: both;
	float: left;
	margin-left: 7px;
	width: 145px;
	padding: 2em .5em;
	color: #999999;
}
   
#navL ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-left: .75em;
}
#navL ul li {
	width: 100%;
}
#navL a:link, #navL a:visited {
	display: block;	
	width: 95%;
	border-top: 1px solid #C7C7C7;
	padding: .5em;
	text-decoration: none;
	color: #000;
	font-size: 93%;
}
#navL a:hover, #navL a:active {
	color: #001EFF;
}
#navL img {
	margin-top: 2em;
}
#navL .current {
	background: #D1E1FF  url(images/currArrow.jpg) right no-repeat;
	color: #001EFF;
	font-size: 93%;
}
#current a:hover, #current a:active {
}
#content {
	float: left;
	width: 550px;
	padding: .5em 0 1em 1em;
	margin-left: 50px;
	margin-top: -20px;
}

.contentIntro, .contentBody {
	padding-right: 1em;
}


.sidebar {
	font-size: 90%;
	padding: 0;
	margin-top: -25px;
	margin-top /**/: -30px;
}
.sidebarArticle h3 {
	display: block;
	font-size: 100%;
	background: #D07013;
	color: #fff;
	padding: .5em;
	margin: 1em 0 .5em 0;
}

td {
	vertical-align: top;
}

.greeting {
	background: #fff;
	border: 1px solid #9900CC;
	padding: 1em;
}

#ss-controls img {
	border: 1px solid #9900CC;
}
#footer {
	height: 85px;
	text-align: center;
	padding-top: 3em;
	background: #fff url(images/footer.jpg) no-repeat;
	font-size: 85%;
}
#footer .copyright {
	margin-top: .5em;
}
#footer .trademark {
	margin-top: -.5em;
}
#topImages {
	margin-left: 23px;
}
#headerLeft {
	background: #CCCCCC;
}
#headerRight {
	background: #CC99FF;
	width: 553px;
}

/*Search Styles*/
.google {
	width: 200px;
	margin-left: 24px;
	margin-top: -10px;
	display: none;
}
#googleSubmit {
	position: absolute;
	margin-top: 12px;
	margin-left: 2px;
	width: 23px;
	height: 20px;
	background: url(images/searchBtn.jpg) no-repeat;
}
#google label {
	display: none;
}
#q {
	margin-top: 1em;
	width: 120px;
}