/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body  { 
color: #000; 
font: 76%/1.4em Verdana, Tahoma, Arial, sans-serif; 
background-color: #C1CFDD; 
}

a{
color:#003366;
text-decoration:underline;
background-color:inherit;
}
hr {padding: 0; margin: 0}
a:hover{color:#000033; text-decoration:underline; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:995px;
margin:0 auto;
padding:0;
text-align:left;
background:#A9BDEB;
background-image: url("img/bg.jpg"); 
background-repeat: repeat-y; 
background-position: center; 
color:#000;
border:2px solid #0C1826;
}

#header{
height:112px;
width:995px;
margin:0;
background:#193F95 url(img/zy_01.jpg);
}

#navigation{
height:39px;
line-height:2.2em;
width:994px;
margin:0 1px;
background:#193F95 url(img/zy_02.jpg);
color:#ffffff;
}

#nav1{
height:15px;
margin-top:0;
padding-left:300px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
}

#nav2{
height:19px;
margin:0px;
padding-left:310px;
padding-top: 3px;
color: #fff
}

#nav1{
font-size: 100%;
}



#nav1:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#nav1 ul{
width: 100%;
padding: 0 0 4px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#nav1 ul li{
display: inline;
}

#nav1 ul li a{
color: #fff;
padding: 0 10px;
margin: 0;
text-decoration: none;
}

#nav1 ul li a:hover{
color:#A2D3FB;
}

/* --------------Top Menu "2"------------- */

#nav2{
font-size: 90%;
font-style: italics;
}

#nav2:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 10px;
clear: both;
visibility: hidden;
}

#nav2 ul{
width: 99%;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#nav2 ul li{
display: inline;
}

#nav2 ul li a{
color: #004984;
padding: 4px;
margin: 0;text-decoration: none;
/*border-right: 1px solid #000000;*/
}

#nav2 ul li a:hover{
color:#4A71A5;
}

/**************** Content styles ****************/

#content{
background: url(img/zy_03.jpg) no-repeat;
font-size:0.9em;
padding:10px 10px 0 230px;
min-height: 510px;
}

#content h1{
display:block;
margin:0 0 8px 0;
font-size:2em;
font-weight:normal;
letter-spacing:-1px;
color:#111E3E;
background-color:inherit;
text-align: center;
}

#content h2{
display:block;
margin:0 0 8px 0;
font-size:1.5em;
font-weight:normal;
letter-spacing:-1px;
color:#111E3E;
background-color:inherit;
}

#content h1 {margin:0;}
#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}
#content img {padding: 3px 10px}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:995px;
padding:5px 0;
margin:0;
font-size:0.9em;
color:#f0f0f0;
background:#044984;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}
