body {
	background-color: rgb(66,64,59) !important;
	background-image: url(../images/background.png);
	font-family: Helvetica;
	margin: 0 0 0 10px;
	padding: 0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	min-height:416px;
	}
/* header labels. Used to entitle a set of links */	
	h1 {
		color: rgb(179,197,57);
		font: Normal 18px Helvetica;
		margin:0;
		padding:10px;
		text-shadow: black 0 1px 0;
		}

/* rounded rectangle'd lists */
	
	ul {
		color: black;
		background: #8A857D;
		border: 1px solid rgb(180,180,180);
		font: bold 17px Helvetica;
		font-weight:bold;
		padding: 0;	   
		margin: 0 10px 17px 0;
		-webkit-border-radius: 8px;
		}
		
		
		li {
			color: rgb(255,255,255);
			list-style-type: none;	
			border-top: 1px solid rgb(180,180,180);
			padding: 10px 10px 14px 10px;
			}
			
			/* controls the radius bordes */
		
			li:first-child {	
				border-top: 0;
				-webkit-border-top-left-radius: 8px;
				-webkit-border-top-right-radius: 8px;
				}
				
			li:last-child {	
				-webkit-border-bottom-left-radius: 8px;
				-webkit-border-bottom-right-radius: 8px;
				}
				
				li:hover {
					background: rgb(179,197,57);
					}
					
					
			
				
				
				
		/* main link on lists */
		
		ul li a {
			color: white;
			text-decoration: none;
			padding: 10px 10px 10px 10px;
			margin: -10px;
			display: block;
			-webkit-tap-highlight-color:rgba(0,0,0,0);
			text-shadow: #595146 0 1px 0;
			}
			
			ul li a.arrow {
				background-image: url(../images/chevron.png); 
				background-repeat: no-repeat;
				background-position: right 15px;
			}
			
			ul li a.field {
				color: rgb(179,197,57);
				font: normal 17px Helvetica;
			}
			
			ul li a.arrow small {
				padding-right: 20px;
				color: rgb(179,197,57);
			}
			
			
			ul li a:hover, ul li a:hover small, ul li:hover h3 {
				color: white;
			}
	
				
			ul li:last-child a {
				padding: 10px 10px 14px 10px;
				margin: -10px -10px -14px -10px;
				}
				
				
				
				
			/* individual list */
			
			ul.individual {
				border: 0;
				background: none;
				clear: both;
				height: 45px;
			}
			
				ul.individual li {
					color: rgb(255,255,255);
					background: #8A857D;
					border: 1px solid rgb(180,180,180);
					font-size: 16px;
					text-align: center;
					-webkit-border-radius: 8px;
					-webkit-box-sizing: border-box;
					width: 48%;
					float:left;
					display: block;
					padding: 11px 10px 11px 10px;
					}
				
					ul.individual li + li {
						float: right;
						
					}
					
					
					ul.individual li a {
						color: rgb(179,197,57);
						line-height: 16px;
						margin: -11px -10px -14px -10px;
						padding: 11px 10px 14px 10px;
						-webkit-border-radius: 8px;
						text-shadow: #595146 0 1px 0;
					}
					
						ul.individual li a:hover {
							color: #fff;
							background: rgb(179,197,57);
							}
					
	
			
	.photo {
	margin: 0 10px 17px 10px;
	-webkit-box-shadow: .2em .2em 1em #000;
	-moz-box-shadow: .2em .2em .5em #000;
	box-shadow: .2em .2em .5em #000;
	position: relative;
	width: 148px;
	}		
			
	#map {
	background:#FFFFFF url(../images/map.jpg) center center no-repeat;
	margin: 10px;
	-webkit-box-shadow: .2em .2em 1em #000;
	-moz-box-shadow: .2em .2em .5em #000;
	box-shadow: .2em .2em .5em #000;
	position: relative;
	width: 280px;
	height: 100px;
	text-align:center;
	-webkit-border-radius: 8px;
	}
	
	#video {
	background-color:#000000;
	margin: 10px;
	-webkit-box-shadow: .2em .2em 1em #000;
	-moz-box-shadow: .2em .2em .5em #000;
	box-shadow: .2em .2em .5em #000;
	position: relative;
	width: 280px;
	height: 158px;
	}
	
	@-webkit-keyframes pulse {
		0% {opacity: 1.0;}
		40% {opacity: 0.25;}
		100% {opacity: 1.0;}
	}
	.marker {
		width:280px;
		padding-top:31px;
		text-align:center;
		-webkit-animation-name: pulse;
		-webkit-animation-duration: 2s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: ease-in-out;
	
	}
	.marker span {
	display:none;
	}
			
			
			
				
				
				
				
	p {
		color: rgb(255,255,255);
		font: 16px Helvetica;
		text-align: left;
		text-shadow: black 0 1px 0;
		margin: 0 10px 17px 10px;
		}
		
	.highlight0 {
		color: rgb(179,197,57);
		font: normal 18px Helvetica;
		text-shadow: black 0 1px 0;
	}
	
	.highlight {
		color: rgb(179,197,57);
		font: normal 18px Helvetica;
		text-shadow: black 0 1px 0;
		white-space:nowrap;
	}
	
	.highlight1 {
		color: rgb(255,255,255);
		font: normal 14px Helvetica;
		text-shadow: black 0 1px 0;
		white-space:nowrap;
	}
	
	.highlight2 {
		color: rgb(180,180,180);
		font: normal 16px Helvetica;
		text-shadow: black 0 1px 0;
		white-space:nowrap;
	}
		
		
		li small {
			color: rgb(50,79,133);
			font: normal 17px Helvetica;
			float: right;
		}
		
		
		
	/***** BUTTONS *****/
	
	.button {
		color: #fff;
		font: bold 20px/46px Helvetica;
		text-decoration: none;
		text-align: center;
		text-shadow: #000 0 1px 0;
		border-width: 0px 14px 0px 14px;
		display: block;
		margin: 3px 0;
		}	
		
		
	/* headers */
	
	div#header {
		background: rgb(94,85,75) url(../images/bgHeader.png) repeat-x top;
		border-top: 1px solid rgb(205,213,223);
		border-bottom: 1px solid rgb(46,55,68);
		-webkit-box-sizing: border-box;
		padding: 10px;
		margin: 0 0 0 -10px;
		min-height: 45px;
		}
		
		
		div#header h1 {
			color: #fff;
			font: normal 20px/30px Helvetica;
			text-shadow: #2d3642 0 -1px 0;
			text-align: left;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			width:50%; 
			padding: 5px 10px 5px 53px;
			margin: 2px 0 0 -25%;
			position: absolute;
			top: 0;
			left: 50%;
			background:url(../images/logo.png) no-repeat left 4px;
			}
			
			.nav {
				color: #595146;
				background: none;
				font: bold 12px/30px Helvetica;
				border-width: 0 5px;
				margin: 0;
				padding: 0 3px;
				width: auto;
				height: 30px;
				text-shadow: rgb(255,255,255) 0 -1px 0;
				text-overflow: ellipsis;
				text-decoration: none;
				white-space: nowrap;
				position: absolute;
				overflow: hidden;
				top: 7px;
				right: 6px;
				-webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
				}
				
				#backButton {
					left: 6px;
					right: auto;
					padding: 0;
					max-width: 55px;
					border-width: 0 8px 0 14px;
					-webkit-border-image: url(../images/backButton.png) 0 8 0 14;
					}
			
			
				.Action {
					border-width: 0 5px;
					-webkit-border-image: url(../images/actionButton.png) 0 5 0 5;
				}