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

body{
	background-color:#f9f8f8;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg1.jpg);
}

strong{
	font-weight:bold;
	font-size:120%
}

p {
	line-height: 15px;
}

/* Theme classes */

.container{
	width:940px;
	margin:15px auto;
}

.inner{
	padding:15px
}

.formTable td{
	padding:5px;
}

.header{
	width:100%;
	background-color:#fff;
	padding-bottom:15px
}

.rounded{
	background-color:#FFFFFF;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	overflow:hidden;
}

.shadow{
	-webkit-box-shadow: #666 0px 0px 4px;
	-moz-box-shadow: #666 0px 0px 4px;
	box-shadow: #666 0px 0px 4px;
}

.borderThick{
	border:5px solid #4b4b4b;
}

.borderThin{
	border:2px solid #4b4b4b;
}

.borderLeft{
	border-left:1px solid #999;
}

.borderBottom{
	border-bottom:1px solid #999;
}

.padding{
	padding:30px;
}

.button{
	border: 1px solid #ffffff;
	padding:6px 40px;
	text-align: center;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	background-image:url(../images/button.jpg);
	text-decoration:none;
	color:#FFFFFF;
	font-size:16px;
	line-height:normal;
	cursor:pointer
	
}







.small{
	padding:5px;
}

.fixed{
	width:150px;
	padding:5px 0;
}



.center p{
	margin:10px 0;
}

.input{
	border: 1px solid #9e9e9e;
	padding:7px 0px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	width:285px;
	font-size:16px
}

.options{
	position:relative;
	
	
}

.options.padding{
	padding-right:125px
}

.height{
	display:block;
	height:125px
}

.spacer{
	margin:15px 0;
	border-bottom:1px solid #ccc;
	padding:10px
}

.options .optiontext{
	width:60%
}
.options h3{
	border-bottom:1px solid #333;
	margin-bottom:10px
}

.options p{
	font-size:12px;
	padding:3px 0
}

.options .arrow{
	background-image:url(../images/arrow.png);
	width:118px;
	height:168px;
	position:absolute;
	left:345px;
	top:110px
}

.options .arrow2{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	width:107px;
	height:167px;
	position:absolute;
	right:0px;
	bottom:0px
}

#header{
	height:100px;
	width:100%;
	background-color:#ee272d;
	padding-bottom:15px
}

#header2b{
	height:440px;
	width:781px;
	background-image:url(../images/step2bHeader.jpg);
	background-repeat:no-repeat;
	margin:0 auto
	
}

#header2b h3{
	padding-top:170px;
	padding-right:20px;
	text-align:center;
	font-size:15px;
	width:65%;
	margin:0 auto;
	float:right;
	line-height:22px
}

#header2b ul{
	width:300px;
	padding:65px 0 0 130px
 }

#header2b li{
	display:block;
	padding:2px 0;
	font-size:16px;
	color:#333
}

#header2b strong{
	font-weight:bold
}

#header img{
	padding-top:0px;
	
}

#breadcrumbs ul{
	width:535px;
	margin:15px auto;
	padding-bottom:20px
}

#breadcrumbs ul.step1{
	background-image:url(../images/step1.jpg);
	background-repeat:no-repeat;
	background-position:bottom center
}

#breadcrumbs ul.step2{
	background-image:url(../images/step2.jpg);
	background-repeat:no-repeat;
	background-position:bottom center
}

#breadcrumbs ul.step3{
	background-image:url(../images/step3.jpg);
	background-repeat:no-repeat;
	background-position:bottom center
}

#breadcrumbs li{
	display:inline;
	margin-right:60px;
	font-size:14px;
}

#breadcrumbs li.last{
	margin-right:0
}

#find{
	padding:25px 0 0 15px;
	width:445px
}

#find h3, .center h3{
	font-size:20px;
	color:#333;
}

#find td{
	vertical-align:middle
}

#find label{
	/*display:block;

	float:left;
	width:115px;
	text-align:right;
	margin:5px*/
}

#find input, #find select{
	margin:5px;
}

#testi{
	background-image:url(../images/testi.jpg);
	background-repeat:no-repeat;
	width:320px; height:300px
}

#testi p{
	font-size:12px;
	padding:140px 30px 0 
}
	