/*
	Color Index:

	Base Background:		DarkSlateBlue
	

*/


body {
	font-family:Arial;
	font-size:13px;
	background-color:DarkSlateBlue;
	color:White;
	margin:0px;
	/* IE-only */
	scrollbar-face-color:#41377d;
	scrollbar-arrow-color:#aea0d9;
	scrollbar-highlight-color:#41377d;
	scrollbar-3dlight-color:#aea0d9;
	scrollbar-shadow-color:#41377d;
	scrollbar-darkshadow-color:#2c2655;
	scrollbar-track-color:#463e72;
}

img {
	border-style:none
}

a:link { color:silver; text-decoration:none }
a:visited { color:silver; text-decoration:none }
a:hover { text-decoration:underline }
a:active { color:#f9ef5c }




/* WELCOME PAGE STYLES */

#welcomePage {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(images/mesh.gif);
	background-repeat:repeat;
	text-align:center;
}

#enterImage {
	margin:50px;
}



/* GENERAL PAGE STYLES */

#page {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(images/mesh.gif);
	background-repeat:repeat;
	width:1024px;
	height:700px;
}

#pageOverlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(images/background.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:62px;
}

hr.separator {
	color:#aea0d9;
	height:1px;
	margin-top:8px;
	margin-bottom:8px;
	width:80%;
}

img.evtImage {
}

div.evtTitle {
	font-weight:bold;
	font-size:15px;
	color:#f9ef5c;
}

div.evtLocation {
	margin-left:20px;
}

div.evtDesc {
}

#contactUs {
	position:absolute;
	right:0;
	bottom:0;
	margin-bottom:45px;
	margin-right:5px;
	border:solid 1px #2c2655;
	background-color:#41377d;
	padding:3px;
	text-align:right;
	filter:alpha(opacity=40);	/* IE */
	-moz-opacity:.4;opacity:.4	/* Other */
}





/* HEADER STYLES */

#header {
	height:60px;
	background-image:url(images/titlebar.png);
	background-repeat:repeat-x;
	margin:0px;
	border-bottom:solid 2px black;
}

#header .copyright {
	color:#4f4399;
	position:absolute;
	right:0;
	top:0;
	padding:5px;
	text-align:right
}



/* CONTENT STYLES */

#content,
#contentGallery {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:275px 140px 120px 400px;
	overflow:auto;
	border:solid 1px #3c3374;
	padding:6px;
}

#contentGallery {
	margin:55px 140px 120px 180px;
	text-align:center;
	vertical-align:middle;
}

#content .sectionTitle,
#contentGallery .sectionTitle {
	color:Orange;
	font-weight:bold;
	font-variant:small-caps;
	font-size:large;
	padding-bottom:7px;
}

#content .caption {
	font-weight:bold;
	margin-top:30px;
	width:150px;
}

#notableMention {
	position:absolute;
	left:0;
	bottom:0;
	margin-bottom:45px;
	margin-left:5px;
	border:solid 1px #2c2655;
	background-color:#41377d;
	padding:3px;
	filter:alpha(opacity=40);	/* IE */
	-moz-opacity:.4;opacity:.4	/* Other */
}

#navBar,
#navBarGallery {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:4px 140px 595px 140px;
	padding:3px;
	border-style:none;
	text-align:right;
}

#navBar a,
#navBar span {
	font-size:x-large;
	padding-left:30px;
}

#navBar a.subNav {
	font-size:medium;
}

#navBar a:active { color:#41377d }

#navBar span {
	color:#f9ef5c;
}

#navBar span.currentPageSubNav {
	font-size:medium;
}


/* FOOTER STYLES */

#footer {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	height:38px;
	border-top:solid 2px black;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
}

#footer .text {
	padding:7px
}




/* LINK BAR STYLES */

#linkBar,
#linkBarGallery {
	position:absolute;
	top:0;
	left:0;	
}

#linkBarGallery {
	right:0;
	bottom:0;
	margin:5px 860px 120px 5px;
	border:solid 1px #3c3374;
	padding:2px;
	overflow-x:hidden;
	overflow-y:auto;
}

#linkBar .link {
	position:absolute;
	left:16px;
}