/*
	light blue: #009FC6
	dark blue:  #002B72
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #ccc;
	color: #555;
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	}
main_text_ul {
	padding: 25px 0 25px 25px;
		margin: 8px 8px 8px 8px;
		}
	
main_text_li {
padding: 25px 0 25px 25px;
	}
#wrapper, #bottombox {
	width: 782px;
	background: #fff url("../images/gradient.jpg") left bottom repeat-x;
	margin: 8px auto 20px auto;
	border: 1px solid #333;
	min-height: 436px;
	position: relative;
	}

#bottombox:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	height: 1px;
	}
	
#header logo {
	float: right;
	color: #013379;
	font-size: 1.5em;
	text-transform: capitalize;
	padding: 10px 25px;
	}

#header .freephone {
	float: left;
	color: #009FC6;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	padding: 14px 25px 4px 25px;
	line-height: 41px;
	vertical-align: middle;
	}
	
#logo {
	float: right;
	height: 50px;
	width: 200px;
	margin-top: 10px;

	}

#flashbanner {
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#menu {
	border-bottom: 1px solid #fff;
	list-style: none;
	min-height: 2em;
	background-color: #003278;
	font-size: 0.8em;
	}

#menu li {
	float: left;
	color: #fff;
	text-align: center;
	width: 96px;
	border-left: 1px solid #fff;
	height: 40px;
	}

#menu li.first {
	border: none;
	}

#menu li a {
	display: block;
	height: 100%;
	line-height: 1.6em;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0;
	}

#menu li a.selected {
	color: #009fc6;
	}

#menu li a:hover {
	text-decoration: underline;
	text-align: center;
	}

#menu:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	height: 1px;
	}
	


#menu:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	height: 1px;
	}

 {
	clear: both;
	padding-bottom: 2em;
	}

 a {
	color: #437DFA;
	text-decoration: underline;
	}

 a:hover {
	text-decoration: none;
	text-align: left;
	}

.spacer {
	clear: both;
	height: 0;

	}

 .maintext {
	float: left;
	padding: 25px 0 25px 25px;
	width: 435px;
	}
	
	.bottomcontainer {
	width: 435px;
	color: #666666;
	padding: 10px 0px 25px 25px;
	float: left;
	}
	
 .maintext ul{

	padding: 0px 0 0px 25px;
		margin: 0px 8px 0px 8px;

	}	
.bottomcontainer ul{

padding: 0px 0 0px 25px;
}	

#home-page .maintext {
	
	float: left;
	}

 .subtext {
	float: right;
	padding: 45px 25px 25px 0;
	width: 259px;
	}

 h2,  h3,  p {
	margin-bottom: 0.5em;
	}

h1 {
	color: #666666;
	font-size: 1.7em;
	line-height: 45px;
	}

h2 {
	color: #009FC6;
	font-size: 1.3em;
	}

h4 {
	color: #009FC6;
	font-size: 1.1em;
	font-style: italic;
	}

.specialoffer {
	color: #009FC6;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}

.subtext h3 {
	color: #666;
	font-style: normal;
	}

.subtext img {
	margin-top: 0.7em;
	}

#home-page .subtext img {
	margin: 0;
	}

#home-page .specialoffer img {
	margin: 0;
	}

#footer {
	clear: both;
	width: 750px;
	color: #666666;
	padding: 12px 5px;
	font-size: 0.95em;
	margin: 5px auto;
	height: 12px;
	}

#footer .copyright {
	float: left;
	}

#footer .disclaimer {
	float: right;
	}

.disclaimer a {
	margin-left: 25px;
	color: #747DFB;
	}

#machine-list {
	padding-bottom: 2em;
	}

#machine-list:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 1px;
	}

#machine-list dt {
	float: left;
	clear: left;
	width: 12em;
	margin-right: 1em;
	}

/*#machine-list dt:after {
	content: " -";
	}*/

/*#machine-list dd {
	clear: right;
	float: left;
	}*/

#office .maintext {
	font-size: 0.95em;
		width: 465px;
	}

.contact-details {
	font-size: 1.25em;
	line-height: 250%;
	margin: 2em 0;
	}

.contact-details dt {
	float: left;
	clear: left;
	width: 7em;
	}

.contact-details dd {
	/*float: left;*/
	color: #009FC6;
	}

.contact-details dd a {
	color: #009FC6;
	}

#contact-form label {
	float: left;
	width: 7em;
	clear: left;
	}

#contact-form input, #contact-form textarea {
	float: left;
	width: 15em;
	clear: right;
	margin-bottom: 1em;
	font: 0.9em Arial, Helvetica, sans-serif;
	border: solid 1px #999;
	padding: 2px;
	}

#contact-form div.submit {
	padding-right: 1em;
	text-align: right;
	clear: both;
	}

#contact-form div.submit input {
	width: auto;
	float: none;
	margin-top: -5px;
	}

#contact-form br {
	clear: left;
	}

a.close-window {
	color: #009FC6;
	}

ul.sitemap {
	font-size: 1.1em;
	margin-left: 3em;
	}

.sitemap li {
	font-weight: bold;
	font-size: 1.2em;
	}

.sitemap ul {
	font-weight: normal;
	font-size: 0.7em;
	margin-left: 3em;
	}

.sitemap ul * {
	font-weight: normal;
	}
	
#submenu {
	text-align: center;
	margin: 10px 0 -10px 0;
	}
	
.buttons {
	list-style:none;
	text-align:center;
	display: table;
	}
	
.buttons li {
	display: inline;
	height:100px;
	width:100px;
	margin: 5px;
	text-align: center;
	}
	
		
#submenu ul {
	margin:0;
	}
	
#submenu li {
	text-align: center;
	display:inline;
	list-style:none;
	margin: 0 3px;
	}

.imgright {
	float:right;
	}

#newsletter {
	background: url(../images/newsletter-bg.jpg) no-repeat top;
	padding: 10px 10px 0 10px;
	text-align:left;
	color:#006582;
	font-size:1em;
	line-height:1.2em;
	height: 145px;
	}
	
#external_resources {
	background: url(../images/external-bg.jpg) no-repeat top;
	padding: 10px 10px 0 10px;
	margin-top: 5px;
	text-align:left;
	color:#006582;
	font-size:1em;
	line-height:1.2em;
	height: 233px;
	
	}
	
#newsletter input {
	float:right;
	width: 170px;
	width: 180px;
	margin-right: 5px;
	}
	
#newsletter label {
	float:left;
	width: 40px;
	height: 30px;
	}

.style4 {font-size: 10px}	

#links {
	text-align:left;
	width:782px;
	font-size: 0.75em;
	padding: 15px 0 5px 15px;
	clear: both;
	
	}
	#links_a{
	width:260px;
	text-align:left;
	font-size: 0.75em;
	padding: 15px 0 5px 0;
	float:left;
	}
	#links_b {
	width:260px;
	text-align:left;
	font-size: 0.75em;
	padding: 15px 0 5px 0;
		float:left;
	
	}
	#links_c {
	width:260px;
	text-align:left;
	font-size: 0.75em;
	padding: 15px 0 5px 0;
		float:left;
	
	}
	
#links li {
	list-style:none;
	float:left;
	margin-left:15px;
	margin-right:-2px;
	}
	
#links a {
	color:#437DFA;
	}

#links a:hover {
	color:#666666;
	}

#links-box {
	float: right;
	width: 200px;
	margin: 15px 15px 25px 25px;
	padding: 20px;
	}
	
#links-box li {
	list-style-image:url(../images/bullet.gif);
	margin-left: 20px;
	margin-bottom: 5px;
	}
.red {color: #FF0000}
.galtxt {
	left: 10px;
	padding: 5px;
}
