/*
retirement.org stylesheet 2010
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff url(images/img00.gif) repeat-x;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
h1, h2, h3 {
	color: #611f39;
}
h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 120%;
	font-size: 105%;
}
blockquote {
	margin-left: 2em;
}
ol {
	margin-left: 1em;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 1em;
	background: url(images/dot.gif) no-repeat left top;
}
a {
	text-decoration: underline;
	color: #611f39;
}
a:hover {
	text-decoration: underline;
	color: #462130;
}
/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #462130;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	padding: 0;
	display: inline;
	background: none;
}
#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}
#menu a:hover {
	background: #611f39;
	text-decoration: none;
	color: #FFFFFF;
}
#menu b {
	text-decoration: underline;
}
/* Logo */

#life {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #611f39 url(images/lifestyle-banner.jpg)
}
#ccrc {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #611f39 url(images/ccrc-banner.jpg)
}
#wellness {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #611f39 url(images/wellness-banner.jpg)
}
#community {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #611f39 url(images/communities-banner.jpg)
}
#contact {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #611f39 url(images/contact-banner.jpg)
}
#general {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #611f39 url(images/general-banner.jpg)
}
#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}
#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}
/* Content */

#content {
	float: left;
	width: 510px;
	padding: 10px 10px 10px 40px;
}
.floating-box {
	float: left;
	width: 230px;
	background-color:#f2f1f1;
	border: 3px solid #FFFFFF;
}
.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 140%;
	font-size: 92%;
}
.floating-box img {
	border: 5px solid #FFFFFF;
}
/********** Communities **********/
.photo {
	border: 5px solid #FFFFFF;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 175px;
	padding: 5px;
	background-color:#f2f1f1
}
#links {
}
#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}
#links li {
	padding: 10px 0;
	background: url(images/img04.gif) repeat-x left top;
}
#links a {
	padding-left: 7px;
	list-style:none;
	color: #611f39;
	font-style: bold;
}
a:visited {
	text-decoration :	none;
	color : #611f39;
	background :	transparent;
}
/* boxes */
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #ccc;
	color: #D12F19;
	border-color: #FBC2C4;
}
.box {
	background: #611f39;
	color: #ffffff;
	padding: .8em;
	margin-bottom: 1em;
	border: 1px solid #613838;
}
.yellowbox {
	background: #f2f1f1;
	color: #000000;
	padding: .8em;
	margin-bottom: 1em;
	border: 0px solid #dcd4c0;
}
.bluebox {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #036;
}
.greenbox {
	background: #E6EFC2;
	color: #000000;
	border-color: #C6D880;
}
.bluebox {
	background: #fdf9c8;
	color: #000000;
	border-color: #d03602;
}
.success {
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
}
.error a {
	color: #D12F19;
}
.notice a {
	color: #817134;
}
.success a {
	color: #529214;
}
/* Footer */

#footer {
	height: 150px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}
#footer .links {
	float: left;
	width: 750px;
	height: 40px;
	padding: 2px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #f9a41e;
	font-size: 95%;
}
#footer .cr {
	float: left;
	width: 510px;
	height: 90px;
	padding: 0px 30px 0 30px;
	background: #FFFFFF;
	font-size: 80%;
	text-align: center;
}
#footer .legal {
	float: right;
	width: 170px;
	height: 90px;
	margin: 0 auto;
	padding: 2px 10px 0 0;
	background: #462130;
	text-align: right;
	font-size: 85%;
	color: #ffffff;
}

