html {
	
	background: #9fc067 url(../img/background-flipped.jpg) repeat-x;
}

body {
	color: white;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}

/* GENERAL STYLES */

a {
	color: black;
}

a.button {
	position: relative;
	background: #5e7285;
	padding: 6px 9px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #a3b5d4;
	text-decoration: none;
	text-shadow: 0 1px 0 black;
	font-size: 13px;
	font-weight: bold;
	-moz-box-shadow: 0 0 1px black;
	-webkit-box-shadow: 0 0 1px black;
	color: #000000;
}

a.button:hover {
	background: #4a5969;
}


#container {
	width:800px;
	margin:auto;
	position: relative;
	padding-top: 10px;
	text-align: center;
}

/* HEADER */

#header {
	margin-top: -68px;
	margin-bottom:50px;
}

	#header #phone {
		float: right;
		text-align: right;
		color: #000000;
		font-size: 2em;
		display: block;
		margin-top: 100px;
	}
	
	#header #phone img {
		float: right;
		margin-top: -10px;
	}
	
	#header #phone p.span {
		font-size: 15px;
		margin-top: -50px;
		display: block;
	}
	
	#header #phone span {
		font-size: 25px;
	}

	#header img {
		float: left;
		margin-top: 65px;
		margin-bottom: 20px;
}
	
	#nav {
		background: #ffffff;
		clear: both;
		overflow: hidden;
		margin-top: 60px;
		margin-bottom: 20px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border: 1px solid #838383;
	}
		
	#nav li {
		background: url(../img/bin.png) no-repeat center top;
		float: left;
		list-style: none;
		height: 30px;
		padding: 18px 13px;
		line-height: 80px;
		margin-top: 2px;
		color: #ffffff;
	}
	
	#nav li.selected, #nav li:hover {
		background: url(../img/bin4.png) no-repeat center top;
		margin-top: 2px;
		color: #ffffff;
		text-decoration: none;
	}
	
	#nav li a {
		color: #8bb55a;
		text-decoration: none;
		display: inline;
		padding: 18px 10px;
		padding-top: 300px;
	}
	
	
/* CONTENT */

#content{
	float: left;
	background-color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #838383;
	width: 60%;
}	

	#content h1 {
		font-size: 1.5em;
		color: #000000;
		text-align: left;
		padding-right: 3px;
	}
	
	#content h1 span { color:#7aa943; }
	
	#content p {
		color: #000000;
		text-align: left;
		padding: 5px;
	}
	
	#content form p { padding:0; margin:0; }
	
	#content p span { color:#ff0000; }
		
	#content h1.toronto {
		font-size: 1.5em;
		color: #000000;
		text-align: center;
		text-decoration: underline;
	}
	
	#content p.toronto {
		color: #000000;
		text-align: center;
	}
	
	#content ul {
		color: #000000;
		text-align: left;
	}
	
	#content li a {
		color: #000000;
	}
	
	#content img {
		clear: both;
		margin-top: 2px;
		margin-bottom: 0px;
		margin-left: -10px;
		border: none;
	}
	
	#content #video {
		float:left;
		background: #ffffff;
		height:200px;
		margin-right: 10px;
		margin-top: 10px;
		width: 50%;
		border:1px solid #bab9b9;
	}

/* SIDEBAR */

	#sidebar {
		float: right;
		background-color: #ffffff;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		padding: 15px;
		margin-bottom: 20px;
		margin-left: 0px;
		border: 1px solid #838383;
		width: 30%;
		display: inline-block;
	}
	
	#sidebar h1 {
		background-color: #c4dc70;
		font-size: 1.5em;
		color: #ffffff;
		text-align: center;
		padding-right: 3px;
	}
	
	#sidebar p {
		color: #000000;
		text-align: left;
		padding: 5px;
	}

/* BOTTOM */

#bottom-wrap {
	clear: both;
	border-top:1px solid #838383;
}

	#bottom {
		padding-top: 23px;
		padding-bottom: 30px;

	}
		#bottom-wrap #bottom p:first-child {
			float: left;
		}

		#bottom-wrap p, #bottom-wrap p a {
			color: #000000;
			font-weight: bold;
			display: inline;
		}

		#bottom ul {
			float: right;
			overflow: hidden;
		}

			#bottom ul li {
				float: left;
				list-style: none;
				font-weight: bold;
				font-size: 13px;
				padding-left:16px;
			}

			#bottom li a {
				color: #000000;
				text-decoration: none;
			}

			#bottom li.selected a, #bottom a:hover {
				color: #000000;
				text-decoration: underline;
			}
