@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	/*background-image: url("../images/OriginalSea_sky.jpg");*/
        background-color:#335C9C;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
/*#FFEBCD #335C9C #C0E2FA*/
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
        
}
#masthead {
	text-align: center;
	background-image: url("../images/JanKarskilogo.gif");
	background-repeat: no-repeat;
	background-position: left;
	
        
}
#navigation {
    background-color: #CCDDCC;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    height: 23px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
   width: 880px;
    z-index: 5;
}
.navlast {
    width: 111px !important;
   
}
html>body #navigation {
          overflow:visible;

}
#column_l {
	width: 500px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 520px;
	padding: 10px 18px;
	background-color: #fff;
        
}
#column_r {
	width: 100px;
	padding: 15px 10px;
	background-color:#fff;
}
html>body #column_r {
	width: 270px;
	padding: 30px 20px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
                background-image: url("../images/footer1.jpg");
	background-repeat: no-repeat;
	background-position: center;
        
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
        
}
/* Masthead */
#masthead img {
	border: 3px solid #00306f;
        margin-left: 250px;
        
}
#masthead h1 {
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
                margin-left: 300px;
	font-family: Comic Sans, Comic Sans MS, cursive;
                font-style:italic;
	margin-top: 10px;
                color: #033387;
}
#masthead h3 {
	margin-left: 280px;
        margin-top: 10px;
        font-family: Florence, cursive;
        font-style:italic;
        font-size: x-large;
        font-weight: bold;
	color: #033387;
        
}

/* Navigation */
#navigation ul {
       list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
        
        
}
#navigation li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 96px;
}
#navigation a {
    background-image: url("../images/button.gif");
    /*background-image: url("../images/buttonover1.gif")*/
 
    border: 1px solid #CCDDCC;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
}
#navigation a:hover {
        background-image: url("../images/buttonover.gif");
	font-weight: bold;
	text-decoration: none;
	color: #fff;

}
/*--- DROPDOWN 1 ---*/


#navigation ul {
	background:#cdc; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0);/* But! Let's make the background fully transparent where we can, we don't actually            
                want to see it if we can help it... */
	list-style:none;
        	left:-9999px;/* Hide off-screen when not needed (this is more accessible than display:none;) */
        	visibility:hidden;
        
      
}
#navigation ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
        
        
        
        
}
#navigation ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	height: auto;
	width: 175px;
        text-align: left;
        padding: 1px 10px;
        
        
        
        
}
#navigation li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
        float:left;
        visibility:visible;
        position:relative;
	z-index:5;
        
        
        
       
       
	
}
#navigation li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	/*background:#870000;#6b0c36*/
        background-image: url("../images/buttonover3.gif");
	text-decoration:underline;
}
#navigation li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#navigation li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	/*background:#333;*/
        background-image: url("../images/buttonover1.gif")
      
}





/* Right Column */
#column_r img {
	border: 3px solid #00306f;
        

}



#column_l img {
	border: 3px solid #00306f;
        
}


/* Site typography */
h1 {
	font-size: x-large;
	color: #033387;
        font-family: "Times New Roman", Times, mono;
}
h2 {
	font-size: large;
	color: #033387;
}
h3 {
	font-size: large;
	color: #CD0102;
}
h4 {
	font-size: medium;
	color: #c77;
                margin:0px;
               
}
blockquote,p,ol,ul {
	font-size: medium;
	color: #000;

}

h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #fff;
        
}
#footer a{color: #fff;}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
        font-style:italic;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}