* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
body {
	background: #ffffff;
	color: #000000;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 12px 0;
	}

strong { font-weight: bold; }
em { font-style: italic; }
	
#wrapper {
	width: 948px;
	margin: 0 auto;
	}
	
#header {}
#header h1.logo a {
	width: 662px;
	height: 69px;
	display: block;
	float: left;
	margin: 0 0 12px 10px;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(../images/fx.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#header .contact-info {
	float: right;
	width: 132px;
	line-height: 18px;
	font-size: 12px;
	margin: 14px 0 0 0;
	text-align: right;
	}
#header h2.logo a {
	width: 948px;
	height: 59px;
	clear: both;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(../images/qualserv.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#header .contact-info strong { color: #142e48; }
#header .contact-info a { color: #7d7d7d; }

#content {
	padding: 25px 0;
	}
#content p {
	margin: 10px 0;
	}

#main {
	float: left;
	width: 662px;
	padding-left: 10px;
	}
#side {
	float: right;
	width: 240px;
	padding-top: 5px;
	}
#side .features {
	border: 1px solid #cccccc;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}
#side .features h5 {
	background: #1d4166 url("images/features.gif") 0 0 repeat-x;
	border-bottom: 1px solid #466381;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 5px 0 3px 10px;
	}
#side .features ul {
	padding: 7px 31px;
	border-top: 1px solid #8195aa;
	}
#side .features ul li {
	margin: 8px 0;
	}
	
#footer {
	height: 56px;
	text-align: right;
	/*border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;*/
	position: relative;
	background-color: #223f60;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#footer p {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
	color: #cacaca;
	}
	
/* forms */

h3 {
	/*	color: #1d4166;
	font-size: 21px;
	text-transform: uppercase;
	padding-left: 4px;
	text-shadow: #b4b4b4 1px 1px 0;*/
	border-bottom: 2px solid #142e48;
	height: 20px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 15px 0 10px;
	background-image: url(../images/headlines.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
h3:first-child { margin-top: 5px; }
h3.client-info { background-position: 0 -20px; }

.form-line {
	margin: 10px 0;
	clear: both;
	}
.form-line label {
	width: 294px;
	text-align: right;
	display: block;
	float: left;
	padding: 2px 0 0 0;
	}
.form-line input[type="text"],
.form-line select {
	float: left;
	width: 256px;
	margin-left: 9px;
	border: 1px solid #1d4166;
	padding: 1px;
	}
.form-line select {
	width: 260px;
	padding: 0;
	}
	
.form-line .alert {
	float: left;
	font-size: 10px;
	color: #ff752d;
	padding: 3px 0 0 0;
	margin-left: 5px;
	}
	
.form-line .list {
	float: left;
	width: 256px;
	margin-left: 10px;
	}
.form-line .list label {
	float: none;
	text-align: left;
	width: auto;
	margin: 5px 0;
	}
	
.form-save {
	margin: 10px 0;
	clear: both;
	text-align: right;
	padding-right: 98px;
	}
.form-save #submit {
	background: #305984;
	color: #fff;
	/*padding: 10px 20px;
	text-transform: uppercase;
	text-shadow: #1a334e 1px 1px 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;*/
	width: 98px;
	height: 32px;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.form-line input[type="text"].error { border-color: #ff752d; }

/* end forms */

.notice {
	font-weight: bold;
	color: #1d4166;
	padding: 20px 0 0 10px;
	}

.highlight { color: #ff752d; }	
.clear { clear: both; }
