/*

Project: East Brooklyn Business Improvement District
Original Date: May 2009
Version: Beta 1.0
Author: Christopher K Wright
Email: info@christopherkwright.com
Website: http://www.christopherkwright.com/


--------------------------------------------------------*/
/* GENERAL
--------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(images/bg.gif) top center no-repeat;
}

#Wrapper {
	margin: 0 auto;
	width: 980px;	
}

#SubWrapper {
	margin: 0 auto;
	width: 980px;
	background: #fff url(images/bg-subcolumn-strip2.gif) top right repeat-y;
}

#Date {
	font-size: 12px;
	float: right;
	margin: 70px 35px 0 0;
	color: #999;
}

#HomePik {
	margin: 0 auto;
	width: 980px;
	height: 425px;
	background: #fff url(images/pik-homepage.jpg) top center no-repeat;
}

#HomeColumnRight {
	width: 425px;
	margin-left: 525px;
	padding-top: 50px;
	font: 13px/19px Arial, Helvetica, sans-serif;
	color: #fff;
}

#HomeColumn {
	width: 290px;
	height: 230px;
	float: left;
	margin-right: 36px;
}

#SubColumnLeft {
	width: 551px;
	padding: 0 35px 0 40px;
	float: left;
}

#SubColumnRight {
	width: 319px;
	padding-left: 35px;
	float: left;
	min-height: 450px;
	background: #e7e7e7 url(images/bg-subcolumnright.gif) top left no-repeat;
	}

#Footer {
	margin: auto 0;
	padding-top: 50px;
	width: 100%;
	height: 100px;
	background: #96c7e3 url(images/bg-footer.gif) top center no-repeat;
}

#Footer.sub {
	background: #96c7e3 url(images/bg-footer-sub.gif) top center no-repeat;
}


#Masthead {
	margin: 0 auto;
	width: 980px;
	height: 154px;
	background: transparent url(images/masthead.jpg) top center no-repeat;
}

#Logo {
	width: 700px;
	float: left;
}

#Masthead a:hover {
	background: transparent;
}

.clear {
	clear: both;
}

.noborder {
	border: 0;
}




/* LINKS 
-------------------------------------------------------- */

#Navigation {
	padding-left: 32px;
	height: 50px;
	background: #2c579d;
	border-bottom: 1px solid #fff;
}

#Navigation li {
	list-style: none;
	display: inline;
	line-height: 50px;
}

#Navigation a:link, #Navigation a:visited {
	font-weight: bold;
	padding-right: 25px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#Navigation a:active, #Navigation a:hover {
	color: #7aa7ee;
	text-decoration: underline;
}

a:link, a:visited {
	color: #3d8363;
	text-decoration: underline;
}

a:active, a:hover {
	color: #1c5996;
	text-decoration: none;
}





/* Text 
-------------------------------------------------------- */

#HomeColumnRight strong   {
	font-size: 15px;
	color: #fff;
} 

#Footer p {
	color: #666;
}


h1 {
	font: 24px/26px Georgia, Times, serif;
	color: #1c5996;
	padding-bottom: 10px;
}

h2 {
	font: 16px/20px Georgia, Times, serif;
	color: #428e6b;
	padding-bottom: 5px;
	text-transform: uppercase;
}

strong {
	color: black;
}

p {
	padding-bottom: 10px;
}




/* Columns
-------------------------------------------------------- */

.Column {
	width: 191px;
	margin: 0 6px 6px 0;
	height: 131px;
	float: right;
}

.Info {
	width: 360px;
	margin-left: 95px;
	padding: 0 35px 35px 0;
	float: left;
}

.Newsletter {
	width: 160px;
	padding-right: 35px;
	float: left;
}

.Contact {
	width: 190px;
	margin: 0;
	float: left;
}

input {
	width: 260px;
}

table {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
