
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,ol,ul,li,blockquote,th,td { margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after {content:'';}

/* ---------- BODY ---------- */

#su_body {
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ab945f url('images/BlueSpeed/body_color_bg.gif') repeat-x top center; 
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 900px;
	min-height: 555px;
	height: auto !important;
	height: 555px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

#header {
	width: 900px;
	height: 80px;
	text-align: left;
	background: transparent url('images/BlueSpeed/header_bg.png') no-repeat top center;
        overflow:hidden;
}

#container {
	width: 900px;
	text-align: center;
	background: transparent url('images/BlueSpeed/container_bg.png') repeat-y top center;
}

#navbar {
    width: 872px;
	margin: 0 auto;
	font-weight: bold;
	border-bottom: 2px solid #9493b1;
	text-align: center;
	color: #78821a;
        padding:5px 0 5px 0;
}
#navbar li {
display:inline;
}

#topImage {
	margin: 10px 0 0 53px;	
        border:1px solid black;
}

#content {
	width: 623px;
	min-height: 426px;
	height: auto !important;
	height: 426px;
	padding: 10px 10px 20px 65px;
	background: transparent url('images/BlueSpeed/main_bottom_left.gif') no-repeat 14px bottom;
        text-align:left;
}

#sidebar {
	width: 188px;
	background: transparent url('images/BlueSpeed/main_sidebar_right.gif') no-repeat top left;
	min-height: 426px;
	height: auto !important;
	height: 426px;
        text-align:left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar h4 {
font-size:15px;
        font-family: Arial, Helvetica, sans-serif;
}

#search {
    width: 167px;
    height: 37px;
	padding: 13px 2px 10px 5px;
}

#news {
    width: 157px;
	height: auto;
	padding: 0 5px 0 7px;
}

#bottom {
	width: 100%;
	height: 42px;
	margin: 0 auto;
	text-align: right;
	background: transparent url('images/BlueSpeed/footer_bg.png') no-repeat top center;
}

#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
        font-size:12px;
}

#footer a {
color:#50452b;
text-decoraton:uderline;
}

#footer a:hover {
color:#805e13;
text-decoration:none;
}

/* ---------- STYLES ---------- */

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

/* ---------- HEADER DIV ---------- */

#header h1, #header address{
	padding-left:45px;
	color: #fff;
        width:815px;
        margin:0;
        overflow:visible;
}

#header h1 {
        padding-top:15px;
        font-weight:normal;
        font-size:24px;
}

#header address {
	padding-top: 5px;
        font-size:13px;
}

/* ---------- CONTAINER DIV ---------- */

/* ---------- NAVBAR DIV ---------- */

#navbar p{
padding-top: 3px;
}

#navbar a, #navbar a:visited {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #78821a;
        text-decoration:none;
}

#navbar a:hover {
	color: #4236ec;
}

/* ---------- SEARCH DIV ---------- */

#search input.search_btn {
	vertical-align: top;
}

/* ---------- CONTENT DIV ---------- */

#content h2 {
    padding-bottom: 10px;
	font-weight: bold;
	color: #78821a;
}

/* ---------- BOTTOM DIV ---------- */

#bottom address {
    padding: 5px 40px 0px 0px;
	color: #fff;
}

/* ---------- SEARCH DIV ---------- */

#footer a, #footer a:visited {
	text-decoration: underline;
	color: #50452b;
}

.headline {
font-weight:bold;
font-size:18px;
color:#78821a;
}

.search_field {
padding:0;
}

.printlink {
font-size:11px;
}

.printlink a {
color:#5191cd
}

.bodysmallgrey {
font-size:11px;
}

.bodysmallgrey {
color:black;
}

a:hover {
text-decoration:none;
}