@charset "UTF-8";

body {
	margin:0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #333;
}

td {
	line-height: 1.4em;
}

a:link, a:visited {
	color: #6600a1;
}

a:hover {
	color: #66CC00;
}

a:active {
	color: #9966CC;
}

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-top: 0px;
	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;
}

.titling {
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	color: #6600a1;
}

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;
}

blockquote {
	margin: 5px 20px;
}

.small {
	font-size: 9px;
}

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

.normal {
	font-weight: normal;
	font-size: 12px;
}

.larger {
	font-size: 1.1em;
}

#main {	
	background: url(../images/header_background.jpg) repeat-x left top;
	margin: 0px;
	paddding: 0px;
	width:100%;
	min-width: 850px;
	height:100%;
}

#page {
	background:url(../images/background_left_line.gif) repeat-y left top;	
	margin: 0px;
	paddding: 0px;
	height:100%;
	width:100%;
	min-width: 850px;
	}

#header {
	height: 101px;
	width: 100%;
}

#sectiontab {
	height: 101px;
	width: 300px;
	background: url(../images/header_tab_background.jpg) repeat-x left top;
	float: right;
}

#sectiontab_title {
	width: 260px;
	float: left;
}

#sectiontab_title img {
	margin-top:62px;
}

#leftbar {
	float: left;
	width: 176px;
	min-height:600px;
		
}

#titleline {
	font: bold 1.5em "Trebuchet MS", Geneva, Verdana, sans-serif;
	color: #6600a1;	
	padding: 10px 30px;
	text-align: right;
	clear:right;
	text-transform:uppercase;
}

#contentbody {
	display:table;
}

#content {
	clear: right;
	padding: 10px 50px 20px 20px;
	margin: auto;
	float: left;
}

#footer {
	font: normal 1.0em "Trebuchet MS", Geneva, Verdana, sans-serif;	
	clear: both;
	background:url(../images/background_left_line.gif) repeat-y left top;	
	text-align:right;
	padding-top: 10px;
	padding-right: 60px;	
	padding-bottom: 30px;
}

#footer ul {
	margin:0px;
	padding:0px;
}

#footer li {
	display: inline;
	padding: 2px 6px;
	border-right: 1px solid #6600a1;
}

.block {
	clear: both;
	float: left;
}

.subheading {
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;	
	position: relative;
	padding-left: 20px;
	font-weight:bold;
	height: 14px;
	margin-left: -5px;
}

.subred {
	background: url(../images/subhead_square_red.gif) no-repeat left top;
}

.subgreen {
	background: url(../images/subhead_square_green.gif) no-repeat left top;
}

.subclear {
	background: url(../images/subhead_square_clear.gif) no-repeat left top;
}

.splash {
	min-width: 850px;
	margin: auto;
}

.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: 90px;
	text-align: center;
	display:inline;
}
			
.clientlogo {
	max-width: 90px;
	padding: 0px 10px;
	margin: auto;
}		

textarea, input {
	border: 1px solid #999;
	background-color: #fffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;	
}

textarea {
	font-size: .9em;
}

.bumpdown {
	margin: 6px 0px;
}

