*{
	margin:0;
	padding:0;
}
body{
	background:#FFF;
	color:#333638;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}
.sc_blue{
	color: #005189;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}

.sc_green{
	color: #60A037;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}
hr {
	border-top: 1px solid #005189;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.alignright{
	text-align:right;
}
.aligncenter{
	text-align:center;
}
p{
	padding-bottom: 6px;
}
p.just{
	text-align:justify;
}
p.testimonial{
	padding-top: 24px;
	font-size: 120%;
	color: #A9A9A9;
}
/*==================forms====================*/
input,select{
	font-weight:normal;
	vertical-align:middle;
	background:#FFF;
	font:1em Tahoma Arial, Helvetica, sans-serif;
}
label {
	font-size: 90%;
	color: #000;
}
img{
	border:0;
	text-align:left;
	vertical-align:top;
}
.form input{
	width:236px;
	border:1px solid #303030;
	background:#FFF;
	color:#333638;
	font:1em Tahoma Arial, Helvetica, sans-serif;
	height:24px;
}
textarea{
	width:236px;
	border:1px solid #303030;
	background:#FFF;
	color:#333638;
	font:1em Tahoma Arial, Helvetica, sans-serif;
	overflow:auto;
}
.error-message {color: #FF0000}
/*==================list====================*/
ul{
	list-style:none;
}

.list1 li{
	padding-left:14px;
	background:url(../images/marker.gif) no-repeat 0 5px;
	line-height:1.63em;
}
.list1 li a{
	color:#333638;
}

.list2 ul{
	padding-bottom:8px;
}

.list2 li{
	padding-left:14px;
	background:url(../images/marker2.gif) no-repeat 0 5px;
	line-height:1.48em;
}
.list2 li a{
	color:#333638;
}

/*==================other====================*/
.img_indent{
margin:0 20px 0 0;
float:left;
}
/*==================txt,links,lines,titles====================*/
a{
color:#005189;
}
a:hover{
text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
h1{
	margin: 0px 0px 12px 0px;
	font-size: 160%;
	color: #005189;
}
h2{
	font-size: 120%;
	color: #005189;
}
h3{
	margin-bottom:14px;
	font-size:100%;
	font-weight:normal;
}
.link1{
	padding-left:14px;
	background:url(../images/marker1.gif) no-repeat 0 4px;
}
.link2{
	padding-left:14px;
	background:url(../images/marker.gif) no-repeat 0 5px;
	color:#333638;
	font-weight:bold;
}

.title{
	padding-left:14px;
	background:url(../images/marker.gif) no-repeat 0 5px;
	color:#000;
	font-weight:bold;
	font-style:italic;
	font-size:110%;
}

.title1{
	position:relative;
	top:-13px;
	left:-17px;
}
/*==================blocks====================*/
.block{
width:223px;
}
.block .r{
background:url(../images/line1.gif) right top repeat-y;
}
.block .b{
background:url(../images/line1.gif) left bottom repeat-x;
}
.block .l{
background:url(../images/line1.gif) left top repeat-y;
}
.block .t{
background:url(../images/line1.gif) left top repeat-x;
}
.block .l_t{
background:url(../images/l_t.gif) no-repeat left top;
}
.block .r_t{
background:url(../images/r_t.gif) no-repeat right top;
}
.block .r_b{
background:url(../images/r_b.gif) no-repeat right bottom;
}
.block .l_b{
background:url(../images/l_b.gif) no-repeat left bottom;
}
.block .arrow{
background:url(../images/arrow.gif) no-repeat 48px top;
}
.block .marks{
background:url(../images/marks.gif) no-repeat 147px 19px;
}
.block .ind{
padding:21px 25px 33px 29px;
}
.block1{
width:249px;
background:url(../images/block1_bgd.gif) left bottom repeat-x #FFF;
}
.block1 .r{
background:url(../images/r1.gif) right top repeat-y;
}
.block1 .l{
background:url(../images/l1.gif) left top repeat-y;
}
.block1 .t{
background:url(../images/line1.gif) left top repeat-x;
}
.block1 .right_line{
background:url(../images/right_line.gif) no-repeat right bottom;
}
.block1 .left_line{
background:url(../images/left_line.gif) no-repeat left bottom;
}
.block1 .l_t{
background:url(../images/l_t_1.gif) no-repeat left top;
}
.block1 .r_t{
background:url(../images/r_t_1.gif) no-repeat right top;
}
.block1 .r_b{
background:url(../images/r_b_1.gif) no-repeat right bottom;
}
.block1 .l_b{
background:url(../images/l_b_1.gif) no-repeat left bottom;
}
.block1 .ind{
padding:0 25px 36px 36px;
}

/*content*/
#content{
padding-bottom:23px;
}
/*footer*/
#footer {
	color: #333;
	vertical-align: text-bottom;
	font-size: 85%;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #03548B;
}


.feature{
	padding: 0 8px 24px 0;
}

.feature p{
	text-align: justify;
}

.feature h1{
	border-bottom: 1px solid #005189;
	line-height: 140%;
}
.feature h2{
	border-bottom: 1px solid #005189;
	line-height: 140%;
}

/*================== index.html ==================*/
#page1 #content .col_1{
padding-top:12px;
}
#page1 #content .col_1 .title{
margin-bottom:18px;
}

#page1 #content p{
margin-bottom:8px;
}
#page1 #content .col_2 .indent{
padding:16px 0 0 0;
}
#page1 #content .col_2 .indent1{
padding:0 0 24px 3px;
}

#page1 #content .col_2 ul{
margin-bottom:5px;
}
#page1 #content .col_2 .container{
width:505px;
}
#page1 #content .col_2 .column1{
width:256px;
}
#page1 #content .col_2 .column2{
width:249px;
}
/*================== index-1.html ==================*/
#page2 #content{
padding-bottom:24px;
}
#page2 #content .col_1 .indent{
padding:16px 30px 0 29px;
}
#page2 #content .col_1 .title{
margin-bottom:17px;
}
#page2 #content .col_1 .img_indent{
margin:2px 20px 8px 0;
}
#page2 #content .col_1 p{
margin-bottom:9px;
}
#page2 #content .col_2{
padding:14px 0 0 0;
}
#page2 #content .col_2 .block1 .ind{
padding-right:10px;
}
/*================== index-2.html ==================*/
#page3 #content .col_1{
padding-top:12px;
}
#page3 #content .col_1 .block1{
width:246px;
}
#page3 #content .col_1 .title1{
top:-15px;
left:-14px;
}
#page3 #content .col_1 .block1 .ind{
padding:0 15px 34px 30px;
}
#page3 #content .col_1 p{
margin-bottom:8px;
}
#page3 #content .col_1 .p1{
margin-bottom:14px;
}
#page3 #content .col_2{
padding-top:16px;
}
#page3 #content .col_2 .indent{
padding:0 0 51px 0;
}
#page3 #content .col_2 p{
margin-bottom:6px;
}
#page3 #content .col_2 .title{
margin-bottom:18px;
}
#page3 #content .col_2 .p1{
margin-bottom:20px;
}
/*================== index-3.html ==================*/
#page4 #content .col_1 .indent{
padding:16px 35px 54px 29px;
}
#page4 #content .col_1 ul{
margin:2px 0 3px 0;
}
#page4 #content .col_1 .title{
margin-bottom:17px;
}
#page4 #content .col_1 .container{
width:505px;
}
#page4 #content .col_1 .column1{
width:253px;
}
#page4 #content .col_1 .column1 .block1{
width:246px;
}
#page4 #content .col_1 .column1 .block1 .ind{
padding:0 25px 28px 33px;
}
#page4 #content .col_1 .column1 ul{
margin:5px 0 8px 0;
}
#page4 #content .col_1 .column2{
width:249px;
}
#page4 #content .col_1 .column2 .title1{
left:-14px;
}
#page4 #content .col_1 .column2 .block1 .ind{
padding:0 5px 38px 33px;
}
#page4 #content .col_1 .column2 p{
margin:3px 0 20px 0;
}
#page4 #content .col_2{
padding-top:16px;
}
#page4 #content .col_2 .title{
margin-bottom:14px;
}
#page4 #content .col_2 p{
margin-bottom:12px;
}
#page4 #content .col_2 .p1{
margin:12px 0 7px 0;
}
/*================== index-4.html ==================*/
#page5 #content .col_1{
padding-top:16px;
}
#page5 #content .col_1 .block1{
width:246px;
}
#page5 #content .col_1 .title1{
top:-15px;
left:-14px;
}
#page5 #content .col_1 .block1 .ind{
padding:0 15px 24px 30px;
}
#page5 #content .col_1 p{
margin-bottom:8px;
}
#page5 #content .col_1 .p1{
margin-bottom:14px;
}
#page5 #content .col_2{
padding-top:16px;
}
#page5 #content .col_2 .indent{
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 0;
}
#page5 #content .col_2 p{
}
#page5 #content .col_2 .img_indent{
margin:0 18px 0 -1px;
}
#page5 #content .col_2 .p1{
margin-bottom:14px;
}
/*================== index-5.html ==================*/
#page6 #content .col_1 .indent{
padding:16px 0 45px 29px;
}
#page6 #content .col_1 p{
margin-bottom:14px;
}
#page6 #content .col_1 .p1{
margin-bottom:40px;
}
#page6 #content .col_1 .title1{
left:-12px;
}
#page6 #content .col_1 .block1{
width:304px;
}
#page6 #content .col_1 .block1 .ind{
padding:0 26px 34px 28px;
}
#page6 #content .col_1 .alignright{
margin:5px 13px 0 0;
}
#page6 #content .col_2{
padding-top:12px;
}
#page6 #content .col_2 .block1{
width:426px;
}
#page6 #content .col_2 .title1{
top:-16px;
left:-14px;
}
#page6 #content .col_2 .ind{
padding:0 25px 46px 33px;
}
#page6 #content .col_2 p{
margin-bottom:14px;
}
/*================== index-6.html ==================*/
#page7 #content .indent{
padding:16px 20px 3px 29px;
}
#page7 #content .title{
margin-bottom:14px;
}
#page7 #content p{
margin-bottom:9px;
}
#page7 #content ol{
margin-bottom:6px;
}
#page7 #content li{
margin:0px 0px 4px 36px;
}


/*==========================================*/
.float-left {
	float: left;
	padding-right: 6px;
}
.float-right {
	float: right;
	padding-left: 6px;
}

.copyright {
	float:left;
	width:212px; 
	font-weight: bold;
}



