@import url("initial.css");

body {
	background: url(../images/bg_medical_blue_larger.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0px;
	color: #003366;
	font-size: 1em;
}

a:active, a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
#outer {
	width: 1000px;
	margin: 30px auto;
}

#container {
	background: #ffffff;
}

/* Edited */
#header {
	background: url(../images/header_bg.jpg) top center no-repeat;
	margin:0;
	padding:0;
	width: 1000px;
	height: 110px;
	position:relative;
}
#header #logo img{ height:110px; }

#headerAddress {
	position:absolute; right:0; top:0;
	text-align: right;
	font-size: 12px;
	line-height: 15px;
	color: #003366;
	padding: 12px 12px 0px 0px;
}
#headerAddress p {
	margin:0;
	padding: 0px 0px;
}
#headerAddress a, #headerAdress a:visited {
	color: #0066cc;
	text-decoration: none;
}
#headerAddress a:hover {
	color: #0066cc;
	text-decoration: underline;
}
/* /Edited */

#navigation {
	clear: both;
	background: #003366;
	height: 34px;
	overflow: hidden;
}
#navigation ul {
	margin: 0;
}
#navigation ul li {
	list-style: none;
	float: left;
	margin: 0 0px;
}
#navigation ul li a, #navigation ul li a:visited {
	display: block;
	background: #003366 url(../images/icon_cross.gif) 5px 10px no-repeat;
	padding: 10px 17px 10px 30px;
	color: #fff;
	font-size: 1.1em;
}
#navigation ul li a:hover, #navigation ul li a.active {
	background-color: #0066cc !important;
}
#content {
	padding: 40px 30px 0;
}
#content h1 {
	color: #0066cc;
	font-size: 3em;
	margin: 0 0 0.4em;
}
#content h2 {
	font-size: 1.8em;
	color: #0066cc;
	margin: 0 0 0.4em;
}
#content p {
	font-size: 1.2em;
	line-height: 1.5em;
}
#content .display {
	float: right;
	margin: 0 0 10px 10px;
}
#content .display img {
	padding: 8px;
	border: 1px solid #adadad;
}
#content .display .caption {
	font-size: 1.1em !important;
	font-style: italic; 
}
#footer {
	clear: both;
	padding: 0px 30px 20px;
}
#footer ul {
	border-top: 1px solid #adadad;
	margin: 0 0 10px;
	text-align: center;
	padding: 20px 30px 0;
}
#footer ul li {
	font-size: 1.1em;
	list-style: none;
	display: inline;
	padding: 0 5px 0 8px;
	margin: 0;
	border-right: 1px solid #0066cc;
}
#footer ul li.last {
	border: 0 !important;
}
#footer ul li a, #footer ul li a:visited {
	font-weight: bold;
}
#footer p {
	font-size: 1.1em;
	text-align: center;
	margin: 0;
}
#footer .copyright a, #footer .copyright a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}
