@import url("top_nav.css");

* {
	margin: 0 auto;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #333333;
	background-image: url(../img/bg_tile_gradient.png);
	background-repeat: repeat-x;
}


/*------------ Layout ------------*/
#main {
	width: 100%;
}
#container {
	width: 718px;
}
#header {
	width: 100%;
	height: 200px;
	background: url(../img/header_bk.jpg) no-repeat;
}
#top_banner {
	float: left;
	width: 99%;
	height: 168px;
}
#nav {
	clear: left;
	float: left;
	width: 99%;
	height: 29px;
	text-align: center;
	margin: 0 auto;
	padding-top: 1px;
	font-size: 12px;
}
#body_wrap {
	clear: both;
	width: 100%;
	background: url(../img/body_bk_strip.jpg) repeat-y;
}
#body_contain {
	width: 100%;
	background: url(../img/body_bottom_bk.jpg) bottom no-repeat;
	min-height: 680px;
	height: auto;
}
* html #body_contain {

	height: auto;
}
#body_content {
	padding: 30px 100px 40px 90px;
}
#footer {
	clear: both;
	width: 100%;
	height: 50px;
	padding-top: 20px;
	color: #999;
	text-align: center;
	font-size: 8pt;
	background:#333333 url(../img/footer_bk.jpg) no-repeat;
}

img, div {
	border: none;
		behavior: url(iepngfix.htc);
}
* html img {
	border: none;
	behavior: url(iepngfix.htc);
}


hr {
	height: 2px;
	background: #7b5141;
}
#body_wrap a:link, #body_wrap a:visited {
	color: #3333FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}
#body_wrap a:hover {
	color: #333;
}
#body_wrap p {
	margin-left: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #921919;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #921919;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #17256a;
	text-align: center;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #921919;
	text-align: left;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	text-align: left;
}
#banner_contain {
	width: 100%;
}
#banner_contain h3 {
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	color: #000;
}

/*---- The Process List style ----*/
ul.box_list  {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.box_list  li {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(../img/bullet_box.gif)no-repeat;
	background-position: 0 5px;
	line-height: 20px;
}

.testimonial {
	padding-top: 30px;
	font-style: italic;
	font-size: 11pt;
}

.testify {
	width: 180px;
	padding-top: 20px;
	background: url(../img/img_paw.png) right no-repeat;
	font-weight: bold;
}

.right_card {
	float: right;
	position: relative;
	width: 200px;
	z-index: 10;
	right: -10px;
	top: 20px;
}
.right_incard {
	border: 1px solid #ff0000;
	position: relative;
	width: 200px;
	z-index: 10;
	right: -10px;
}

.listings ul{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 45px;
}
.listings ul li {
	margin-right: 30px;
	list-style:url(../img/bullet.jpg);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

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

/*------------ Web Form------------*/
.cssform p{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 3px 0 5px 0;
	padding-left: 75px; /*width of left column containing the label elements*/
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -75px; /*width of left column*/
	width: 70px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input {
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}
.cssform legend {
	font-weight: bold;
	color: #990000;
	padding-top: 5px;
}
input.btn_bone {
	border: none;
	width: 80px;
	height: 47px;
	background: url(../img/btn_bone.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/*------------ Consultation Web Form------------*/
.consult_form p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 3px 0 5px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
}

.consult_form label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.consult_form input {
	width: 180px;
}

.consult_form textarea {
	width: 350px;
	height: 60px;
	margin-left: 75px;
}
.consult_form legend {
	font-weight: bold;
	font-size: 14px;
	color: #4a0a0a;
	margin-top: 5px;
	
}
.consult_form .textbox {
	clear: left;
	margin: 0;
	padding: 3px 0 5px 10px;
	font-weight: bold;
}

.testi_author{
	padding-left:10px;
}

#home_container{
	margin-left:10px;
	width:35px; float:left;
	padding-top:120px;
}

#header_container{
	width:458px;
	float:left;
}

#register_box{
	width:235px;
	height:156px;
	background:url(../img/register_back.png) left top no-repeat;
	float:right;
	margin-top:-162px !important;
	margin-top:-158px;
	margin-left:50px;
	position:relative;
	left:42px;
}

#register_box2{
	width:235px;
	height:156px;
	background:url(../img/register_back.png) left top no-repeat;
	float:right;
	margin-top:-163px !important;
	margin-left:50px;
	position:relative;
	left:42px;
}

#home{
	display:none;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:12px;
	margin-top:-15px;
	text-align:center;
}

#register_top_text{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:11px;
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}

.red{
	color:#990000;
}

.submit_link{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#form_container{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:10px;
	margin-top:8px;
	text-align:center;
}

.form_label{
	width:35px;
	float:left;
	padding-left:15px;
}

.form_input{
	width:150px;
	float:left;
}

.register_input{
	height:12px;
	font-size:12px;
}