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

body {
	font: 13px Trebuchet ms, Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x #0561a0 ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

p {
	padding:5px;
	text-align:justify;
}


.oneColFixCtrHdr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {

	padding: 0px ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 5px;
	background: url(images/bg-content.png);

}

.oneColFixCtrHdr #mainContent2 {
	padding: 5px;
	
}

.oneColFixCtrHdr #mainContent2 p {
	text-align:right;
	
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer {
color: #A8D9F7;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

#logo {
width:980px;
margin:0 auto;
text-align:center;
}


.style2 {
	font-family: "trebuchet ms";
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {color: #D2ECFB}
.style5 {font-size: 12px}


  .lavaLampWithImage {
            position: relative;
            height: 34px;
            width: 740px;
            background: url("images/bg-nav.png") no-repeat top;
            padding: 2px ;
            margin: 10px 0;
            overflow: hidden;
			
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;	padding-left:5px;
			
					
                }
                    .lavaLampWithImage li.back {
                        background: url("images/lava.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/lava.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
						padding-left:5px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px; 
					
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
						
						
#marine ul {
	
	
	
}

#marine li {
	list-style-image: url(images/bullet.png);
	text-align:justify;
	padding:0 10px 8px 0;
	
}
