﻿body {
width:90%;
margin-left:5%;
margin-right:5%;
background-color:#EBEBEB;
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size:13px;
}
h3 {
	color:#00529B;
}
.logo {
	position:relative;
	top:10px;
	left:70%;
	height: 92px;
	width: 150px;
}
.contentImage {
	position:fixed;
	bottom:60px;
	right:9%;
	padding-left:10px;
	margin-right:10px;
	width:380px;
	height:285px;
}
.content {
	position:relative;
	top:30px;
	margin-right:440px;
}
.addressDetails h3 {
	margin-bottom:0px;
}
.telephoneDetails h3 {
	margin-bottom:0px;
}
.emailDetails h3 {
	margin-bottom:0px;
}
.footer {
	position:absolute;
	bottom:20px;
	width:90%;
	color: white;
	background-color: #00529B;
	text-align: center;
}
.tagline {
	top:50%;
}
.link {
	color:#00529B;
}

li {
	padding-left:20px;
	list-style:none;
	background-image:url('../images/bullet.png');
	background-repeat:no-repeat;
}

span.headerInfo {
	width: 100px;
	left: 400px;
	text-align: right;
}
.mainMenu {
font-weight: bold;
width: 100%;
}
.mainMenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.mainMenu ul li{
display: inline;
}

.mainMenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.mainMenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

/* Menu */
#slidetabsmenu {
position:relative;
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url('../images/tab-left.gif') no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url('../images/tab-right.gif') no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}
