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

* {
margin: 0px;
padding: 0px;
}

body {
background-image: url(../assets/bg.jpg);
background-position:top left;
background-repeat:repeat-x;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 26px;
background-color: #F6ECE6;
}

p {
margin-bottom: 14px;
}

h1 {
color:#61A7CB;
font-size: 28px;
margin-bottom: 6px;
}

h2 {
font-size: 20px;
margin-bottom: 6px;
color:#333333;
}

h3 {
font-size: 18px;
margin-bottom: 6px;
color:#333333;
margin: 0px auto 0px 0px;
}

h4 {
color:#61A7CB;
font-size: 16px;
margin: 0px auto 0px 0px;
}

#top {
background-image:url(../assets/top.jpg);
background-repeat:no-repeat;
background-position:top center;
width: 900px;
height: 131px;
margin: 39px auto 0px auto;
}

#menu {
width: 550px;
float: right;
height: 50px;
margin-top: 65px;
margin-right: 0px;
}

#menu a {
font-weight: bold;
font-size: 12px;
margin-right: 13px;
text-decoration: none;
color:#333333;
}

#menu a:hover {
color:#61A7CB;
}

a {
font-weight: bold;
text-decoration: none;
color:#333333;
}

a:hover {
color:#61A7CB;
}



#wrapper {
width: 940px;
margin: 0px auto;
background-image:url(../assets/shadow.png);
background-position:center top;
background-repeat:no-repeat;
min-height: 800px;
}

#header {
width: 900px;
height:250px; 
margin: 5px auto 0px auto;
}

#headerleft {
float:left;
height: 250px;
width: 342px;
background-image:url(../assets/headerLeft.jpg);
background-repeat: no-repeat;
background-position:top left;
}

#headerright {
float: right;
height: 250px;
width: 558px;
background-image: url(../images/1.jpg);
background-repeat: no-repeat;
background-position:top left;
}

#content {
width:900px;
margin: 30px auto 0px auto;
}

#contentleft {
width: 300px;
float: left;
margin-left: 15px;
}

#event {
width: 300px;
height:70px;
}

#event1 {
background-color: #FFF5EE;
width: 300px;
height:70px;
}

#contentleft h3 {
font-size: 16px;
margin-bottom: 6px;
color:#333333;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 0px;
padding-top: 8px;
}

#contentleft h4 {
color:#61A7CB;
font-size: 14px;
margin-left: 15px;
margin-bottom: 0px;
}

#contentright {
float:right;
width: 555px;
margin-right: 15px;
}

#nav li li a {
	display: block;
	padding: 5px 5px;
}

#nav li li a:hover {
	padding: 5px 5px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: white;
	border-width: 1px 0;
}

li#first {
}

li#last {
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #FFFFFF;
	font-weight: 10px;
	padding: 0.5em 0 1em 0;
	line-height: 15px;
	width: 125px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

img, div { behavior: url(../iepngfix.htc) }
