   
/* default styles
   -------------- */
  
body {
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	background: #fff;
	color: #333333;
	background-image: url(stripe_2.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 0px 0;
	padding-left: 5px;
	background-position: bottom-left;
}

h1 {
	font: bold 40px;
	padding: 15px 0px 0px 0px;
	color: #464548;
	margin: 15px;
	line-height: 0.9em;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	color: #FF8C00;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	color: #000000;
}


/* a and a:hover needed here for the webinterface page */
	a {
	font-weight: bold;
	color: #FF8C00;
	background: inherit;
	text-decoration: none;
	}

	a:hover {
	color: #C3593C;
	}



/* layout
   ------ */

.content {
	margin: 0px auto 0 auto;
	width: 1050px;
	background-color: #FFFFFF;
	border-left: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
}

.header {
	/*	margin: 10px auto; */
	width: 1050px;
	height: 180px;
}


.logo {
	float: left;
	width: 260px;
	padding-left: 25px;
/*	padding: 10px 0 11px 10px; */
}

/*
.header_right {
	float: right;
	width: 440px;
	height: 170px;
	position: absolute;
	margin: auto;
}
*/

.header_right {
	width: 600px;
	top: 0;
	right: 0px;
	margin-top: auto;
	height: 180px;
	float: right;
	padding-right: 70px;
  }
  


/* menu */

.menutitle {
	text-align: center;
	font-size: 38px;
	color: #808080;
	padding: 20px 0px 8px 0px;
	font-weight: bold;
}

.menucontact {
	text-align: center;
	font-size: 20px;
	color: #808080;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

	.menucontact a { 
		font-weight: bold;
		color: #808080;
		background: inherit;
		text-decoration: none;	
	}

	.menucontact a:hover {
	color: #C3593C;
	}


.menu {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 10px;

/*	height: 30px; 
	margin: 40px 0 5px 0;
*/
}

	.menu li {
	padding: 0px 0px 8px 10px;
	color: #808080;
	background: #FFF;
	display: inline;
	font-size: 18px;
	}
	
	.menu a { 
		font-weight: bold;
		color: #FF8C00;
		background: inherit;
		text-decoration:none;	
	}

	.menu a:hover {
	color: #C3593C;
	background: inherit;	
	}




/*
 a {
	color: #FF8C00; 
	background: inherit;
}

/* a:hover {
	color: #C3593C;
	background: inherit;	
}


/* not sure if this highlights the page you are on in the menu */	
a.title {
	color: #FE6700;
	background: #FFF;
}




/* main content */
.main {
	width: 1050px;
	height: 315px;
	float: left;
}

.mainimage {
	float: left;
	width: 260px;
	padding-left: 35px;
	border-top: 10px;
/*	padding: 10px 0 11px 10px; */
}

.mainright {
	width: 720px;
	text-align: center;
	padding: 0px 0px 8px 0px;
	float: right;
	height: auto;
	background-image: url(bg_container_702px.PNG);
	background-repeat: no-repeat;
	padding-right: 20px;
}

.table {
	width: 550px;
	float: right;
	height: auto;
	padding-top: 5px;
	padding-right: 85px;
	padding-left: 75px;
}

	.table p  {
	margin: 0 0 5px 0;
	font: bold;
	font-size: 18px;
	color: #FF8C00;

	}
	

.column  {
	width: 165px;
	float: left;
	height: auto;
	text-align: left;
	margin-left: 10px;
}

.cell  {
	width: 80px;
	text-align: left;
	height: 275px;
}

.textbox {
	width: 600px;
	float: left;
	height: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 60px;
	text-align: left;
}


/*quote section */
.quote {
	text-align: center;
	width: 1050px;
	font-size: 24px;
	color: #464548;
	background: inherit;
	float: left;
	height: auto;
	padding-top: 5px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
}

/* Boxes */

.boxes {
	text-align: center;
	width: 1050px;
	height: auto;
	font-size: 20px;
	color: #FF9933;
	background: inherit;
	float: left;
}

.box {
	margin: 5px 0 0 20px;
	height: 320px;
	width: 320px;
	float: left;
	font-size: 16px;
	color: #000000;
	text-align: left;
	background-image: url(bg_box.gif);
}

.boximage {
	float: left;
	margin: 0px 9px 5px 0px;
	padding-left: 10px;
	padding-top: 10px;
}

.boxtitle {
	float: left;
	padding-top: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}	

/*
.boxarticle {
	width: auto;
	padding: 15px 15px;
	color: #000000;
	text-align: left;
	float: left;
}
*/

.boxarticle {
	color: #000000;
	text-align: left;
	float: left;
	padding-left: 5px;
	width: 300px;
}





.boxlinks {
	width: 300px;
	padding: 5px 0 5px 5px;
	text-align: right;
	float: left;
}

	.boxlinks a {
	font-weight: bold;
	color: #FF8C00;
	background: inherit;
	text-decoration: none;
	}

	.boxlinks a:hover {
	color: #C3593C;
	background: inherit;
	}


/* phone descriptions
   ------ */
.phones {
	width: 1000px;
	height: auto;
	float: left;
}

.phoneimage {
	float: left;
	width: auto;
	padding-left: 100px;
	border-top: 10px;
	margin-top: 15px;
	padding-top: 40px;
/*	padding: 10px 0 11px 10px; */
}

.phonedescription {
	width: 500px;
	text-align: left;
	padding: 0px 0px 10px 50px;
	float: left;
	height: auto;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-width: 1px;
	margin-top: 15px;
}








/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	color: #333333;
	padding: 8px 0;
	height: auto;
}

.footer a {
	color: #FF8C00;
	background: inherit;
}


.website_bottom {
	background: url(website_bottom.gif) no-repeat top left;
	height: 19px;
	width: 1052px;
	margin: 0px auto 15px auto;
	}


.website_top {
	background: url(website_top.gif) no-repeat top left;
	height: 19px;
	width: 1052px;
	margin: 15px auto 0 auto;
	}

















/*

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}




h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}



ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 145px; 
	height: 22px;
	border: none;
	background: #fff url(input.gif) no-repeat; 
	padding: 5px 10px 0 25px;
	color: #808080;
}

input.button {
	border: 0;
	height: 27px;
	width: 76px;
	background: #ABC43C url(button.gif) no-repeat;
	color: #FFF;
	font: bold 15px Arial, Helvetica, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(logininput.gif); 
	padding: 4px; 
}












.logo p {
	font-size: 15px;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}




	

.slogan {
	text-align: right;
	width: 160px;
}


.bar { 
	text-align: right;
	font-size: 15px;
	height: 30px; 
	margin: 40px 0 5px 0;
}


	.bar li { 
		
		padding: 0px 0px 8px 10px;
		color: #808080;
		background: #FFF;
		display: inline;
	}
	
	.bar li.active { 
		background: #FFF url(bar.gif) no-repeat center bottom; 
		color: #C3593C;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #4444; 
		background: inherit;	
	} 






.search_field { 
	text-align: right;
	float: right;
	clear: both;
	padding: 10px -10px 0 0;
}

.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	background: inherit;
	
}

.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.newsletter {
	float: left;
	height: 33px;
	padding: 0px 10px 0 10px;
	width: 255px;
	background: #6E6E6E 
	color: #FFF;
}

.subheader {
	float: right;
	width: 470px;
	margin: 0px 0px 10px 0px;
	padding: 6px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */
/*
.left {
	float: left;
	width: 490px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.lt {
	height: 10px;
	background: #6E6E6E url(lt.gif) no-repeat;
	color: #FFF;
	width: 235px;
	float: left;
	}
	
	.lbox {
		color: #eee;
		padding: 3px 12px;
		margin: 0 0 15px 0;
		background: #6E6E6E url(lb.gif) no-repeat bottom left;
		height: 178px;
	}
	
	.lbox a {
		color: #FFFCD1;
		background: inherit;
	}
	
	.lbox h2 {
		color: #FFF;
		background: #6E6E6E;
	}
	
	
.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #6e6e6e;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* right side
   ---------- */
		
/* right side
   ---------- */
/*		
.right {
	float: right;
	width: 245px;
	margin: 0 0 10px 0;
}

.right a {
	color: #FFFCD1;
	background: inherit;
}

		
	.rt {
		background: #C85E35 url(rt.gif) no-repeat;
		color: #FFF;
		height: 7px;
	}
		
	.right_articles {
	font-size: 0.9em;
	background: #C85E35 url(rb.jpg) no-repeat bottom;
	color: #FFFFFF;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	}
	
	
	.image {
	float: left;
	margin: 0 9px 3px 0;
}		
