body {
	background-color:#000000;
	margin:0;
	padding:0;
	font-family:"helvetica neue",helvetica,verdana,arial,sans-serif;
	font-size:0.9em;
	color:#FFFFFF;
}

div#header-bar {
	background:transparent url('../images/stellas_logo.png') no-repeat scroll center left;
	width:1000px;
	margin:0 auto;
	font-size:2em;
	height:75px;
	line-height:60px;
	margin-top:10px;
}

div#header-bar a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	vertical-align:middle;
	font-variant:small-caps;
}

h1, h2 {
	font-family:"helvetica neue",helvetica,verdana,arial,sans-serif;
	font-weight:lighter;
}

a {
	color:#FFF468;
	text-decoration:none;
}

table#header-menu {
	width:1000px;
	padding:0;
	margin:10px auto;
	/*background: #000000 url(../images/menu_background3.png) no-repeat scroll center center;
	height:50px;*/
	height:40px;
	background-color:#2A2A2A;
	border:1px solid #444444;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius: 7px;
	table-layout:fixed;
}

table#header-menu td {
	line-height:1.5em;
	margin:0;
	padding:0;
	font-size:1.1em;
	text-align:center;
	letter-spacing:1px;
}

table#header-menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 20px;
}

table#header-menu td.selected a {
	color:#AAAAFF;
}

div#content {
	width:1000px;
	margin:0 auto;
}

div.column{
	float:left;
	margin:20px 0;
}
div#content div.left-column {
	width:340px;
	padding-right:10px;
}

div#content div.right-column {
	width:640px;
	padding-left:10px;
}

div#content .small-text {
	font-size:0.8em;
}

table.row-style {
	border-top:1px solid #444444;
}

table.row-style td {
	border-bottom:1px solid #444444;
}
/* 200 x 134 */
#slideshow_large-wrapper { width: 900px; float:right; }
#slideshow_large { display: none; width: 900px; height:603px; }
#slideshow-wrapper { width: 600px; float:right; padding-left:15px; padding-bottom:15px; }
#slideshow { display: none; width: 600px; height:402px; margin:0 auto; }
.cj_slideshow_pause_wrapper {visibility:hidden;}

div#map_canvas {
	width: 600px;
	height:400px;
	float:right;
}

div#footer {
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
	clear:both;
}

#events {
	clear:both;
}

#events td {
	white-space:nowrap;
	padding:10px 10px 10px 0;
}

#events td.details {
	white-space:normal;
	padding-right:0;
}

#mainPageImage .textBackground {
	background:#000000;
	opacity:0.5;
	width:900px;
}

#mainPageImage {
	margin: 0 50px;
}
#mainPageImage #titleImage {
	position:absolute;
	z-index:100;
	margin:0;
	padding: 0;
}

#mainPageImage #subTitleImage {
	position:absolute;
	z-index:100;
	margin:0;
	margin-top: 545px;
}

#mainPageImage #titleText {
	position:absolute;
	z-index:100;
	margin:0;
	margin-left:50px;
	margin-right:50px;
	text-align:center;
}

#mainPageImage #titleText h1 {
	opacity:1.0;
	background:transparent;
	font-size:4em;
	padding:0px;
	margin:20px;
}

#mainPageImage #subtitleText {
	position:relative;
	z-index:100;
	margin:0;
	margin-left:50px;
	margin-right:50px;
	text-align:center;
	top:-3.5em;
}

#mainPageImage #subtitleText h2 {
	opacity:1.0;
	background:transparent;
	font-size:3em;
	padding:0;
	margin:0;
}

div#content .label-text {
	font-variant:small-caps;
	font-size:1.2em;
}

.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
}	

.simple_overlay img {
	width:100%;
}

.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.next, .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%; 
 
    /* upcoming CSS3 rounded border feature */ 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
}

.next {
	right:0;
}
 
/* progress indicator (animated gif). should be initially hidden */ 
img.progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none;
    height:32px;
    width:32px;
} 
 
/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}

.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#333 !important;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

#gallery_container #thumbs a img {
	border:0;
}

p {
	line-height:150%;
}

#map_canvas {
	color:#000000;
	padding-left:15px;
	padding-bottom:15px;
}

#map_canvas a {
	color:#3333FF;
}

