* {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
BODY {
	MARGIN: 0px; FONT-FAMILY: Arial, helvetica, sans-serif;  COLOR: rgb(68,68,68); FONT-SIZE: 12px;
	background:  #2669a0;
	/*background:url(../images/bg7.jpg) no-repeat #2669a0  -8px 0px \0;
	*background:url(../images/bg7.jpg) no-repeat #2669a0  -8px 0px \0;
	_background:url(../images/bg7.jpg) no-repeat #2669a0  -8px 0px \0;*/
	/*background-attachment:fixed;*/min-width:1010px;
}
IMG {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; VERTICAL-ALIGN: top; BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
A {
	COLOR: #fff; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
:focus {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: 0px
}
H1 {
	LINE-HEIGHT: 1.15; FONT-SIZE: 2em; FONT-WEIGHT: normal
}
H2 {
	LINE-HEIGHT: 1.25; MARGIN-BOTTOM: 0.45em; FONT-SIZE: 1.5em
}
H3 {
	LINE-HEIGHT: 1.25; MARGIN-BOTTOM: 0.45em; FONT-SIZE: 1.35em
}
H4 {
	LINE-HEIGHT: 1.35; MARGIN-BOTTOM: 0.45em; FONT-SIZE: 1.05em
}
H5 {
	LINE-HEIGHT: 1.35; MARGIN-BOTTOM: 0.45em; FONT-SIZE: 1.05em
}
H6 {
	LINE-HEIGHT: 1.35; MARGIN-BOTTOM: 1em; FONT-SIZE: 1em
}
FORM {
	DISPLAY: inline
}
FIELDSET {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
LEGEND {
	DISPLAY: none
}
TABLE {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-SPACING: 0; EMPTY-CELLS: show; FONT-SIZE: 100%; BORDER-TOP: 0px; BORDER-RIGHT: 0px
}
CAPTION {
	TEXT-ALIGN: left; VERTICAL-ALIGN: top; FONT-WEIGHT: normal
}
TH {
	TEXT-ALIGN: left; VERTICAL-ALIGN: top; FONT-WEIGHT: normal
}
TD {
	TEXT-ALIGN: left; VERTICAL-ALIGN: top; FONT-WEIGHT: normal
}
P {
	MARGIN: 0px 0px 1em
}
STRONG {
	FONT-WEIGHT: bold
}
ADDRESS {
	LINE-HEIGHT: 1.35; FONT-STYLE: normal
}
CITE {
	FONT-STYLE: normal
}
Q {
	QUOTES: none
}
BLOCKQUOTE {
	QUOTES: none
}
Q:before {
	CONTENT: ''
}
Q:after {
	CONTENT: ''
}
SMALL {
	FONT-SIZE: 1em
}
BIG {
	FONT-SIZE: 1.15em
}
UL {
	LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none
}
OL {
	LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none
}
.hidden {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px !important; LINE-HEIGHT: 0 !important; MARGIN: 0px; PADDING-LEFT: 0px !important; WIDTH: 0px !important; PADDING-RIGHT: 0px !important; DISPLAY: block !important; HEIGHT: 0px !important; FONT-SIZE: 0px !important; OVERFLOW: hidden !important; BORDER-TOP: 0px; BORDER-RIGHT: 0px; PADDING-TOP: 0px !important
}
.nobr {
	WHITE-SPACE: nowrap !important
}
.wrap {
	WHITE-SPACE: normal !important;margin:auto;
}

.header{height:188px;height:172px;margin:auto;width:100%;}
.header_content{width:1010px;margin:auto;position: relative;}
.header_content h1{float:left;padding:50px 0 0 20px;padding:18px 0 13px 20px;}

.menubg{width:990px;height:59px;z-index:1; float:left;
        background:#0a2341;
        border:10px solid #215786;
}
.ddsmoothmenu{
	margin: 0px auto 0px;position: relative; z-index: 300; padding-left:10px
}

.ddsmoothmenu ul{
margin: 0px; padding: 0px; list-style-type: none;z-index:100
}

/*Top level list items*/
.ddsmoothmenu ul li{
float: left; display: inline; position: relative;margin-top:-5px
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
padding: 19px 8px 19px 8px; color: #ffffff; text-decoration: none;  display: block;font-weight:bold;text-transform:uppercase;font-size:14px;background:url(../images/navline.png)  no-repeat top right;height:21px;line-height:27px
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.current,.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

color:#e57e05
}

.ddsmoothmenu ul li a:hover{
/*background of menu items during onmouseover (hover state)*/
color:#e57e05;
font-weight:bold;
}
.ddsmoothmenu ul li ul li a:hover{color:#ffffff;font-weight:bold}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;margin-top:-10px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;width:551px
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{

float: left;background:url(../images/navbg.png) repeat-x;height:23px;line-height:23px
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
 margin: 0px; padding: 0px 16px; float:left; font-size-adjust: none;font-weight:400; font-stretch: normal;background:none;line-height:auto;height:auto
}
.ddsmoothmenu ul li ul li a:hover{font-weight:700}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;display:none
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;display:none;
background: none;z-index:1
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
display:none;
}
span.current_icon{background:url(../images/current_icon.png) no-repeat 60px 0px;width:447px;height:10px;float:left;margin-bottom:5px}
.content{width:100%;padding:15px 0px;padding-top:0px}
.booking_content{width:990px;margin:auto;position:relative;display:inline-block}
.booking_request h3{font-size:18px;text-align:center;color:#e57e05;margin-top:35px}
.booking_request p{width:655px;width:710px;margin:auto;color:#e6f3f8;margin-top:10px;margin-bottom:15px;text-align:center; line-height:21px;font-size:14px; }
#mypic .slide {padding:10px 0 10px 0;margin:auto;width:902px;}
#mypic .slideLeft {
	MARGIN-TOP: 0px; DISPLAY: block; FLOAT: left;
}
#mypic .slideRight {
	MARGIN-TOP: 0px; DISPLAY: block; FLOAT: left
}
#mypic .slideLeft IMG {
	WIDTH: 30px; HEIGHT: 49px;display:none
}
#mypic .slideRight IMG {
	WIDTH: 30px; HEIGHT: 49px;display:none
}
#mypic .slideLeft {width:30px;height:71px;background:url(../images/leftbtn.png) no-repeat 0px 0px;display:inline-block
}
#mypic .slideRight {width:30px;height:71px;background:url(../images/rightbtn.png) no-repeat 0px 0px;display:inline-block;margin-left:2px;
}
#mypic A.slideLeft:hover {width:30px;height:71px;background:url(../images/leftbtn_hover.png) no-repeat 0px 0px;display:inline-block
}
#mypic A.slideRight:hover {width:30px;height:71px;background:url(../images/rightbtn_hover.png) no-repeat 0px 0px;display:inline-block
}
#mypic .slideCon {
WIDTH: 99999px}
#mypic .slideCon DIV.con {
	FLOAT: left; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;height:200px;/*position:relative;*/padding-left:10px;padding-right:10px;
}
#mypic .slideCon A {
	 TEXT-ALIGN: center; TEXT-DECORATION: none
}
#mypic .slideCon A:hover {
}
#mypic .slideCon IMG {
	DISPLAY: block; WIDTH: 68px; HEIGHT: 48px;border:2px solid #e57e05;margin-top:8px
}
#mypic .slideCon SPAN {
	DISPLAY: none;
}
#mypic .slideCon a:hover SPAN {position:absolute;¡¡border: 2px solid #dadde2;
    -moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3x;   /* Webkit browsers */
    border-radius:3px; background:#dadde2;color:#333;z-index:999;font-size:11px;padding:5px;width:80px;text-align:left;line-height:13px;left:10px;top:68px;display:none;float:left}
#mypic .scroll  {
	FLOAT: left; padding-left:2px; width:831px;height:67px;margin-left:2px;magrin-right:2px;background:#fff;border:1px solid #8a8b8d; TEXT-ALIGN: center;
}
.line3{float:left;width:100%;margin-top:12px;margin-left:10px}
.line3_content{width:948px;height:2px;background:url(../images/line2.png) repeat-x;margin:auto;}
.bookform{width:755px;margin:auto;position:relative;margin-left:10px;}
.formlist{margin:15px auto 15px;float:left;width:100%; padding:0 19px;}
.formlist dt span{margin-bottom:30px;}
.bookform .hd h3 em {color: #e57e05;font-style: normal;font-size: 12px;}
.bookform .hd{float:left;width:100%}
.bookform .hd h3{font-weight:400;margin-top:25px;float:left; padding:0 0 0 17px;}
.formlist dl dt{color:#e6f3f8;margin-bottom:9px}
.inputbg{width:373px;width:320px;height:22px;border:none;background:url(../images/inputbg.jpg) no-repeat;/*line-height:26px;*/ font-size:15px; margin-bottom:24px;padding:3px 5px 3px 7px;}
.inputbg1{border:1px solid #d5d6d7;width:98%;background:#e1e3e7;height:26px;/*line-height:26px;*/ font-size:15px;background:#e1e3e7;padding:3px 5px 3px 7px;margin-bottom:10px;float:left}
.formlist dl dt em{font-style:normal;color:#e57e05}
.bg1{width:718px;border:1px solid #75757b;border-bottom:1px solid #e1e3e7;}
.bg2{width:751px;width:716px;height:440px;background:#e1e3e7;border:1px solid #3b3c41;border-bottom:1px solid #bdbdbc;}
.bg3{width:690px;margin:auto;padding-top:30px}
.bg3 ul li{font-weight:bold;font-size:12px;color:#e57e05;margin-bottom:7px}
.bg4{border:1px solid #75757b;border-bottom:1px solid #e1e3e7;position:absolute;right:15px;top:83px;}
.bg5{width:358px;height:700px;background:#ffffff;border:1px solid #3b3c41;border-bottom:1px solid #bdbdbc;}
.intro h3{text-align:center;font-size:16px;color:#e57e05;line-height:24px;width:284px;margin:0 auto;padding-bottom:15px;}
.intro{width:330px;margin:auto;margin:17px auto;}
.intro p{line-height:19px;}
.intro p a{color:#0b68b5;text-decoration:underline}
.intro p a:hover{text-decoration:none}
.intro p em{ font-family:Garamond, "Times New Roman", Times, serif,Georgia; font-style:italic; font-weight:bold; font-size:13px}
.submitbtn{float:right;margin-top:13px;padding-bottom:45px; padding-right:20px;}
.submitbtn1{font-weight:700;font-size:14px;width:90px;height:23px;background:url(../images/submitbtn.png) no-repeat;text-align:center;line-height:23px;color:#5a3000;border:none;cursor:pointer}
.submitbtn1:hover{;background:url(../images/submitbtn_hover.png) no-repeat;}

.footer{border-top:none;padding-top:15px;border-top:10px solid #1e5788;width:1010px;margin:auto;background:#0c2748;height:100px;background:url(../images/bg8.png) repeat-y; text-align:center;}

.footer_link{width:544px;margin:10px auto 0;color:#e6f3f8;}
.footer_link p{margin-left:-5px}
.footer_link a{color:#e6f3f8;margin:0px 5px}
.site_wrap2{width:544px;margin:auto}
.site_wrap2 .main{float:left;width:100%;margin-right:-35em}
.site_wrap2 .main .leftitem{width:540px;float:left}
.site_wrap2 .rightitem{float:right;width:182px}
.contact .hd,.relatelinks .hd{height:19px;line-height:19px;border-bottom:1px solid #818a99}
.contact .hd h3,.relatelinks .hd h3{font-size:12px;color:#e6f3f8;font-weight:400}
.relatelinks .bd p,.contact .bd p{line-height:18px;color:#e6f3f8;margin-top:8px;width:540px;}
.contact .bd p{color:#e6f3f8}
.relatelinks .bd p{color:#747d89}
.relatelinks .bd p a{color:#e6f3f8;float:left;display:block;width:50%;}
.copyright{float:left;width:100%}
.copyright_content{width:540px;margin:auto}
.copyright_powerby{float:right;color:#e6f3f8;font-size:10px;margin-top:12px}
.copyright_powerby img{vertical-align:middle;margin-left:5px}
.copyright_text{color:#e6f3f8;margin-top:0px}
.popbox{background:#66676c;float:left;padding:12px;position:relative;z-index:999;}
.popbox_box{background:#fff;float:left;width:525px;position:relative}
.logo2{width:179px;height:49px;background:url(../images/logo2.png) no-repeat;float:left}
.tips{margin:5px auto 10px;width:500px;padding-left:22px;padding-right:13px;float:left;text-align:center;line-height:24px;}
.tips_txt{ font-size: 16px;font-weight: 600;margin-top: 70px;text-align:center;padding-left:22px;}
.tips_box{ margin: 0 auto;}
.sendemail{width:450px;float:left;padding-left:38px;padding-right:37px;font-size:18px;color:#c56f07;font-weight:bold}
.sendemail p a{color:#0a55a9}
.close{width:13px;height:12px;background:url(../images/close.png) no-repeat;position:absolute;right:8px;top:8px}
.floatbox{position:fixed;left:30%;top:35%;background:#000}
.content{width:1010px;margin:auto;background:url(../images/bg8.png) repeat-y;}
.breadcrumb{padding:8px 0px;padding-left:31px;color:#79b0f4;display:none}
.breadcrumb a,.breadcrumb span{margin-right:6px;color:#79b0f4}
.site_wrap4{width:880px;margin:auto;padding-top:37px}
.site_wrap4 .main{float:left;margin-right:-45em;width:100%}
.site_wrap4 .main .leftitem{width:400px;float:left}
.site_wrap4 .rightitem{float:right;width:445px;margin-bottom:26px}
.contactus_part h1{font-size:24px;color:#b5d2f3;margin-bottom:30px}
.part1{float:left;width:100%}
.part1 img{float:left;margin-right:23px;margin-left:4px}
.part1 dl dt{color:#79b0f4;font-size:20px;font-weight:bold;margin-top:13px}
.part1 dl dd a{width:107px;height:23px;line-height:26px;/*background:url(../images/btn_contactus.png) no-repeat;display:inline-block;text-align:center;*/font-weight:bold;font-size:16px;color:#79b0f4;margin-top:7px}
.part1 dl dd a:hover{text-decoration:none}
.part2{margin-top:10px;float:left;width:100%;background:url(../images/line2.png) repeat-x right bottom;padding-bottom:20px;margin-bottom:25px}
.part2 ul li{font-size:16px;color:#79b0f4}


.bg7{border:1px solid #75757b;border-bottom:1px solid #e1e3e7;}
.bg8{background:#eaecee;border:1px solid #3b3c41;border-bottom:1px solid #bdbdbc;}
.bg8 dl{padding:33px 21px 45px 28px;margin-bottom:20px;}
.bg8 dl h3{font-style:normal;font-size:12px;font-weight:700;color:#ef8200}
.bg8 dl h3 em{font-style:normal;color:#ef8200;}
.bg8 dl dt{margin-bottom:7px;}
.bg8 dl dt strong{font-size:14px;margin-top:8px;display: inline-table;}
.bg8 dl dt strong em{color:#ef8200}
.inputBooking_bg{width:48px;height:20px;border:0px;padding:3px 8px 3px;margin:0 7px 0px 0; background:#fff url(../images/phoneBooking_bg.jpg) no-repeat 50% 50%;font-size:15px}
*+html .inputBooking_bg{margin-bottom: 24px;}
.inputbg22{width:48px;height:22px;border:0px;padding:3px 8px 3px;margin:0 7px 5px 0; background:url(../images/phone_bg.jpg) no-repeat 0 0;font-size:15px}
.inputbg2{width:374px;height:22px;padding:2px 5px 2px;border:1px solid #bdbabd;padding-left:6px;margin-bottom:5px;font-size:15px}
.inputbg3{width:60px;height:22px;border:1px solid #bdbabd;padding:2px 5px 2px;margin-bottom:5px;font-size:15px}
.inputbg4{width:150px;height:22px;margin-left:4px;border:1px solid #bdbabd;padding:2px 5px 2px;margin-bottom:5px;font-size:15px}

.textarea2{width:373px;height:32px;border:1px solid #bdbabd;padding:6px;margin-bottom:11px;margin-top:15px}
.textarea1{width:373px;height:136px;border:1px solid #bdbabd;padding:6px;margin-bottom:11px}
.bg8 dl dt span{float:left;width:72px;line-height:26px}
.bg8 dl dt span input{float:left;margin-right:4px;margin-top:7px}

.btn_submit{font-weight:700;font-size:14px;width:90px;height:23px;background:url(../images/submitbtn.png) no-repeat;text-align:center;line-height:23px;color:#5a3000;border:none;cursor:pointer; margin-top:20px;}
.btn_submit:hover{background:url(../images/submitbtn_hover.png) no-repeat;}
.site_wrap5{width:990px;margin:auto;float:left;display:inline-table;margin-left:10px;}
.site_wrap5 .main{float:right;width:100%;margin-left:-35em}
.site_wrap5 .main .rightitem{float:right;width:675px}
.site_wrap5 .leftitem{float:left;width:202px;}
.navbar .hd{height:103px;background:url(../images/category_hd.png) no-repeat;}
.navbar .hd h3{font-size:16px;line-height:71px;text-align:center;color:#79b0f4;}
.navbar .bd ul li{height:35px;background:url(../images/navline2.png) no-repeat right bottom;margin-left:15px;width:187px;line-height:35px;}
.navbar .bd ul li a{line-height:35px;padding-left:15px;display:inline-block;width:172px;color:#91bef6}
.navbar .bd ul li a.current,.navbar .bd ul li a:hover{background:url(../images/nav_current2.png) no-repeat;text-decoration:none}
.aboutus .hd h3{font-size:18px;line-height:30px;color:#79b0f4;font-weight:400;}
.aboutus .hd h4{font-size:16px;line-height:18px;color:#79b0f4;font-weight:400;}
.aboutus .bd{margin-bottom:80px}
.aboutus .bd p{color:#79b0f4;font-size:13px;line-height:21px;margin-top:27px}
.aboutus_img{float:right;margin:10px 0px 10px 20px;border: 1px solid #fff;}
.intro4{ margin:20px 9px 0 0; font-size:14px;}
.intro4 p{line-height:30px}
.site_wrap6{width:1010px;float:left;margin-bottom:0px}
.site_wrap6 .main{float:right;margin-left:-35em;width:100%}
.site_wrap6 .main .rightitem{float:right;width:788px;padding-left:10px;background:url(../images/right_bg.png) repeat-y;min-height:650px}
.site_wrap6 .main .rightitem .bd dl{width:688px;margin: auto;padding: 40px 22px 20px 0px;float: left;display: inline-block;}
.site_wrap6 .main .rightitem .bd dt{width:30%; float:left;}
.site_wrap6 .main .rightitem .bd dd{width:69%;float:left;}
.site_wrap6 .leftitem{float:left;width:213px;}
.navbar2 .hd,.video .hd{height:87px;background:url(../images/left_top.png) no-repeat;text-align:center;}
.navbar2 .bottom,.video .bottom{height:8px;background:url(../images/left_bottom.png) no-repeat;text-align:center;width:212px;float:left}
.navbar2 .hd h3{color:#79b0f4;font-size:16px;line-height:60px;text-transform:uppercase;}
.navbar2 .bd,.video .bd{background:url(../images/left_middle.png) repeat-y;float:left;width:202px;padding-left:10px;}
.navbar2 .bd {padding-bottom:100px
}
.navbar2 .bd ul li{background:url(../images/navline3.png) no-repeat bottom right;height:35px;line-height:35px;text-align:right}
.navbar2 .bd ul li a{font-size:14px;color:#91bef6;padding-right:24px}
.navbar2 .bd ul li a:hover,.navbar2 .bd ul li a.current{height:33px;background:url(../images/nav_current2.png) no-repeat;display:block;text-decoration:none;font-weight:bold}
.newsandevent{padding:34px 45px 34px 50px;color:#e6f3f8;}
.newsandevent .hd h3{font-size:18px;line-height:30px;color:#e57e05; /*font-family:Sans-serif;*/}
.newsandevent .hd h3 a{color:#e57e05}
.newsandevent .hd h3 span{color:#e6f3f8; font-size:16px; line-height:14px; margin-top:-5px; display:inline-block; padding:5px;}
.newsandevent .bd{ width:100%;}
.newsandevent .bd ul li{line-height:33px;}
.site_wrap6 .main .bottom{height:8px;background:url(../images/right_bottom.png) no-repeat;float:right;width:798px}
.newsandevent .bd ul li .mybox{line-height:18px;color:#fafbfd;margin-bottom:0px;margin-top:0px;float:left; text-align:left;}
.newsandevent .bd ul li h4{font-weight:700;color:#79b0f4;font-size:13px;float:left;width:100%}
.newsandevent .bd ul li h4 span{margin-right:13px}
.newsandevent .bd ul li h4 a{color:#fafbfd;}
.box_news{width:600px;tex-align:center;margin:auto}
.box_press{width:800px;text-align:center;margin:auto}
.box_press p img{border:1px solid #fff}
.newsandevent .bd p{line-height:auto;line-height:22px; text-align:left;font-size:14px }
.newsandevent .bd p img{margin:12px auto;margin-bottom:3px;border:1px solid #fff;text-align:center;width:600px;}
.newsandevent .bd p span,.box_news span{text-align:center;display:block;line-height:17px;color:#ffffff}

.line2{width:660px;height:2px;background:url(../images/line2.png) no-repeat;float:left;margin-top:5px}

.newsandevent .bd ul li h4 a:link{text-decoration:none;color:#e17c04;padding-right:12px;background:url(../images/dropup.jpg) no-repeat right center}
.newsandevent .bd ul li h4.active a{text-decoration:none;color:#e17c04;padding-right:12px;background:url(../images/dropdown.jpg) no-repeat right center}
.Testimonies{width:940px;margin:auto;display:inline-table;padding:0px 35px;color:#e6f3f8;line-height: 22px; font-size:14px;}
.line2{height:2px;background:url(../images/line2.png) repeat-x;margin-bottom:20px;float:left;width:100%}
.Testimonies dl{width:855px;margin:auto;padding:40px 22px 20px 23px;float:left;display:inline-block}
.Testimonies dl dt{float:left;text-align: center;width:240px;}
.Testimonies dl dd{float:right;width:560px;}
.Testimonies dl dt span{float:left;text-align:center;margin-top:16px;color:#e6f3f8;display: inline-block;width: 100%;}
.Testimonies dl dt span a{color:#79b0f4;line-height:18px}
.Testimonies dl dd p{ color:#e6f3f8;font-size:14px;line-height:18px;margin-bottom:20px}
.Testimonies dl dd p a{color:#e57e05;font-weight:bold}
.timeline h1{text-align:center;color:#e17c04;font-size:18px;line-height:18px;font-weight:bold}
.timeline_content{width:835px;margin:auto;margin-top:20px}
.nav3{float:left;width:88px;background:url(../images/navbg3.png) repeat-y;padding-top:25px;padding-bottom:0px;}
.nav3 ul li{background:url(../images/nav3.png) no-repeat 0px 6px;padding-bottom:45px;padding-left:20px;}
.nav3 ul li a{color:#79b0f4;font-weight:bold}
.nav3 ul li.current,.nav3 ul li:hover{background:url(../images/nav3_current.png) no-repeat 0px 0px;}
.nav3 ul li.current a,.nav3 ul li a:hover{color:#e57e05}
.nav3 ul li a:hover{text-decoration:none}
.nav3_content{float:right;width:737px;height:619px;background:#d6dbe0;border:5px solid #d28221;}
.nav3_contents{padding:35px 20px;}
.nav3_contents h2{font-size:12px;margin-bottom:12px}
.nav3_contents p{font-size:12px;;line-height:18px;margin-bottom:20px}

.sharepart{float:right;padding-top:15px;margin-right:10px;}
.sharepart ul li{float:left;margin-right:6px;}

a.sharebtn1{width:23px;height:28px;background:url(../images/share_icon1.png) no-repeat;display:inline-block}
a.sharebtn2{width:23px;height:28px;background:url(../images/share_icon2.png) no-repeat;display:inline-block}
a.sharebtn3{width:24px;height:28px;background:url(../images/share_icon3.png) no-repeat;display:inline-block}
a.sharebtn4{width:23px;height:28px;background:url(../images/share_icon4.png) no-repeat;display:inline-block}
a.sharebtn5{width:23px;height:28px;background:url(../images/share_icon5.png) no-repeat;display:inline-block}

#float{/*position:fixed;background:url(../images/header_bg.jpg) no-repeat;*/z-index:999;}
.div2 {z-index: 1; position: fixed; top: 0px;_position: absolute;width:990px;background:#fff}

 h3.searchresult {font-size: 18px;line-height:24px;color: #e57e05; padding:0; margin:0px 0 26px 18px;}



.searchpart{width:350px;height:34px;border:none;background:url(../images/search_bg.png) no-repeat;float:right;margin:41px 20px 0 0;}
.input_search{width:311px;line-height:31px;padding-left:10px;border:none;height:31px;font-size:15px;background:none;float:left;color:#a0a0a0}
.txtfocus {width:311px;line-height:31px;padding-left:10px;border:none;height:31px;font-size:15px;background:none;float:left;color:#000000}
.searchbtn{width:19px;height:19px;border:none;background:none;text-indent:-999px;display:block;float:left;cursor:pointer;margin-top:6px}
.popularsearch{position:absolute;right:18px;top:72px;text-align:right;margin-top:5px}
.popularsearch a{margin-right:9px}
.popularsearch input[type="submit"]{ border: 0;background: none;color: #fff;}
.popularsearch input{margin-right:6px;}
body:not(:-moz-handler-blocked) .popularsearch input{margin-right:0}
*+html .popularsearch input{margin:0;padding:0;}


.Testimonies .searchpart{width:620px;height:34px;height:70px;border:none;float:left;margin:35px 10px 5px 17px; text-align:left; font-size:17px; color:#E6F3F8; padding:0; background:none;}
.Testimonies .input_search{width:338px;line-height:31px;padding-left:10px;border:none;height:31px;float: left;font-size:15px;background:url(../images/search_bg.png) no-repeat;color:#a0a0a0;margin-left: 18px;}
.Testimonies .searchbtn{width:19px;height:19px;border:none;background:transparent;display:block;float:left;cursor:pointer;margin-top:6px;margin-left:-25px;}


.fulltext_bothcontant{float:left;width:93%; min-height:600px; clear:both;padding:5px 5px 1px 35px;}
.redfont{color:#9B030F; font-weight:900}
.blankfont{color:#333; font-weight:900}

.fulltext_right_block{padding:7px 0 5px 0;margin:0;width:100%;}
.proposal_right_block{width:100%;}
.hearing_right_block{ font-size:14px; line-height:18px}
.fulltext_result{margin-left:-20px;margin-bottom:-30px;padding-top:10px;}
.fulltext_comp{ width:100%; float:left; text-align:right;border-bottom:solid 0px #444;background: url("../images/line2.png") repeat-x 0 100%; text-transform:uppercase; color:#E6F3F8; }
.fulltext_comp a{ text-decoration:none; margin:0 7px; font:bold 13px/22px Arial, Helvetica, sans-serif;}
.fulltext_contant_block{ width:100%; margin:5px 0px 10px; float:left; clear:both; color:#E6F3F8}
.fulltext_contant_block li{padding:10px 0;margin:0 0px 3px; font:normal 12px/18px Arial, Helvetica, sans-serif;border-bottom:1px dashed #999;border-bottom:0px solid #444; display:inline-block; width:100%;background: url("../images/line2.png") repeat-x 0 100%;}
.fulltext_contant_block li a{ text-decoration:none;font:normal 13px/18px Arial, helvetica, sans-serif;color:#E57E05;color:#79b0f4; padding:5px 0px 8px; display:inline-block;}
.fulltext_contant_block span.fontweight{ font-weight:bold; margin:0}
.fulltext_contant_block h3,.fulltext_contant_block li h3 a{ text-decoration:none;font:normal 15px/18px Arial, helvetica, sans-serif;}
.fulltext_contant_block h3{ color:#333;}
.fulltext_contant_block p{ padding:5px 0 6px }
.floatleft{ float:left}
.fulltext_floatleft{ float:right; font:100 20px/22px Arial, Helvetica, sans-serif; margin:0 0 2px 0;}
.fulltext_floatleft span{ font-size:12px;}
.emergency_Found{ font:100 20px/22px Arial, Helvetica, sans-serif;}
.advanced_listdata{ width:98%; min-height:50px;float:left;}
.advanced_listdata h1{text-align:center;font-size:19px;color:#e57e05;margin-top:30px}
.advanced_listdata h2{font-size:12px;font-weight:600;padding-left:10px;margin-top:10px;text-align:center;/*float:left;*/}
.advanced_listdata h3{color:#b3b3b3;font-size:12px;text-align:center;width:100%;margin:5px 0 0; float:left}
.advanced_listsort{ float:left; width:230px;  min-height:24px; display:block; padding-left:10px; border-left:1px dashed #ccc; margin-left:10px;}
/*.fulltext_contant_block span,.fulltext_contant_block span a{ font-size:12px}*/
.fulltext_contant_block .searchbar_contant,.fulltext_contant_block .searchbar_contant a{ font-size:12px; padding:5px 0 5px 0;}
.fontblod{ font-weight:600; font-size:15px;/* text-decoration:underline;*/ color:#E57E05;}
/* keywords Search style end */

/* pagination style start */
DIV.pagination {width:630px;height:40px;float:right;padding: 3px;font-size:11px;margin: 3px;font-family:Tahoma, Helvetica, sans-serif;text-align:right}
DIV.pagination A, DIV.pagination .next a{border:#ccdbe4 1px solid;background-position:50% bottom;padding:3px 8px;margin-right:3px;text-decoratton:none;height:33px;}
DIV.pagination .next a {padding-bottom: 3px !important;padding-bottom: 2px;padding-TOP: 3px;}
DIV.pagination A:hover {border: #79B0F4 1px solid;color: #E6F3F8;background:#3666d4; background:#31659c;}
DIV.pagination A:active {border: #79B0F4 1px solid;	color: #E6F3F8;background:#3666d4; background:#31659c;}
DIV.pagination SPAN.current {FONT-WEIGHT: bold;color:#666;margin-right:3px;padding:6px;padding-bottom:2px;padding-top:2px}
DIV.pagination SPAN.disabled {display:none}
DIV.pagination A.next {	border: #ccdbe4 2px solid; margin:0px 0px 0px 10px;}
DIV.pagination A.next:hover {border:#79B0F4 2px solid;}
DIV.pagination A.prev {	border: #ccdbe4 2px solid; margin:0px 10px 0px 0px;}
DIV.pagination A.prev:hover {border:#79B0F4 2px solid;}
.fulltext_center div.pagination{height:14px;margin:1px 3px 0px 3px; float:right;}
.proposal_content div.pagination,.hearing_content div.pagination{height:24px;margin:3px 1px 6px 3px;_margin:3px 1px 9px 3px;float:right;width:665px;}
.emergency_content div.pagination{height:24px;margin:0px 1px 7px 3px;_margin:1px 1px 6px 3px; float:right;width:665px;}
.CFR_Corrections_content div.pagination{height:15px;margin:3px 1px 0px 3px;float:right}
/* pagination style end*/

/* Privacy Page Start */
.privacycontant{width:93%;width:930px; min-height:600px; clear:both;padding:5px 5px 1px 35px; color:#e6f3f8;display: inline-block;}
.privacytext{margin:5px 35px 10px; float:left; clear:both; color:#E6F3F8}
.privacytext h3{font-size:18px;text-align:center;color:#e57e05;margin:35px auto 30px;}
.privacytext h4{font-size:12px;text-align:left;margin:38px auto 6px; font-weight:600;}
/* Privacy Page End */
.newsandevent .bd p span.family_mark,span.family_mark{ float:right;width:100%; display:inline-block; margin-bottom:30px;margin-top:1px; text-align:right;}
span.family_mark{margin-top:5px;}
.ReadMore{color: #e57e05;font-weight: bold; padding:0 5px;}
.Testimonials_text{ padding:50px 11px 10px 15px; }
.Testimonials_text p{ display:block; color:#e6f3f8; line-height:18px;}
.Testimonials_text .family_mark{display:block;padding:10px 0px 10px;}
.Testimonials_text .ReadMore{font-weight:100;display:block;}

.Testimonials_ul{ margin:10px;}
.Testimonials_ul li{ padding:8px 0px 5px 5px;margin:10px 0px 0px 10px; list-style:disc;}
.newsandevent .bd ul.Testimonials_ul li{ line-height:22px;}
.newsandevent .bd p img.adopted_ico{margin:0;;width:auto; border:0; background:#e6f3f8;border-radius: 4px 4px 4px 4px; padding:1px 6px 2px;}
.JC_Veteran .bd p img,.JC_Veteran img{margin:10px 20px 10px 0px;border:1px solid #fff;float:left; width:auto;}
.JC_Veteran img.aboutus_img,.JC_Veteran .bd p img.aboutus_img{margin:10px 0px 10px 20px;border:1px solid #fff;float:right;}
.relatenews h3{font-size:18px;color:#e57e05}
.relatenews h2{font-size:13px}
.relatenews a{text-decoration:underline}
.relatenews a:hover{ color:#91bef6}
.Testimonies .fulltext_bothcontant dl{padding:0px;margin-bottom:20px}
.Testimonies .fulltext_bothcontant dl dt{width:auto;text-align:left;padding-left:25px;background:url(../images/icon_1.jpg) no-repeat 14px 10px}
a.backprev{font-weight:bold;color:#e57e05}

.article_h1{ padding-bottom:15px; padding-top:10px;}
.article_block{width: 100%;margin: 5px 0px 10px;float: left;clear: both;color: #E6F3F8;}
.article_block li{padding:10px 0;margin:0 0px 3px; font:normal 12px/18px Arial, Helvetica, sans-serif;border-bottom:1px dashed #999;border-bottom:0px solid #444; display:inline-block; width:100%;background: url("../images/line2.png") repeat-x 0 100%;}
.article_block li a{ text-decoration:none;font:normal 13px/18px Arial, helvetica, sans-serif;color:#E57E05;color:#79b0f4; padding:5px 0px 8px; display:inline-block;}
.article_block strong{ font:600 13px/18px Arial, Helvetica, sans-serif}
.h3_banner{font:600 12px/20px Arial, Helvetica, sans-serif; padding:5px 0 9px;}
.box_banner{float:none; clear:both; padding-top:10px;color:#e6f3f8; text-align:left;}
.box_banner p{ font-size:13px; line-height:19px; color:#e6f3f8;text-align:left;}

.contactbg{MARGIN:0;FONT-FAMILY:Arial, helvetica, sans-serif;COLOR:rgb(68,68,68);FONT-SIZE:12px;background:url(../images/bg.jpg) #2669a0 no-repeat top center;}
#ajax-loader{width:44px;float:right;display:none;}
.subinit{color: red; display: none;}
.contactus_p{color: #e6f3f8;line-height:18px;text-align: left;font-size: 12px;}


.video .hd h3 {
    color:#79b0f4;font-size:16px;line-height:60px;text-transform:uppercase;
    }
.video embed {
    width:180px; height:158px;
}
.videos_v{width: 460px;}
.videos_text{float:left;width:210px;margin-left:22px; padding-top:10px;}
.newsandevent .bd .videos_text > p{line-height:18px;color: #e6f3f8;}

.video_list { width:100%;}
    .video_list dt {
        margin:0;
        margin-top:5px;
        padding:0;
    }
.video_list li {overflow:hidden; display:block; text-align:center !important;margin-top:10px; margin-bottom:20px;position:relative; background:none !important }
.video_list li:nth-child(4n){ margin-right:0 }
.video_list li a{ position:relative; color:#fff;}

.resolutionPhoto,.Test_article {
margin:40px auto;

}
.jc_photo li{
    text-align:center;
    float:left; 
    margin:5px 30px;
    }
    .jc_photo li img {
    border:5px solid #ccc;
    }
    .jc_photo li p {
        margin-top:10px;
    }
    .jc_photo li p,.Test_article p {
        font-family:serif;       
        font-size:14px;
    }
.Test_article h2{
    font-size:18px;font-style:Sans-serif;color:#e57e05
}
.Test_article p>b{
text-align:right !important;
}