@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-color: #e8be1a;
}

img {
	border:none;
}

a {
	color:#000000;
}

a:hover {
	color:#CC0000;
}

input, textarea, select, option, button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
}

#Layout {
	width:919px;
	border:1px solid #e8be1a;
	margin:auto;
	text-align:left;
	border-collapse:collapse;
	background-color:#FFFFFF;
}

#Logo {
	width:461px;
}

#QuickTasks {
	width:458px;
	text-align:right;
}

#QuickTasks input {
	font-size:11px;
}

#QuickTasks td {
	font-size:7pt;
	text-align:right;
	vertical-align:middle;
}

.QuickTask {
	color:#bb3532;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.Login {
	color:#7d7c7a;
}

#Menu {
	width:919px;
	height:36px;
}

#Container {
	width:461px;
	background-image:url(../Images/container.gif);
	background-repeat:repeat-y;
	padding:0px;
	text-align:left;
	vertical-align:top;
}

#Ticker {
	width:457px;
	background-image:url(../Images/tickerbg.gif);
	background-repeat:no-repeat;
	font-size:10pt;
	font-weight:bold;
}


#Buttons {
	margin-left:3px;
	margin-bottom:5px;
}

#Page {
	width:458px;
	padding:0px;
	vertical-align:top;
	padding-top:10px;
}

#Heading {
	background-color:#b72c29;
	background-repeat:no-repeat;
	width:458px;
	height:42px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:15px;
	font-size:11pt;
}

#Content {
	vertical-align:top;
}

.contentBox {
	overflow-y:scroll;
	overflow-x:hidden;
	width:426px; 
	height: 502px; 
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:20px;
}

#Footer {
	height:44px;
	width:919px;
	background-image:url(../Images/footer.gif);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:middle;
	font-size:9px; 
	color: #999999;
}

#Footer a {
	color: #999999;
	text-decoration:none;
}

#Footer a:hover {
	color:#999999;
	text-decoration:underline;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #e6b800;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	z-index:100;
	color:#9875b4;
	font-weight:bold;
}

#dropmenudiv a{
	width: 147px;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	background-color:#FFFFFF;
	color: #000000;
	font-weight:normal;
	border-left:3px solid #e6b800;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color: #b72c29;
}
.dropmenuspan {
	margin-left:3px;
}

.gallery {
	cursor:pointer;
	border:1px solid #666666;
	background-color:#EBEBEB;
	padding:10px;
	color:#666666;
	font-weight:bold;
}

.photos {
	padding:10px;
	border:1px dashed #CCCCCC;
}

.photo {
	border:1px solid #333333;
	width:100px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	background-color: #CCCCCC;
}
.photo img {
	border:7px solid #FFFFFF;
}

.error, .success, .info {
	width:400px; 
	background-color:#FFFF99; 
	border: 1px solid #FF9933;
	padding:10px;
}

.error { color: #FF0000; font-weight:bold; }

.success { color: #0033FF; font-weight:bold; }

.info { color:#3399FF; font-weight:bold;}

.form {
	border-collapse:collapse;
	width:100%;
	background-color:#FFFFFF;
}


.formgroup {
	font-weight:bold;
	color:#999999;
	background-color: #FEEBEB;
	height:25px;
}

.form td {
	padding:3px;
	text-align:left;
}

.contact {
	font-size:8pt;
	margin:4px;
}

.contact caption {
	font-weight:bold;
	color: #333333;
}

.readmore {
	text-decoration:none;
	color: #CC0000;
}

.readmore:hover {
	color:#333333;
}

.date {
	color: #BFBFBF;
	font-size:8pt;
}

.inactive {
	font-weight:bold;
	color:#BFBFBF;
	text-decoration:none;
}

.inactive:hover {
	color:#BFBFBF;
}

table.workshops, table.downloads {
	border-collapse:collapse;
	width:100%;
}
table.workshops td, table.downloads td {
	border:1px solid #E2E2E2;
	padding:2px;
	vertical-align:top;
}
tr.head {
	color: #999999;
	font-weight:bold;
}
tr.head td {
	border:none;
}
tr.color1 { background-color: #EBEBEB; }
tr.color2 { background-color:#FFFFFF; }