/*********************************************************************
   Style Sheet for Sprenger Retirement Centers
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design Corporation (937-492-5704)
*********************************************************************/

@import url("menu.css");
@import url("resize.css");

* {
	margin:0;
	padding:0;
	}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	background:#aaaa81;
	}
	
img {
	border:0;
	}
	
/* Main Container
-------------------------------------------------------------------- */
#main {
	margin:auto;
	width:780px;
	background:#fff;
	}
	
.clear {
	clear:both;
	}
	
/* Top
-------------------------------------------------------------------- */
#top {
	background:#bebe91;
	color:#000;
	}
	
#top img {
	float:left;
	padding:20px;
	}
	
#top ul {
	float:right;
	margin-top:90px;
	padding-right:20px;
	list-style:none;
	}
	
#top ul li {
	display:inline;
	padding:0px 8px;
	border-right:1px solid #145b48;
	}

#top ul li.last {
	border-right:none;
	}
	
#top ul li a:link, #top ul li a:visited, #top ul li a:active {
	text-decoration:none;
	color:#000;
	}
	
#top ul li a:hover {
	text-decoration:none;
	color:#145b48;
	border-bottom:1px dotted #000;
	}
	
/* Top Bar
-------------------------------------------------------------------- */
#topbar {
	clear:both;
	height:25px;
	padding:6px 20px;
	background-color:#000;
	}
	
#topbar p {
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:4px 0;
	}
	
#topbar img {
	float:right;
	}
	
/* Head
-------------------------------------------------------------------- */
#head {
	height:260px;
	background:#145b48;
	overflow:hidden;
	}
	
/* Spotlight
-------------------------------------------------------------------- */
#spotlight {
	clear:both;
	text-align:left;
	height:80px;
	font-size:10px;
	line-height:normal;
	background:#dedeb4;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	}
	
#spotlight a:link, #spotlight a:visited, #spotlight a:active {
	color:#145b48;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	}
	
#spotlight a:hover {
	color:#8e5790;
	text-decoration:none;
	border-bottom:1px dotted #8e5790;
	}
	
#spotlight .spotlight {
	float:left;
	}
	
#spotlight .news {
	float:right;
	margin:6px 20px;
	width:160px;
	height:75px;
	overflow:auto;
	}
	
#spotlight .news p {
	float:left;
	width:70px;
	}

#spotlight .news p strong {
	color:#8e5790;
	}
	
#spotlight .news img {
	float:left;
	margin-right:10px;
	border:2px solid #8e5790;
	}
	
/* Body
-------------------------------------------------------------------- */
#body {
	text-align:left;
	padding:20px;
	background:url(../images/bg.gif) top left repeat-y;
	}
	
#body a, .directions a {
	color:#8e5790;
	text-decoration:none;
	border-bottom:1px dotted #b46fb6;
	}
	
#body a:link, #body a:visited, #body a:active, 
.directions a:link, .directions a:visited, .directions a:active {
	color:#8e5790;
	text-decoration:none;
	border-bottom:1px dotted #b46fb6;
	}
	
#body b:link, #body a:visited, #body a:active, 
.directions a:link, .directions a:visited, .directions a:active, noborder {
	text-decoration:none;
	border-bottom:none;
	}
	
#body a:hover, .directions a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:none;
	}
	
/* Content
-------------------------------------------------------------------- */
#content {
	float:right;
	width:560px;
	padding-left:20px;
	}
	
#content p {
	margin-bottom:10px;
	}
	
#content h1 {
	font-size:18px;
	color:#145b48;
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom:1px dotted #aaaa81;
	}
	
#content h2 {
	margin-bottom:5px;
	color:#aaaa81;
	}
	
#content h3 {
	margin-bottom:5px;
	}
	
#content ul, #content ol {
	margin-bottom:10px;
	}
	
#content ul li, #content ol li {
	margin-left:20px;
	padding:2px 0px;
	}
	
#content ul li ul li, #content ol li ol li {
	margin-left:20px;
	}
	
#content .content-photo {
	float:left;
	margin:5px 20px 10px 0px;
	}
	
#content .content-photo-right {
	float:right;
	margin:5px 0px 10px 20px;
	}
	
#content .content-photo-right a {
	border:none;
	}
	
#content hr {
	border:none 0; 
	border-top:1px dotted #aaaa81;
	height:1px;
	margin:5px 0px;
	}
	
#content table {
	width:100%;
	margin:10px 0px;
	}
	
#content table td {
	padding:5px;
	}
	
/* Facility Locator
-------------------------------------------------------------------- */
#map {
	float:left;
	}
	
#lorain, #wayne, #summit, #stark {
	float:right;
	width:190px;
	font-size:10px;
	}

#lorain h2, #wayne h2, #summit h2, #stark h2 {
	font-size:16px;
	}
	
#lorain h3, #wayne h3, #summit h3, #stark h3 {	
	font-size:12px;
	}
	
#lorain ul, #wayne ul, #summit ul, #stark ul {
	list-style:none;
	}
	
#lorain ul li, #wayne ul li, #summit ul li, #stark ul li {
	padding:none;
	line-height:120%;
	}
	
#lorain img, #wayne img, #summit img, #stark img {
	margin:5px 0px;
	}
	
/* Directions Popups
-------------------------------------------------------------------- */
.directions {
	text-align:left;
	width:320px;
	background:#fff;
	margin:20px 0px;
	padding:20px;
	}
	
.directions p {
	margin-bottom:10px;
	}

.directions h1 {
	font-size:18px;
	color:#145b48;
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom:1px dotted #aaaa81;
	}
	
.directions h2 {
	font-size:15px;
	margin-bottom:5px;
	color:#aaaa81;
	}
	
.directions h3 {
	font-size:13px;
	margin-bottom:5px;
	color:#000;
	}
	
.directions hr {
	border:none 0; 
	border-top:1px dotted #aaaa81;
	height:1px;
	margin:5px 0px;
	}	
	
/* Sidebar
-------------------------------------------------------------------- */
#sidebar {
	float:left;
	font-size:10px;
	line-height:130%;
	width:140px;
	padding-right:20px;
	}
	
#sidebar p {
	margin-bottom:10px;
	}
	
#sidebar h1 {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	}
	
#sidebar .titlebar {
	background-color:#145b48;
	border-top:2px solid #bfbf81;
	border-right:2px solid #bfbf81;
	border-left:2px solid #bfbf81;
	padding:4px;
	text-align:center;
	}
	
#sidebar .calendar, #sidebar .contacts, #sidebar .sizer, #sidebar .box {
	background:#dedeb4;
	border-bottom:2px solid #bfbf81;
	border-right:2px solid #bfbf81;
	border-left:2px solid #bfbf81;
	margin-bottom:10px;
	padding:8px;
	overflow:hidden;
	}
	
#sidebar .sizer {
	text-align:center;
	}
	
#sidebar .sizer a {
	border-bottom:none;
	}
	
/* Foot
-------------------------------------------------------------------- */
#foot {
	clear:both;
	padding:2px 2px;
	background-color:#000;
	color:#aaaa81;
	font-size:7.5px;
	}
	
#foot ul {
	list-style:none;
	margin-bottom:2px;
	}
	
#foot ul li {
	display:inline;
	padding:2px 2px;
	border-right:1px solid #777;
	}

#foot ul li.last {
	border-right:none;
	}
	
#foot a:link, #foot a:visited, #foot a:active {
	color:#aaaa81;
	text-decoration:none;
	}
	
#foot a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	}
#login {
	height: 65px;
	width: 65px;
	margin-left: 50px;
	position: absolute;
	left: 50%;
}

