/**********/
/* Required for Google Maps drawing capability */
/**********/
v\:* { behavior:url(#default#VML); }

/**********/
/* Layout */
/**********/
html, body {
	height: 93%;
	font-family: sans-serif;
	}
html {
	background-image: url('images/dpjpa_es.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	}

td {
	vertical-align: top;
	}

#banner {
	width: 95%;
	}

#leftBanner {
	width: 55%;
	}
	
#rightBanner {
	}
	
#content {
	width: 95%;
	height: 90%;
	}
	
#leftContent {
	width:30%;
	}

#rightContent {
	height: 100%;
	}

#map {
	border:1px solid Gray;
	height: 100%;
	}

/**********/
/* Format */
/**********/
a:link, a:visited  {
	color: DarkBlue ;
	}
	
a:hover {
	color: Red;
	}

/**********/
/* Site Info */
/**********/
.siteInfo, .label, .address1 , address2 {
	}
	
.site {
	font-weight: bold;
	}
	
.group {
	font-style: italic;
	margin-bottom: 15px;
	}
	
.phone, .image {
	margin-bottom: 15px;
	}
	
.setLocation {
	margin-bottom: 15px;
	}

/**********/
/* Sidebar */
/**********/
.sbLabel {
	font-weight: bold;
	}

#fromName, #toName {
	margin-left: 5px;
	padding-bottom: 10px;
	}

#side_bar {
	height: 550px;
	overflow: scroll;
	background-color: #F8F8F8;
	}
	
#d0, #d1, #d2, #d3, #d4, #d5, #d6, #d7, #d8, #d9, #d9, #d10, #d11, #d12, #d13, #d14, #d15, #d16, #d17, #d18, #d19, #d20 {
	border:1px solid Gray;
	padding: 3px;
	margin-bottom: 5px;
	}

#d0, #sl0 { background-color: #FBD4B4; }

#d1, #sl1 { background-color: #B6DDE8; }

#d2, #sl2 { background-color: #CCC0D9; }

#d3, #sl3 { background-color: #D6E3BC; }

#d4, #sl4 { background-color: #E5B8B7; }

#d5, #sl5 { background-color: #B8CCE4; }

#d6, #sl6 { background-color: #C4BC96; }

#d7, #sl7 { background-color: #D9D9D9; }

#d8, #sl8 { background-color: #9ED19C; }

#d9, #sl9 { background-color: #FFB656; }

#d10, #sl10 { background-color: #DDD2A6; }

#d11, #sl11 { background-color: #BFBF5F; }

#d12, #sl12 { background-color: #D1FFBF; }

#d13, #sl13 { background-color: #AFA7A9; }

#d14, #sl14 { background-color: #FFC0BF; }

#d15, #sl15 { background-color: #AFBF5F; }

#d16, #sl16 { background-color: #FF7F00; }

#d17, #sl17 { background-color: #00A576; }

#d18, #sl18 { background-color: #EFB3B7; }

#d19, #sl19 { background-color: #C47BA3; }

#d20, #sl20 { background-color: #DDCF52; }

.sbGroupList {
	margin-bottom: 10px;
	color: #555555;
	padding: 3px;
	}

.sbGroup {
	cursor: pointer;
	}

.sbSite {
	padding-left: 15px;
	}
/**********/
/* Help */
/**********/

#helpContent {
	background-color: white;
	padding:15px;
	}
	
.question {
	font-weight: bold;
	padding-bottom: 5px;
	}

.answer {
	margin-left: 20px;
	padding-bottom: 10px;
	line-height: 150%;
	}
.file {
	font-style: italic;
	}	
