/* Global Reset
----------------------------------------------- */

@import url(/assets/css/reset.css);

/* The Rest...
----------------------------------------------- */

body {
	background-color: black;
	background-image: url("/assets/body_background_pbp.gif");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	line-height: 120%;
	color: white;
	text-align: left;
	}
#ForeGround {
	background-image: url("/assets/strawberry.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#Page {
	width: 860px;
	margin: 0 auto 0 auto;
	padding: 20px;
}

#Left {
	float: left;
	margin: 60px 0 0 0;
	padding: 0 0 50px 0;
	width: 410px;
}
#Left p {
	line-height: 140%;
	padding: 0 0 10px 0;
}
#Right {
	margin: 142px 0 0 450px;
	padding: 0 0 356px 0;
	width: 410px;
}


h1 {
	color: #00425F;
	margin: 0 15px 10px 0;
	width: 101px;
	height: 100px;
	background-image: url("/assets/logo_pbp.jpg");
	background-repeat: no-repeat;
	/*float:left;*/
}
h1 span {
	display: none;
}
a {
	color: #666666;
	border-bottom: 1px dotted #666666;
}
em {
	color: #00425F;
	font-style: normal;
}

/* VCARD LAYOUTS */
.vcard .org {
	display: none;
}
.vcard h2{
	color: #00425F;
	font-weight: normal;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
	font-size: 24px;
}
h2 a {
	color: #00425F !important;
	border: none;
}
.vcard .org {
	line-height: 140%;
}
.vcard .adr {
	padding: 0 0 10px 0;
	line-height: 140%;
}
.vcard .email, .vcard .tel, .vcard .fax {
	color: #666666;
	line-height: 140%;
}

/* Google Directions */

/* GOOGLE & MAP LAYOUTS */
table {
	border-collapse: collapse;
}

#directions {
	width: 410px;
	margin: 20px 0 0 0;
}
input {
	background-image: url(/assets/form_background.jpg);
	border: 1px solid #666666;
	color: #FFFFFF;
}
#saddr {
	color: #666666;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	margin: 6px 0 6px 0;
	height: 15px;
	width: 200px;
}
input.button {
	border: 1px solid white;
	font-size: 10px;
	padding: 0 4px 0 4px;
	height: 21px;
	width: auto;
}

/* Footer */
#Footer {
	clear: both;
	bottom: 0;
	width: 100%;
	/*position: fixed;*/
	height: 117px;
	background-image: url("/assets/footer_background.jpg");
	background-repeat: repeat-x;
}
#Footer p {
	text-align: center;
	padding: 90px 0 0 0;
	font-size: 10px;
	color: white;
}
#Footer p a {
	color: white;
	border-bottom: 1px solid white;
}
