/* CSS Document */
* {
    padding: 0;
    margin: 0;
} 

body {
    background: #e4e4e4;
	font: .74em Arial, sans-serif;
	line-height: 1.5em;
	color:#0c0c0c;
}
#wrap {
margin: 0px auto;
width: 1003px;
background-color:#e4e4e4;
}
#topbanner{
width:1003px;
height:205px;
background:url(images/top-header.jpg) no-repeat;
}
.logo{
width:263px;
height:43px;
padding-top:162px;
margin:0 auto;
}
#curve{

}
.menu{
float:right;
margin-right:100px;
margin-top:5px;
}
.menu a{
font-size:12px;
color:#ed1c24;
text-decoration:none;
padding:0 5px;
}
.menu a:hover{
font-size:12px;
color:#000;
padding:0 5px;
text-decoration:none;
}
.topcurve{
background:url(images/curve-top.jpg) no-repeat;
height:19px;
width:1003px;
}
.curvebg{
background:url(images/curve-bg.jpg) repeat-y;
width:1003px;
height:200px;
}
.curvebg-reg{
background:url(images/curve-bg.jpg) repeat-y;
width:950px;
float:left;
padding-left:40px;
}

.bottomcurve{
background:url(images/curve-bottom.jpg) no-repeat;
height:19px;
width:1003px;
float:left;
}
.address{
background:url(images/seprator-line.jpg) no-repeat right;
width:300px;
float:left;
height:200px;
padding-left:80px;
}
.homecontent{
width:500px;
float:left;
padding:0 50px;
}
.homecontent p{
font-size:12px;
line-height:20px;
padding-top:3px;
}
.address p{
margin-left:10px;
line-height:19px;
}
.address b{
font-weight:bold;
color:#d70b06;
}
.address strong{
font-weight:bold;
color:#000;
}
h1{
background:url(images/h-big.jpg) no-repeat left;
height:45px;
margin:0px;
padding:0px;
padding-left:15px;
padding-top:20px;
color:#ed1c24;
font-size:24px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}
h2{
background:url(images/h-small.jpg) no-repeat left;
height:44px;
margin:0px;
padding:0px;
padding-left:15px;
padding-top:20px;
color:#ed1c24;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}
h3{
background:url(images/h-medium.jpg) no-repeat left;
height:45px;
margin:0px;
padding:0px;
padding-left:15px;
padding-top:20px;
color:#ed1c24;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}



#contentarea{
background:url(images/container-bg.jpg) repeat-y;
background-color:#ffffff;
min-height:580px;
}
.containerleft{
background:url(images/small-container.jpg) no-repeat;
width:333px;
height:213px;
float:left;
margin-left:50px;
margin-top:10px;
padding-left:5px;
}
.containerleft input{
margin-left:10px;
width:150px;
margin-top:4px;
}
.containerleft span{
width:87px;
height:24px;
background-image:url(images/btn-submit.jpg);
background-repeat:no-repeat;
display:block;
color:#fff;
text-align:center;
line-height:24px;
float:right;
margin-right:50px;
margin-top:10px;
font-weight:bold;
}
.containerleft b{
color:#565656;
font-weight:bold;
}
.containerleft a{
color:#ff0000;
font-weight:normal;
text-decoration:none;
}
.submit a{
color:#FFFFFF;
text-decoration:none;
}
.submit a:hover{
color:#FFFFFF;
text-decoration:none;
}

.containerright{
background:url(images/wide-container.jpg) no-repeat;
width:549px;
height:213px;
float:left;
margin-left:18px;
margin-top:10px;
padding-left:5px;
}
.containerright p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#0c0c0c;
font-weight:bold;
text-align:center;
line-height:22px;
padding:0px 20px;
margin:0px;

}
.content{
float:left;
clear:both;
background:url(images/big-map.jpg) no-repeat left top;
height:290px;
width:900px;
margin-left:45px;
margin-top:10px;
}
.textcontent{
background:url(images/small-map.jpg) no-repeat right top;
margin-left:270px;
width:640px;
}
.textcontent p{
line-height:18px;

}
.textcontent ul{}
.textcontent ul li{
	list-style-type: none;
	padding-left:15px;
	color: #000;
	width:430px;
	line-height:20px;
	background-image:url(images/red-arrow.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:top;
}
#footer{
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
float:left;
width:990px;
height:32px;
font-size:12px;
font-family:arial;
}
#footer p{
display:inline;
margin:0px;
padding:0px;
float:right;
margin-top:8px;
margin-right:55px;
color:#FFFFFF;
}
#footer a{
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}

.downloads h3{
background:none;
height:22px;
margin:0px;
padding:0px;
padding-left:200px;
padding-bottom:5px;
color:#ed1c24;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

dt { float: left; width: 100px; padding-top: 5px; min-height: 1px; /* required to give layout to empty elements */ } dd { margin-left: 110px; padding-top: 5px; }