div#header { background:url(../images/header-bg.gif) bottom left no-repeat; }
div#layout_2column div#maincontent { background-color:#FFFFFF; }

/************************* Header *********************************/
#logo h1 a {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	text-indent:-9999px;
	width: 506px;
	height:91px;
	background:url(../images/logo.gif) 0 0 no-repeat;
}
#address a {
	position:absolute;
	right:0px;
	top:0px;
	text-indent:-9999px;
	width: 264px;
	height:89px;
	background:url(../images/address.gif) 0 0 no-repeat;

}
/************************* Left Bar *********************************/

#menu
{
	position:relative;
	overflow:hidden;
	width:180px;
	height:auto;
}
#menu_top
{
	position:relative;
	overflow:hidden;
	width:180px;
	height:25px;
}
#menu_center
{
	position:relative;
	padding:1px 15px 25px 10px;
	width:auto;
	height:auto;
}
#menu_center h3, #menu_center h4 { padding-left:10px; }

#menu_center a:link, #menu_center a:visited
{
	color:#67686a;
	padding-left:10px;
	text-decoration:none;
	display:block;
}
#menu_center a.selected { font-weight:bold; }
#menu_center a:hover {
	color:#67686a;
	text-decoration:none;
}
#menu_nav
{
	list-style:none;
	padding:0px;
	margin:0px;
}
#menu_bottom
{
	position:relative;
	overflow:hidden;
	width:180px;
	height:46px;
}
#menu_center ul#menu_nav li.dottedline
{
	margin-right:10px;
	margin-top:10px;
	padding:10px 0px 0px 0px;
	border-top:2px dashed #c7da99;
}
#menu_center ul#menu_nav li a.backbutton { font-weight:bold; color:#b52269; }
select {
	background-color:#ddd4cc;
	color:#9e1720;
	border:0;
	width:100px;
}
/**************************** Content Settings ****************************/

div#content
{
	position:relative;
	width:100%;
	height:auto;
	z-index:0;
}
.contenttop {
	background:url(../images/content-top.gif) top left no-repeat;
}
#breadcrumbs
{
	padding:0px 10px 0 10px;
	color:#939598;
}
#breadcrumbs .currentpage { color:#9e1720 }
#breadcrumbs a { color:#050505 }

div#title h2 { margin:10px 0 0 0; }
#content-container {
	position:relative;
	float:left;
	width:450px;
}
div#content_text {
	position:relative;
	float:left;
	width:450px;
	padding:20px 40px 10px 8px;
}
div#right-column {
	position:relative;
	float:right;
	width:229px;
	margin:3px 0 0 0;
	background:url(../images/right-column-bg.gif) -5px top repeat-y;
}
div#right-column ul {
	padding:0px 0px 0px 14px;
}
div#right-column ul li {
	padding:0px 0px 0px 0px;
}
div#right-content {
	position:relative;
	padding:20px 20px 20px 50px;
}
/************************* Footer *********************************/

#footer-proper
{
	height: 50px;
	padding: 55px 0px 0px 0px;
	background:url(../images/footer_bg.gif) 0 0 no-repeat;
}
#footer_text { padding:10px; float:left; }
#footer_links a { color:#ba1e63; }

#superhighwaymen a {
	margin:5px;
	width:69px;
	height:34px;
	display: block;
	float:right;
	background: url(../images/shm-logo.gif) 0 0  no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}
#superhighwaymen a:hover {
	margin:5px;
	width:69px;
	height:34px;
	display: block;
	float:right;
	background: url(../images/shm-logo.gif) 0 -34px  no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
}

/*********************** Page Navigation **********************/

div.pagenavigation				/* page navigation */
{
	height:auto;
	float:left;

}


/******************** Default Contact Page ********************/

div.contactwarningmsg p			/* contact error message */
{
	color:#FF0000;
}
form#contactform				/* contact form */
{
}
div.contactthankyou p			/* thankyou text */
{
}
