body {
	background-color:#191919;
	padding:0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#707070;
	font-size:77%;
}
#content {
	background-image:url(../images/background_content.png);
	background-repeat:repeat-x;
	background-color:#FFF;
}
#header {
	height:154px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:right;
}
#header_title {
	position:absolute;
	top:65px;
	font-weight:bold;
	color:#FFF;
	font-size:210%;
	padding-left:10px;
}
#header_menu {
	position:absolute;
	top:121px;
	color:#FFF;
	font-size:120%;
	padding-left:10px;
}
#header_menu ul, #header_menu li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header_menu ul li {
	padding-right:20px;
}
#header_menu ul li a, #header_title a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#header_menu ul li a:hover {
	color:#191919;
}

#mainContent {
	padding-top:24px;
	padding-bottom:20px;
	position:relative;
}
#mainContent p {
	line-height:220%;
	font-size:100%;
}
.mainContentPadding {
	padding-left:10px;
	padding-right:10px;
}
#mainContent a {
	font-weight:bold;
	color:#569beb;
}
#mainContent a:hover {
	color:#333;
}
.setPanelWidth {
	width:960px;
	margin:0 auto;
}
		
#footer {
	color:#4a4a4a;
	background-image:url(../images/background_footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:11px;
	padding-bottom:12px;
	font-size:80%;
}
#footerLeft {
	width: 740px;
	padding-left:10px;
	text-align:left;
	float:left;
}
#footerRight {
	width: 200px;
	padding-right:10px;
	text-align:right;
	float:left;
}

.clearBoth {
	clear:both;
}
.mjf {
	font-weight:bold;
	color:#569beb;
	text-transform:lowercase;
}

.contentColumn {
	width:460px;
	float:left;
	padding-right:10px;
}

.contentArea {
	padding-right:20px;
	padding-top:8px;
}

.clientImagesTwo {
	height:250px;
	float:left;
	z-index:10;
	margin-bottom:-45px;
	_margin-bottom:0px;
	padding-top:28px;
	_padding-top:18px;
}
.clientImagesThree {
	height:140px;
	margin-bottom:-20px;
	float:left;
}
.clientImagesTwo img, .clientImagesThree img {
	border:none;
}
.imageLarge {
	margin-right:16px;
	width:222px;
	float:left;
}
.imageSmall {
	width:142px;
	float:left;
	margin-right:17px;
}
.imageLast {
	margin-right:0px;
}
.clientFeatures {
	_margin-top:-45px;
}
.clientFeatures ul li {
	list-style:url(../images/bullet.png);

	line-height:180%;
}
.clientFooter {
	font-size:110%;
	padding-bottom:10px;
	padding-top:10px;
}

		.client {
				margin-right:10px;
				width:222px;
				float:left;
				text-align:center;
				padding-bottom:12px;
			}
			.client a, .client img {
				border:none;
			}
			.clientImage {
				width:222px;
				height:195px;
			}
			.clientTitle {
				margin-top:-20px;
			}
			.clientLast {
				margin-right:0px;
			}



h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	color:#569beb;
	text-transform:lowercase;
}
h1 {
	font-size:230%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:130%;
}








form {
	padding-left:25px;
	[if Gecko] margin-top:20px;
}
.form_row {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
.form_set {
	float:left;
	padding-bottom:3px;
	[if Gecko]padding-top:6px;
}
.form_set_option {
	clear:right;
	margin-left:10px;
}
.form_set_option input {
	border:none;
	background:none;
	width:auto;
	clear:right;
	margin-top:1px;
}
label {
	width:100px;
	float:left;
	margin-right:10px;
	padding-top:0.4em;
	font-weight:bold;
	font-size:95%;
	line-height:normal;
	color:#707070;
}
.label_radio {
	float:none;
	margin-right:10px;
	text-align:right;
	font-weight:normal;
	font-size:95%;
}
input, select, textarea {
	width:255px;
	background-color: #eaeff8;
	font-size:95%;
	font-family:Helvetica, Arial, sans-serif;
	padding:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #335887;
	border-right-color: #517fc3;
	border-bottom-color: #517fc3;
	border-left-color: #335887;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
.form_set_option .buttons {
	background-color: #eaeff8;
	font-size:85%;
	font-family:Helvetica, Arial, sans-serif;
	padding: 4px;
	margin-left:100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5b6b49;
	border-right-color: #8e9b7e;
	border-bottom-color: #8e9b7e;
	border-left-color: #5b6b49;
}
.form_text {
	font-weight:bold;
	font-size:95%;
	width:255px;
	line-height:normal;
	font-weight:normal;
	color:#707070;
	[if IE] padding-top:3px;
}
.form_text_help {
	font-size:80%;
	width:255px;
	line-height:normal;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:normal;
	color:#707070;
}
.form_spam_question {
	width:45px;
	float:left;
	padding-top:2px;
	font-weight:normal;
	color:#707070;
}
.form_spam_answer {
	width:210px;
}
.form_errors {
	background-color:#ffe5e5;
	width:378px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c10000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
	border-left-color: #c10000;
	margin-bottom:5px;
}
.form_errors_text {
	font-weight:bold;
	color:#c10000;
	font-size:95%;
	font-style:italic;
	line-height:normal;
	padding-bottom:5px;
}

acronym {
	font-weight:bold;
}
.acronym {
	float:left;
	width:25px;
	padding-bottom:10px;
}
.acronym_detail {
	margin-left:10px;
	float:left;
	padding-bottom:10px;
}

.contentService {
	line-height:normal;
	font-size: 100%;
	padding:0;
	margin:0;
}
.contentService h3 {
	margin:0;
	padding:0;
	padding-top:15px;
	line-height:normal;
}
.contentService img {
	float:left;
	padding-right:6px;
	margin-top: 8px;
}

#mainContent p.siteDisclaimer {
	font-size:80%;
	line-height:100%;
	color:#999;
}