/* GLOBAL PRESETS */

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, table, pre, form, fieldset, legend, label, input, select, textarea { margin: 0; padding: 0; }
p, li, dt, dd, legend, label, input, options, textarea { font-size: 1em; line-height: 1em; }
ul { margin: 0 }
h1, h2, h3, h4, h5, h6 { line-height: 1em; }
div { position: relative; }
a { text-decoration: none; }
a img { border: none; }
* a, * b, * i, * strong, * em, * span { font-family: inherit; font-size: inherit; }
* sup, * sub { font-size: smaller; vertical-align: baseline; position: relative; }
* sup { bottom: 0.33em; }
* sub { bottom: -0.25em; }



/* GENERAL VISUAL STYLING */
body {
	background: #fbf2ea url(/_img/bg/browser.gif) center 0 repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-bottom: 0.75em;
	color: #947257;
}
h1 {
	font-size: 180%;
	margin: 1em 0;
}
h2, h3, h4, h5, h6 {
	margin-top: 1em;
}
p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

a[href] {
	color: #ce3635;
	font-weight: bold;
	text-decoration: none;
}
a[href]:hover {
	color: #e67843;
	text-decoration: underline;
}
a.more {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	display: block;
	padding-left: 8px;
	background: url(/_img/aro/med_white.gif) 0 3px no-repeat;
}
div.more {
	position: absolute;
	bottom: 0;
	margin: 5px 0;
}

ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul { display: inline-block; }
li {
	line-height: 1.1em;
	margin-bottom: 0.75em;
}
li.separator {
	list-style-type: none;
	line-height: 0;
	height: 0;
}

ul.links {
	padding-left: 0;
}
ul.links ul {
	display: block;
	padding-top: 1em;
	padding-left: 1em;
}
ul.links li {
	list-style-type: none;
	padding-left: 8px;
	background: url(/_img/aro/sm_dkgreen.gif) 0 1px no-repeat;
}
ul.links li.separator {
	background: none;
}
ul.links ul li {
	padding-left: 0;
	background: none;
}
ul.links li a:hover {
	text-decoration: none;
}

dl dt, dl dd {
	line-height: 1.25em;
}
dl dt {
	font-weight: bold;
	margin-top: 1em;
}
dl dd {
	margin-left: 0;
}
img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
img.ad {
	display: block;
}



/* PAGE STRUCTURE */
body { min-width: 760px; }
#page { width: 760px; }

body { text-align: center; }
#page { text-align: left; margin: 0 auto; }
#pageHeader { width: 760px; height: 135px; left: 0px; z-index: 3; }
#pageBody { padding: 0; margin: 10px 10px 10px 190px; }
#nav { position: absolute; left: 0; top: 0; z-index: 2; }
#pageFooter { clear: both; padding: 10px 0; text-align: center; }

#nav h2, #nav h3, #nav ul.breadcrumb { display: none; }



#page {
	background: #fbf2ea url(/_img/bg/page.gif) repeat-y;
}
#pageBodyContent {
	min-height: 500px;
	padding: 0 15px 0 0;
}



/* PAGE HEADER / FOOTER STYLES */

#pageHeader {
	background: url(/_img/bg/pageheader.jpg) no-repeat;
}
#pageFooter {
	background-color: #d8d0c8;
	border-top: 4px solid #333;
}
#pageHeader img.logo {
	position: absolute; left: 0; top: 0px;
}
#pageHeader p,
#pageFooter p {
	line-height: 1.25em;
	margin: 0 0 1em;
}
#pageHeader .info {
	position: absolute;
	width: 210px;
	right: 10px;
	bottom: 10px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
#pageHeader .info .phone {
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -0.05em;
	margin-bottom: 0.5em;
}
#pageHeader .info .address {
	font-size: 14px;
	line-height: 1.1em;
}
#pageHeader .info .address .note {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
#pageHeader,
#pageHeader a {
	color: #fff;
}
#pageHeader a:hover,
#pageFooter a:hover {
	color: #fff;
}



/* MAIN NAV STYLES */

#nav ul.mainMenu {
	list-style-type: none;
	padding: 0;
	margin-top: 155px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#nav ul.mainMenu li {

	margin: 2px 0;
}
#nav ul.mainMenu li a {
	display: block;
	width: 138px;
	height: 20px;
	padding: 7px 0 0;
	text-align: center;
	background: #ffecce url(/_img/bg/menubtn.gif) no-repeat;
}
#nav ul.mainMenu li a:hover {
	background-color: #fff;
	text-decoration: none;
}

#nav .hours {
	border: 3px solid #ffd99d;
	background-color: #fff;
	width: 130px;
	padding: 5px 10px;
	margin-left: 10px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#nav .hours h3 {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 0.5em;
}


