body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 100%;
}

	
p, table, div, ul, ol {  
		font-size:11px;
		line-height: 150%;}
	
/*** ---------------- wrappers ----------------- ***/	
#wrapper {
		margin-left: auto; 
		margin-right: auto;
		width: 100%;
		text-align: center;
		}	

#pagebg {
	background-image: url("../images/page_bg.gif");	
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 100%;
	padding: 0px;	

	}
* html #pagebg {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}		
	
#head { 
		margin: 0 auto;
		padding: 0px;
		width: 900px;
		
		 }

#contentwrapper { 
			width: 900px;
			margin: 0px auto;
			padding: 0px; 
			min-height: 100%;
			text-align: left;
			background-image: url("../images/bg_grad.jpg");
			background-repeat: repeat-x;
			background-position: right top;
			overflow: hidden;
			 }		
* html #contentwrapper {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#foot {
	clear: both;
	margin: 0 auto;	
	height: 180px;
	width: 900px;
	text-align: center;
	padding-top: 60px;
	background: url("../images/foot_image.jpg") top center no-repeat;
}



/*** ---------------- start Columns ----------------- ***/			
			
#side   { float: left; 
		width: 200px;  
		margin: 0 auto; 
        padding: 0px 0px 20px 0px;
		min-height: 100%;
		position:relative;
		background-color: #94C6C8;
			}
#side_upper   { float: left; 
		width: 100%;  
		margin: 0 auto; 
        padding: 70px 0px 5px 0px;
		min-height: 100px;
		position:relative;
		background: #70B3B5 url("../images/products.gif") top center no-repeat;
			}
#side_lower   { float: left; 
		width: 100%;  
		margin: 0 auto; 
        padding: 50px 0px 0px 0px;
		min-height: 20px;
		position:relative;
		background: #94C6C8 url("../images/branches.gif") top center no-repeat;
			}

* html #side {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}		

#middle {
		float: left;
		width: 455px;
		vertical-align:top;
		margin: 0 auto;
		padding: 2px 20px 20px 20px;
		height: 100%; 
		}	

		
#right    { float: right; 
			width: 175px; 
			text-align: left; 
			margin: 0; 
            padding: 0px 10px 0px 10px;
			border-left:1px dotted #999;
			 }	

#branch_select {
			float: right; 
			width: 250px; 
			text-align: right; 
			margin: 0; 
            padding: 0px 10px 20px 10px;
			color:#999;
			border-left:0px;
			 }	


#centercolumn   { float: right; 
			width: 650px; 
			margin: 0 auto;
            padding: 2px 10px 10px 2px;
			 }	
 	 
			 	
#crumbs { float: left; position:relative; padding: 30px 0px 30px 30px; width: 650px; }
#homecrumbs { float: left; position:relative; padding: 25px 0px 10px 30px; width: 650px; }
#topmenu { padding: 50px 10px 10px 0px; text-align:right; font-size:10px;}		


/*** ---------------- TEXT FORMATTING ----------------- ***/	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #555;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006D73;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #777;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006D73;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.number {
	font-size: 14px;
	font-weight: bold;
	color: #006D73;
	padding: 3px;
}

a, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006D73;
	text-decoration: underline;
}
a:hover {
	color: #555;
	text-decoration: underline;
}

a.wh, a.wh:visited, a.wh:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

a.wh:hover {
	color: #fff;
	text-decoration: underline;
}

.white { color: #fff;}

.grey { color: #999;
	text-decoration:none;
}
.grey:hover {
	text-decoration:none;
}
.grey:visited {
	color: #999;
	text-decoration:none;
}

span.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006D73;
}
	
li {  color: #555; margin-left: -18px; line-height: 18px;  }

ul { list-style: outside url(../images/bullet_grn.gif); margin-top: 0px; font-size: 11px; margin-left: 40px; margin-right: 10px; margin-bottom: 0px; padding: 0px; line-height: 11px; line-height: 15px;}
	
li.nav {  color: #fff; margin-left: -18px; line-height: 18px; margin-bottom: 3px;}

ul.nav { list-style: outside url(../images/bullet_grn.gif); margin-top: 0px; font-size: 11px; margin-left: 40px; margin-right: 10px; margin-bottom: 0px; padding: 0px; line-height: 11px; line-height: 15px;}

ol { margin-top: 0px; font-size: 11px; margin-left: 40px; margin-right: 10px; margin-bottom: 0px; padding: 0px; line-height: 11px; line-height: 15px;}

ol li.nav { color: #fff; margin-left: -18px; line-height: 18px; margin-bottom: 3px;}

ol li { color: #555; margin-left: -18px; line-height: 18px;  }

ol.nav { margin-top: 0px; font-size: 11px; margin-left: 40px; margin-right: 10px; margin-bottom: 0px; padding: 0px; line-height: 11px; line-height: 15px;}

hr {
	color: #ccc;
	border-style: solid;
	background-color: #ccc;
	height: 1px;
	}

.clear { clear: both;
         display: block;     
         height: 0;          
         visibility: hidden; }

select, input, menu, list, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
}
select.search, input.search  {
	width: 145px;
}
option.state  {
	color: #999;
}
option.branch  {
	color: #000;
}


.border {border-width: 1px;
	border-style: solid;
	padding: 2px;
	border-color: #cccccc; }

#print-logo {display:none;}
table { padding: 2px;}
