@charset "utf-8";
/* CSS Document */


body {
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0; 
	padding: 0;
	background-image: url(/bcp/edu/microsites/youarehere/images/shadow_bkgd.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #9c987f;
	text-align:center;	
}


#container {
	width: 780px;
	background-image: url(/bcp/edu/microsites/youarehere/images/you-are-here.png);
	margin: 0 auto;
/*	background-color: #e3e1d2;*/
	background-repeat: no-repeat;
	height: auto;
	text-align:left;
	overflow: auto;
}



#printlogo img {
	display:none;
}

#youarehere {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#E89230;
	text-align: right;
	float: right;
	position: relative;
	top: 15px;
	right: 50px;
	width:700px;
	line-height: 22px;
	height: 99px;

}

#entrypoints {
	background-image: url(/bcp/edu/microsites/youarehere/images/entry_points.jpg);
	height: 377px;
	width: 701px;
	background-repeat: no-repeat;
	margin-left: 40px;
	float:left;
	top: 99px;
}

#west {
	position:relative;
	left:112px;
	top:105px;
	width:125px;
	height:90px;
	z-index:1;
}
#food {
	position:relative;
	left:455px;
	top:0px;
	width:125px;
	height:90px;
	z-index:2;
}
#security {
	position:relative;
	left:180px;
	top:85px;
	width:125px;
	height:90px;
	z-index:3;
}
#east {
	position:relative;
	left:575px;
	top:0px;
	width:125px;
	height:90px;
	z-index:4;
}

#introtext {
	width:420px;
	margin-left: 45px;
	margin-top:15px;
	float:left;
	clear: both;
}


.ie6 #introtext {
	width:420px;
	margin-left: 20px;
	margin-top:20px;
	float:left;
}


p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height:18px;
	padding-bottom: 10px;
}

a {
	color:#de8502;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#7a9e12;
}

ul {
	margin-left:50px;
}

ul li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-bottom: 5px;
	list-style-image:url(../images/arrowbullet.jpg);
}


.ie6 #parents {
	margin-left:20px;
}


#parents {
	float: left;
	margin-left:30px;
}

#parents a.bkgd {
	background-image:url(../images/parents-teachers.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 412px;
	width:	263px;
}

#parents a.bkgd span {
	visibility:hidden;
	font-size:0px;
}


#parents p.top {
	width: 190px;
	margin-top: -330px;
	margin-left: 40px;
}

#parents p {
	width: 190px;
	margin-left: 40px;
}

p.specialmessage {
	background-color:#f5da87;
	margin-top:20px;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	line-height:16px;
}

.ie7 p.specialmessage {
	margin-top:10px;
}

.ie6 p.specialmessage {
	margin-top:10px;
}

p.specialmessage a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

p.specialmessage a:hover {
	color:#CC6600;
}

/************************************
	FOOTER NAV
*************************************/

#footer{
	text-align:center;
	width: 780px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 0px;
	float: left;
	clear:both;
}


#footer p {
	padding-bottom: 0px;
}

#footer ul {
	padding-top:10px;
}

#footer li {
	display: inline;
	position:relative;
}

#footer a {
	padding: 0 10px;
	line-height: 16px;
	color: #de8502;
	text-decoration: none;
	font-weight:bold;
	border-left: 2px solid #FFF;
}

#footer a.first {
	border-left: none;
}

#footer a:hover {
	color:#7a9e12;
}


/************************************
	SUBFOOTER NAV
*************************************/

#subfooternav {
	text-align:center;
	width: 780px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 10px;
	clear: both;
	float: left;
	padding-bottom: 15px;
}

#subfooternav li {
	display: inline;
	position:relative;
}

#subfooternav a {
	padding: 0 10px;
	line-height: 16px;
	color: #65624e;
	text-decoration: none;
	font-weight:bold;
	border-left: 2px solid #fff;
}

#subfooternav a.first {
	border-left: none;
}

#subfooternav a:hover {
	color:#7a9e12;
}

