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

body {background-color: #cccccc; font-family: Arial, Helvetica, sans-serif;}

#top_nav {
	z-index: 100;
	width: 980px;
	height: 30px;
	position: absolute;
	top: 130px;
	background-color: #A60073;
	font-size: 13px;
}

#top_nav ul {
	padding: 8px 0 0 40px;
	margin: 0;
}

#top_nav ul li {
	list-style: none;
	display: inline;
	position: relative;
	padding-right: 30px;
}

#top_nav a {
	text-decoration: none;
	color: #ffffff;
}

#top_nav a:hover {
	color: #cccccc;
}

#message {
	position: relative;
	top: 50px;
}

h1 {
	color: #555;
	font-weight: 100;
	font-size: 30px;
}

#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	min-height: 780px;
}

#main {
	position: absolute;
	width: 980px;
	height: 780px;
	background-image:url(background1.gif);
	top: 0px;
}

h2.cal_link a {
	position: relative;
	top: 20px;
	font-size: 20px;
	color: #A60073;
}

h2.cal_link a:hover {
	color: #222222;
}

#flash_hold {
	position: absolute;
	width: 980px;
	height: 305px;
	background-image:url(CBC_hold.gif);
	top: 200px;
	border-top: #999 solid thin;
	border-bottom: #999 solid thin;
}

#flash_hold p {
	padding: 1px 10px 0 0;
	margin: 0;
	color: #888;
	font-size: 10px;
}

#message_low {
	position: relative;
	top: 406px;
}

#message_low #bar {
	width: 980px;
	height: 26px;
	position: absolute;
	top: 6px;
	background-color: #A60073;
}

#message_low h2 {
	color: #222222;
	font-weight: normal;
	font-size: 20px;
	padding: 40px 100px 2px 230px;
	margin: 0;
}

#message_low ul {
	margin: 6px 0 0 285px; 
	padding: 0; 
	line-height: 20px;
	color: #444444;
}

/* FOOTER */

#footer {
	position: absolute;
	bottom: 0;
	background-color: #111111;
	width: 980px;
	height: 40px;
	color: #ffffff;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {color: #84CCDC;}

#footer ul {
	margin: 0;
	padding: 13px 0 0 0;
}

#footer ul li {
	position: relative;
	display: inline;
	list-style: none;
	padding-left: 20px;
}

#footer div#copyright {
	position: absolute;
	left: 774px;
	top: 13px;
}



/* CONTACT PAGE */

#contact {
	position: absolute;
	top: 110px;
	font-size: 14px;
}

#contact table {
	position: relative;
	top: 100px;
	left: 200px;
}

#contact table a {color: #900076;}

#contact table a:hover {color: #521644;}

#contact table td#directors {font-size: 14px;}














