/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,menu,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
}

img,fieldset {
	border:none;
}

body {
	text-align:center; /* center #container in IE 5.x */
	font:80%/140% tahoma,helvetica,sans-serif;
	color:#444;
}

a {
	color:#38B;
}

a:visited {
	color:#269;
}

a:active,
a:focus,
a:hover {
	color:#024;
}

p {
	letter-spacing:1px;
}

.small {
	font-size: 8pt;
	letter-spacing:0px;
	font-family: Arial;
}

.smallx {
	font-size: 10pt;
	letter-spacing:0px;
	font-family: Arial;
}


#container {
	position:relative;
	zoom:1;
	min-width:752px;
	max-width:992px;
	margin:0 auto;
	padding:8px;
	text-align:left;

}

* html #container {
	/*
		IE6/earlier has no min or max-width, but we can fake
		them using an expression. First though we set our 'safe'
		width so that if the expression fails IE sets a nice safe
		value
	*/
	width:752px;
	width:expression(
		(document.body.clientWidth>1024) ? "976px"
			: ((document.body.clientWidth>800) ? "auto" : "752px")
	);
}

h1 {
	height:58px;
	padding-left:54px;
	float:left;
	font:bold 18px/20px arial,helvetica,sans-serif;
	background:url(images/h1Logo.png) 12px 12px no-repeat;
}

h1 strong {
	margin-left:-2px;
	font:normal 30px/32px arial,helvetica,sans-serif;
	color:#777;
}

h1 strong b {
	font-weight:normal;
	color:#7B5;
}

h2 {
	padding:0.4em 0;
	margin:0 0.5em 0.5em;
	border-bottom:2px solid #7B5;
	font:normal 140%/120% arial,helvetica,sans-serif;
	color:#777;
}

h2 b {
	font-weight:normal;
	color:#7B5;
}

h3 {
	font:bold 110%/120% tahoma,helvetica,sans-serif;
	color:#38B;
}

#homeLink {
	height:58px;
	text-align:right;
}

#homeLink b {
	font:bold 24px/26px arial,helvetica,sans-serif;
}

#homeLink a {
	float:right;
	text-decoration:none;
	padding-left:16px;
	color:#7BE;
	background:url(images/homeIcon.gif) center left no-repeat;
}

#homeLink a:active,
#homeLink a:focus,
#homeLink a:hover {
	text-decoration:underline;
}

#mainMenu {
	clear:both;
	list-style:none;
	height:192px;
	overflow:hidden;
	background:url(images/mainMenuBanner.jpg) 0 0 no-repeat;
	border:solid #999;
	border-width:4px 0;
}

#mainMenu li {
	display:inline; /* don't even BOTHER trying to style the LI */
}

#mainMenu a {
	display:block;
	width:240px;
	padding:5px 0;
	margin:7px 7px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:4px;
	font:bold 16px/18px arial,helvetica,sans-serif;
	color:#444;
	background:#FFF;
	border:1px solid #000;
}

#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	color:#492;
	background:#F0F8F8;
}

#fauxColumnWrapper2 {
	background:#F0F2F4 url(images/contentGradient.gif) 0 0 repeat-x;
}

#fauxColumnWrapper1 {
	padding-left:4px;
	background:url(images/contentGradientBottom.gif) bottom left repeat-x;
}

#fauxColumns {
	overflow:hidden;
	zoom:1;
	background:url(images/fauxColumns.gif) 0 0 repeat-y;
}

#contentWrapper {
	width:100%;
	float:right;
}

#content {
	padding-top:2px;
	margin-left:248px;
}

#content h2 {
	text-align:center;
}

#content p {
	padding:0 12px 1em;
}

#content ol {
	padding: 0px 0px 10px 40px;
}

#sideBar {
	float:right;
	position:relative;
	width:252px;
	margin-right:-252px;
}

#sideBar h2 {
	text-align:center;
}

#sideBar ul {
	list-style:none;
	margin:8px;
	line-height:120%;
}

#sideBar li {
	padding-bottom:0.5em;
}

#sideBar p {
	margin:0 8px 1em;
}

#sideBar h3 {
	margin:0 8px;
}

.miniPlate {
	float:left;
	padding:4px 0.5em 8px 12px;
}

.moreLink {
	text-align:right;
	padding:0 12px 1em 0;
	margin-top:-8px;
}

.moreLink a {
	text-decoration:none;
	color:#592;
}

.moreLink a:active,
.moreLink a:focus,
.moreLink a:hover {
	text-decoration:underline;
}

.halves {
	overflow:hidden;
	zoom:1;
	padding:0 0 1em 8px;
}

.halfBoxWrapper {
	float:left;
	width:50%;
}

.halfBoxxWrapper {
	float:left;
	width:100%;
}

.halfBox {
	margin-right:8px;
	padding-bottom:8px;
	background:#FFF;
	border:solid #999;		
	border-width:4px 0;
}

#content .halfBox h2 {
	margin:0 8px 0.5em;
}

.halfBox ul {
	margin:0 8px 1em 2em;
}

.halfPlate {
	display:block;
	margin:0 auto 1em;
}

.applyLink {
	text-align:center;
	padding-bottom:1em;
}

.applyLink a {
	text-decoration:none;
	padding:0.3em 1em;
	color:#FFF;
	background:#247E16;
	border:2px solid;
	border-color:#30A91E #15570B #15570B #30A91E;
}

.checkPoints {
	list-style:none;
	margin:0;
}

#content .checkPoints p {
	padding:0;
	margin:0;
}

.checkPoints li {
	zoom:1; /* trip haslayout */
	padding:0 0.5em 0.5em 22px;
	background:url(images/checkmark.gif) 0 4px no-repeat;
}

#hoursOfOperation {
	margin-bottom:1em;
}

#hoursOfOperation p {
	text-align:center;
	letter-spacing:0;
	font:normal 14px/16px arial,helvetica,sans-serif;
}

#hoursOfOperation p b {
	padding-top:4px;
	display:block;
	color:#592;
}

#hoursOfOperation em {
	display:block;
	clear:both;
	line-height:18px;
}

#hoursOfOperation img {
	float:left;
	margin:0 -8px 4px 12px;
}

#callNow {
	margin:0 8px 1em;
	text-align:center;
}

#callNow b {
	white-space:nowrap;
	color:#000;
}

#address div {
	margin:0 12px 0.5em;
	font:normal 14px/18px tahoma,helvetica,sans-serif;
}

#address div b {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	width:6em;
	color:#592;
}

.twoUp {
	width:100%;
	margin-bottom:1em;
	border-collapse:separate;
	border-spacing:8px;
}

.twoUp td {
	padding:8px;
	vertical-align:top;
	background:#FFF;
	border:solid #999;		
	border-width:4px 0;
}

.twoUp ul {
	clear:both;
}

.webMail {
	zoom:1;
	padding:2.65em 8px 8px;
}

.webMail .fieldsetWrapper {
	position:relative;
	padding:8px;
	zoom:1;
	background:#EEF0F4;
	border:1px solid #999;
}

.webMail legend span {
	position:absolute;
	top:-1.65em;
	left:0;
	width:100%;
	text-align:center;
	font:normal 140%/120% arial,helvetica,sans-serif;
	color:#777;
}

.webMail legend span b {
	font-weight:normal;
	color:#7B5;
}

.webMail label {
	display:block;
	position:relative;
	width:13em;
	margin-bottom:-0.8em;
	color:#000;
}

.webMail label input,
.webMail label select,
.webMail label textarea {
	position:absolute;
	top:0;
	left:13.5em;
	margin:0;
}

.webMail .textEntry {
	height:13em;
	margin-bottom:-4em;
}

.webMail .textEntry textarea {
	height:12em;
}

.webMail .submit {
	margin:0 0 1em 2em;
	padding:0.3em 1em;
	color:#FFF;
	background:#247E16;
	border:2px solid;
	border-color:#30A91E #15570B #15570B #30A91E;
}

#footer {
	text-align:center;
	padding:0.5em 0;
	border-top:4px solid #999;
}

#footer ul {
	list-style:none;
}

#footer li {
	display:inline;
}

#footer a {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	padding:0 8px;
	vertical-align:middle;
	font:normal 100%/120% arial,helvetica,sans-serif;
	border-right:2px solid #666;
}

#footer .last a {
	border:0;
}