/* Start of CMSMS style sheet 'HCA CSS' */
html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
background-color: #a3a3a3;
}

.textonly {
	position: absolute;
	left: -1000em;
}

#container {
	position: relative;
	text-align: left;
	margin: 0 auto 20px auto;
	width: 770px;
	background: #efefef;
	background-image: url(templates/images/backgrounds/container-bg.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#inner-container {
	background-image: url(templates/images/backgrounds/inner-container-bg.gif);
	background-repeat: no-repeat;
	width: 770px; /* added to fix the IE6 Peekaboo bug on the sec-nav div */
}

img {
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
}

#switch {
	position: relative;
	top: 10px;
	left: 450px;
	margin: 10px 30px 0 0;
}

#switch a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-right: solid 1px #000;
	padding: 0 4px 0 2px;
}

#switch a.right {
	border-right: 0;
}

#switch a:hover {
	text-decoration: underline;
}

#main-nav ul {
	margin: 0;
	padding: 27px 0 20px 200px;
}

#main-nav ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #7a2e0b;
}

#main-nav ul li a {
	color: #fff;
	font-size: 1.1em;
	padding: 0 6px 0 6px;
	margin: 0;
	text-decoration: none;
	border-left: solid 1px #fff;
}

#main-nav ul li.first a {
	padding-left: 0;
	border-left: 0;
}

#main-nav ul li.active-parent a {
	font-weight: bold;
}

#main-nav ul li a.current {
	font-weight: bold;
}

#main-nav ul li a:hover {
	text-decoration: underline;
}

#sec-nav {
	clear: both;
	margin: 50px 0 0 12px;
	width: 117px;
	float: left;
	display: inline;
}

#sec-nav h2 {
	color: #337e8c;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

#sec-nav ul {
	margin: 5px 0 0 10px;
	padding: 0;
}

#sec-nav ul li {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
}

#sec-nav ul li a {
/*	color: #444444; */
	color: #7A2E0B;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#sec-nav ul li a:hover {
	text-decoration: underline;
}

#search {
	float: right;
}

#search label {
	color: #007598;
}

#content {
	margin: 40px 15px 0 180px;
	padding: 0 0 8.5em 0;
	color: #007598;
	line-height: 1.4em;
}

#content h1 {
	font-size: 2em;
	margin: 0 0 1em 0;
}

#content h2 {
	font-size: 1.6em;
	margin: 0 0 0.75em 0;
}

#content h3 {
	font-size: 1.4em;
	margin: 0 0 0.75em 0;
}

#content h4 {
	font-size: 1.2em;
	margin: 0 0 0.75em 0;
}

#content a {
	color: #7B2E00;
}

#content ul {
	margin: 0 0 1.5em 35px;
	padding: 0;
}

#content li {
	margin: 0 0 0.35em 0;
	padding: 0;
}

#whats-hot {
	clear: right;
	width: 152px;
	float: right;
	display: inline;
	margin: 20px 0 10px 15px;
	background-image: url(templates/images/backgrounds/whats-hot-top-bg.gif);
	background-repeat: no-repeat;
}

#whats-hot h2 {
	color: #fff;
	margin: 5px 0 5px 10px;
	padding: 0;
	font-size: 1.3em;
}

#whats-hot ul {
	background-image: url(templates/images/backgrounds/whats-hot-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 10px 15px 10px;
	margin: 0;
}

#whats-hot ul li {
	padding: 0;
	margin: 0 0 1.5em 0;
	list-style: none;
}

#whats-hot ul li a {
	color: #555555;
	text-decoration: none;
}

#whats-hot ul li a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	color: #555555;
	position: absolute;
	bottom: 0;
	padding: 0 0 1em 0;
	border-top: solid 1px #c0c0c0;
	text-align: center;
	margin: 0 0 0 155px;
	width: 600px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul#contact-details {
	margin: 10px 0 3px 0;
}

#footer ul#footer-links {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	border-left: solid 1px #c0c0c0;
	padding-left: 5px;
}

#footer ul li.first {
	padding-left: 0;
	border-left: 0;
}

#footer a {
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	color: #555555;
	text-decoration: underline;
}
/* End of 'HCA CSS' */

