@charset "utf-8";
body  {
	background: #ede9de;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#toptile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 202px;
	background-image:url(/custom/themes/default/images/tile-top.gif);
	background-repeat: repeat-x;
	z-index: -1;
}

#container { 
	width: 850px;  
	margin: 0 auto; 
	text-align: left; 
} 

#header {
	position: relative;
	height: 44px;
	background-image:url(/custom/themes/default/images/header-tile.gif);
	background-repeat:repeat-y;
	z-index: 5;
} 

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}

#header #tagline {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 350px;
} 

#header #phone{
	position: absolute;
	top: 10px;
	left: 700px;
}
	


#contentwrap {
	width: 825px;
	background-image: url(/custom/themes/default/images/contenttile.gif);
	background-repeat:repeat-y;
}


#sidebar1 {
	float: left; 
	width: 300px; /* since this element is floated, a width must be given */
	padding: 0px;
}

#sidebar1 #navwrap {
	width: 280px;
	margin-left: 20px;
	border-top: 1px solid #ffffff;
	}

#navwrap #navbutton{
	background-image:url(/custom/themes/default/images/navbutton.gif);
	background-repeat:no-repeat;
	width: 250px;
	height: 22px;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0 0 30px;
}
#navwrap #navbutton h1{
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight:normal;
}


#navwrap #navbutton a 	{
	color: #ffffff;
	} 


#navwrap h2 {
	font-size: 11px;
	margin: 0px;
	font-weight: normal;
}


#sidebar1 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent {
	width: 490px;
	margin-left: 320px;
	padding: 15px 0 0 0;
	text-align:left;
}


#mainContent h2{
	font-size: 15px;	
	font-weight: bold
}  

#mainContent h3{
	font-size: 13px;
	font-weight: normal;	
} 


#hometxt {
	background-image:url(/custom/themes/default/images/hometext-tile.gif);
	background-repeat:no-repeat;
	height: 180px;
	width: 490px;
	line-height: 1.45em;
}


#mainContent #blueheader {
	width: 475px;
	padding: 5px;
	background-color: #223d57;
	text-align:left;
}

#mainContent #blueheader h1{
	margin: 0px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:normal;
}

#blueheaderwrap {
	width: 483px;
	height: 90px;
}	

#blueheaderwrap ul li{
	margin: 0 0 2px -10px;
	padding: 0px;
	
}	


#blueheaderwrap #stroke{
	border-top: 1px solid #ffffff;
}
	
	
#mainContent h1{
	margin: 0 0 3px 0;
	font-size: 16px;
	color: #ffffff;
	font-weight:normal;
	color: #223d57;
}

.fltlft1 { /* this class can be used to float an element left in your page */
	float: left;
	width: 185px;
	
}



#footer { 
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4f2204;
	border-top: 1px solid #ffffff;
	width: 805px;
	color: #ffffff;
	font-size: 11px;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 3px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
