html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Helvetica, Arial, "Sans Serif";
	background-color: #fbf7eb;
}

div.head {
	width: 100%;
	height: 120px;
	background-image: url(/assets/images/mobile/header_background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

ul.nav {
	width: 100%;
	border-top: 1px solid #000000;
}

ul.nav li {
	line-height: 40px;
	height: 40px;
	background: #7c633f url(http://www.regency-mgmt.com/cr/images/mobile/nav-bg-new-2.png) repeat-x center top;
	border-bottom: 1px solid #000000;
}

ul.nav li a {
	color: #F4E9DB;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
}

div.foot {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div.foot p.call {
	font-size: 0.9em;
	font-weight: bold;
}

div.foot p.call a {
	color: #000000;
	text-decoration: underline;
}

div.foot p.alt {
	font-size:0.9em;
	font-weight: bold;
	margin: 16px 0;
	color: #000000;
}

div.foot p.local {
	margin: 0 auto 15px;
	padding: 6px 0;
	color: #000000;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font: normal normal normal 11px/14px Helvetica,Arial,sans-serif;
}

div.foot p {
	text-align: center;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
	margin-bottom: 20px;
}
		
body.subpage {
}

body.subpage div.head {
	width: 100%;
	height: 50px;
}

body.subpage div.head img {
	width: 73px;
	height: 40px;
}

body.subpage div.head a img {
	border: none;
	margin-top: 4px;
}

body.subpage h2.sub-nav {
	width: 100%;
	line-height: 28px;
	height: 28px;
	background: #B28F66 url(http://www.regency-mgmt.com/cr/images/mobile/nav-bg-new-2.png) repeat-x center center;
	color: #ffffff;
	text-align: center;
}

body.subpage h2.sub-nav table {
	width: 100%;
	height: 28px;
}

body.subpage h2.sub-nav table td {
	vertical-align: top;
}

body.subpage h2.sub-nav table td.link {
	width: 84px;
}

body.subpage h2.sub-nav table td.link a {
	display: block;
	height: 28px;
	width: 60px;
	line-height: 28px;
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding-left: 14px;
	padding-right: 10px;
}

body.subpage h2.sub-nav table td.link span.dummy {
	display: block;
	padding-left: 14px;
	padding-right: 10px;
	height: 28px;
	width: 60px;
}

body.subpage h2.sub-nav table td.center {
	text-align: center;
	width: 100%;
	color: #ffffff;
}

body.subpage div.content {
	padding: 10px;
}

body.subpage div.content h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

body.subpage div.content h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

body.subpage div.content h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

body.subpage div.content h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}

body.subpage div.content p {
	margin: 0.8em 0;
}

body.subpage div.content p.indent {
	margin-left: 1em;
}

body.subpage div.content blockquote {
	margin: 20px;
	padding: 10px;
	border: 1px solid #EEEEEE;
	background: #f2f2f2;
	color: #AAAAAA;
}

body.subpage div.content ul {
	list-style: disc;
	margin-left: 36px;
}

body.subpage div.content ul li {
	margin-bottom: 10px;
}

body.subpage div.content ol {
	list-style: lower-alpha;
	margin-left: 36px;
}

body.subpage div.content ol li {
	margin-bottom: 10px;
}

body.subpage div.content a {
	color: #A02400;
	font-weight: bold;
}

body.subpage div.content img {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

ol li {
	list-style-type: decimal;
}

#map_canvas {
	width: 100%;
	height: 240px;
}

#directions .map-content {
	padding: 0;
}

.ui-loader {
	display: none;
}

#directions {
	padding: 10px;
}

#directions h3 {
	margin: 10px 0px;
}

#directions .forminput {
	margin-bottom: 10px;
}

#directions .ui-collapsible-heading-status {
	display: none;
}
