@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	background-color:#383d43;
	margin:0;
	padding:0;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:75%;
	height:100%;
}
a {
	color:#f9c;
	text-decoration:none;
}
a:hover {
	color:#333;
}
#top {
	background-color:#1e2329;
	margin:0;
	padding:0;
	margin-top:-15px;
	height:50px;
	line-height:50px;
	border-bottom:2px solid #383d43;
}
#top p {
	float:right;
	line-height:50px;
	padding:0.25em 5em 0 0.25em;
	margin:0;
}
#top a {
	color:#ffffff;
	text-decoration:none;
}
#container {
	border-top:1px solid #1e2329;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
}
#content {
	width:960px;
	margin: 0 auto;
}
#header h1 {
	color:#fff;
	float:left;
	width:50%;
	text-align:left;
}

#header img.cbcf {
	float:right;
	padding:0.5em;
	border:none;
}
#header h2 {
	color:#fff;
	width:200px;
	float:right;
}
#header h2 span.small {
	font-size:small;
	
}
#header a {
	text-decoration:none;
	color:#fff;
}
#header a:hover {
	text-decoration:underline;
}
/*
#header img.banner {
	padding:2px;
	border:1px solid #505255;
}
*/
#banner {
	width:954px;
	clear:both;
	background-image:url("../images/dundee1.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height:250px;
	padding:2px;
	border:1px solid #505255;
}
#bannerright {
	margin:0;
	padding:0;
	background-image:url("../images/bgPinkOpac70.png");
	background-repeat:repeat;
	height:250px;
	float:right;
	line-height:30px;
	width:340px;
}
#bannerright p {
	float:left;
	width:100%;
	padding:0.1em;
	margin:0;
	color:#1e2329;
	font-weight:bold;
	font-size:120%;
}
#bannerright img {
	padding:2px;
	border:1px solid #1e2329;
}
#bannerright img:hover {
	background-color:#ff99cc;
}

.pink {
	color:#ff99cc;
}
#header ul.menu {
	clear:both;
	width:100%;
	background-color:#4b4b4b;
	height:50px;
	padding-top:0;
	margin-top:0;
	margin:0;
	padding:0;
}
#header ul.menu li {
	display:inline;
	}
#header ul.menu li a {
	border:1px solid #505255;
	height:50px;
	width:106px;
	line-height:50px;
	padding:1em;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
#header ul.menu li a:hover {
	background-color:#f9c;
	color:#1e2329;
}
body#home ul.menu li a.home,
body#register ul.menu li a.register,
body#sponsors ul.menu li a.sponsors,
body#become ul.menu li a.become,
body#info ul.menu li a.info,
body#special ul.menu li a.special,
body#committee ul.menu li a.committee,
body#history ul.menu li a.history,
body#gallery ul.menu li a.gallery{
	background-color:#f9c;
	color:#1e2329;
}
.mike-savage-ad {
	display:none;
}
body#sponsors .mike-savage-ad {
	display:block;
	color:white;
	padding:0.5em;
	border:1px dotted #f9c;
	margin:1em;
}
body#home ul.menu li a.home:hover {
	color:#fff;
}
#content #left {
	float:left;
	background-color:#505255;
	width:610px;
	text-align:left;
	color:#fff;
	min-height:400px;
}
#content #right {
	float:left;
	width:350px;
	background-color:#4b4b4b;
	height:100%;
	min-height:200px;
}
#content #left p {
	padding:0 0.5em 0 0.5em;
}
#content #left p img {
	float:right;
	width:30%;
	padding:2px;
	border:1px solid #1e2329;
}
#content #left h2 {
	padding:0;
	padding-left:0.5em;
}
#content #right {
	text-align:center;
	height:100%;
}
#content #right h2 {
	height:50px;
	border:1px solid #505255;
	line-height:50px;
	padding:1em;
	width:330px;
	color:#1e2329;
	padding:0 0 0 0.5em;
	margin:0 auto;
	text-align:left;
	background-color:#f9c;	
	clear:both;
	font-size:small;
	text-transform:uppercase;
}
#content #right ul.news {
	margin:0;
	padding:0;
}
#content #right ul.news li {
	color:#fff;
	padding:0.5em;
	text-align:left;
	list-style-type:none;
	padding-left:1em;
	margin-top:1em;
}
#content #right ul.news li span.pubdate {
	float:left;
	width:30%;
}
#content #right ul.news li span.headline {
	clear:right;
	float:left;
	width:70%;
	margin-bottom:1em;
}
#footer {
	clear:both;
	width:100%;
	background-color:#383d43;
	margin:0;
	padding:0;
	border-bottom:1px solid #505255;
	border-top:1px solid #1e2329;
	padding-top:0.25em;
}
#footer ul {
	background-color:#1e2329;
	list-style-type:none;
	margin:0;
	padding:1em;
}
#footer li {
	list-style-type:none;
	display:inline;
	padding:1em;
}
#footer img {
	height:36px;
	width:auto;
	border:0;
}
#footer p {
		background-color:#1e2329;
		margin:0;
		padding:0;
		color:#fff;
}
fieldset {
	margin: 20px;
	}
legend {
	font-weight: bold;
	color: #ff99cc;
	}
label,
label.error {
	margin-bottom: 1px;
	font-weight: bold;
	text-transform: lowercase;
	}	
label.left,
label.left_error {
	text-align: right;
	float: left;
	width: 65px;
	padding-right: 8px;
	}
label.right,
label.right_error {
	text-align: right;
	clear: both;
	padding-left: 8px;
	}
label.error,
label.right_error,
label.left_error {
	color: #ff0000;
	}
label.phone {
	text-align: right;
	clear: both;
	}
input, option, textarea, optgroup {
	color: #333333;
	position: relative;
	margin-bottom: 1px;
	}
optgroup{
	background-color: #ff99cc;
	}
option {
	background-color: #ffffff;
	}
#buttons {
	margin: 10px;
	margin-left: 300px;
	}
ul.headers {
	text-align:center;
	list-style-type:none;
	width:90%;
	margin:0 auto;
	padding:1em;
}
ul.headers li {
	padding-top:1em;
	color:#f9c;
}
ul.headers ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.headers ul li {
	padding-top:0;
	color:#fff;
}
ul.headers li strong {
	font-weight:bold;
	font-size:1.25em;
	padding:0;
	text-transform:capitalize;
}
ul.prize li {
	display:inline;
	padding:0;
	font-size:80%;
}
.presenting { font-size:125%; }
.platinum { font-size:120%; }
.gold { font-size:115%; }
.silver { font-size:110%;}
.other { font-size:105%; }
.prize { font-size:100%; }

table {
	width:90%;
	border:1px solid;
	margin:0 auto;
	margin-bottom:1em;
}
tr {
	border:1px solid;
}
td {
	border:1px solid;
}
#hfxcommittee {
	position: relative;
	float: left;
	padding-left: 100px;
	}
#cbcommittee {
	position: relative;
	float: right;
	padding-right: 100px;
	}
#cbcommittee ul,
#hfxcommittee ul,
#hfxcommittee h3,
#cbcommittee h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}
#cbcommittee li,
#hfxcommittee li {
	list-style-type: none;
	text-align: center;
	}
img.latest {
	width:60%;
	border:1px solid #f9c;
	margin:1em;
}