@charset "utf-8";
@import url('defaulter.css');
@import url('ocmenu.css');

body {
	font:13px Arial, Helvetica, sans-serif;
	background:#7E7E7E url('/img/bg-body.jpg') repeat-x 0px 0px;
	margin:0px;
	padding:0px;
}
div#bg-layer-1 {
	margin-top:48px;
	background:transparent url('/img/bg-middle.jpg') repeat-y 50% 0px;
}
div#bg-layer-2 {
	background:transparent url('/img/bg-top.jpg') no-repeat 50% 0px;
}
div#bg-layer-3 {
	background:transparent url('/img/bg-bottom.jpg') no-repeat 50% 100%;
}
div#wrapper {
	width:770px; /* =770-padding */
	margin:0px auto;
	padding:25px 20px;
}

div#h-contact {
	float:right;
	padding-top:20px;
	font-size:14px;
	color:#B0B0B0;
	font-weight:bold;
}
div#h-contact span {
	font-size:17px;
	color:#575757;
	font-weight:bold;
}

div#copy {
	float:left;
	width:520px;
	margin:20px 0px 40px 0px;
}
div#copy h1 {
	font-size:18px;
	color:#383637;
	border-bottom:dotted 1px #31383E;
	margin-bottom:12px;
	padding:5px 0px;
	font-weight:bold;
}
div#copy h2 {
	font-size:15px;
	color:#575757;
	font-weight:bold;
	margin-bottom:10px;
}
div#copy p {
	margin-bottom:10px;
}
div#copy ul li {
	background:transparent url('/img/bullet.gif') no-repeat 10px 4px;
	padding-left:30px;
	margin-bottom:10px;
}
div#copy form {
	width:200px;
	margin:0px auto;
}
div#copy form input, div#copy form textarea {
	display:block;
	width:200px;
	margin-bottom:10px;
}
div#copy form select {
	display:block;
	margin-bottom:10px;
	width:204px;
}
div#copy form label {
	font-weight:bold;
}
div#copy form input.but {
	width:100px;
	margin-left:50px;
}

div#side-col {
	float:left;
	width:235px;
	margin:20px 0px 40px 15px;
}
div#side-col ul#qual {
	margin-top:10px;
}
div#side-col ul#qual li {
	background:transparent url('/img/bullet-arrow.jpg') no-repeat 0px 0px;
	padding-left:51px;
	margin-top:2px;
}
div#side-col div#side-form-bg {
	background:#AEBDC2 url('/img/bg-contact-us-bottom.jpg') no-repeat 0px 100%;
	margin-top:30px;
}
div#side-col form {
	background:transparent url('/img/bg-contact-us-today.jpg') no-repeat 0px 0px;
	padding:45px 10px 10px 10px;
	color:#25435B;
}
div#side-col label {
	color:#ffffff;
	font-weight:bold;
}
div#side-col input {
	display:block;
	background:#ffffff url('/img/bg-textbox.jpg') no-repeat 0px 0px;
	border:none;
	height:22px; /* =30-padding */
	width:207px; /* =215-padding */
	margin:2px 0px 10px 0px;
	padding:8px 4px 0px 4px;
	font-size:14px;
}
div#side-col div.textarea-bg {
	background:transparent url('/img/bg-textfield.jpg') no-repeat 0px 0px;	
}
div#side-col textarea {
	background:none;
	display:block;
	border:none;
	height:110px; /* =120-padding */
	width:207px; /* =215-padding */
	margin:2px 0px 10px 0px;
	padding:5px 4px 5px 4px;
	font-size:14px;
	overflow:auto;
}
div#side-col input.but {
	height:30px;
	width:118px;
	margin:10px 0px 0px 97px;
	padding:0px;
}

div#qual-row {
	clear:both;
	text-align:center;
	height:70px;
}

div#navig-footer {
	height:105px;
	clear:both;
	margin-top:10px;
}
div#navig-footer ul {
	float:left;
	width:256px;
	color:#ffffff;
}
div#navig-footer ul li {
	font-weight:bold;
	line-height:26px;
	font-size:13px;
}
div#navig-footer ul li a {
	color:#ffffff;
	text-decoration:none;
}
div#navig-footer ul li ul li {
	font-weight:normal;
	padding-left:24px;
	font-size:12px;
}


div#footer {
	clear:both;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	margin-bottom:40px;
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
}