@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c2415;
	padding:0;
	margin:0;
	background:url(../images/bg.jpg) repeat-x center top #ffffff;
}

.topbg{
	background:url(../images/topbg.png) no-repeat top center;
	width:100%;
	padding:5px 0 0 0;
}

.bottombg{
	background:url(../images/bottombg.png) no-repeat bottom center;
	width:100%;
	padding:0 0 65px 0;
}


/* Layout */
#wrapper{
	width:1005px;
	margin:0 auto;
}

#content{
	background:url(../images/bg.png) repeat-y;
	padding:0 40px;
}

.bottom{
	clear:both;
	background:url(../images/bottom.png) bottom no-repeat;
	padding:50px 0 80px 0;
	text-align:center;
	color:#4b4b4b;
	font-size:14px;
}

.bottom h1{
	padding:0 0 20px 0;
}

.bottom a{
	text-decoration:underline;
}

/* Header */
#header{
	clear:both;
	background:url(../images/headerbg.png) no-repeat top;
	padding:32px 0 25px 40px;
	margin:0;
}

#header a.logo{
	background:url(../images/logo.png) no-repeat;
	width:510px;
	height:99px;
	display:block;
}

/* Common */
a{
	outline:none;
	color:#2c285d;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

p{
	color:#4b4b4b;
	font-size:14px;
	line-height:21px;
	padding:0 0 20px 0;
	margin:0;
}

ul,ol{
	padding:0;
	margin:0 0 20px 20px;
	text-align:left;
	color:#4b4b4b;
	font-size:14px;
	line-height:21px;
}

ol.steps{
	list-style:none;
	margin:0;
	float:left;

}

ol.steps li{
	clear:both;
	line-height:25px;
}

.stepsh{
	float:left;
	font-weight:bold;
	width:55px;
}

.stxt{
	float:left;
	width:600px;
}

.clear{
	clear:both;
}

h1,h2,h3,h4,h5,h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2c285d;
	padding:0;
	margin:0;
	font-weight:normal;
}

h1{
	font-size:24px;
	padding:0 0 10px 0;
}

h2{
	font-size:22px;
	padding:0 0 10px 0;
}

h3{
	font-size:20px;
	padding:0 0 10px 0;
}

h4{
	font-size:18px;
	padding:0 0 10px 0;
}

h5{
	font-size:16px;
	padding:0 0 10px 0;
}

h6{
	font-size:14px;
	padding:0 0 10px 0;
}

.error{
	color:#ff0000;
	font-size:12px;
	padding:5px;
	display:block;
	clear:both;
	display:none;
}

.formc{
	width:500px;  
	margin:0 auto;
	-webkit-box-shadow: 0px 1px 5px 1px #CCC;
	-moz-box-shadow: 0px 1px 5px 1px #CCC;
	box-shadow: 0px 1px 5px 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.imgr{
	float:right;
	margin:40px 0 15px 20px;
}

/* Footer */

#footer{
	clear:both;
	margin:-60px 0 0 0;
}

.bottompagebg{
	background:url(../images/footerbg.jpg) repeat-x bottom;
	padding:0px 0 60px 0;
}

.footerc{
	width:925px;
	margin:0 auto;
	padding:0;
}

#footer .links{
	text-align:center;
	margin:0 auto;
	color:#b07e09;
	font-size:12px;
}

#footer .links a{
	color:#b07e09;
	text-decoration:none;
	font-size:12px;
	margin:0 5px;
}

#footer .links a:hover{
	text-decoration:underline;
}

#footer p{
	color:#3c2415;
	font-size:12px;
	padding:15px 0 5px 0;
	margin:0;
	text-align:center;
}

#footer .small{
	color:#3c2415;
	font-size:9px;
	line-height:10px;
	text-align:justify;
}
