/* Page CSS Elements */
/* --------------------------------------------------------------- */
@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	background-color: #f0e4ca;
	background-image: url(/shared_graphics/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
	min-width: 883px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
}
#page {
	background-color: #881d1d;
	width: 883px;
	position: relative;
	margin: 0 auto;
	margin-top: 22px;
        margin-bottom: 10px;
	padding-top: 11px;
}
#pagegrad {
	position: relative;
	background-image: url(/shared_graphics/page_btm_bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#pageborder {
	position: relative;
	border-top: solid 1px #601414;
	border-left: solid 1px #601414;
	border-right: solid 1px #601414;
	margin-left: 11px;
	margin-right: 11px;
	width: 830px;
	padding: 10px 15px 0px 10px;
}
a {
	color: #ffe3a0;
}
a:hover {
	text-decoration: none;
}
p {
	padding-bottom: 11px;
}


/* Header CSS Elements */
/* --------------------------------------------------------------- */
#headerleft {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/shared_graphics/header_bkg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 301px;
}
#headerphoto {
	float: left;
	width: 528px;
	height: 278px;
}
#headertop {
	background-image: url(/shared_graphics/header_top.gif);
	background-repeat: no-repeat;
	height: 53px;
}
#logoruletop {
	margin-top: 20px;
	border-top: solid 1px #c0b6a2;
}
#headerlogo {
	height: 104px;
	padding: 30px 0 59px 0;
	font-size: 0px;
	line-height: 0px;
}
#headerlogo a {
	height: 104px;
	background-image: url(/shared_graphics/subpage_lorelton_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	display: block;
	text-indent: -9999px;
}
#headerbtm {
	background-image: url(/shared_graphics/header_btm.gif);
	background-repeat: no-repeat;
	height: 32px;
}

/* Nav CSS Elements */
/* --------------------------------------------------------------- */
#navcol {
	position: relative;
	width: 301px;
	float: left;
}
#nav {
	list-style-type: none;
	list-style-image: none;
	width: 301px;
	background-image: url(/shared_graphics/nav_bkg.gif);
	background-repeat: repeat-y;
	font-size: 0px;
	line-height: 0px;
        margin: 0px;
        padding: 0px;
}
#nav li {
	width: 243px;
	height: 27px;
        margin: 0px;
	padding-left: 29px;
	list-style-type: none;
	list-style-image: none;
}
#nav a {
	width: 243px;
	height: 27px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}
#nServices {
	background-image: url(/shared_graphics/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 243px;
}
#nServices:hover {
	background-position: -243px 0px;
}
#nApartment {
	background-image: url(/shared_graphics/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	width: 243px;
}
#nApartment:hover {
	background-position: -243px -27px;
}
#nCare {
	background-image: url(/shared_graphics/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: 0px -54px;
	width: 243px;
}
#nCare:hover {
	background-position: -243px -54px;
}
#nCalendar {
	background-image: url(/shared_graphics/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: 0px -81px;
	width: 243px;
}
#nCalendar:hover {
	background-position: -243px -81px;
}
#nGallery {
	background-image: url(/shared_graphics/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: 0px -108px;
	width: 243px;
}
#nGallery:hover {
	background-position: -243px -108px;
}
#nContacts {
	background-image: url(/shared_graphics/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: 0px -135px;
	width: 243px;
}
#nContacts:hover {
	background-position: -243px -135px;
}
#nApplication {
	background-image: url(/shared_graphics/navigation_btns.gif);
	background-repeat: no-repeat;
	background-position: 0px -162px;
	width: 243px;
}
#nApplication:hover {
	background-position: -243px -162px;
}
#navbtm {
	background-image: url(/shared_graphics/nav_btm.gif);
	background-repeat: no-repeat;
	height: 8px;
	padding-bottom: 35px;
	width: 301px;
}

/* General CSS Elements */
/* --------------------------------------------------------------- */
#contcol {
	position: relative;
	width: 528px;
	float: left;
}

/* Footer CSS Elements */
/* --------------------------------------------------------------- */
#footer {
	background-color: #510000;
	padding: 11px;
	text-align: center;
	font-size: 13px;
}
#footerbtm {
	background-color: #680707;
	height: 18px;
	background-image: url(/shared_graphics/footer_btm.gif);
	background-repeat: repeat-x;
}
#copyright {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-align: center;
	background-color: #F0E4CA;
	width: 883px;
	padding-top: 10px;
}
#copyright a{
	color: #000000;
}

