@charset "utf-8";
/* Global Properties */

body {
	background-color:#FFF;
	margin:0;
	padding:0;
}
@font-face {
 font-family: 'KontrapunktBold';
 src: url('Kontrapunkt-Bold-webfont.eot');
 src: url('Kontrapunkt-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('Kontrapunkt-Bold-webfont.woff') format('woff'),  url('Kontrapunkt-Bold-webfont.ttf') format('truetype'),  url('Kontrapunkt-Bold-webfont.svg#KontrapunktBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
font-family:"Decker";
src:url("Decker.eot?")  format("eot"), url("Decker.woff")  format("woff"), url("Decker.ttf")  format("truetype"), url("Decker.svg#")  format("svg");
font-weight:normal;
font-style:normal;
}
a, img, input, textarea:focus {
	outline:none;
}
a:link {text-decoration:none; color:#257e98;
}
a:visited {text-decoration:none; color:#257e98;
}
a:hover {text-decoration:none; color:#000;
}
h1, h2, h3, p {
	margin:0;
	padding:0;
	font-size:normal;
	font-weight:normal;
}
.imageover {
	border:none;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.imageover:hover {
	border:none;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.h_divider {
	background:url(../images/h_divider.png) left center repeat-x;
	height:20px;
}
.clearfix {
	clear:both;
}
#wrapper {
	width:990px;
	margin:0 auto;
}
/* Header Style */

#header {
	width:100%;
	height:100px;
	padding-top:20px;
}
#logo {
	width:318px;
	height:82px;
	float:left;
}
#right_top {
	width:350px;
	float:right;
}
#right_top .heading1 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	border: 1px solid #d5d5d5;
	line-height:30px;
	padding:0px 20px;
	font-family:'KontrapunktBold', Arial, sans-serif;
	color:#821713;
	float:left;
	font-size:18px;
	text-shadow:1px 1px 0px #FFF;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#right_top .heading1 a:link {
	text-decoration:none;
	color:#821713;
}
#right_top .heading1 a:visited {
	text-decoration:none;
	color:#821713;
}
#right_top .heading1 a:hover {
	text-decoration:none;
	color:#666;
}
#right_top .text_style1 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(229, 229, 229, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #FFF;
	line-height:30px;
	padding:0px 15px;
	font-family:Arial, sans-serif;
	color:#666;
	float:left;
	font-size:12px;
	text-shadow:1px 1px 0px #FFF;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#right_top .text_style1 a:link {
	text-decoration:none;
	color:#666;
}
#right_top .text_style1 a:visited {
	text-decoration:none;
	color:#666;
}
#right_top .text_style1 a:hover {
	text-decoration:none;
	color:#821713;
}
/* Navigation Style */
#navigation_bg {
	width:100%;
	background:url(../images/menu_bg.png) left top repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#navigation_bg ul {
	padding:0;
	margin:0;
	display:inline;
}
#navigation_bg ul li {
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	position:relative;
}
#navigation_bg ul li a:link {
	font-family:"Decker";
	font-size:13px;
	display:inline-block;
	padding:6px 16px 6px 0px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/menu_divider.png) right no-repeat;
}
#navigation_bg ul li a:visited {
	font-family:"Decker";
	font-size:13px;
	text-align:center;
	display:inline-block;
	padding:6px 16px 6px 0px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/menu_divider.png) right no-repeat;

}
#navigation_bg ul li a:hover {
	font-family:"Decker";
	font-size:13px;
	display:inline-block;
	padding:6px 16px 6px 0px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#575757;
	-webkit-box-shadow: inset 0px 0px 10px 5px #333;
	box-shadow: inset 0px 0px 10px 5px #333;

}
#navigation_bg ul li a.last {
	font-family:"Decker";
	font-size:13px;
	text-align:center;
	display:inline-block;
	padding:6px 16px 6px 0px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:none;

}
#navigation_bg ul li a.last:hover {
	font-family:"Decker";
	font-size:13px;
	text-align:center;
	display:inline-block;
	padding:6px 16px 6px 0px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#575757;
	-webkit-box-shadow: inset 0px 0px 10px 5px #333;
	box-shadow: inset 0px 0px 10px 5px #333;

}
#navigation_bg ul li a.current {
	font-family:"Decker";
	font-size:13px;
	text-align:center;
	display:inline-block;
	padding:6px 16px 6px 0px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#575757;
	-webkit-box-shadow: inset 0px 0px 10px 5px #333;
	box-shadow: inset 0px 0px 10px 5px #333;
}
/* Banner Style */

#banner {
	width:100%;
	height:366px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	margin-top:20px;
}


#inner_banner {
	width:989px; background:url(../images/inner_banner1.jpg) center top no-repeat;
	height:365px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	margin-top:20px;
}
/* News Style */

#news {
	border-bottom:1px dashed #CCC;
	border-top:1px dashed #CCC;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin:20px 0px;
}
#news a:link {
	text-decoration:none;
	color:#666;
	background:url(../images/bullet3.png) right no-repeat;
	padding-right:15px;
}
#news a:visited {
	text-decoration:none;
	color:#666;
	background:url(../images/bullet3.png) right no-repeat;
	padding-right:15px;
}
#news a:hover {
	text-decoration:none;
	color:#000;
	background:url(../images/bullet3.png) right no-repeat;
	padding-right:15px;
}
#news .heading1 {
	font-family:'KontrapunktBold', Arial, sans-serif;
	color:#54a9c1;
	font-size:16px;
	line-height:40px;
	padding-right:20px;
}
/* Body Content Style */
#body_content {
	width:100%;
}
.box_style1 {
	width:237px;
	float:left;
	margin-right:7px;
}
.bg_color1 {
	background-color:#3e9fbb;
	padding:5px 5px 5px 10px;
	font-family:'KontrapunktBold', Arial, sans-serif;
	color:#FFF;
	font-size:14px;
	color:#FFF;
	text-shadow:1px 1px 0px #666;
}
.bg_color1 h1 {
	font-family:'KontrapunktBold', Arial, sans-serif;
	font-size:24px;
	color:#FFF;
	text-shadow:1px 1px 0px #666;
}
.bg_color1 a:link {
	text-decoration:none;
	color:#FFF;
	background:url(../images/bullet1.png) right center no-repeat;
	display:block;
	padding-right:30px;
}
.bg_color1 a:visited {
	text-decoration:none;
	color:#FFF;
	background:url(../images/bullet1.png) right center no-repeat;
	display:block;
	padding-right:30px;
}
.bg_color1 a:hover {
	text-decoration:none;
	color:#9ce9ff;
	background:url(../images/bullet1.png) right center no-repeat;
	display:block;
	padding-right:30px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.bg_color2 {
	background-color:#676767;
	padding:5px 5px 5px 10px;
	font-family:'KontrapunktBold', Arial, sans-serif;
	color:#FFF;
	font-size:14px;
	color:#FFF;
	text-shadow:1px 1px 0px #666;
}
.bg_color2 h1 {
	font-family:'KontrapunktBold', Arial, sans-serif;
	font-size:24px;
	color:#FFF;
	text-shadow:1px 1px 0px #666;
}
.bg_color2 a:link {
	text-decoration:none;
	color:#FFF;
	background:url(../images/bullet2.png) right center no-repeat;
	display:block;
	padding-right:30px;
}
.bg_color2 a:visited {
	text-decoration:none;
	color:#FFF;
	background:url(../images/bullet2.png) right center no-repeat;
	display:block;
	padding-right:30px;
}
.bg_color2 a:hover {
	text-decoration:none;
	color:#ccc;
	background:url(../images/bullet2.png) right center no-repeat;
	display:block;
	padding-right:30px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.announcement_bg {
	background:url(../images/announcement_bg.png) center top no-repeat;
	width:252px;
	height:238px;
	float:right;
}
.announcement_bg h1 {
	font-family:'KontrapunktBold', Arial, sans-serif;
	color:#54a9c1;
	font-size:24px;
	color:#58caea;
	padding-top:20px;
	padding-left:20px;
	text-shadow:1px 1px 0px #000;
}
.announcement_bg .content {
	position:relative;
	height:130px;
	overflow:hidden;
	margin-left:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-align:left;
	line-height:20px;
	text-shadow:1px 1px 0px #333;
}

.announcement_bg .content a:link{text-decoration:none; color:#58caea;
}
.announcement_bg .content a:visited{text-decoration:none; color:#58caea;
}
.announcement_bg .content a:hover{text-decoration:none; color:#FFF;
}


/* Inner Page Style */
.inner_left{width:670px; border:1px solid #dad1d1; padding:10px 20px; float:left; margin-top:20px;
-webkit-box-shadow:  2px 2px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  2px 2px 3px 0px rgba(0, 0, 0, 0.1);	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.inner_right{width:268px; float:right; margin-top:20px;
}
.inner_left .heading1{ background:url(../images/heading_right.jpg) right center no-repeat #55abc3; border-left:5px solid #257e98;
	font-family:'KontrapunktBold', Arial, sans-serif;
	font-size:24px; padding:4px 60px 4px 20px; margin-left:-20px;
	color:#FFF; float:left;
	text-shadow:1px 1px 0px #666;
}
.inner_left strong{color:#333;
}
.inner_left ul li{ list-style:url(../images/bullet5.png); padding-bottom:5px;
}
.heading2{font-family:'KontrapunktBold', Arial, sans-serif; font-size:16px; color:#FFF; text-align:center; line-height:30px; border:1px solid #000; background-color:#666; 
}
.heading3{font-family:'KontrapunktBold', Arial, sans-serif; font-size:20px; color:#333; text-align:left; line-height:30px; text-shadow:1px 1px 0px #FFF; 
}
.heading4{font-family:'KontrapunktBold', Arial, sans-serif; font-size:18px; color:#333; text-align:left; line-height:32px; background:url(../images/curve_image_bg.png) left top repeat-x; padding-left:5px; white-space:nowrap;border-left:thin solid #e5f0f4;text-shadow:1px 1px 0px #FFF; 
}
.heading5{font-family:'KontrapunktBold', Arial, sans-serif; font-size:16px; color:#FFF; text-align:left; line-height:32px; background:url(../images/curve_image_bg1.png) left top repeat-x; padding-left:5px; white-space:nowrap;border-left:thin solid #727272;text-shadow:1px 1px 0px #666; 
}
.heading6{font-family:'KontrapunktBold', Arial, sans-serif; font-size:16px; color:#333; text-align:left; line-height:32px; background:url(../images/curve_image_bg.png) left top repeat-x; padding-left:5px; white-space:nowrap;border-left:thin solid #e5f0f4;
}
.curve_bg{border-bottom:5px solid #e5f0f4;
}
.curve_bg1{border-bottom:5px solid #727272;
}
.table_bg1{border-left:thin solid #e5f0f4;border-right:thin solid #e5f0f4;border-bottom:thin solid #e5f0f4;border-top:none; padding:20px; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:22px; color:#626262; text-align:justify;
}

.table_bg2{border-left:thin solid #727272;border-right:thin solid #727272;border-bottom:thin solid #727272;border-top:none; padding:20px; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:22px; color:#626262;text-align:justify;
}
.h_line{border-bottom:1px  dashed #d2dfe4;
}
/* Footer Style */
#footer {
	border-bottom:1px dashed #CCC;
	border-top:1px dashed #CCC;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin:10px 0px;
	text-align:center;
	line-height:35px;
}

.navi ul.menu ul {position:absolute;  top:32px; left:0; background:#4c4c4c; width:179px; display:none; opacity:0; list-style:none; text-align:left; z-index:1000; padding:0px; }
 .navi ul.menu ul li {position:relative; width:157px; line-height:25px;  border-top:none; padding:0px;  margin:0px; background:none; }
 .navi ul.menu ul li.sub{ background:url(../images/arrow.jpg) 150px 6px no-repeat; z-index:1000; }
.navi ul.menu ul li a {display:block;  background-color:none; z-index:1000; margin:0px; padding-left:0px;  font-size:12px; width:153px; padding-right:0px; border-bottom:#5c5c5c 1px solid; padding-left:10px !important ; }
.navi ul.menu ul li a:hover {background-color:#575757 !important; background:none; color:#FFFFFF; margin:0px; padding-left:0px; font-size:12px;   width:150px;}
.navi ul.menu ul ul {left:179px; top:0px }


.faq {
	border-left:#a8a8a8 1px solid;
	border-top:#a8a8a8 1px solid;
	line-height:20px;
	padding:5px;
}
.faqright {
	border-left:#a8a8a8 1px solid;
	border-right:#a8a8a8 1px solid;
	border-top:#a8a8a8 1px solid;
	line-height:20px;
	padding:5px;
}
.faqbot {
	border:#a8a8a8 1px solid;
	border-right:none;
	line-height:20px;
	padding:5px;
}
.faqbot1{
	border:#a8a8a8 1px solid;
	line-height:20px;
	padding:5px;
}
