/*
	Written by: El Chango - www.elchango.ca
	Date: March 15, 2010
*/



body {
	margin: 0;
	padding: 0;
	background: #FFF url('/images/background2.jpg') top center no-repeat;
}

#wrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

#header {
	position: relative;
	width: 980px;
	height: 45px;
}

#midwrap-home {
	position: relative;
	width: 980px;
	height: 410px;
}

#midwrap {
	position: relative;
	width: 980px;
	height: 260px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 242px;
	height: 227px;
	z-index: 1000;
}

#tagline {
	position: absolute;
	top: 115px;
	right: 10px;
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
}

#banner-home {
	position: absolute;
	top: 150px;
	left: 0;
	width: 980px;
	height: 260px;
	z-index: 1;
}

#banner {
	position: absolute;
	top: 150px;
	left: 0;
	width: 980px;
	height: 110px;
	z-index: 1;
	background-color: #0c5fa9;
}

#banner-heading {
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 500px;
	height: 50px;
	z-index: 100;
	text-align: right;
}

#navbar {
	position: relative;
	width: 980px;
	height: 31px;
	background: #dadada url('/images/header-divider.jpg') top left repeat-x;
	text-align: right;
}

#content {
	position: relative;
	width: 980px;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	background: #FFF url('/images/bkgrd-content.jpg') top left repeat-x;
}

#leftcol-home {
	float: left;
	width: 312px;
	margin: 20px 0 0 0;	
}

#leftcol {
	float: left;
	width: 202px;
	margin: 0 0 0 20px;	
}

#midcol-home {
	float: left;
	width: 370px;
	margin: 0 20px;
}

#midcol {
	float: left;
	width: 580px;
	margin: 0 20px 0 80px;
}

#rightcol-home {
	float: right;
	width: 220px;
	margin-right: 20px;
}

#rightcol {
	float: right;
	width: 220px;
	margin-right: 20px;
}

.rightcolnews {
	border-bottom: #999 1px dotted;	
}

#footer {
	position: relative;
	width: 980px;
	height: 90px;
	margin: 20px 0 0 0;
}

#footwrap {
	position: absolute;
	top: 20px;
	left: 0;
	width: 980px;
	height: 60px;
	background-color: #dfebf4;	
	z-index: 1;
}

#footertabs {
	position: absolute;
	bottom: 8px;
	left: 242px;
	width: 390px;
	height: 40px;
	z-index: 100;
}

#footertxt {
	position: absolute;
	top: 25px;
	left: 252px;
	width: 390px;
	height: 40px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #343434;
}

#footertxt a, #copyright a {
	color: #343434;
}

#footertxt span {
	color: #155a36;
}

#braeisland {
	position: absolute;
	top: 8px;
	left: 34px;
	width: 162px;
	height: 60px;
	z-index: 100;
}

#fortlangley {
	position: absolute;
	top: 20px;
	right: 0;
	width: 71px;
	height: 60px;
	z-index: 100;
}

#tourismlangley {
	position: absolute;
	top: 10px;
	right: 140px;
	width: 162px;
	height: 60px;
	z-index: 100;
}

#footer-bottom {
	position: relative;
	width: 980px;
	height: 60px;
	margin: 0 0 20px 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #343434;
}

#duckworth {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;	
}

#duckworth-left {
	float: left;
	width: 90px;
}

#duckworth-right {
	float: right;
	width: 400px;
	margin: 12px 0 0 0;
}

#copyright {
	position: absolute;
	left: 0;
	top: 55px;
	width: 500px;
	font-size: 11px;
}
/* Navigation Styles */
#nav {
	position: relative;
	width: 980px;
}

#nav table {
	width: 980px;	
}

#nav td {
	text-align: center;	
	height: 44px;
	padding: 0 10px;
}

#nav td a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	
}

#nav td:hover, #nav td.on {
	background: #ecdca8 url('/images/bkgrd-nav.jpg') top center repeat-x;
	color: #4f4224;
}

#nav td:hover a, #nav td.on a {
	color: #4f4224;
}

#nav .divider {
	background: #ba975f url('/images/nav-divider.jpg') center right no-repeat;
}

/*#nav {
	position: absolute;
	width: 980px;
	height: 44px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	max-width: 150px;
	height: 44px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid green;
	
}

#nav li a {
	
	display: table-cell;
	vertical-align: middle;
	white-space: normal;
	max-width: 130px;
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0 12px;
}

#nav li a:hover, #nav .on {
	display: table-cell;
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4f4224;
	text-decoration: none;
	text-transform: uppercase;
	background: #ecdca8 url('/images/bkgrd-nav.jpg') top center repeat-x;
	
}

#nav li span {
    display: inline-block;
    height: 44px;
    width: 1px;
}*/


#subnav {
	position: relative;
	width: 180px;
	margin: 12px 0 0 10px;
}

#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnav li {
	margin: 0;
	padding: 0;
}

#subnav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 6px;
}

#subnav li a:hover, #subnav .on {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #5a9fd9;
}

#subnav li span {
	float: left;
	width: 12px;
}

#subnav #tertiary {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
}

#subnav #tertiary li {
	margin: 0;
}

#subnav #tertiary li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 6px;
}

#subnav #tertiary li a:hover, #subnav #tertiary .on {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
}

#nav-bottom {
	position: absolute;
	top: 52px;
	right: 0;
	width: 430px;
	height: 70px;
	text-align: right;
	margin: 0;
}

#nav-bottom ul {
	
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-bottom li {
	float: left;
	margin: 0;
	padding: 0 10px;
}

#nav-bottom li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #343434;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-bottom li a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5091c3;
	text-decoration: none;
	text-transform: uppercase;
		
}
/* END Navigation Styles */

/* DROPDOWN MENUS */
#dropdown1, #dropdown2, #dropdown3, #dropdown4, #dropdown5, #dropdown6, #dropdown7, #dropdown8, #dropdown9, #dropdown10 {
	position: absolute;
	top: 45px;
	background: #ecdca8;
	z-index: 10000;
}

#dropdown1 {
	left: 82px;
}

#dropdown2 {
	left: 209px;
}

#dropdown3 {
	left: 235px;
}

#dropdown4 {
	left: 438px;
}

#dropdown5 {
	left: 565px;
}

#dropdown6 {
	left: 680px;
}

#dropdown7 {
	left: 805px;
}

#dropdown8 {
	left: 908px;
}

.dropdown {
	position: relative;
	padding: 10px 0 0 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropdown li {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid white;
}

.dropdown li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4f4224;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 24px ;
}

.dropdown li a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4f4224;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 24px ;
	background-color: #FFF;
}
/* END DROPDOWN MENUS */

/* Text Styles */

#banner-heading h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	font-weight: normal;
}

#midcol h2, #midcol-home h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ce643c;
	font-weight: bold;
	line-height: 140%;
}

#midcol h3, #midcol-home h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ce643c;
	font-weight: bold;
	line-height: 140%;
}

#rightcol h3, #rightcol-home h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ce643c;
	font-weight: bold;
	line-height: 140%;
}

#navbar div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding: 5px 22px 0 0;
}

#content p, #content li, #content td, #content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 150%;
	
}

#content #midcol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#content a {
	color: #ce643c;
}

#content a:hover {
	color: #f64300;
}

#content table {
	border: 1px solid #333;
}

#midcol hr, #midcol-home hr {
	border: none 0;
	border-top: #999 1px dotted;
	height: 1px;
}

/* END Text Styles */

/* FORMS */

#form-wrapper {
	margin: 0 40px 0 35px;
}

div.formrow {
	clear: both;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

div.formrow span.formlabel {
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
}

div.formrow span.formformw {
	float: right;
	width: 450px;
	text-align: left;
}

div.spacer {
	clear: both;
}

.error-msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.success-msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00AA00;
	font-weight: bold;
}

.galleryphoto {
	float: left;
	width: 120px;
	margin: 10px 10px 0 0;
	text-align: center;
}

.galleryphoto img {
	border: 1px solid #CCC;
}

#table-employment {
	border: 1px solid #BBB;
}

#table-employment .table-head {
	background-color: #CCC;
	font-weight: bold;
}

#table-employment td {
	border: 1px solid #BBB;
}

.Padding-Left {
	padding-left: 15px;	
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

