body{
	background-color:#16486d;
	font-family:Arial, Tahoma, Verdana, Sans-Serif;
	font-size:12px;
    color:#2a2f33;
    line-height:18px;
}

#main_div{
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	background-repeat: repeat;
}

.header{
    line-height: 1.5em;
}

.header h1{
	font-family:"Times New Roman";
	font-size:34px;
	width:600px;
	color:white;
	padding:0px 10px;
	margin:0px;
	font-style:italic;
	margin-bottom:10px;
	text-transform:none;
    border:0px;
    font-size:45px;
    line-height:45px;
}

.header .contact{
	float:right;
	width:300px;
	color:white;
	text-align:right;
}

.menu_surround{
	text-align:center;
	background-color:black;
	color:white;
	/* padding-top:8px;
	padding-bottom:8px; */
}

#level1{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0px;
	padding-left:1em;
    position:relative;
    z-index:400;
}

#level1 li{
	display:inline;
	position:relative;
}

#level1 li.last{
    border-right:0px;
}

#level1 li a{
	color:white;
	text-transform:uppercase;
	text-decoration:none;
    display:inline-block;
    padding:8px 35px;
    border-right:1px solid #6e6e6e;
}

#level1 li a:hover{
	text-decoration:underline;
}

#level1 li ul{
	list-style-type: none;
	left: 0px;
	position: absolute;
	display: inline;
	width: 180px;
	padding:0px;
	z-index:200;
	margin:0px;
	height: auto;
	text-align:left;
    background-color:black;
    top:22px;
    padding-bottom:4px;
    display:none;
}

#level1 li ul li{
	padding:0px;
	margin:0px;
    display:block;
    width:166px;
    padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
    padding-right:8px;
}

#level1 li:hover ul, #level1 li.sfhover ul{
	display:inline;
    z-index:200;
}

#level1 li ul li a{
    border-right:0px;
    padding:0px;
    margin:0px;
    width:166px;
}

#level1 li.last a{
    border:0px;
}

#level1 li ul li a:hover{
	color:white;
    text-decoration:underline;
}
#level1 li a.on{
	font-weight: bold;
	text-decoration: underline;
}
#level1  li.on ul{
	display:none;
}


.header_img{
	background-color:white;
	padding:10px;
    position:relative;
}

.header_img img{
    display:block;
}

.contentArea{
	background-color:#8d8e90;
	padding:15px;
}

.contentArea .focus{
	background-color:#434b4e;
	padding:15px;
	margin-bottom:15px;
	color:white;
}

.contentArea img{
	background-color:#474b4c;
	padding:3px;
}

.menu_footer{
	text-align:center;
	background-color:#2a2f33;
	color:white;
}

.clear{
    float:none;
    clear:both;
    font-size:1px;
    line-height:1px;
}

.header_slideshow{
    width:920px;
    height:376px;
    overflow:hidden;
}

.header_slideshow_overlay{
    width:920px;
    height:376px;
    position:absolute;
    top:10px;
    left:10px;
    z-index:20;
    overflow:hidden;
}

.right{
    float:right;
    width:350px;
    margin-left:15px;
}

.left{
    float:right;
    width:530px;
    margin-right:15px;
}

h1,h2,h3,h4,h5{
    font-family:"Times New Roman", serif;
    color:white;
    font-style:italic;
    border-bottom:1px inset silver;
    line-height:20px;
}

h1 {
    font-size:24px;
}

h2 {
    font-size:18px;
    font-weight:bold;
}

h3 {
    font-size:14px;
    font-weight:normal;
}

h4 {
    font-size:14px;
    font-weight:bold;
}

h5 {
    font-size:14px;
}


