@import url('reset.css'); 

body {
	font-family: 'Times New Roman', Georgia, sans-serif;
	text-align: center;
	background: #FFFFFF url('/images/bg.gif') top left repeat-x;
	font-size: 0.875em;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

h1#logo {
	background: #ACBBDE url('/images/logo.gif') top left no-repeat;
	height: 101px;
	font-size: 2.142em;
	text-indent: -5000px;
	width: 381px;
	float: left;
}

ul#header-contact {
	font-size: 0.916em;
	margin-top: 46px;
	float: right;
}

ul#header-contact li {
	text-align: right;
}

div#mainblock {
	background: #758EC8 url('/images/starburst.gif') top left no-repeat;
	width: 760px;
	height: 257px;
	clear: both;
}

ul#nav {
	padding-top: 24px;
	margin-left: 61px;
	width: 256px;
	text-indent: -5000px;
	float: left;
}

ul#nav li a.home {
	background: #758EC8 url('/images/nav-home.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
} 

ul#nav li a.home:hover,
ul#nav li a.homecurrent {
	background: #758EC8 url('/images/nav-home_o.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

ul#nav li a.longtermcare {
	background: #758EC8 url('/images/nav-longtermcare.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

ul#nav li a.longtermcare:hover,
ul#nav li a.longtermcarecurrent {
	background: #758EC8 url('/images/nav-longtermcare_o.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

ul#nav li a.resources {
	background: #758EC8 url('/images/nav-resources.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

ul#nav li a.resources:hover,
ul#nav li a.resourcescurrent {
	background: #758EC8 url('/images/nav-resources_o.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

ul#nav li a.aboutme {
	background: #758EC8 url('/images/nav-aboutme.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

ul#nav li a.aboutme:hover,
ul#nav li a.aboutmecurrent {
	background: #758EC8 url('/images/nav-aboutme_o.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

ul#nav li a.contact {
	background: #758EC8 url('/images/nav-contact.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

ul#nav li a.contact:hover,
ul#nav li a.contactcurrent {
	background: #758EC8 url('/images/nav-contact_o.gif') top left no-repeat;
	width: 256px;
	height: 44px;
	display:  block;
}

img#main {
	border: 2px solid #003975;
	margin-top: 23px;
	margin-left: 62px;
	float: left;
}

div#content {
	padding: 19px;
}

div#content h1 {
	font-size: 2em;
	color: #003975;
	border-bottom: 1px solid #b3bad4;
        margin-bottom: 0.5em;
}

div#content h2 {
        font-weight: bold;
        font-size: 1.5em;
        color: #003975;
        margin-bottom: 0.75em;
}

strong {
font-weight: bold
}

div#content p {
	margin-bottom: 1em;
}

div#content ul#faq {
margin-bottom: 1em;
}

div#content ul#faq li {
	list-style-type: disc;
margin-left: 44px;
padding-left: 7px;
margin-bottom: 5px;
}

a,
a:visited {
	text-decoration: none;
	color: #6982be;
}

a:hover {
	text-decoration: underline;
	color: #6982be;
}

a.dark,
a.dark:visited {
	text-decoration: none;
	color: #3168a2;
}

a.dark:hover {
	text-decoration: underline;
	color: #3168a2;
}

img#profile {
        float: left;
        margin-right: 10px;
        margin-bottom: 50px;
}

ul#footer-nav {
	margin-top: 100px;
}

ul#footer-nav li {
	float: left;
	margin-right: 50px;
	font-size: 0.95em;
}

ul#footer-nav dt {
	margin-bottom: 3px;
	font-weight: bold;
}

ul#footer-nav dd {
	font-size: 0.875em;
	line-height: 1.25em;
}

div#footer {
	clear: both;
	margin-top: 82px;
	padding-top: 10px;
	font-size: 0.875em;
	width: 100%;
	background: #758ec8;
	color: #FFFFFF;
	height: 50px;
}
