@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:url(../images/bg_page.gif) repeat;
}

.bg_header {
	background-color:#000000;
}

.header_line {
	background:url(../images/header_line.gif) no-repeat;
	height:28px;
}

.content_box {
	padding:21px 20px 21px 20px;
	background-color:#FFFFFF;
}

.navigation {
	padding:0px 0px 8px 0px;
}

a.nav {
	background:url(../images/symbol_off.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 0px 22px;
	background-position:0% 26%;
	
}

a:hover.nav {
	background:url(../images/symbol_on.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:16px;
	font-weight:bold;
	background-position:0% 26%;
}

a.nav_over {
	background:url(../images/symbol_on.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:16px;
	font-weight:bold;
	background-position:0% 26%;
}
  
 
.line {
	background:url(../images/line.gif) repeat-x;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:14px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:14px;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#0025ac;
	font-size:14px;
	text-decoration:none;
}

p {
	margin:0px;
	padding:0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#8b8a8a;
	font-size:30px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

h1.pageTitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#8b8a8a;
	font-size:20px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	vertical-align:top;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#606060;
	padding:0px;
	margin:0px;
}

.textfield {
	border:1px solid #aaa9a9;
	width:161px;
	height:28px;
}

.btn_submit {
	background:url(../images/btn_submit.gif) no-repeat;
	width:75px;
	height:25px;
	border:none;
}

.btn_learnMore {
	background:url(../images/btn_learnMore.gif);
	width:115px;
	height:25px;
	border:none;

}

.content_child {
	padding:0px 0px 0px 15px;
}

.quickbook_Box {
	border-bottom:1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	background:url(../images/quick_book_bg.gif) repeat-x;
	background-color:#d0d0d0;
	vertical-align:bottom;
	padding:5px 5px 5px 5px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

h3.bld_style {
	font-family:Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.bdr_style {
	border-bottom:1px dotted #353535;
}

.footer {
	background-color:#b4b4b4;
	color:#010101;
	font-size:11px;
	padding:15px 0px 15px 0px;
}

.footer a {
	font-family:Arial, Helvetica, sans-serif;
	color:#010101;
	font-size:11px;
	text-decoration:none;
	padding:8px;
}

.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#010101;
	font-size:11px;
	text-decoration:underline;
	padding:8px;

}

img {
	border:none;
}

ul {
	padding:0px;
	margin:0px 0px 0px 15px;
}

li {
	padding:0px;
	margin:0px;
	line-height:22px;
}

.textfield2 {
	width:200px;
	border:1px solid #aaa9a9;
}

.red_text {
	color:#FF0000;
}

.label {
	padding-left:0px;
}