/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align: baseline;
	background:none;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
q:before{content:"";}
q:after{content:"";}
table {border-collapse:collapse; border-spacing:0;}
input, textarea, button {font-family:inherit; font-size:1em;}


/* General Settings*/

body{
	color:#000;
	font:12px/18px Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg.gif) repeat-x;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus{outline:none;}
input,textarea,select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
form,fieldset{border-style:none;}

/* wrapper */
#wrapper{
	margin: 0 auto;
	width:958px;
	padding:19px 0;
}
#header{
	color:#6f6f6f;
	position:relative;
	z-index:5;
	font-size:17px;
	line-height:19px;
	padding:0 18px 0 24px;
}
#header:after {
	clear: both;
	content:'';
	display: block;
}
#header .logo{
	background:url(../images/bg-logo.png) no-repeat;
	height:73px;
	width:243px;
	margin:0 0 -27px 0;
	overflow:hidden;
	float:left;
	text-indent:-9999px;
}
.logo a{
	height:100%;
	display:block;
}
#header .info{
	float:right;
	padding: 22px 0 0;
}
.visual-area{
	margin:0 0 5px;
	color:#fff;
	padding: 20px 0px 0 0px;
	font-size:35px;
	font-weight:bold;
	line-height:36px;
	height: 50px;
	width:950px;
	letter-spacing:-1px;
	text-align:center;
	background:#043e74 url(../images/bg-visual-area.jpg) no-repeat 0 100%;
}
.visual-area a{color:#fff;}
.visual-area h2{
	font-size:36px;
	line-height:38px;
	margin:0 0 3px;
}

.orange-text {
	width: 790px;
	height:50px;
	font-size:25px;
	font-weight:bold;
	color:#F60;
	padding: 40px 0 0 260px;
}



/* Main Area*/
#main-area {
	width:1050px;
	height:374px;
	background:#FFF url(../images/container.png) no-repeat 0 100%;
}


/* Information*/
#asseenon {
	width:958px;
	height:60px;
	margin-bottom:20px;
	clear:both;
}

#information {
	width:958px;
	height:270px;
	font-size: 11px;
	text-align: justify;
}

.info_bold {
	font-size:18px;
	font-weight:bold;
}

#left_info {
	width: 450px;
	float: left;
}

#right_info {
	width: 450px;
	float: right;
}

/* Iist*/

.txt{
	float:right;
	width:550px;
	margin: 20px 101px 0 0;
}

.txt h3{
	font-size:16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color:#039;
}

.txt h4{
	font-size:16px;
	font-weight: bold;
	margin: 5px 0 24px 0;
	color: #F90;
}

.list-holder{
	padding: 0 0 0 14px;
	width:600px;
	overflow:hidden;
}

.list-holder ul{
	float:left;
	width:164px;
	margin-right:10px;
}

.list-holder li{
	vertical-align:top;
	font-size:12px;
	line-height:19px;
	background:url(../images/bullet01.png) no-repeat 0 5px;
	padding:0 0 11px 23px;
}


/* Form*/
.form-area {
	width: 790px;
	height:60px;
	font-size:25px;
	font-weight:bold;
	color: #FFF;
	padding: 10px 0 0 290px;
}


.input{
	background-color:#fff;
	border:1px solid #b4b4b4;
	width:146px;
	height:40px;
	margin:0 0 10 0;
	font-size:22px;
	line-height:25px;
	text-align:center;
}

.submit_btn {
	width:200px;
	height:50px;
	margin: 0 180px 0 0;
	float:right;
}

/* footer*/
#footer{
	padding:50px 45px 0 0;
	text-align:center;
	color:#616161;
	font-size:10px;
}
#footer a{text-decoration:underline;}
#footer a:hover{text-decoration:none;}




