/* UNIVERSAL */

* {
	margin: 0;
	padding: 0;
}

a img { border: none; }

img { display: block; }

img.inline { display: inline; }

body {
	font: 12px/15px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #666;
	background-color: #fff;
}

img.left {
	float: left;
	margin: 0 10px 5px 0;
}
img.right {
	float: right;
	margin: 0 0 5px 10px;
}
img.right,
img.left {
	border: 1px solid #999;
}
div.clearboth {
	clear: both;
}

/* LAYOUT */

div#mastercontainer {
	position: relative;
	width: 780px;
	margin: 0 auto;	
}

div#banner {
	width: 780px;
	background-color: #fff;	
	position: relative;
	margin: 10px 0;
}
#logo {
	float: right;
}

div#nav,
div#content,
div#header {
	clear: both;
}

div#header {
	width: 780px;
	background-color: #fff;
	padding: 10px 0;	
	position: relative;
	margin-top: 5px;
}

div#nav {
	float: left;	
	background: #00a3e4 url(../images/comp3-nav-rightend.gif) no-repeat top right;
	overflow: hidden;
	width: 100%;		
}

div#content {
	overflow: hidden;
	background-color: #fff;
	padding: 10px 0;
	margin-bottom: 40px;
}
#left {
	clear: left;
	float: left;
	width: 460px;
	padding: 0 20px 20px 20px;
}
#right {
	float: left;
	width: 239px;
	position: relative;
	padding: 0 20px 20px 20px;
	border-left: 1px solid #999;
}
#wide {
	float: left;
	width: 700px;
	position: relative;
	padding: 0 20px;
	margin-bottom: 20px;	
}
div#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #999;
}

div#content ul {
	margin: 10px 0 10px 40px;
	list-style-type: disc;
}
div#content ul li {
	color: #333;
}


/* FONTS */
a {
	color: #00a3e4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#nav ul {
	list-style-type: none;
	float: left;
	font: bold 1em Helvetica, Arial, sans-serif;
	background: #00a3e4 url(../images/comp3-nav-leftend.gif) no-repeat top left;
	padding-left: 14px; height: 26px; overflow:hidden;
}
#nav ul li { float: left; width: 80px; height: 26px;}
#nav li#navInit {width: 115px;}
#nav li#navNews {width: 160px;}


#nav a {display: block; text-align: center; height: 26px; 	border-right: 1px solid #fff;}

#nav a span {display: block; padding-top: 6px;}

#nav ul li a:link,
#nav ul li a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #00a3e4;
}
#nav ul li a:hover,
#nav ul li a.current {
	background-color: #9ad3f3;
	color: #00a3e4;	
}

#content p,
#content h1,
#content h2,
#content h3 {
	color: #333;
}
#content p {
	color: #000;	
	font: 1em/1.25em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 7px;
}
#content h1 {
	color: #00a3e4;
	font: bold 1.6em/1.25em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;	
}
#content h2 {
	font: bold 1.25em/1.25em Georgia, "Times New Roman", serif;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#content h3 {
	color: #00a3e4;
	font: bold 1em/1.25em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 1px;
	margin-top: 15px;
}
#content h4 {
	font: bold 1em/1.25em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #666;
}
#content div#right h1 {
	font: bold 1.25em/1.25em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	
}
#content div#right h2 {
	font: bold 1em/1.25em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	
}
#header img.postcard {
	border: 1px solid #999;
}

#content div#left ul li {
	color: #000;
}

#footer p {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font: 0.9em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	
}

.eventDetails {width:100%}
.eventDetails td {vertical-align:top; padding: 0 10px 5px 0; color: #000;}