@charset "utf-8";
body {
	margin: 0px;
	background-color: #f4e6c5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/*font-size: 13px;*/
	font-size:medium;
	line-height: 20px;
}

p {
padding-top: 10px;
padding-bottom: 10px;
margin: 0px;
}

ul li
{
	list-style: disc;
}

a:link, a:visited {
	text-decoration:none;
	color: #00573d;
}

a:hover, a:active {
	color: #8e9295;
}

hr
{
	border-bottom:1px solid #00573d;
	clear:both;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 1104px;
	height: 158px;
	position:relative;
	background-image: url(../images/HeaderBG.gif);
	background-repeat: no-repeat;
	margin: 0 -102px;
}

#centerHeader {
	margin:0 auto;
	width: 900px;
}

#logo {
	width: 340px;
	height: 108px;
	position:absolute;
	top: 0px;
	left: 102px;
}

#nav {
	width: 864px;
	height: 44px;
	position: absolute;
	bottom: 3px;
	left: 120px;
}

/*#nav ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

#nav li {
	display:inline;
	padding: 0px;
	margin: 0px;
	background-image: url(images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#nav a, #nav a:link, #nav a:visited {
	line-height: 44px;
	color: #00573d;
	font-size: 13px;
	padding-right: 30px;
	padding-left: 30px;
	display: inline-block;
	text-transform: uppercase;
}

#nav a:hover, #nav a:active {
	color: #8e9295;
}

#nav .lastNavli {
	background-image: none;
}*/

#banner {
	width: 900px;
	height: 150px;
	margin-top: 2px;
	margin-bottom: 30px;
}

#homeMidBGrepeat {
	width: 900px;
	background-image:url(../images/homeMidBGrepeat.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#homeMidBottom {
	width: 900px;
	background-image:url(../images/homeMidBottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height: 280px;
}

#homeLeftCol {
	width: 500px;
	float:left;
	margin-bottom: 225px;
}

#homeRightCol {
	width: 270px;
	float:right;
	background-image:url(../images/homeRightColTop.gif);
	background-repeat:no-repeat;
	min-height: 25px;
	padding: 30px 40px;
	color: #ffff99;
}

#homeRightCol a:link, #homeRightCol a:visited {
	color:#FFFFFF;
	text-decoration:underline;
} 

#homeRightCol a:hover, #homeRightCol a:active {
	text-decoration:none;
}  

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.headline {
	color: #a25018;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom:10px;
	display: block;
}

.subhead {
	font-size:14px;
	font-weight: bold;
}

#footer {
	width: 840px;
	height: 45px;
	background-image: url(../images/footerBG.gif);
	background-repeat:no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 15px;
	color: #ffff99;
	padding: 14px 30px 0px 30px;
}

.footer /*--- Needed for DNN's copyright control ---*/
{
	font-size: 11px;
	line-height: 15px;
	color: #ffff99;
}

#footerlinks {
	float:left;
}

#footerlinks a:link, #footerlinks a:visited, #footerlinks a:active
{
	color:#ffff99;
}

#footerlinks a:hover
{
	color:#ffffff;
}

#footerPhone {
	float:right;
	text-align:right;
	font-size: 16px;
	font-weight:bold;
	
}

#subMid {
	width: 900px;
	clear:both;
}

#subColLeft {
	width: 625px;
	float: left;
}

#subColRight {
	width: 225px;
	float: right;
}

#subColRight a:link, #subColRight a:visited {
	color:#FFFFFF;
	text-decoration:underline;
} 

#subColRight a:hover, #subColRight a:active {
	text-decoration:none;
}   


.calloutText {
	font-size: 16px;
	line-height: 23px;
}

.subCallout {
	width: 225px;
	margin-bottom: 25px;
	color: #FFFFFF;
}

.subCallout img
{
	display:block; /*--- Removes extra spacing that may show up around images ---*/
}




.subCalloutContent {
	width: 195px;
	padding: 0 15px;
	background-color: #00573d;
	font-size: 11px;
	line-height: 18px;
}

.moduleContainer
{
	clear:both; /*--- Ensures that any module with this class will display below the module above it, even if that module only contains floated content. ---*/
	padding-top:12px;
}

/*--- Area specific styles ---*/
#banner 
{
	line-height:5px;
}

#banner p
{
	margin:0px;
	padding:0px;
}

#banner .moduleContainer
{
	padding:0px;
}

#homeRightCol ul li
{
	list-style-image:url(/Portals/9/Skins/parkplaceseniorliving/images/bulletGBG.gif);
}

/*--- DNN OVERRIDES ----------------------------------------------------------------*/
#SaveForm
{
	margin-left:200px;
}

.eipbackimg
{
 margin-left:15px;
}