/*
	AUTHOR: Josh Horvath
			josh@faduchigroup.com
			http://www.faduchigroup.com
			
	PRIMARY COLOURS:
			White:	#fff
			Grey: 	#3d3c38
			Greeen: #637762
			Links:	#e5ebbb
*/

/* PAGE SPECIFICS CSS TAGS */
@import url("page-specifics.css");
@import url("login.css");

/* RESETS & BASIC PAGE SETUP */
	* 		{ margin: 0; padding: 0; }
	html 	{ overflow-y: scroll; }
	body 	{ background: url(../images/background-body.jpg); font-family: "Helvetica", sans-serif; color: #FFF; }
	
	ul		{ list-style: none inside; }
	ul li	{ color: #ccc; font-size: 12px; margin-bottom: 0; }
	ul li ul li { margin-bottom: 5px !important; }
	p		{ font-size: 12px; }
	h2		{ margin-bottom: 10px; }
	a,
	a:visited 	{ outline: none; color: #e5ebbb; text-decoration: none; }
	a:hover		{ color: #fff; }
	a img 		{ border: none; }
/* END RESET */

/* TOOLBOX */
	.floatLeft  { float: left; }
	.floatRight { float: right; }
	.clear		{ clear: both; }
	.corners	{ -moz-border-radius: 10px; -webkit-border-radius: 10px; }
	
	/** Drop Down ****************************************************************************/
		.hidden {
			overflow: hidden;
			clear: both;
			}

/* END TOOLBOX */

/* STRUCTURE */
	#page-wrap {
		width: 1023px;
		margin: 0 auto;
	}
	#content-wrap {
		background: url(../images/bkg.jpg);
	}
	#section-left {
		float: left;
		width: 235px;
	}
	#section-right {
		float: right;
		padding: 15px;
		width: 758px;
	}
	#content-wrap {
		width: 1023px;
		padding-top: 19px;
	}
	#section-content {
		width: 961px;
		margin: auto;
		padding: 0 14px;
		background: url(../images/bkg_content-brown.jpg);
	}
	#footer {
		background: url(../images/bkg_footer.jpg) bottom no-repeat;
		height: 300px;
	}
/* END STRUCTURE */

/* HEADER */

	#header {
		position: relative;
		height: 300px;
	}
	
	.slideshow {
		height: 256px;
		overflow: hidden;
	}
	
	ul#top-nav {
		position: absolute;
		top: 266px;
		right: 0;
		height: 34px;
		width: 610px;
		}
	ul#top-nav li {
		background: url(../images/divider_vertical.png) repeat-y right center;
		height: 23px;
		float: left;
		padding-right: 10px;
		overflow: hidden;
		}
		ul#top-nav li a,
		ul#top-nav span{
			display: block;
			line-height: 23px;
			padding-left: 7px;
			font-size: 15px;
			color: #fff;
			text-decoration: none;
		}
		ul#top-nav span { color: #fff; }
		ul#top-nav li a:hover { color: #e8edc7; }
		ul#top-nav li:last-child { background: none; }
		
/* END HEADER */


/* SECTION LEFT */
	#sub-section {
		position: relative;
		top: -63px;
		margin-bottom: -63px;
		background: url(../images/bkg_leftNav.png) no-repeat top left;
		height: 409px;
		padding: 17px 45px 0 11px;
	}
	#sub-section h1 {
		background: url(../images/title_DowntownNews.png);
		width: 144px;
		height: 55px;
		text-indent: -9000px;
	}
	#sub-section p {
		padding-top: 10px;
		font-size: 12px;
		line-height: 18px;
		color: #f2f5dd;
	}
	#sub-section a.subsection-readmore {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: right;
		display: block;
	}
	
	#asso-sites h2 { font-size: 13px; margin-left: 10px; }
	#asso-sites ul {
		background: url(../images/bkg_associateSites.jpg);
		width: 235px;
		height: 193px;
	}
	#asso-sites ul li { padding-bottom: 9px; }
	#asso-sites ul li a {
		width: 210px;
		height: 83px;
		display: block;
		text-indent: -9000px;
	}
	#asso-sites ul li a.asso-jazz 			{ background: url(../images/link_associatedLinks.jpg); background-position: top left; }
	#asso-sites ul li a.asso-fashion 		{ background: url(../images/link_associatedLinks.jpg); background-position: bottom left; }
	#asso-sites ul li a.asso-jazz:hover 	{ background-position: top right; }
	#asso-sites ul li a.asso-fashion:hover	{ background-position: bottom right; }

	#asso-sites ul li a.btn-ie {
		background: url(../images/btn-ie.png) no-repeat top left;
		width: 219px;
		height: 55px;
		}
		#asso-sites ul li a.btn-ie:hover 	{ background-position: bottom left; }
	
	ul#nav-left {
		margin-left: 10px;
	}
	ul#nav-left li {
		padding: 0 5px;
		background: url(../images/divider_horizontal.png) bottom no-repeat;
	}
	ul#nav-left li a {
		padding: 10px;
		display: block;
		font-size: 18px;
		color: white;
	}
	ul#nav-left li.nav-end { background: none; }
	ul#nav-left li a:hover {
		background: url(../images/img_arrow.png) no-repeat left;
		margin-left: 12px;
	}
	
	#section-left-images a img {
		border: 0;
		display: block;
	}
		

/* END SECTION LEFT */


/* SECTION RIGHT & CONTENT */
	/* Top & Bottom rounded corners */
	#section-content-top,
	#section-content-bot {
		height: 14px;
		background: url(../images/bkg_content-rounded.png) no-repeat top;
	}
	#section-content-bot {
		background-position: bottom;
	}
	/* END Top & Bottom rounded corners */

	#section-right h1 {
		font-size: 24px;
		font-weight: normal;
		text-transform: uppercase;
		padding-top: 15px;
	}
	#section-content h1 {
		position: relative;
		top: -14px;
		left: -14px;
		text-indent: -9000px;
		width: 731px;
		height: 74px;
		display: block;
		}
		#section-content h1.title_businessDirectory { background: url(../images/title_businessDirectory.jpg) no-repeat; }
		#section-content h1.title_contact 			{ background: url(../images/title_contact.jpg) no-repeat; }
		#section-content h1.title_doItGreen			{ background: url(../images/title_doItGreen.jpg) no-repeat; }
		#section-content h1.title_initiatives	 	{ background: url(../images/title_initiatives.jpg) no-repeat; }
		#section-content h1.title_jobOpportunities 	{ background: url(../images/title_jobOpportunities.jpg) no-repeat; }
		#section-content h1.title_sponsorship	 	{ background: url(../images/title_sponsorship.jpg) no-repeat; }

	#section-right p,
	#section-content p {
		padding: 7px 0;
		font-size: 14px;
		line-height: 19px;
		color: #D0D0D0 !important;
	}
	div.home-images {
		float: right;
		width: 300px;
		padding: 0 15px 0 30px;
	}
	div.home-images img {
		padding-bottom: 10px;
	}
/* END SECTION RIGHT */


/* FOOTER */
#footer {
	position: relative;
	top: 10px;
	padding: 0 15px;
}
#footer h2 {
	font-size: 13px;
}
#footer p, #footer a {
	font-size: 10px;
}
#footer div {
	position: absolute;
	top: 53px;
	}
	
	/* FOOTER > FOLLOW US */
	#follow-us {
		width: 120px;
		left: 60px;
	}
		#follow-us ul li a {
			float: left;
			text-indent: -9000px;
			display: block;
			width: 33px;
			height: 30px;
			background: url(../images/footer_followUs.png) top left;
		}
		#follow-us ul li a.footer-twitter { background-position: top right; }
		#follow-us ul li a.footer-facebook:hover { background-position: 0 -32px; }
		#follow-us ul li a.footer-twitter:hover	 { background-position: -36px -32px; }
		
	/*  FOOTER > INITIATIVES */
	#initiatives {
		left: 200px;
		width: 120px;
		}
		#initiatives a {
			background: url(../images/footer_bkg-links.png) no-repeat top;
			height: 18px;
			width: 120px;
			display: block;
			font-size: 10px;
			color: #FFF;
			padding-top: 7px;
			margin-bottom: 5px;
			text-align: center;
		}
		#initiatives a:hover { background-position: bottom; text-decoration: none; color: #e8edc7; }
	
	/*  FOOTER > CONTACT */
	#contact {
		left: 392px;
		width: 146px;
	}
	#contact p {
		background: url(../images/footer_bkg-contact.png) no-repeat;
		width: 126px;
		height: 82px;
		line-height: 13px;
		padding: 6px 10px;
	}
	
	/*  FOOTER > PARKING */
	#parking {
		left: 609px;
		width: 334px;
		}
	#parking h2 em {
		float: right;
		font-style: normal;
	}
	#parking h2 em a {
		font-size: 13px;
	}
	#parking img {
		display: block;
		margin: 0;
	}

	/*  FOOTER > PARTNERS */
	#partners {
		left: 870px;
		width: 120px;
		}
		#partners a {
			background: url(../images/footer_bkg-links.png) no-repeat top;
			height: 18px;
			width: 120px;
			display: block;
			font-size: 10px;
			color: #FFF;
			padding-top: 7px;
			margin-bottom: 3px;
			text-align: center;
		}
		#partners a:hover { background-position: bottom; text-decoration: none; color: #e8edc7; }

	/*  FOOTER > NEWSLETTER */
	#footer #newsletter {
		left: 60px;
		top: 180px;
		width: 250px;
		height: 40px;
		}
		#newsletter form {
			width: 231px;
			height: 24px;
			background: url(../images/img_newsletter.png) no-repeat;
		}
		#newsletter input {
			background: none;
			outline: none;
			border: none;
			padding: 5px;
		}
		#newsletter input {
			width: 175px;
			height: 14px;
			float: left;
		}
		#newsletter input.signup {
			width: 46px;
			height: 24px;
			cursor: pointer;
		}
	

	/*  FOOTER > FOOTER NAVIGATION */
	#footer ul#footer-nav 	{ position: absolute; top: 257px; }
	ul#footer-nav li 		{ float: left; }
	ul#footer-nav li a {
		padding: 18px 5px 0 5px;
		font-size: 12px;
		display: block;
		color: #fff;
	}
	ul#footer-nav li a:hover { color: #e5ebbb; }

	/*  FOOTER > FADUCHI GROUP */
	#footer #faduchigroup {
		position: absolute;
		top: 267px;
		right: 14px;
		color: #9b9996;
		width: 190px;
		}
		#faduchigroup p {
			float: left;
			width: 70px;
		}
		#faduchigroup a {
			background: url(../images/link_faduchigroup.png) no-repeat top;
			display: block;
			width: 120px;
			height: 22px;
			float: left;
			text-indent: -9000px;
		}
		#faduchigroup a:hover { background-position: bottom; }

	/*  FOOTER > COPYRIGHT */
	#copyright {
		position: absolute;
		bottom: 70px;
		left: 402px;
		width: 171px;
		line-height: 15px;
	}


/* END FOOTER */

/* PAGE SPECIFICS */

/* Shared Styles */
	#section-content-inside-top {
		background: url(../images/content-container-topbot.jpg) no-repeat top;
		height: 44px;
		}
	#section-content-inside-top h2 { padding: 15px 25px; }
	#section-content-inside-bot {
		background: url(../images/content-container-topbot.jpg) no-repeat bottom;
		height: 18px;
		margin-bottom: 10px;
	}
	#section-content-inside {
		background: url(../images/content-container-bkg.jpg);
		width: 913px;
		padding: 14px;
		margin: auto;
	}
	#section-content h2 {
		font-family: "Helvetica", sans-serif;
		font-size: 18px;
		text-transform: uppercase;
	}
	input.btn_proceed {
		background: url(../images/btn_proceed.png) top no-repeat;
		width: 106px;
		height: 27px;
		border: 0;
		outline: none;
		cursor: pointer;
		}
		input.btn_proceed:hover { background-position: bottom; }


