@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:840px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:140px;
}

.header_contact {
	margin-top:13px;
	margin-left:20px;
	font-size:11px;
	line-height:16px;
	color:#000;
	height:72px;
}

.header_contact p {
	margin-bottom:0.2em;
	font-size:11px;
	line-height:16px;
	color:#000;
	margin-top:7px;
}

.header_contact strong {
	font-size:11px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
}

#nav {
	margin-top:15px;
	height:40px;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	
	
}

#nav ul {
	list-style:none;
}

#nav li {
	list-style:none;
	float:left;
	padding:10px 00px 0px 20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

#nav li a {
	list-style:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	
	font-weight:bold;
	
	text-decoration:none;
}

#nav li a:hover {
	list-style:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dda2a1;
	
	font-weight:bold;
	
	text-decoration:none;
}


#mainbody {
	margin-top:20px;
	
	border:#b41f3c dotted 2px;
	
	clear:both;
	
	padding:20px;
}
	
	
#services_banner {
	height:34px;
	background-color:#b41f3c;
	margin-top:20px;
	text-align:center;
		padding-top:16px;

}

#services_banner h1{
	font-size:14px;
	line-height:18px;
	color:#FFF;
	font-weight:bold;
}

#services_banner h1 a{
	font-size:14px;
	line-height:18px;
	color:#FFF;
	font-weight:bold;
}

#services_banner h1 a:hover {
	font-size:14px;
	line-height:18px;
	color:#FFF;
	font-weight:bold;
}

#downloads {
	margin-top:15px;
}

#downloads h1 {
	font-weight:normal;
	font-size:20px;
	color:#d9531e;
}
	
#downloads .box_left {
	background-image:url(../images/layout/grad.gif);
	background-repeat:repeat-x;
	background-position:top left;
	
	height:140px;
	width:250px;
	margin-right:15px;
	
	padding:10px;
	
	float:left;
}

#downloads .box_right {
	background-image:url(../images/layout/grad.gif);
	background-repeat:repeat-x;
	background-position:top left;
	
	height:140px;
	width:250px;
	
	padding:10px;

	
	float:left;
}
	
#footer {
	margin-top:15px;
	clear:both;
	font-size:10px;
}

label {
	color:#666666;
	font-size: 11px;
    width: 80px;
    float: left;
    text-align: left;
    margin-right: 15px;
    display: block;
	padding-top: 3px;
}
.form {
	margin-bottom:10px;
}
.formsubmit {
	margin-bottom: 5px;
	width: 80;
	text-align:right;
}
input.text, textarea {
	background: #ffffff;
	color: #1b3564;
	border: 1px solid;
	border-color: #b41f3c;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 300px;
	margin-bottom:10px;
}
input.text:focus, textarea:focus
{
	border-color: #d8d6c0;
}

.float_right_pic {
	float:right;
	margin:0px 0px 10px 10px;
}

ul.list li {
	margin:3px 0px 3px 15px;
}