html, body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:hover, a:active {
	color: #ce0020;
	text-decoration: underline;
}

#pagecontainer {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/maintile.gif) #ffffff;
	background-repeat: repeat-y;
}

#top {
	background: url(../images/topandtail.jpg) #ffffff;
	height: 200px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: top left;
}
#bottom {
	background: url(../images/topandtail.jpg) #ffffff;
	height: 63px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
	font-size: 10px;
}


#top #sitetitle, #top #pagetitle, #top #crumbs, #top #pagetools {
	display: none;
}

#adminbar {
	/* TODO: Finish this */
}

#main, #navbar {
	min-height: 200px;
}

#main {
	float: right;
	width: 630px;
	margin-right: 40px;
	margin-top: -14px;
}
#navbar {
	float: left;
	width: 185px;
	margin-left: 29px;
	margin-bottom: 16px;
}
* html #main {
	margin-right: 20px;
}
* html #navbar {
	margin-left: 14px;
}
#navbar h2 {
	display: none;
}
#navbar ul, #navbar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navbar li {
	margin-top: 2px;
}
#navbar li a {
	/*height: 25px;*/
	display: block;
	color: #fff;
	border: 0;
	background: url(../images/navbtn.gif);
	background-position: -185px 0px;
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	text-decoration: none;
}
#navbar li a.active {
	color: #fff;
	background-position: 0px 0px;
}
#navbar ul li ul {
	display: none;
}



#contactUsForm
{
	clear: left;
	float: left;
	width: 188px;
	margin: 50px 0 2px 30px;
	padding: 10px 0;
	
	background-image: url("../images/navbtn.gif");
	background-position: -185px 0;
	background-repeat: repeat-y;
	
	color: #FFFFFF;
}
* html #contactUsForm
{
	margin-left: 13px;
}

#contactUsFormHeader,
#contactUsFormFooter
{
	display: none;
}

#contactUsForm h2
{
	margin: 0 0 10px 10px;
	color: #FFFFFF;
}

#contactUsForm .formcontrol-forms-CaptionControl
{
	margin: 5px 0 0 10px;
}

#contactUsForm input,
#contactUsForm textarea
{
	width: 160px;
	margin: 0 0 0 10px;
}

#contactUsForm textarea
{
	height: 3em;
}

#contactUsForm input[type=submit]
{
	width: 65px;
	margin: 5px 0 0 10px;
}

#contactUsForm .errormessage
{
	display: block;
	margin: 0 0 5px 10px;
}



/* Admin Bar */
#adminbar {
display: block ! important;
position: absolute;
top: 0;
left: 0;
right: 0;
}
#adminbar {
padding: 0.5em 0.5em 0.5em 0.5em;
background: url(/images/blackalpha.png);
color: #ffffff;
position: fixed;
top: 0;
left: 0;
right: 0;
border-bottom: 2px solid #ffffff;
margin-left: 0;
margin-right: 0;
width: auto;
font-size: 0.9em;
z-index: 332;
}
#adminbar * {
margin: 0;
padding: 0;
}
#adminbar h2 {
display: none ! important;
}
#adminbar #adminusername {
margin: 0;
padding: 0;
float: right;
}
#adminbar ul {
margin: 0;
padding: 0;
list-style: none;
}
#adminbar ul li {
display: inline ! important;
margin-right: 0.5em;
white-space: nowrap;
}
#adminbar a {
color: #ffffff;
background: inherit;
}

img {
	border: 1px solid #CCCCCC;
}

h1, h2, h3, h4, h5, h6 {
	color: #ce0020;
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
}

h1 {
	font-size: 18px;
	padding-bottom: 4px;
	border-bottom: 4px solid #FFF506;
	margin-left: -2px;
	margin-right: -2px;
	padding-left: 2px;
	padding-right: 2px;
}
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h4, h5, h6 {
	font-size: 10px;
	font-style: italic;
}

h1.pageheader {
	padding-top: 20px;
	margin-top: 0;
}

#location-Home #main {
	padding-top: 252px;
	background: url(../images/homebanner.jpg);
	background-repeat: no-repeat;
}
#location-Home .pageheader {
	padding-top: 8px;
}

#sitetools {
	margin-left: 27px;
	margin-right: auto;
	width: 289px;
	text-align: center;
	padding-top: 9px;
	color: #CB4C0F;
}
#sitetools .sitetoollinks, #sitetools .sitetoollinks li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sitetools .sitetoollinks li {
	display: inline;
	margin: 0 4px;
}
#sitetools a {
	color: #000000;
	text-decoration: underline;
}

#toplinks {
	position: absolute;
	right: 36px;
	top: 42px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#toplinks ul, #toplinks li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#toplinks li {
	display: inline;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #CB4C0F;
}
#toplinks li.first {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
#toplinks a {
	color: #000000;
	text-decoration: none;
}

#siteprops {
	float: right;
	padding: 25px 18px 0 0;
}
#siteprops div {
	display: inline;
	margin-left: 4px;
}

.formcontrol-forms-TabularKeyValueLayout th, .formcontrol-forms-TabularKeyValueLayout td {
	vertical-align: top;
}
.formcontrol-forms-TabularKeyValueLayout th {
	text-align: right;
}
form .errormessage {
	color: #FF0000;
	font-weight: bold;
}

.sty-sitecontent-sitecontent-testimonials-plain-testimonial-attribution {
	color: red;
}

i, em {
	color: green;
}

#location-Contact_Us #contactUsForm {
	display: none;
}

#location-_3Bsiteusers_3Btools__forgotpassword #contactUsForm {
	display: none;
}

#location-_40s__login #contactUsForm {
	display: none;
}

