@import url("reset.css");
@import url("common.css");

/* Begin Global Styles
************************/
body {
	background: #003466 url(../images/bg-body.jpg) repeat-x 0 0;
	color: #E8E8E8;
	width: 100%;
	font: 81.25% "Helvetica", "Arial", serif;
	margin: 0;
	padding: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #E8E8E8;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
}
a:hover, a:focus, a:active {
	color: #fff;
}
/*********************
End Global Styles */



/* Begin Heading Styles 
************************/
#header {
	width: 960px;
	height: 100px;
	position: relative;
}
#branding-logo {
	position: absolute;
	top: 0;
	left: 0;
}
#branding-cta {
	position: absolute;
	top: 0;
	right: 0;
}
/*********************
End Heading Styles */



/* Begin Content Styles
************************/
#content {
	clear: both;
	margin: 0;
	padding: 20px 0 0;
}
/*********************
End Content Styles */



/* Begin Main Content Styles 
************************/
#content-main {
	width: 960px;
}
#page-title {
	position: absolute;
	text-indent: -999em;
	background: url(../images/text-white-noise.gif);
	width: 710px;
	height: 66px;
}
#page-title a {
   position: absolute;
	bottom: 9px;
	display: block;
	height: 21px;
	width: 50px;
}
#page-title #home-link {
	left: 412px;
}
#page-title #travel-link {
	left: 467px;
}
#page-title #office-link {
	left: 522px;
}
#page-title #medical-link {
	left: 578px;
    width: 58px;
}
#share-button {
   position: absolute;
	top: 78px;
	right: 19px;
}
/*********************
End Main Content Styles */



/* Begin Footer Styles 
************************/
#footer {
	clear: both;
	width: 100%;
	font-size: 12px;
	padding: 17px 10px;
}
#legal {
   float: left;
}
#nav-footer {
   float: left;
	border-left: 1px solid #fff;
	margin-left: 15px;
	padding-left: 15px;
}
#nav-footer li {
	float: left;
	padding-right: 20px;
}
/*********************
End Footer Styles */
