html {
	
	background: #000000 url(../img/background.jpg) repeat-x;
}

body {
	color: white;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}

/* GENERAL STYLES */

a {
	color: white;
}

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;
}

a.button:hover {
	background: #4a5969;
}


#container {
	width:800px;
	margin:auto;
	position: relative;
	padding-top: 10px;
	text-align: center;
}

/* HEADER */

#header {
	margin-top: 0px;
	margin-bottom:10px;
	
}

	#header #phone {
		float: right;
		text-align: right;
		color: #ff7fce;
		font-size: 2em;
		display: block;
		margin-top: 90px;
		margin-bottom: -27px;
	}
	
	#header #phone img {
		float: right;
		margin-top: -10px;
	}
	
	#header #phone p.span {
		font-size: 18px;
		margin-top: -50px;
	}
	#header img {
		float: left;
		margin-top: 45px;
		margin-bottom: 20px;
}
	
	#header #nav {
		float: right;
		overflow: hidden;
		margin-top: 60px;
		background: url(../img/nav-bg.jpg) #000000 repeat-x;
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	
	#header #nav li {
		float: left;
		list-style: none;
		height: 14px;
		padding: 6px 3px;
		line-height: 14px;
		background: url(../img/nav-bg.jpg) #000000 repeat-x;
		margin: 0px;
		border-right: 1px solid #72767a;
		border-left: 1px solid #000000;
	}
	
	#header #nav li.selected, #header #nav li:hover {
		background: url(../img/nav-bg-over.jpg) #000000 repeat-x;
		margin: 0px;
		padding: 6px 3px;
	}
	
	#header #nav li a {
		text-decoration: none;
		display: inline;
		padding: 36px 9px;
	}
	
	#header #line {
		clear: both;
		width: 800px;
		height: 1px;
		border-top: 1px solid #3a5e90;
		background: #b0c1d9;
		margin-bottom: -15px;
	}	
	
/* CONTENT */

#content{

	width: 55%;
	float: left;
	margin-top: 17px;
	margin-right: 40px;
	
}	

	#content #line2 {
		clear: both;
		width: 500px;
		height: 1px;
		border-top: 1px solid #3a5e90;
		background: #b0c1d9;
		margin-bottom: 15px;
	}


	#content #col1{
		background-color: #ff7fce;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#content h1 {
		font-size: 35px;
		color: #ffffff;
		text-align: left;
		margin-bottom: 0px;
	}
	
	#content p {
		color: #ffffff;
		text-align: left;
	}
	
	#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: #ffffff;
		text-align: left;
	}
	
	#content li a {
		color: #000000;
	}
	
	#content img {
		float: right;
		background: #ff7fce;
	}
	
/* CONTENT2 */

#content2{
	float: left;
	background:#000000 url(../img/dis-background.jpg) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ffffff;
	margin-bottom: 10px;
	margin-top: -10px;
}	


	#content2 #col1{
		background-color: #ff7fce;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#content2 h1 {
		font-size: 1.5em;
		color: #ffffff;
		text-align: left;
		padding-left: 10px;
	}
	
	#content2 p {
		color: #ffffff;
		text-align: left;
		padding-left: 10px;
	}
	
	#content2 h1.toronto {
		font-size: 1.5em;
		color: #000000;
		text-align: center;
		text-decoration: underline;
	}
	
	#content2 p.toronto {
		color: #000000;
		text-align: center;
	}
	
	#content2 ul {
		color: #000000;
		text-align: left;
	}
	
	#content2 li a {
		color: #000000;
	}
	
	#content2 img {
		float: right;
		padding: 10px;
	}
	

/* SIDEBAR */

#sidebar {
	float: right;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 65px;
	display: block;
	background: #3a5e90 repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: -5px;
	border-bottom: 1px solid #b0c1d9;
	border-right: 1px solid #b0c1d9;
	border-top: 1px solid #284265;
	border-left: 1px solid #284265;
	min-height: 400px;
	width: 35%;
}
	
/* BOTTOM */

#bottom-wrap {
	clear: both;
	background: #3a5e90 repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: -5px;
	border-bottom: 1px solid #b0c1d9;
	border-right: 1px solid #b0c1d9;
	border-top: 1px solid #284265;
	border-left: 1px solid #284265;
}

	#bottom {
		padding-top: 8px;
		padding-bottom: 30px;
}
		#bottom-wrap #bottom p:first-child {
			float: left;
			padding: 5px;
		}

		#bottom-wrap p, #bottom-wrap p a {
			color: #ffffff;
			font-weight: bold;
			display: inline;
			padding:  5px;
		}

		#bottom ul {
			float: right;
			overflow: hidden;
			padding: 5px;
		}

			#bottom ul li {
				float: left;
				list-style: none;
				font-weight: bold;
				font-size: 13px;
				padding-left:16px;
			}

			#bottom li a {
				color: #ffffff;
				text-decoration: none;
			}

			#bottom li.selected a, #bottom a:hover {
				color: #cccccc;
				text-decoration: underline;
			}
