/* Headings
=====================================================================*/
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}



ul {font-size: 12px;}
li {font-size: 12px;}
strong {font-size: 12px;}
td {font-size: 12px}
tr {font-size: 12px}

a:link, a:active, a:visited {
color:#404d40;
}

a:hover {
color:#333333;
text-decoration: none;
}

.pad10 {padding: 15px}


/* Layout
=====================================================================*/
body {
color: #333;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#CCCCCC;
font-size: 12px;
}

#container {
width: 980px;
margin: 0 auto;
text-align:left;
background-image:url(/img/site/bkg.jpg);
background-repeat:repeat-y;
border:1px solid #333333;
overflow-x: hidden;
}

#top {
width:980px;
height:70px;
background-color:#acbdac;
text-align:left;
*margin-bottom:-3px;
}

#topnav {
width:980px;
height:29px;
background-color:#acbdac;
text-align:left;
float:left;
font-size:14px;
}
#logoL {
width: 248px;
float:left;
height:29px;
}

#headerimages {
width:980px;
height:230px;
clear:both;
border-top:1px solid #000000;
*margin-bottom: -3px;
}

#navigation {
text-align:center;
width: 700px;
float: right;
height:29px;
vertical-align:bottom;
}

#navigation2 {
text-align:center;
width: 980px;
float: left;
background-color: #414d41;
text-align: center;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
}

#menuright {
position:relative;
top:6px !important;
left:192px !important;
top:8px;
left:220px;
}

.innname {
font-weight: bold;
}

.centerside {
text-align:center;
}

#leftside {
float:left;
width:224px;
padding:0px;
}

#content {
width:530px;
float:left;
background-color:#FFFFFF;
line-height: 1.7em;
}
#maineguide {
text-align: center;
margin: 0 auto;
width: 980px;
}
#eventside {
float:left;
width:213px;
padding:0 0 0 0px;
margin:0 auto;
line-height: 1.7em;
}

#eventcenter {
text-align: center;
font-weight:bold;
font-size: 15px;
}

#footer {
width: 980px;
background-color:#414d41;
clear:both;
padding:3px 0px 3px 0px;
font-size:10px;
color:#FFFFFF;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
clear:both;
}

#footer a:link,
#footer a:active,
#footer a:visited {
color:#FFFFFF;
text-decoration: none;
}

#footer a:hover {
color:#cccccc;
text-decoration: none;
}

#copyright {
width:980px;
height: 20px;
background-color:#cccccc;
clear:both;
padding-top:0px;
margin: 0 auto;
}
#copyrightL {
width:460px;
height: 20px;
float:left;
text-align:left;
font-size:10px;
}
#copyrightR {
width:520px;
height: 20px;
float:right;
text-align:right;
font-size:10px;
}

/*** Nav styles ***/

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

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

#nav a:hover {
	text-decoration: none;
	color:#acbdac;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
	background-color:#FF0000;
	display:block;

}

#nav li {
	float: left;
	position: relative;
	width: 15em !important;
	width: 18em;
	text-align: center;
	cursor: default;
	margin-left: 35px !important;
	margin-left:20px;
	padding: 5px;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

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

#nav li li {
	display: block;
	float: none;
	background-color:#FF0000;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
	background-color:#FFFFFF;
}

/*** Tabs styles ***/

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

#menu a:hover {
	text-decoration: none;
	color: #acbdac;
}

#menu li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

#menu li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
		background-color:#FF0000;
		display:block;

}

#menu li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	padding:3px;
	background-color: #414d41;
	border: 1px solid #000000;
	border-width: 1px 0px 1px 1px;
}

#menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
}

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

#menu li li {
	display: block;
	float: none;
	background-color:#FF0000;
	border: 0;
}

#menu li:hover ul, li.over ul {
	display: block;
	background-color:#FF0000;
}