@font-face {
    font-family: 'FuturaBdCnBTBoldItalic';
    src: url('../fonts/futurbci-webfont.eot');
    src: url('../fonts/futurbci-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurbci-webfont.woff') format('woff'),
         url('../fonts/futurbci-webfont.ttf') format('truetype'),
         url('../fonts/futurbci-webfont.svg#FuturaBdCnBTBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* RESETER */
body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, caption, tbody, tfoot, img, thead, tr, th, td, div{
margin: 0; padding: 0; border: 0; list-style:none; outline:none;}
body {background:#085190 url(../images/bg_white_strip.gif) repeat-x 0px 150px; font-family:Tahoma, Geneva, sans-serif; height:100%; font-size:11px; color:#000; padding:0;}
img, div, input {behavior: url(media/iepngfix.htc) }
a {color:#1240a8; text-decoration:none; outline:none; cursor:pointer;}a:hover {color:#fff;}
div { float:left; height:auto;}
textarea, input, select {font-family:Tahoma, Geneva, sans-serif; font-size:11px;}
input.pointer {cursor:pointer; background:none;}

div.margin { margin:15px 0 0 0;}

/* INTRO PAGE START  */
div.intro_full {background:#fff url(../images/logo.gif) no-repeat center; color:#999999; text-align:center; height:230px; line-height:420px; width:100%; margin:150px 0 0 0;}
div.intro_full a{padding:0 10px; color:#999999;} div.intro_full a:hover {color:#000;}
div.intro_ftr {width:100%; line-height:18px; color:#fff; margin:17px 0 0 0; text-align:center;}
div.intro_ftr a {color:#fff;} div.intro_ftr a:hover {text-decoration:underline;} div.intro_ftr strong {color:#7dcee9;}
/* INTRO PAGE END  */


/* MAIN PAGE START  */
div.main_warper {margin:0px auto; float:none; width:1000px;}
div.full_height_warper { height:100%;}
div.full_height_inner {height:100%; position:absolute;}
div.bg_warper { background:url(../images/main_bg.png) repeat-y; width:1000px;}
div.bg_padding {padding:0 25px 25px 25px; width:950px; }/* FOR IE 6 PNG */
div.header_warper {background:url(../images/header.jpg) no-repeat; width:950px; height:328px;}
div.navigation_warper{background:url(../images/nav_bg.gif) repeat-x;} div.navigation_left{ background:url(../images/nav_left.gif) no-repeat;}
div.navigation_right{ background:url(../images/nav_right.gif) no-repeat right; height:41px; width:950px;}
div.navigation_right ul li{line-height:40px; height:41px; padding:0 0 0 2px; display:block; float:left; background:url(../images/nav_seprator.gif) no-repeat right center;}
div.navigation_right ul li a {color:#fff; font-size:16px; text-transform:uppercase; font-family: 'FuturaBdCnBTBoldItalic'; padding:0 33px;}
div.navigation_right ul li a:hover {color:#7fcfe6;}
div.ftr_warper { width:950px; text-align:center; color:#999999; line-height:18px; margin:20px 0 0 0;}
div.ftr_warper strong {color:#005697;} div.ftr_warper a {color:#999999;} div.ftr_warper a:hover {text-decoration:underline;}
/* MAIN PAGE END */

/* INNER PAGE START */
div.inner_header_warper {background:url(../images/inner_header.jpg) no-repeat; width:950px; height:178px;}
div.containt_warper {width:930px; padding:25px 10px 0px 10px;}
div.hd_warper {width:930px; background:url(../images/hd_line.gif) no-repeat bottom left; font-family: 'FuturaBdCnBTBoldItalic'; font-size:24px; color:#005595; text-transform:uppercase;}
div.containt_txt {width:930px; padding:10px 0 0 0; text-align:justify; line-height:18px; color:#666666;} div.containt_txt strong { color:#005595;}
div.containt_txt ul li { padding:0 0 0 15px; line-height:20px; background:url(../images/li_bullet.gif) no-repeat 0 7px;}
div.containt_txt img { border:5px solid #e3e3e3; float:left; margin:10px 10px 10px 0;}
div.containt_txt img.right { float:right; margin:10px 0 10px 10px;}
/* INNER PAGE END */


div.address {width:930px; padding:10px 0;}
div.contact_form {width:380px;}
div.contact_form input, div.contact_form textarea {line-height:22px; width:250px; height:22px; padding:0 10px; border:1px solid #CCC;}
div.contact_form textarea {height:100px; line-height:18px; width:260px; padding:5px 0 0 10px;}
div.contact_form input.pointer {border:none; background:url(../images/submit.jpg) no-repeat; height:23px; width:70px;}
div.contact_map {width:535px; float:right; height:258px;}
div.head_links {color:#F00; width:950px; height:328px; font-weight:bold; font-size:20px; padding:20px 0 0 0; text-align:center;}
div.head_links a{color:#F00;} div.head_links a:hover {color:#000;}

div.media_img img { margin:0px;}
div.media_img { padding:15px 0 0 20px;}



/*jquery Slider*/
.jqueryslidemenu{
font: bold 12px Verdana;
background:url(../images/nav_bg.gif) repeat-x;
width: 100%;
height:43px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;

background:url(images/gif/nav_repat.gif) repeat-x;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background:none; /*background of tabs (default state)*/
color: white;
padding: 14px 33px;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
color:#b78c02;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left:-36px !important;
display: block;

visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display:block;
float: none;
padding:0 0px;
font: normal 13px Verdana;
font-weight:bold;
border-bottom:1px dashed #fff;
background:#00569e;
line-height:25px;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{

width:220px !important; /*width of sub menus*/
padding: 5px;
margin: 0;line-height:25px;
display:block; float:left;

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

