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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

a, a:visited {
	color:#0000FF;
}

a:hover {
	color:#f00;
}

#header_index {
	background:url(../images/header_index.jpg) no-repeat;
	width:900px;
	height:339px;
	position:relative;
}

#header_index table {
	margin:10px 0 0 20px;
}

#header_index td {
	width:94px;
	text-align:left;
}

#header_sub {
	background:url(../images/header_sub.jpg) no-repeat;
	width:900px;
	height:340px;
	position:relative;
}

#header_sub table {
	margin:10px 0 0 20px;
}

#header_sub td {
	width:100px;
	text-align:left;
}

.header_text {
	position:absolute;
	top:40px;
	right:10px;
}

.header_text h1 {
	font-size:16px;
	color:#00F;
	font-weight:100;
}

#lead {
	width:420px;
	height:184px;
	position:absolute;
	top:110px;
	left:370px;
}

#lead h1 {
	font-size:36px;
	color:#f00;
	text-align:center;
	font-weight:100;
	margin:0px;
	padding-top:5px;
}

#lead h2 {
	font-size:18px;
	color:#666;
	text-align:center;
	font-weight:100;
	margin:-5px;
}

#lead h3 {
	width:246px;
	margin:0px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
}

#sub_lead {
	width:552px;
	height:122px;
	position:absolute;
	left:317px;
	top:94px;
}

#sub_lead h1 {
	font-size:24px;
	color:#f00;
	text-align:center;
	font-weight:100;
	margin:0px;
	padding-top:5px;
}

#sub_lead h2 {
	margin:0px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;
}

#sub_lead h3 {
	font-size:18px;
	color:#666;
	text-align:center;
	font-weight:100;
	margin:-5px;
}

#sub_lead form {
	margin:0px;
}

#form_table {
	padding:0px;
}

#content_wrap {
	width:900px;
}

#content_wrap a, a:visited {
	color:#0000FF;
	text-decoration:none;
}

#content_wrap a:hover {
	color:#f00;
}

#left_side {
	float:left;
	width:280px;
}

#menu {
	background:url(../images/menu.jpg) no-repeat;
	width:279px;
	height:290px;
}

#links {
	padding:14px 0 0 55px;
	line-height:37px;
	font-size:14px;
}

#links a, a:visited {
	color:#666;
	text-decoration:none;
}

#links a:hover {
	color:#f00;
}

#testimonials {
	margin-top:20px;
	margin-left:40px;
	position:relative;
}

#testimonials h1 {
	color:#f00;
	margin:0px;
	font-size:14px;
	padding:20px 0 0 15px;
}

#testimonial_text {
	padding:15px 0 0 15px;
	width:200px;
	position:absolute;
	z-index:1;
	font-size:10px;
}

#content {
	width:620px;
	float:right;
}

#content_text {
	padding:30px 0 0 30px;
	width:560px;
}

#content_text_sub {
	width:520px;
	padding:10px 0 0 10px;
}

#content_text_sub .linkbox {
	font-size:11px;
}

#content_text_sub a, a:visited {
	color:#0000FF;
	text-decoration:none;
}

#app_form {
	border:1px solid #f00;
	margin-left:15px;
}

#app_form h1 {
	font-size:24px;
	color:#f00;
	text-align:center;
	font-weight:100;
	margin:0px;
	padding-top:5px;
}

#app_form h2 {
	margin:0px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:10px;
}

#content_text_bg {
	background:url(../images/content_bg.jpg) repeat-y;
	width:560px;
	margin-left:32px;
}

#content_sub_end {
	background:url(../images/content_bottom.jpg) no-repeat;
	width:560px;
	height:10px;
	margin-left:32px;
}

.title {
	background:url(../images/title.jpg) no-repeat;
	width:537px;
	height:22px;
}

.title_text {
	padding:0px 0 0 35px;
}

.title_text h1 {
	font-size:18px;
	color:#666;
	font-weight:100;
	margin:0px;
}

#sub_title {
	position:absolute;
	bottom:28px;
	left:358px;
}

#sub_title h1 {
	font-size:18px;
	color:#666;
	font-weight:100;
	margin:0px;
}

#footer {
	width:900px;
	background:#999;
	text-align:center;
	color:#fff;
	float:left;
}

#footer a, a:visited {
	color:#fff;
	text-decoration:none;
}

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

/* Clear Fix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */