/*general*/
* {
	margin: 0;
	padding:0;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.column1{
	width: 58%;
	padding: 0 5px 0 0;
	}
.column2{
	width: 38%;
	padding: 0 0 0 5px;
	}
.textHeader {
	color:rgb(38, 73, 168);
	font-size: 20px; 
	font-weight: bold;
	}
.textTitle {
	color:rgb(38, 73, 168);
	font-size: 14px; 
	font-weight: bold;
}
h1 {
	color: #000;
	font-size: 22px;
	padding: 5px 0;
	text-align: left;
}
h2 {
	color: #EA7E1E;
	font-size: 20px;
	padding: 5px 0;
	text-align: left;
}
h3{
	color: #000;
	font-size: 18px;
	padding: 5px 0;
	text-align: left;
}
h4 {
	color: #EA7E1E;
	font-size: 16px;
	padding: 5px 0;
	text-align: left;
}
h5{
	color: #000;
	font-size: 14px;
	padding: 5px 0;
	text-align: left;
}
/*Home*/
body {
    background-attachment: fixed;
    *background-color: #f2efe1;
	/*background-image: url("/images/E0003062/background3.jpg");
    background-position: center top;
    background-repeat: no-repeat;*/
	background-attachment: scroll;
    font-family: arial,sans-serif;
    font-size: 18px;
	background-color: #f2e9e1;
} 
#mainWrapper {
	width: 1150px;
}
table#mainWrapper {
	margin: 0px auto;
	width: 1150px;
	background-color: transparent;
}
p {
	font-family: arial,sans-serif;
    font-size: 18px;
	}
/*menus*/
#menu-header {display: none;
}
.sidenavWrap {display: none;
}
#horiz_bkg {
	background-color: transparent;
}
#menu-horiz {
	margin: -46px 0 0 0;
}
.menu-horiz li {
	background: none repeat scroll 0 0 #004BA7;
	border-radius: 10px 10px 0 0;
	margin: 0px 3px;
	z-index: 100;
	opacity: 0.9;
}
.menu-horiz li li, .menu-horiz li li li {
	background: none repeat scroll 0 0 #004BA7;
	border-radius: 0px 0px 0 0;
	opacity: 1.0;
}
.menu-horiz li:hover, .menu-horiz li.sfHover {
	background: none repeat scroll 0 0 #004BA7;
	border-radius: 10px 10px 0 0;
	margin: 0px 3px;
	border-bottom: 10px solid #EA7E1E;
	z-index: 100;
}
.menu-horiz li li:hover, .menu-horiz li li.sfHover {
	background: none repeat scroll 0 0 #004BA7;
	border-radius: 0 0 0 0;
	margin: 0px 3px;
	border-bottom: 0px solid #EA7E1E;
	z-index: 100;
}
#menu-horiz li a {
    border-left: 0px solid #FFFFFF;
    padding: 15px 40px;
	color: #fff;
	font-size: 16px;
}
#menu-horiz li li a {
    border-left: 0px solid #FFFFFF;
    padding: 5px;
	color: #fff;
	font-size: 13px;
}
.menu-horiz a:focus, .menu-horiz a:hover, .menu-horiz a:active {
	background: none repeat scroll 0 0 #004BA7;
	border-radius: 10px 10px 0 0;
	margin: 0px 3px;
}
.menu-horiz li li a:focus, .menu-horiz li li a:hover, .menu-horiz li li a:active {
	background: none repeat scroll 0 0 #004BA7;
	border-radius: 0 0 0 0;
	margin: 0px;
	padding: 5px 0px;
	opacity: 1.0;
	font-size: 12px;
	border-top: 0px solid #fff;
}
.sf-sub-indicator {
	display: none;
}
.sf-shadow ul {
	display: none;
}
.depth1 { width: 250px !important;
	opacity: 1.0;
	margin: 23px 0 0;
}
.depth1 li { border-bottom: 1px solid #000000 !important;
             background-color: #aaa !important;
}
.depth2 { width: 250px !important;
          margin-left: 180px;
}
/*header Image*/
#header {
	background-color: transparent;
}
.specialText {
	height: 330px;
	background-color: transparent;
}
.headerWrap {
	position: absolute;
	z-index: 100;
	background-color: transparent;
	border-bottom: 10px solid #004BA7;
	border-top: 30px none transparent;
	background-attachment: fixed;
	width: 100%;
	height: 330px;
	left: 0
}
.banner {
	width: 1200px;
	margin: 0 auto;
}
.hours {
	width: 100%;
	position: absolute;
	z-index: 99;
	margin: -30px 0 0;
}
.hours p {
	color: #004BA7;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.logo { 
    margin: 15px 0 0;
}
.logo img { 
    width: 350px;
	position: absolute;
	z-index: 99;
	border: none;
}
.button {
	width: 500px;
	text-align: right;
	position: relative;
	z-index: 99;
	border: medium none;
}
.button img {
	height: 100px;
	border: medium none;
	}
	

.slideshow { 
		width: 100%;
	    height: 330px;
        overflow-x: hidden;
        overflow-y: hidden;
        position: absolute;
		z-index: 90;
}
.slideshow img { 
		display: block;
		width: 100%;
	    height: 330px;
}
/*content*/
#content {
	width: 1100px;
    padding: 10px 20px;
    margin: 0px;
	background-color: #f2e9e1;
}
table, td, tr {
	background-color: #f2e9e1;
	font-size: 14px;
	}
/*footer*/
#menu-footer {
	display: none;
}
#DTNFooter {
	width: 300px;
	background-color: transparent;
}

