﻿
html
{
	overflow-y: scroll;
}
/*----------------------------------------------
    PAGE STYLES
-----------------------------------------------*/
body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #474a75;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin: 0.8em 0;
	padding: 0;
}

h1
{
	font-size: 1.8em;
}

h2
{
	font-size: 1.4em;
	}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}
p
{
	line-height: 1.5em;
}

a
{
	color: #474a75;
	text-decoration: underline;
}


a img
{
	margin: 5px 10px;
	border: 0;
}

.noBorder
{
	margin: 0;
	border: 0;
}

/*----------------------------------------------
    PAGE LAYOUT
-----------------------------------------------*/
#container
{
	width: 950px;
	margin: 10px auto;
}

#topLinks
{
	width: 950px;
	margin: auto;
}

#header
{
	width: 950px;
	margin: auto;
}

#contentWrap
{
	margin: auto;
	width: 940px;
}

#footer
{
	width: 950px;
	margin: auto;
	border-top: 1px solid #cce;
	clear: both;
}


/*----------------------------------------------
    USEFUL GENERICS
-----------------------------------------------*/

.clear
{
	clear: both;
}

.rightwrap
{
	float: right;
}

/*
#contentWrap #content */
.leftwrap
{
	float: left;
}

.inline
{
	display: inline;
}

.center
{
	text-align: center;
}

/*----------------------------------------------
    CONTENT
-----------------------------------------------*/

#contentWrap .nav
{
	float: left;
	width: 180px;
	margin: 0;
	background-color:#fbfbfd;
	height:480px;
}


#contentWrap .nav h5
{
	display:block;
	background-color:#9f2424;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:0px 0px 2px 0px;
	margin:0px;
    	height: 20px;
    	line-height: 1.5em;
}

#contentWrap .nav ul
{
	font-weight: normal;
	padding: 0;
	list-style-type: disc;
	color:#474a75;
	margin:4px 0px 0px 10px;
}

#contentWrap .nav ul.search
{
	font-weight: normal;
	padding: 0;
	list-style-type: none;
	margin:0;
		}

#contentWrap .nav ul li
{
	/*background-image: url(../images/bullet-normal.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	position:relative;
	padding: 0px 0 4px 10px;
	margin-left:10px;
	    }


#contentWrap .nav ul li.search
{
	background-image: url('HCCustom/Images/bullet-search.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding:4px 0px 4px 25px;
}

#contentWrap .nav ul li a:link, #contentWrap .nav ul li a:visited
{
	color: #474a75;
	text-decoration: none;
}

#contentWrap .nav ul li a:hover, #contentWrap .nav ul li a:active
{
	color: #474a75;
	text-decoration: underline;
}

#contentWrap .addthis
{
        z-index:1000;
}

#contentWrap #content
{
	margin: 0 0 0 183px;
	border-left: 1px solid #cce;
	min-height: 400px; /* set to ensure #content is always longer than #nav */
}

/* dealing with HBSMRGateway_1 results */
/* not specifiying class HBSMRGateway_1 */
/* this prevents duplication & allows rest of content div to use same styles */
#contentWrap #content h1, #contentWrap #content h2, #contentWrap #content h3, #contentWrap #content h4, #contentWrap #content h5, #contentWrap #content h6, #contentWrap #content p, #contentWrap #content ul, #contentWrap #content li, #contentWrap #content img
{
	margin: 8px 10px;
	padding: 0;
}

#contentWrap #content .HBSMRGateway_1 img, #contentWrap #content #fullImageWrap img
{
	border: 0;
}


#contentWrap #content h2
{
	/*margin:15px 10px;*/
}
#contentWrap #content table
{
	text-align: left;
	margin: 8px 8px;
	padding: 0;
}

#contentWrap #content table tr
{
	margin: 0;
	padding: 0;
	border: 0;
}

#contentWrap #content table th /*to match h3 in rest of text*/
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 1em 0 0;
	text-align: left;
}

#contentWrap #content table .UID /* to give consist width to first column*/
{
	width: 7em;
}

#contentWrap #content .rightwrap
{
	float: right;
}

#contentWrap #content .leftwrap
{
	float: left;
}

#contentWrap #content ul
{
	padding: 0 0 0 5px;
}

#contentWrap #content .mapDataEntry
{
	float: left;
}
/*
#contentWrap #content .map
{
	border: 2px solid #00659c;
	padding: 0;
	margin: 5px 0 5px 21em; 
}
*/

#contentWrap hr
{
	margin: 0 0 0 10px;
	border: 1px solid #dde;
}

#contentWrap #content #paging
{
	text-align: center;
}
/*
#contentWrap #content tbox
{
    margin: 0 0 0 10em;
}*/
/* taken out of exact due to possiblity of unfinished divs in some records from db / web service
#contentWrap #content #searchResults #mapDiv*/


/*----------------------------------------------
    FOOTER
-----------------------------------------------*/



#footer ul
{
	padding: 0;
	margin: 0;
	border: solid #cce;
	border-width: 1px 0;
	text-align: center;
}
#footer li
{
	display: inline;
}

#footer a:link, #footer a:hover, #footer a:visited
{
	color: #474a75;
	text-decoration: none;
}

#footer p
{
	margin: 0;
	padding: 0 0 10px 0;
}

#footer .XGlink
{
	margin: 0;
	padding: 0;
	float: right;
}

#footer img
{
	margin: 0 60px 0 0;
}

div.WebsiteContent p.infobox
{      border: 1px solid black;
	background-color:#CEECF6;
padding:3px;
}

