/* ====================================================== 
	Elderly Parents style sheet, version 1.0
	Original author : Gor Vardanyan (www.gorvard.net)
====================================================== */
body {font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 0.75em; background-color: #ECE9D8; margin: 0px;} 
a, a:visited{color: #75852A; text-decoration: none; background-color: inherit;} 
a:hover {color: #360; text-decoration: underline; background-color: inherit;} 
.hide {display: none;} 
p{margin:1em 0;} 
/* Removing borders from linked images */  
a img {border:none;} 
/* removing extra margin from form elements */ 
form {margin:0px; padding:0px;} 
.break {clear:both; overflow:hidden;}
#container {
	width: 770px;
	margin: 0px auto;
	background-color: #FFF;
	color: #333;
}
#container .inner /* background for left column */
{
	background: url(../images/left-col-bg.gif) left repeat-y;
	clear: both;
}
#left-col {
	float: left;
	width: 225px;
	background: #7D852A url(../images/left-col-bg.gif) left repeat-y;
}
#right-col {
	float: right;
	width: 545px;
}
h1 {
	color: #75852A;
	font-size: large;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
.underline {border-bottom: 1px solid #75852A;}
h1#logo {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
h1#logo a, h1#logo a:hover {
	display: block;
	height: 192px;
	width: 225px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -50000px;
}
ul#top-nav {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	list-style-type: none;
}
ul#top-nav li {
	display: block;
	background: url(../images/top-nav-tab.gif) right bottom no-repeat;
	padding: 0 0 1px 10px;
}
ul#top-nav li a {
	background: url(../images/bullet.gif) left center no-repeat;
	background-color: inherit;
	display: block;
	color: #FFF;
	padding: 7px 9px;
}
ul#top-nav li a:hover {
	color: #FF3;
	background-color: inherit;
	text-decoration: none;
}#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 192px;
	width: 545px;
	position: relative;
}
#header h2 {
	color: #FFFFFF;
	background-color: inherit;
	font-size: 1px;
	font-weight: normal;
	text-indent: -50000px;
	margin: 0px;
	padding: 0px;
}
a.register-today, a.register-today:hover {
	display: block;
	background-repeat: no-repeat;
	width: 293px;
	height: 47px;
	text-indent: 0px;
	position: absolute;
	left: 6px;
	bottom: 12px;
}
.box {
	width: 188px;
	padding: 10px;
	color: #FFF;
	background-color: inherit;
	background: url(../images/box-top.gif) left top;
	margin: 30px auto 8px auto;
}
.box .box-bot {
	background-image: url(../images/box-bot.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 208px;
	font-size: 1px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
}
h3.talk {
	text-align: right;
	background: url(../images/talk-bg.gif) top no-repeat;
	font-size: medium;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}


#content {
	padding: 12px 12px 10px 12px;
}
#content .cell1 {
	float: left;
	width: 253px;
}
#content .cell2 {
	float: right;
	width: 253px;
}
#sponsors {
	background-color: #EDEDED;
	padding: 8px;
	border-top: 1px solid #C2C2C2;
	background-image: url(../images/px.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#sponsors .ad-placeholder {
	width: 525px;
	height: 85px;
	border: 1px solid #75852A;
	margin: auto;
	text-align: center;
}
#footer {
	border-top: 1px solid #75852A;
	background-color: #FFF;
	padding: 3px 5px 10px 5px;
	color: #75852A;
	font-size: 0.9em;
}
ul#bot-nav {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
ul#bot-nav li {
	display: inline;
}
ul#bot-nav li a {
	margin-right: 15px;
	margin-left: 15px;
}
.inside-image {
	margin-right: -12px;
	margin-left: -12px;
}