@charset "utf-8";
/* CSS Document */

   
/* Define the body style */
body {
    font-family:Arial;
    font-size:13px;
}

/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
}

/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
    background-color:#00A3E8;
  border-radius: 10px;
    border-bottom:solid 1px white;
    width:179px;
    cursor:pointer;
	text-align:center;
}

/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{
    background-color:#1295D5;
    position:relative;
}

/* We apply the link style */
#menuwrapper ul li a{
    padding:5px 15px;
    color:#ffffff;
    display:inline-block;
    text-decoration:none;
}

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul{
    position:absolute;
    display:none;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#menuwrapper ul li:hover ul{
    left:150px;
    top:0px;
    display:block;
}

/* we apply different background color to 2nd level menu items*/
#menuwrapper ul li ul li{
    background-color:#cae25a;
}

/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper ul li:hover ul li:hover{
    background-color:#b1b536;
}

/* We style the color of level 2 links */
#menuwrapper ul li ul li a{
    color:#454444;
    display:inline-block;
    width:120px;
}

/**** THIRD LEVEL MENU ****/
/* We need to hide the 3rd menu, when hovering the first level menu */
#menuwrapper ul li:hover ul li ul{
    position:absolute;
    display:none;
}

/* We show the third level menu only when they hover the second level menu parent */
#menuwrapper ul li:hover ul li:hover ul{
    display:block;
    left:150px;
    top:0;
}

/* We change the background color for the level 3 submenu*/
#menuwrapper ul li:hover ul li:hover ul li{
    background:#86d3fa;
}

/* We change the background color for the level 3 submenu when hovering the menu */

#menuwrapper ul li:hover ul li:hover ul li:hover{
    background:#358ebc;
}

/* We change the level 3 link color */
#menuwrapper ul li:hover ul li:hover ul li a{
    color:#ffffff;
}

/* Clear float */
.clear{
    clear:both;
}

/* News */

#news{width:146px;height:166px; padding:11px 16px 15px 15px; border:#00A3E8 1px solid; margin-bottom:10px}
#news h2{height:23px; position:relative;}
#news p
{
	margin-left: 2px;
	margin-bottom: 15px;
	border-bottom: #e7edf2 1px dashed;
	padding-bottom: 10px;
	border-bottom-color: #99B3C8;
}
#news p span{height:14px; background:url(../images/icon_news.gif) 0 2px no-repeat; padding-left:22px; display:block; margin-bottom:8px; font:12px/14px Arial, sans-serif; color:#DA1607; font-weight:bold;}
#news p a
{
	font: 14px/16px Times New Roman;
	color: #333333;
	text-decoration: none;
	
}
#news p a:hover
{
	color: #808080;
	text-decoration: underline;
}
#news #btn_news{margin-left:70px}














/*nav ul ul {
    display: none;
}

    nav ul li:hover > ul {
        display: block;
    }
    nav ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0 1px;
    border-radius: 10px;  
    list-style: none;
    position: relative;
    display: inline-table;
    z-index: 20001;
}
    nav ul:after {
        content: ""; clear: both; display: block;
    }
    nav ul li {
    float: left;
}
    nav ul li:hover {
        background: #f98009;
        background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
        background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
        background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
    }
        nav ul li:hover a {
            color: #fff;
        }
    
    nav ul li a {
        display: block; padding: 25px 40px;
        color: #757575; text-decoration: none;
    }


nav ul ul {
    background: #5f6975; border-radius: 0px; padding: 0;
    position: absolute; top: 100%;
}
    nav ul ul li {
        float: none; 
        border-top: 1px solid #6b727c;
        border-bottom: 1px solid #575f6a;
        position: relative;
    }
        nav ul ul li a {
            padding: 6px 41px;
            color: #fff;
        }    
            nav ul ul li a:hover {
                background: #4b545f;
            }

nav ul ul ul {
    position: absolute; left: 100%; top:0;
}*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
    margin: 0; padding: 0; border: 0;
}

body {
    background: #909eab url(bg.png);
    font-family: Helvetica, sans-serif; font-size: 18px; line-height: 24px;
}



nav {   
   width:885px;
height:46px;
color: #DCDEE4;
    }

nav ul ul {
    display: none;
}

    nav ul li:hover > ul {
        display: block;
    }


nav ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #00A3E8 100%);  
    background: -moz-linear-gradient(top, #DBDBDB 0%, #DBDBDB 100%); 
    background: -webkit-linear-gradient(top, 00A3E8  0%,00A3E8 100%);    
    padding: 0 17px;
font-size:11px;
font-color:#FFFFFF;
font-weight: bold;
    border-radius: 10px;  
    list-style: none;
    position: relative;
   
}
    nav ul:after {
        content: ""; clear: both; display: block;
    }

    nav ul li {
        float: left;
    }
        nav ul li:hover {
            background: #4b545f;
            background: linear-gradient(top, #1295D5 0%, #1295D5 40%);
            background: -moz-linear-gradient(top, #1295D5 0%,#1295D5 40%);
            background: -webkit-linear-gradient(top, #1295D5 0%,#1295D5 40%);
        }
            nav ul li:hover a {
                color: #fff;
            }
        
        nav ul li a {
            display: block; padding: 14px 19px;
            color: #757575; text-decoration:none ;
			border-radius: 10px;
        }
            
        
    nav ul ul {
        background: #00A3E8 ; border-radius: 10px; padding: 0;
        position: absolute; top: 100%;
		
    }
        nav ul ul li {
            float: none; 
            border-top: 0px solid #FFF;
            position: relative;
			border-bottom: 1px solid #FFF;
        }
            nav ul ul li a {
                padding: 7px 40px;
                color: #fff;
            }    
                nav ul ul li a:hover {
                    background: #1295D5  ;
                }
        
    nav ul ul ul {
        position: absolute; left: 100%; top:0;
    }





nav1 {   
   width:897px;
height:54px;
color: #DCDEE4;
    }

nav1 ul ul {
    display: none;
}

    nav1 ul li:hover > ul {
        display: block;
    }


nav1 ul {
    background: #efefef; 
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
    background: -webkit-linear-gradient(top,#FFFFFF  0%,#FFFFFF  100%);    
    padding: 0 23px;
    font-size:10px;
    font-color:#FFFFFF;
    font-weight: bold;
    border-radius: 10px;  
    list-style: none;
    position: relative;   
    }
    nav1 ul:after {
        content: ""; clear: both; display: block;
    }
    nav1 ul li {
        float: left;
    }
        nav1 ul li:hover {
            background: #4b545f;
            background: linear-gradient(top, #1295D5 0%, #1295D5 40%);
            background: -moz-linear-gradient(top, #1295D5 0%,#1295D5 40%);
            background: -webkit-linear-gradient(top, #1295D5 0%,#1295D5 40%);
        }
            nav1 ul li:hover a {
                color: #fff;
            }
        
        nav1 ul li a {
            display: block; padding: 2px 24px;
            color: #FFF; text-decoration:none ;
			border-radius: 10px;
        }
            
        
    nav1 ul ul {
         background: #00A3E8 ; border-radius: 10px; padding: 0;
        position: absolute; top: 100%;
    }
        nav1 ul ul li {
            float: none; 
            border-top: 1px solid #fffff;
            border-bottom: 1px solid #575f6a; position: relative;
			border-bottom: 1px solid #FFF;
        }
            nav1 ul ul li a {
                padding: 3px 8px;
                color: #fff;

            }    
                nav1 ul ul li a:hover {
                    background: #1295D5  ;
                }
        
    nav1 ul ul ul {
        position: absolute; left: 100%; top:0;
    }
	
	


body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #061C37;
	background: #F0F0F0
/*		background-image:url(images/background.png);
	background-repeat:repeat-x;
	
	color: #061C37;
	background: #EEEFE4;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;*/
}

/* change border color */
.outer {
    width: 900px;
    color: #000000;
    border: 2px solid black;
   padding: 5px;
 }

*
{
margin:0px;
padding:0px;
}


#header
{
	width:897px;
	height:96px;
/*	padding:7px 7px 7px 7px;*/
	background-color:#FFFFFF;
	margin-bottom:7px;
	margin-top:0px;
                  }

#picture
{
	width:900px;
	height:102px;
	background-image:url(images/picture3.jpg);
                  background-repeat: no-repeat; 
}
		
}


h1, h2, h3
{
	padding-top:
}

#header h1
{
position:relative;
left:12px;	
top:10px;
color:#EEF5FD;
font-size:40px;
}

#header h2
{
position:B;

}



#container
{
	width:935px;
	background-color:#ffffff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#main
{
display:block;
background-color:#FFFFFF;
color: #000000;
  padding-top:0px;
padding-bottom:7px;
}

.leftcol h2
{
	text-align:left;
	margin-left:7px;
	font-size:21px;
	color: #1D5174;
	margin-bottom:6px;
}

.rightcol h2
{
	text-align:center;
                  border-radius: 10px;
	margin-right:-9px;
	font-size:21px;
	color: #1D5174;
	margin-bottom:6px;
  list-style: none;
  padding: 0px;
   padding-left: 12px;
  padding-top: 0px;
  height: 31px;
   background-image: url(images/leftmenu_link.jpg);
  background-repeat: repeat-x;
  margin-top: 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}


.maincol h2
{
color:#0000ff;
margin-bottom:3px;
}

.maincol p
{
margin-bottom:6px;
}




.clear
{
clear:both;	
}


#leftcol_container, #maincol_container, #rightcol_container
{
float:left;
margin-left:6px;

}


#leftcol_container, #rightcol_container
{
width:218px;
margin-top:-20px;
margin-left:21px
}


#maincol_container
{
width:451px;
color: #000000;
    	
	
}


.leftcol_bottom 
{
background-image:url(images/leftcol_bottom.jpg)	;
background-repeat:no-repeat;
width:220px;
height:13px;
margin-bottom:13px;
}

.rightcol_bottom
{
/*background-image:url(images/rightcol_bottom.png)	;
background-repeat:no-repeat;*/
width:220px;
height:3px;
/*margin-bottom:13px;*/
}


.maincol_bottom
{
/*background-image:url(images/maincol_bottom.png)	;
background-repeat:no-repeat;*/
width:447px;
height:13px;
margin-bottom:-1px;
}


.leftcol, .maincol, .rightcol
{
clear:both;	
padding-left:2px;
padding-right:5px;	
padding-bottom:5px;	
padding-top:10px;
}



.leftcol
{
display:1;


}


a,a:visited
{
	text-decoration:none;
	color:#040A0C;
}

a:hover
{
	color:#7DBDEC;
	border-bottom: #7DBDEC dotted 1px;
}

.leftcol ul, .rightcol ul
{
list-style:none;
font-size:12px;
font-weight:bold;
}

.rightcol ul
{
text-align:center;	
	
}

.rightcol 
{
text-align:right;
}

.maincol
{
display:block;
/*background-image:url(images/maincol_top.png);
background-repeat:no-repeat;*/
background-color:#ffffff;
width:464px;
margin-top:-23px;
}

.rightcol    
{
display:block;
/*background-color:#AFD3EB;*/
background-color:#ffffff;
/*background-image:url(images/rightcol_top.png);
background-repeat:no-repeat;*/
width:196px;
margin-top:-1px;
}
#footer h3
{
font-size:12px;
width:inherit;	
text-align:center;
margin:0 auto 0 auto;
	
	
}

/*#header
{
	width:900px;
	height:104px;
	padding:7px 7px 7px 7px;
	background-color:#FFFFFF;
	margin-bottom:7px;
	margin-top:0px;
}


#menu
{
width:897px;
height:54px;
color: #000000;
    border: 2px solid black;
 background-color:#061C37;
}*/



#menu
{
display:block;
text-align: center;
color: #000000;
 float:left;
clear:both;
width:897px;
height:50px;
float:left;
background-color:#061C37;
clear:both;
}

#menu li{ display:inline; position:relative; float:left;  }
#menu li a { display:block; float:left; height:25px; line-height:30px; padding:12px 14px; text-decoration:none;  font-weight:Bold; font-size:14px; border-left:solid 2px #0A0909; }
#menu li a:hover {color:#FFFFFF; background:#FFFFFF; }
#menu li ul { margin:0; padding:0px 9px; line-height:none; position:absolute; top:49px; left:0; border:solid 1px #0A0909; border-width:0px 1px 1px 1px; width:180px; display:none; background:#305D7B;}
#menu li:hover ul { display:block}
#menu li:hover a {color:#FFFFFF; background:#305D7B;} 
 #menu li ul a { border-width:0px; color:#180101; padding:1px 54px 9px 28px; background-color:transparent;}
#menu li:hover ul li a { color:#909090}
#menu li ul li a:hover { color:#FFFFFF}


#leftmenu
{
margin-top:10px;
margin-left:10px;
width:177px;
float:left;
}

#leftmenu_top
{
width:204px;
height:20px;
/*background-image:url(images/leftmenu_top.png);*/
}
#leftmenu_bottom
{
width:204px;
height:14px;
/*background-image:url(images/leftmenu_bottom.png);*/
}
#leftmenu_main
{
width:204px;
height:auto;
margin-top:-15px

/*background-color:#1C478E;*/
}

#leftmenu_main ul
{
list-style: none;
padding: 0px;
width:204px;
}


#leftmenu_main h3
{
list-style: none;
padding: 0px;
width:204px;
color:#FFFFFF;
padding-left:10px;
padding-bottom:14px;
}

#leftmenu_main ul li
{
list-style: none;
padding: 0px;
width:204px;
text-align:left;
}

#rightmenu_main ul li a,#rightmenu_main ul li a:visited
{

  padding-left: 12px;
  padding-top: 4px;
  height: 30px;
  text-align: left;
  background-image: url(images/leftmenu_link.jpg);
  background-repeat: repeat-x;
  margin-top: 5px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

#leftmenu_main ul li a, #leftmenu_main ul li a:visited
{
display:block;
list-style: none;
padding: 0px;
width:192px;
padding-left:12px;
padding-top:4px;
height:30px;
text-align:left;
background-image:url(images/leftmenu_link.jpg);
background-repeat:repeat-x;
margin-top:5px;
color:#FFFFFF;
text-decoration:none;
font-size:15px;
font-weight:bold;
}

#leftmenu_main ul li a:hover
{
color:#87BCF8;
	
	
}


#menu ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width:900px;
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	height: 36px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 18px;
	font-size: 15px;
	padding-left:13px;
	padding-right:13px;
	
}

#menu a:hover{
	color:#86AEF9;
	background-image:url(images/linkbackground.jpg);
	background-repeat:repeat-x;
}

#content p
{

}


#content     
{
	width:900px;
	height:auto;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:5px;
	margin-top:0px;
}

/*#content_top
{
	background-image:url(images/shadowb.gif);
	background-repeat:repeat-x;
	width:900px;
	margin-top:0px;
}*/

#content_left
{
/*	background-image:url(images/shadowt.gif);
	background-repeat:repeat-y;*/
	width:935px;
                 
}


#content_main  
{
/*	background-image:url(images/shadowt.gif);
	background-repeat:repeat-y;*/
	width:900px;
	padding-left:10px;
	padding-right:15px;
	margin-top:0px;
}

#content_bottom
{
/*background-image:url(images/main_bottom.png);
background-repeat:no-repeat;*/
width:900px;
height:25px;
}

/* FOOTER */

#footer{height:87px; width:900px; margin-top:80px; background:url(../images/b_footer.gif) 0 0 repeat-x}
#footer p{padding: 25px 0 0 0; font:11px/16px Trebuchet MS, sans-serif; font-weight:normal; text-align:center; color:#869496;}
#footer p span{font:10px/16px Trebuchet MS, sans-serif;}
#footer p a{font:11px/16px Trebuchet MS, sans-serif; font-weight:normal; color:#869496; text-decoration:none; padding: 0 5px }
#footer p a:hover{text-decoration:none; background:#869496; color:#fff}
