/*
	Colors:
	blue: 125eab
	red: ee3125
*/

body {
	font-family: Arial, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url('images/pagebg.gif');
	background-position: top center;
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin: 0px auto;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url('images/sidebarbg.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#header {
	display: block;
	width: 900px;
	height: 100px;
	background-image: url('images/headerbg2.gif');
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
}

#content {
	float: left;
	display: block;
	width: 650px;
	padding: 20px;
	overflow: hidden;
	background-image: url('images/conslogo.jpg');
	background-position: 90% 95%;
	background-repeat: no-repeat;
}

#photo {
	float: left;
	width:690px;
	overflow: hidden;
	background-image: url('images/homebg.gif');
	background-position: 365px 150px;
	background-repeat: no-repeat;
}

#photo h1 {
	font-size: 2.8em;
	color: #ee3125;
	border-bottom: 1px solid #125eab;
	margin: 20px 10px 50px 10px;
	padding: 3px 20px;
	font-style: normal;
	line-height: 1.0em;
}

#photo h2 {
	font-size: 2.0em;
	line-height: 1.3em;
	border-top: 4px solid #d6d6d6;
	border-bottom: 4px solid #d6d6d6;
	padding: 10px 0px;
	margin: 10px 20px;
	text-align: center;
}
#photo h3 {
	font-size: 1.8em;
	text-align: center;
	font-style: normal;
	line-height: 1.2em;
	margin: 20px 0px;
}
#photo .eventTime {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	font-size: 1.2em;
	font-weight: bold;
	color: #125eab;
	font-style: italic;
	margin: 20px 20px;
	padding: 5px 10px;
	text-align: center;
}

#photo .eventContact {
	color: #125eab;
	text-align: center;
}

#event-left {
	float: left;
	width: 345px;
}

#event-right {
	float: left;
	width: 290px;
	font-size: 0.9em;
	padding: 0px 0px 0px 30px;
	margin-left: 20px;
	border-left: 1px solid #125eab;
	line-height: 1.2em;
	overflow: hidden;
}


#sidebar {
	float: left;
	width: 200px;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.3em;
	padding-right: 10px;
}
#sidebar p {margin: 10px 0px; padding: 0px 5px;}

#sidebar h1 {
	text-align: center;
	color: #125eab;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0px;
}

#footer {
	width: 100%;
	background-color: #125eab;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-size: 0.9em;
	padding: 3px 0px;
	margin: 0px;
}

#footer p {
	padding: -2px 0px 0px 0px;
	margin: 0px;
}

#footer img {
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

#footer a:link {color: #ffffff; text-decoration: none;}
#footer a:visited {color: #ffffff; text-decoration: none;}
#footer a:hover {color: #ee3125; text-decoration: none;}
#footer a:active {color: #ee3125; text-decoration: none;}

#subfoot {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	font-size: 0.9em;
	padding: 5px 0px 15px 0px;
}

#loading {
	display: block;
	width: 775px;
	height: 756px;
	text-align: center;
	background-color: #ffffff;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

.hr {
	display: block;
	height: 1px;
	width: 100%;
	border-bottom: 2px dashed #125eab;
	margin: 10px 0px 12px 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #125eab;
}

h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #125eab;
}

h3 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	color: #125eab;
}

form select {width: 145px;}
form option {width: auto;}

a:link{color: #125eab; text-decoration: underline;}
a:visited{color: #125eab; text-decoration: underline;}
a:hover{color: #ee3125; text-decoration: underline;}
a:active{color: #ee3125; text-decoration: underline;}

#lightboxDimmer {
	height:auto !important;
	left:0;
	min-height:100%;
	opacity:0.4;
	position:fixed;
	top:0;
	width:100%;
	background-color: #000000;
	-moz-opacity: .60;
	filter: alpha(opacity=60);
	opacity: .60;
	z-index: 150;
}

.lightbox {
	position: absolute;
	width: 480px;
	top: 150px;
	left: 50%;
	margin-left: -250px;
	padding: 95px 10px 10px 10px;
	background-color: #ffffff;
	background-image: url('images/popupbg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	border: 2px solid #125eab;
	text-align: left;
	z-index: 200;
}

.brick {
	float: left;
	display: inline;
	width: 11px;
	height: 7px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 0.3em;
	text-align: center;
	color: #ffffff;
	background: transparent;
	border: none;
}
.sold {
	width: 10px;
	height: 6px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #7f1d1d;
}
.mceContentBody {
	background-image: none;
	background-color: #ffffff;
}
