﻿/*=COMMON
=== === === === === === === === === === */
body, html {
	margin: 0 0 1px;
	padding: 0;
	background: #233D58;
	color: #000;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	height: 100%;
}

body {
	min-width: 960px;
}

a {
	outline: none; /*Removes link outline in Firefox */
}

hr {
	border: none 0;
	border-top: 1px solid #C96;
/*the border*/	width: 60%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#wrap {
	background: #fff url('img/header-Bg.jpg') top left no-repeat;
	margin: 0 auto;
	width: 960px;
}

p, li {
	line-height: 150%;
}

img {
	border-style: none;
	border-color: inherit;
	border-width: 0;
}

/*=HEADER
=== === === === === === === === === === */
#header {
	background: transparent;
	height: 150px;
}

#header h1 {
	text-indent: -9999px;
	background: transparent url('img/H1-hancock-humane.gif') top left no-repeat;
	width: 270px;
	height: 60px;
	position: relative;
	top: 30px;
	left: 132px;
	padding: 0;
	margin: 0;
}

/*=NAVIGATION
=== === === === === === === === === === */
#nav {
	width: 815px;
	height: 56px;
	position: relative;
	top: 36px;
	left: 132px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

/*=CONTENT = Sidebar + Main + Aside
=== === === === === === === === === === */
#main {
	background: transparent;
	float: right;
	width: 740px;
}

#main h1, #main h2, #main h3 {
	font-family: Cambria, Georgia, "Times New Roman", Times, Serif;
	font-style: italic;
	color: #223C57;
	padding: 0 10px;
}

#main h2 {
	width: 570px;
	padding-left: 38px;
	clear: right;
	margin-bottom: 0;
}

#main p {
	padding: 0 40px 0 16px;
	font-weight: normal;
}

#main strong {
	font-weight: bolder;
}
/*--- i-fader Slideshow Div
------------------------*/
#fade {
width:470px;
height:230px;
margin-top: 18px;
padding-left: 40px;
overflow:hidden;
}

#fade img {
border: 0;
}

#sidebar {
	background: transparent;
	float: left;
	width: 205px;
	padding-left: 14px;
	padding-top: 20px;
	height: auto;
}

#sidebar ul {
	margin-bottom: 0;
}

#sidebar p {
	padding: 0 10px;
}

#addressHours {
	position: relative;
	display: none;
	background: transparent; /*url("img/addressHours.gif") width: 200px; height: 330px;
				text-indent: -99999px; position: relative; Top: 20px; left: 14px; */
}

#aside {
	background: tranparent;
	float: right;
	clear: right;
	width: 220px;
	color: #AF865E;
	text-align: center;
	padding-bottom: 16px;
}

#aside p {
	font-family: Cambria, Georgia, "Times New Roman", Times, Serif;
	font-style: italic;
	font-weight: bold;
	margin: 4px 0;
}


/*= List Content Styling
=== === === === === === === === === === */
.base {
		/* border: 1px solid #000; */
	margin: 0 2em;
	width: 445px;
	padding: 0;
}
.base ul {
	list-style: disc;
	list-style-position: outside;
	margin-top,  0;
	padding-top: 0;
	margin-left: 20px;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.base ol {
	list-style: decimal;
	list-style-position: outside;
	margin-top,  0;
	padding-top: 0;
	margin-left: 28px;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}




/*=Section Bookmark Links
=== === === === === === === === === === */
.pane-list {
	margin: 24px 20px;
	padding: 0;
	list-style: none;
	color: #3C5A7A;
}

.pane-list li {
	background: #E6F0FA;
	padding: 0;
	border-bottom: dotted 1px #9CAEC1;
	cursor: pointer;
	text-align: left;
}

.pane-list li:hover {
	background: #EFF4FA;
}

.pane-list a {
	text-decoration: none;
	color: #3C5A7A;
}

.pane-list p {
	margin: 0;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	background: #fff;
	clear: both;
	text-align: center;
	padding: 16px 8px;
}

#footer ul {
	padding: 0 120px;
	margin: 0;
	color: #3C5A7A;
}

#footer #repeat_menu li {
	display: inline;
	margin: 5px;
	color: #3C5A7A;
}

#footer a {
	color: #3C5A7A;
	text-decoration: none;
	border-bottom: 1px #3C5A7A dotted;
}

#footer a:hover {
	color: #3C5A7A;
	text-decoration: none;
	border-bottom: 1px #3C5A7A dotted;
	background: #FF9;
}

/*= PRESENTATION Classes
=== === === === === === === === === === */
.taCenter {
	text-align: center;
}
.taRight {
	text-align: right;
}



