@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
body {
	text-align: center;
	color: #111445;
	background-color: #e7e7e7;
	padding-top: 0;
	margin-top: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 10px;
	color: #325e4f;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 0 0 3px 0;
}

h3 {
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;
}

ul, li {
	margin: 0 0 0 5px;
	padding: 0 0 2px 7px;
}

.noBullets, .noBullets li {
	list-style-type: none;
	list-style-image: none;
    margin: 0;
    padding: 0;
}

input, textarea, select {
	border: 0;
	padding: 2px;
	vertical-align: middle;
}

.longerInput {
	width: 250px;
	padding: 2px;
	margin: 5px 0 5px 0;
	display: block;
	border: 1px solid #e1e1e1;
}

textarea {
	height: auto;
	min-height: inherit;
}

#wrapper {
	width: 860px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-image: url(../images/main_bgrnd.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 860px;
}

#printers a {
	padding: 0;
	display: block;
	float: left;
}

#topMenu {
	float: right;
}



#content {
	padding: 0 18px 10px 18px;	
}

.blockHldr {
}

.leftBlock {
	float: left;
	width: 409px;
	margin-right: 4px;
}

.testimon {
	background-image: url(../images/testimonials_bgrnd.jpg);
	background-repeat: no-repeat;
	width: 403px;
	height: 124px;
	margin-bottom: 10px;
}

.fullText {
	padding: 14px 8px 14px 8px;
	font-size: 14px;
}

.smallItalicText {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-right: 14px;
}

.fullLenght {
	width: 410px;
	margin-right: 3px;
}

.shortened {
	width: 100px;
}

.rightBlock {
	float: left;
	width: 410px;
}

.sepBlock {
	width: 410px;
	margin-bottom: 12px;
}

.sepBlockSilverHeader {
	height: 26px;
	background-image: url(../images/block_div_header_bgrnd.gif);
	background-repeat: no-repeat;
}

.sepBlockSilverBody {
	background-image: url(../images/block_div_bgrnd.gif);
	background-repeat: repeat-y;
	padding: 20px;
}

.sepBlockSilverFooter {
	height: 3px;
	background-image: url(../images/block_div_footer.gif);
	background-repeat: no-repeat;
}

.sepLeft {
	width: 50%;
	float: left;
}

.sepRight {
	width: 50%;
	float: left;
}

.sepLeft a, .sepRight a, .sepLeft a:link, .sepRight a:link , .sepLeft a:visited, .sepRight a:visited {
	color: #3a6858;
}

.sepBlockSilverHeader h2, .sepBlockWhiteHeader h2  {
	padding: 5px 2px 0 10px;
}
/* Additional blocks */

.rightImg {
	float: right;
	padding: 0 10px 0 5px;
}
.leftImg {
	float: left;
	padding: 0 5px 5px 0;
}

.tableHeader {
	background-image: url(../images/table_green_top.gif);
	background-repeat: no-repeat;
	height: 26px;
	color: white;
	font-weight: bold;
}

.tableHeader table {
	padding-top: 6px;
}

.smallIndent {
	padding-left: 8px;
}

.tableRowWhite {
	height: 37px;
}

.tableRowGrey {
	height: 37px;
	background-color: #f2f2f2;
}

/* Footer */

#footer {
	text-align: right;
	background-image: url(../images/footer_bgrnd.jpg);
	background-repeat: no-repeat;
	height: 82px;
}

#footer p {
	padding: 35px 30px 0 0;
	font-size: 11px;
}

#footer p, #footer p a {
	font-size: 11px;
	color: #6d7bd0;
}

.afterFooter {
	background-color: #e7e7e7;
}

.afterFooter p, .afterFooter p a {
	text-align: center;
	font-size: 11px;
	color: #808080;
}


.clearer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.middleAlign {
	text-align: center;
}

.noSidePadd {
	padding-left: 0;
	padding-right: 0;
}

.smallPaddingTop {
	padding-top: 6px;
}

.smallPaddingBottom {
	padding-bottom: 6px;
}

.microType {
	font-size: 9px;
	text-align: left;
}