/* CSS Document */
/* text-align center aligns entire page to center for IE */

body {
	font-family: verdana, helvetica, geneva, sans-serif;
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
	background: #ffffff;
	color: #666666;
	text-align: center;
	background-image:     url(../images/background.jpg); 
	background-repeat: repeat-x;
	}		
	
/* standard link styles correct order - link, visited, hover, active */

a:link { 
	font-family: verdana, helvetica, geneva, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	color: #2B5B8C;
	}
	
a:visited {
	font-family: verdana, helvetica, geneva, sans-serif;  
	font-weight: bold; 
	text-decoration: none; 
	color: #2B5B8C;
	}
	
a:hover { 
	font-family: verdana, helvetica, geneva, sans-serif; 
	text-decoration: none; 
	color: #2B5B8C;
	background: #C3DC80;
	}
	
a:active { 
	font-family: verdana, helvetica, geneva, sans-serif; 
	text-decoration: none; 
	color: #2B5B8C;
	}

.home a:link {
color: #ffffff;
}

.home a:visited {
color: #ffffff;
}

.home a:hover {
color: #2B5B8C;
background: #C3DC80;
}

.home a:active {
color: #ffffff;
}

/* LAYOUT - WRAPPER */


#wrapper {
margin-left:auto;
	margin-right: auto;
	width:860px;
}

/* LAYOUT - HEADER */

/* text-align left fixes so text throughout page is not centered from body tag above for IE fix*/

#topbar {
position: relative;
	text-align: left;
    width:860px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	min-width: 860px;
	height: 30px;
	font-size: 10px;
	color: #ffffff;
}


#header {
	position: relative;
	text-align: left;
    width:860px;
	top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 85px;
	}

#logo {
position: relative;
}

.morris {
padding-top: 10px;
color: #145387;
font-size: 30px;
margin-left: 60px;
font-weight: bold;
letter-spacing: -.5px;
font-family: Arial, Helvetica, sans-serif;
}

.quality {
color: #145387;
font-size: 18px;
margin-left: 60px;
font-weight: bold;
letter-spacing: -.5px;
font-family: trebuchet, 'trebuchet ms', verdana, helvetica, geneva, sans-serif; 
}
	
#topnav {
margin-top: 20px;
 width: 860px;
}



/* Top Navigation Layout & Formatting */



#nav {
	position:relative;
	width: 860px;
	padding: 0;	
}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding-left: 0px;	
}
#nav li a {
font-family: trebuchet, 'trebuchet ms', verdana, helvetica, geneva, sans-serif; 
float: left;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	}

#nav li a:hover {
	color: #2B5B8C;
	font-weight: bold;
	background: #C3DC80;

	}
#nav li a.active {
	color: #2B5B8C;
	font-weight: strong;
	}
	
	
/* LAYOUT - SIDE NAV & CONTENT */


#topcurve {
margin-left:auto;
margin-right: auto;
height: 12px;
width: 860px;
background:  url(../images/curvetop.gif) no-repeat bottom left;
}

#contentwrapper {
width: 860px;
height: auto;
background:  url(../images/whiteback.gif) repeat-y left; 
}

#homewrapper {
width: 860px;
height: auto;
}

#sidebar {
width: 250px;
text-align: left;
position: relative;
float: left;
font-size: 11px;
}

/* Sidebar Bullet Layout for Homepage */
#homeitems {
display:inline;
}

#homeitems ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#homeitems ul li {
	display: inline;
	margin:0;
	padding:0
}
#homeitems li{
	list-style: none;

}

#homeitems ul li a {
	display: block;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

#homeitems p {
margin-left: 25px;
margin-top: 0px;
margin-right: 10px;
line-height: 1.3;}

/* Side Navigation Bullet Layout */

/* negative text indent used for lines that wrap with margin left setting the indent */
				
#sidenav ul {
		list-style: none;
		padding: 0;
		text-indent: 0px;
		font-size: 12px;
		margin-left: 10px;
	line-height: 13px;
	width: 200px;
		}

ul.subnode {
margin-top: 10px;
list-style: none;
		padding: 0;
		text-indent: 0px;
margin-left: -20px;
width: 150px;
font-size: 11px;
}



#sidenav li, #sidenav-gen li {
list-style-image: none;
		list-style-type: none;
		border-width: 0px 0px 0px 10px;
	border-style: solid;
	border-color: #89AC51;
	margin-right: 0px;
	margin-bottom: 1px;
	padding: 7px;
	width: 206px;
	text-align: right;
		background: #366E9C url(../images/sidenavgrad.jpg) repeat-y; 
		}

#sidenav li.newitem {
background: #B81137 url(../images/newitem_sidenavgrad.jpg) repeat-y; 
}

li.subnode, li.subnode-gen {
list-style-image: none;
list-style-type: none;
margin-left: -27px;
border: 0;
width: 150px;
font-size: 10px;
}
		
#sidenav li a:link { 
	font-family: arial, verdana, helvetica, geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
	
#sidenav li a:visited {
	font-family: arial, verdana, helvetica, geneva, sans-serif;  
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
	
#sidenav li a:hover { 
	font-family: arial, verdana, helvetica, geneva, sans-serif; 
	text-decoration: none;
	color: #C5E3A8;
	background: transparent;
	}
	
#sidenav li a:active { 
	font-family: arial, verdana, helvetica, geneva, sans-serif; 
	text-decoration: underline; 
	color: #FFFFFF;
	}
		
#contentarea {
width: 610px;
margin-top: 20px;
text-align: left;
position: relative;
float: left;
}

#contentarea p {
margin-top: 0px;
margin-left: 15px;
margin-right: 15px;
font-size: 10px; 
}



#singlecol {
position: relative;
}

#singlecol p {
margin-top: 5px;
margin-left: 25px;
margin-right: 35px;
padding-bottom: 5px;
font-size: 12px;
line-height: 1.5;
}

#singlecol td {
font-size: 12px;
}

#singlecol ul {
margin-top: 0px;
margin-right: 75px;
}

#singlecol li {
	position: relative;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 5px;
	left: 35px;

}

#adrequest tr {
font-size: 11px;
line-height: 1.3;
list-style: none;
background: #EDF8FA;
margin-bottom: 1px;
}

#adrequest tr.highlight {
font-size: 11px;
line-height: 1.3;
list-style: none;
background: #CFECF1;
margin-bottom: 1px;
}

#adrequest tr.form_space {
font-size: 11px;
line-height: 1.3;
list-style: none;
background: #FFFFFF;
margin-bottom: 1px;
}

#adrequest tr.form_heads {
font-size: 16px;
color: #ffffff;
line-height: 1.3;
list-style: none;
background: #2B5B8C;
font-weight: bold;
}

.odd {
font-size: 11px;
line-height: 1.3;
list-style: none;
background: #EDF8FA;
padding: 8px;
margin-bottom: 1px;
}

.even {
font-size: 11px;
line-height: 1.3;
list-style: none;
background: #F5F9E3;
padding: 8px;
margin-bottom: 1px;
}

.column {
position: relative;
float: left;
width: 300px;
}

.gray {
background:  url(../images/graygrad.jpg) no-repeat;
margin-left: 15px; 
margin-top: 0px;
padding-top: 10px;
}

.green {
background:  url(../images/greengrad.jpg) no-repeat top right;
margin-left: 15px; 
margin-top: 0px;
padding-top: 10px;
}

#distributors {
margin-left: 15px;
float: left;
background:  url(../images/bluebox.jpg) no-repeat; 
width: 225px;
}

#customers {
margin-left: 15px;
float: left;
background:  url(../images/greenbox.jpg) no-repeat; 
width: 225px;
}

#footer {
background:  url(../images/footergrad.gif) no-repeat; 
height: 50px;
}

#footermap {
border-top: #DCEFF4 solid 5px;
border-bottom: #DCEFF4 solid 5px;
text-align: left;
font-size: 12px;
line-height: 1.3;
}

	
#footercontact {
text-align: right; 
font-size: 11px;
color: #999999;
font-weight: bold;
margin-bottom: 10px;
margin-top: 5px;
}

/* FONT Formatting */

p, br, ul, li, td, b, u, i, th {
font-family: verdana, arial, helvetica, geneva, sans-serif;
	}

	
h1, h2, h3, h5, h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}

/* H1 for Page Headers */
h1 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 36px; 
letter-spacing: -.5px;
font-weight: bold; 
color: #124772;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 0px;
margin-top: 0px;
border-bottom: 5px solid #ececec; 
}

/* H2 for Page Secondary Headers */
h2 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 18px; 
text-transform: uppercase;
font-weight: bold; 
color: #999999;
margin-left: 25px;
margin-right: 15px;
margin-bottom: 0px;
margin-top: 10px;
padding-top: 10px;
line-height: 1.0;
}

/* H3 for Page Tertiary Headers */
h3 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 15px; 
font-weight: bold; 
color: #124772;
margin-left: 25px;
margin-right: 15px;
margin-bottom: 0px;
margin-top: 20px;
padding-top: 10px;
border-top: 1px dotted #999999;
}

/* H4 for Sidenavigation Main Header */
h4 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 26px; 
letter-spacing: -.5px;
font-weight: bold; 
color: #89AC51;
margin-left: 10px;
margin-bottom: -12px;
margin-top: 0px;
}

/* H5 for Sidenavigation Secondary Header */
h5 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 16px; 
letter-spacing: -.5px;
font-weight: bold; 
color: #89AC51;
margin-left: 10px;
margin-bottom: -15px;
margin-top: 0px;
}

/* H6 for HomePage Box Headers */
h6 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 18px; 
letter-spacing: -.5px;
font-weight: normal; 
color: #89AC51;
margin-left: 15px;
margin-bottom: 0px;
margin-top: 10px;
line-height: 1.1;
}

.bordered {
border: solid 5px #ececec;
padding: 1px;
margin-left: 10px;
margin-right: 10px;
}



ul.home {
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-size: 11px; 
color: #ffffff;
list-style: none;
margin-top: 0px;
margin-left: -20px;
margin-bottom: 10px;
width: 190px;
padding-left: 0px;
}


#singlecol p.small {
font-size: 9px;
line-height: 1.2;
}
