@charset "utf-8";
/* Basic Elements */
body {
	margin: 0;
	background:url(../img/bgm.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, 'trebuchet ms',"Helvetica Neue", "Times New Roman", Times, serif;
	color:#000000;
	}

#box {
	width: 850px;
	padding-top: 40px;
	margin: 0 auto;
	}
	
#header {
	width: 100%;
	height: 80px;
	background: #ffffff;
	border: 0px solid blue;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	}

#main {
	width: 810px;
	padding: 20px;
	background: #ffffff;
	font-size: 0.80em;
	line-height: 1.2em;
	}

#spacer {
	height: 20px;
	background:url(../img/spacer.jpg);
	background-repeat: repeat-x;
	border-left: 20px solid #FFF;
	border-right: 20px solid #FFF;
	}

#footer {
	clear:both; 
	width:100%;
	height: 60px;
	background-color: #ffffff;
	border: 0px solid blue;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	font-size: 0.75em;
	color: #3f387b;
	text-align: center;
	line-height: 5.0em;
	} 

#contact_form {
	width: 530px;
	padding-left: 150px;
	font-size: 0.75em;
	color: #000000;
	}
#contact_phone {
	width: 530px;
	margin-bottom: 15px;
	font-size: 1.5em;
	color: #000000;
	}

img.hdr {
	float: left;
	padding-top: 5px;
	padding-left: 70px;
	border: 0;
	}

img.left {
	float: left;
	padding: 5px;
	border: 0;
	}

h2 {
	color: #093ea9;
	text-align: center;
	}
	
h3 {
	color: #093ea9;
	}
	
ul {
	margin: 0;
	}

p.main {
	text-align:justify;
	margin-left:40px;
	margin-right: 40px;
	}

p.phone {
	font-weight:500;
	color: #093ea9;
	margin-top: 30px;
	}

p.fax {
	font-weight:500;
	line-height: 0.5em;
	color: #093ea9;
	margin-bottom: 30px;
	}

p.italic {
	font-style: italic;
	color: #093ea9;
	margin-top: 30px;
	}

        .lavaLampNoImage {
            position: relative;
            height: 40px;
            width: 770px;
			background:url(../img/menubgrd.jpg);
			background-repeat: repeat-x;
			border-left: 20px solid #FFF;
			border-right: 20px solid #FFF;
            /*background-color: #ffffff;
            padding: 10px;
            margin: 10px 0 0 35px;*/
			padding-top: 9px;
            color: #000000;
            overflow: hidden;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
					color: #ffffff;
                }
                    .lavaLampNoImage li.back {
                        border: 2px solid #efea1f;
						border-top-left-radius: 1.0em;
						border-top-right-radius: 1.0em;
						border-bottom-left-radius: 1.0em;
						border-bottom-right-radius: 1.0em;
                        background-color: #093ea9;
                        width: 9px;
                        height: 27px;
                        z-index: 6;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: bold 12px "trebuchet ms", Arial;
                        text-decoration: none;
                        color: #ffffff;
                        outline: none;
                        text-align: center;
                        top: 10px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 15px;
                    }
                        .lavaLampNoImage li a:visited {
                            border: none;
                        }
                         .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active {
                            border: none;
							color: #ffffff;
                        } 