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

/* Farhan Jiwani for Jon Fruitman (VenueSource.ca) */

@import url("reset.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; line-height:14px;
	color:#7a7a7a;
	background-color:#c9c8ce;
}

#siteContainer {
	width:849px;
	border:2px #fff solid;
	margin:0 auto;
}

#header {
	width:849px; height:124px;
	border-bottom:2px solid #fff;
	background-image:url(../images/header.jpg);
	cursor:pointer;
}
	#header img.banner { height:124; width:849px; }
	

#menu {
	width:232px;
	padding:35px 0 50px;
	background-color:#E6E4E9;
	background-image:url(../images/menuBgText.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left; clear:none;
	font-family:"Trajan Pro", Arial, sans-serif;
}
	#menu .menu li {
		padding:7px 0 5px 37px;
		font-size:14px;
	}
		#menu .menu li a {
			color:#504c51;
			text-decoration:none;
			display:block;
		}
		#menu .menu li.selected, #menu .menu li:hover {	background-color:#f4eed8; }
		
	#menu .subMenu li {
		padding:5px 0 3px 59px;
		font-size:12px;
	}
		#menu .subMenu li a {
			color:#ab8732;
			text-decoration:none;
			display:block;
		}
		#menu .subMenu li.selected, #menu .subMenu li:hover { background-color:#fff; }
		#menu .subMenu li.selected { 
			background-image:url(../images/bulletFlower.gif);
			background-repeat:no-repeat;
			background-position:40px;
		}
	
#body {
	float:left; clear:none;
	width:528px;
	padding:10px 45px 50px 44px;
	background-color:#fff;
	background-image:url(../images/bodyFootBand.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
	#body .banner {	margin:0 0 20px; }
	#body h2 {
		font-family:"Trajan Pro", Arial, sans-serif;
		font-size:17px; color:#c39a39;
		margin:0 0 15px;
	}
	#body h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px; color:#7a7a7a;
		margin:0 0 15px;
		text-align:center;
		line-height:140%
	}
	#body p { margin:0 0 20px; }
	#body a:link, #body a:visited, #body a:active {
		text-decoration:none;
		color:#c39a39;
	}


#footer {
	float:none; clear:both;
	width:849px; height:186px;
	background-image:url(../images/footerBg.jpg);
	padding-top:28px;
	border-top:2px solid #fff;
}
	#fMenu {
		color:#fff;
		text-align:center;
		text-transform:uppercase;
		font-size:11px;
	}
		#fMenu a:link, #fMenu a:active, #fMenu a:visited {
			text-decoration:none;
			color:#fff;
		}
		#fMenu a:hover { text-decoration:underline; }
	#footer .credits {
		color:#000;
		width:336px;
		padding:15px 44px 0;
		font-size:10px;
		float:left; clear:none;
	}
		#footer .credits .crRight { text-align:right; }.subhead {
	font-weight: bold;
	color: #c39a39;
	font-size: 14px;
}
		#credits a:link, #credits a:active, #credits a:visited {
                        text-decoration:underline;
                        color:#000;

#Contact_us #siteContainer #body #form1 #button {
	color: #FFFFFF;
	background-color: #A69FB5;
	font-weight: bold;
}

.bigfont {
	font-size: 16px;
	font-weight: bold;
}

.smallfont {
	font-size: 11px;
}

