/* CSS Document */

/* PAGE */
html { 
	min-height:101%;
}
body {
	background:#f0f7fd url(gfx/body_bg.jpg) no-repeat;
	margin:0px;
	font:11px Verdana, Arial, sans-serif;
	text-align:left;
}

/* GENERAL */
a {
	color:#007dff;
	font:11px Verdana, Arial, sans-serif;
	text-decoration:underline;
}

a:link {
	color:#007dff;
	text-decoration:underline;
}

a:hover {
	color:#007dff;
	text-decoration:none;
}

h1, 
h2, 
h3,
h4,
h5 {
	font:11px Verdana, Arial, sans-serif;
	margin:0;
}
img {
	margin:6px 6px 0 0;
}

/* HEADER */
#header	{
	padding:0;
	margin:0;
}
		
#header	h1 {
	background:#fff url(gfx/header.jpg) no-repeat;
	width:auto;
	height:180px;
	padding:0;
	text-indent:-9999px;
}
#header	h1 a {
	display:block;
	width:500px;
	height:180px;
	text-decoration:none;
}
#header	h1 a:hover {
	text-decoration:none;
}

/* NAVIGATION */
#navcontainer {
	width:auto;
	height:33px;
	margin:0 0 10px 42px;
}

ul#nav {
	width:auto;
	list-style:none; 
	padding:0; 
	margin:0; 
}

ul#nav li {
	text-align:left;
	float:left; 
	width:auto;
	margin:0; 
	padding:0; 
}		

ul#nav li a {
	display:block; 
	border:1px solid #000;
	margin:6px 0px 24px 6px;
	padding:4px 14px; 
	color:#000; 
	font-size:11px;
	text-decoration:none;
}

#navcontainer>ul#nav li a { 
	width:auto; 
} 

ul#nav li#active a {
	color:#fff; 
}

ul#nav li a:hover,
ul#nav li#active a:hover {
	color:#fff;
	background:#007dff;
}

.highlight {
	background:#e9fea3;
}
/* PAGE */
#page{
	width:680px;
}
#page h2{
	font:small-caps bold 1.4em/140% Verdana, Arial, sans-serif;
	margin:0 12px 12px 48px;
}
#page h3{
	font:small-caps bold 1.2em/100% Verdana, Arial, sans-serif;
	margin:0 12px 12px 48px;
}
#page h4{
	float:left;
	font:small-caps bold 1.2em/100% Verdana, Arial, sans-serif;
	margin:0 12px 12px 48px;
}
#page p{
	font:1em/140% Verdana, Arial, sans-serif;
	margin:0 12px 12px 48px;
}
.events{
	float:left;
	width:200px;
	height:140px;
}
.eventdate{
	float:left;
	width: 300px;
	height:140px;
}

/*CONTACT*/

/*.address{
	float:none;
	font:11px Verdana, Arial, sans-serif;
	width:180px;
	height:180px;
	margin:0;
}*/
.address{
	float:left;
	width:250px;
	height:100px;
}
.contact{
	float:left;
	width:200px;
	height:100px;
}

/* FOOTER */

#footer {
	clear:both;
	background: url(gfx/footer_logos.gif) no-repeat;
	width: 690px;
	height: 70px;
}

#footer ul {
	float: right;
	width: auto;
	height: 70px; 
	list-style-type: none;
}

#footer ul li {
	display: block;
}

#footer #mosaic {
	float: left; 
	width: 124px; 
	height: 70px; 
	text-indent: -3000px; 
	text-decoration: none; 
}

#footer #iddata {
	float: left; 
	width: 106px;
	height: 70px; 
	text-indent: -3000px; 
	text-decoration: none; 
}

#footer #verifone {
	float: left; 
	width: 146px; 
	height: 70px; 
	text-indent: -3000px; 
	text-decoration: none; 	
}

#footer a {
	display: block;
	text-decoration: none; 
}
