/* =========================================

Author: Charlie Hoey - choey@panopticdesign.com
==========================================*/
body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 75%;
	font-family: times, serif;
}

a:link {
	color: #blue;
	text-decoration: underline;
}

a:hover {
	color: #4B5FA1;
	text-decoration: underline;
	}

a:visited {
	color: #purple;
	text-decoration: underline;
	}

#masthead {
	background-image:url(../art/bk_masthead-about.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 181px;
}

#masthead a#homeLink {
	width: 327px;
	height: 100px;
	display: block;
	float: left;
}

#masthead.about {
		background-image:url(../art/bk_masthead-about.jpg);
}

#masthead.insurance {
		background-image:url(../art/bk_masthead-insurance.jpg);
}

#masthead.support {
		background-image:url(../art/bk_masthead-support.jpg);
}

#masthead.people {
		background-image:url(../art/bk_masthead-people.jpg);
}

#masthead.contact {
		background-image:url(../art/bk_masthead-contact.jpg);
}

#masthead.home {
	background-image:url(../art/bk_masthead-home.jpg);
	height: 312px;
}

#masthead #navigation {
	float: right;
	margin-top: 30px;
}

#masthead #navigation li {
	float: left;
}

#masthead #navigation a:hover {
	background-position: 0 -20px;
}

#masthead #navigation a.current {
	background-position: 0 -40px;
}

#masthead #navigation a#aboutLink {
	display: block;
	background-image:url(../art/n_about-westmont.jpg);
	width: 93px;
	height: 20px;
	background-repeat: no-repeat;
}

#masthead #navigation a#insuranceLink {
	display: block;
	background-image:url(../art/n_insurance.jpg);
	width: 158px;
	height: 20px;
}

#masthead #navigation a#supportLink {
	display: block;
	background-image:url(../art/n_support.jpg);
	width: 95px;
	height: 20px;
}

#masthead #navigation a#peopleLink {
	display: block;
	background-image:url(../art/n_senior-staff.jpg);
	width: 70px;
	height: 20px;
}

#masthead #navigation a#contactLink {
	display: block;
	background-image:url(../art/n_contact.jpg);
	width: 55px;
	height: 20px;
}

#masthead #navigation a:hover {
	color: #478D5F;
}

#subNav {
	padding-top: 1.5em;
}

#subNav ul {
	border-top: 1px solid #ddd;
}

#subNav li {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

#subNav li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0;
	color: #505690;
	padding: 4px 0 4px 0;
	line-height: 1.1em;
	float: left;
	width: 100%;
}

#subNav li a:hover {
	color: #999;
}

#subNav li a.current {
	color: #468E60;
}

#subNav h1 {
	margin: 0 0 4px 0;
}

#subNav h1 a {
	text-decoration: none;
	color: #333;
}

#subNav h1 a:hover {
	color: #999;
}

#content {
	float: right;
	width: 600px;
	color: #4B5FA1;
	font-family: arial;
	padding-left: 20px;
	margin-right: 15px;
	clear: right;
}

.home #content {
	background-image:url(../art/bk_home-line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#copy {
	width: 475px;
	padding-left: 50px;
}

#copy p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

#copy h2 {
	font-weight: bold;
	color: #495EA1;
	margin: 0em 0 0 0;
	line-height: 1.4em;
}

#copy ul {
	list-style-type: disc;
}

#copy li {
	line-height: 1.4em;
	margin: .25em 0 .25em 1.1em;
}


#content img#headline {
	margin: 20px 0 2em 9px;
}

#subNav {
	float: left;
	width: 150px;
	padding-top: 25px;
}

#footer {
	padding-top: 70px;
	clear: both;
	margin: 1em 0 1em 0;
}

#footer a {
	color: gray;
}

#footer a:hover {
	color: #0066FF;
}
	
#footer p {
	width: 100%;
	color: gray;
	line-height: 1.2em;
}

#footer ul {
	overflow: hidden;
	margin-bottom: 2px;
}

#footer li {
	float: left;
	border-right: 1px solid #ccc;
	padding: 1px .5em 1px 0;
	margin-right: .5em;
}

#footer li a {
	text-decoration: none;
}


/* sitemap styles */

#sitemap {
	width: 475px;
	padding-left: 50px;
	}

#sitemap a {
	text-decoration: none;
 	}

#sitemap a:hover {
 	text-decoration: underline;
	}

#sitemap  p {
	margin: 1em 0 0 0;
	}

#sitemap  ul{
	margin: 0 0 0 3em;
	}
#sitemap  li{
	list-style-type: circle;
	margin: 5px 0 0 3em;
	}

