@charset "UTF-8";

body {
	margin:0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #555;
}

a {
	color: #6600a1;
	text-decoration: underline;
}


h1 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	color: #6600a1;
	margin-bottom: 14px;
	text-align:left;
}

h2 {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	color: #6600a1;
	margin-bottom: 12px;
}

h3 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	color: #6600a1;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4 {
	font-size 1.0em;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	color: #6600a1;
	margin-bottom: 8px;
}

h5 {
	font-size: .9em;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	color: #6600a1;
	margin-bottom: 6px;
}

h6 {
	font-size: .8em;
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	color: #6600a1;
	margin-bottom: 4px;
}


ul {
	padding: 0px 25px;
}

li {
	list-style: square;
	clear: left;
	font-size: 1.0em;
	margin-bottom: 6px;
	line-height: 1.2em;
}

ul.clean li {
	list-style: none;
}

ul.liners li {
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.vsep {
	padding: 5px 0px;
}

.smaller {
	font-size: .85em;
}



#header {
	height: 60px;
	width: 100%;
	background-image:url(../images/print_logoheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#sectiontab {
	display: none;
}

#sectiontab_title {
	display: none;
}

#leftbar {
	display: none;	
}

#titleline {
	font: bold 1.5em "Trebuchet MS", Geneva, Verdana;
	color: #6600a1;	
	text-align: left;
	border-bottom: 1px solid #6600a1;
}

#content {
	clear: both;
	padding: 15px 0px;
}

#footer {
	border-top: 1px solid #6600a1;	
}

#footer li {
	display: none;
}


.logoicon {
	float: left;
	margin-right: 8px;
	border: 0px;	
	clear: left;
}


#clientlogos {
	cursor: pointer;
}
			
.logobox {
	min-width: 70px;
	max-width: 100px;
	min-height: 30px;
	max-height: 60px;
	text-align: center;
	display:inline;
}
			
.clientlogo {
	max-width: 90px;
	padding: 10px;
	margin: auto;
}		