html
{
	background-color: white;
	width: 100%; height: 100%;
}

body
{
	width: 96%; height: 100%;
	margin-left: 2%
}

#title
{
	width: 100%;
	background-color: white;
	margin: 0% 0% -1% 0%
}

h1
{
	font-family: Brush Script MT;
	text-align: center;
	color: black;
	font-size: 5em
}

#banner
{
	width: 100%; height: 300px
}

#office
{
	width: 70%; height: 100%;
	box-shadow: 20px 10px 10px rgba(0,0,0,.15);
	float: left
}

#officePic
{
	width: 100%; height: 100%
}

#info
{
	background-color: #336666;
	width: 30%; height: 90%;
	float: right;
	opacity: .9;
	filter: alpha(opacity=90);
	box-shadow: 20px 10px 10px rgba(0,0,0,.15)
}

h2
{
	font-size: 3em;
	font-family: Brush Script MT;
	text-align: center;
	color: white;
}

name, address, #number
{
	color: white;
	margin-left: 5%;
}

#sidebar
{
	background-color: white;
	width: 20%;
	float: left;
	margin: 2% 0% 2% 0%
}

#navbar
{
	list-style-type:none;
	margin:0;
	padding:0;
	margin: 0% 0% 0% 0%
	
}

li
{
	background-color: white;
	text-align: left;
	margin: 10% 0% 10% 0%;
	font-family: Comic Sans, Comic Sans MS
}

#nl
{
	color: #006699;
	text-decoration: none
}

#nl:hover
{
	color: #000066
}

#main
{
	display: inline-block;
	background-color: #CCFFFF;
	width: 80%;
	float: right;
	margin: 2% 0% 0% 0%;
	padding-bottom: 3%;
	box-shadow: 20px 10px 10px rgba(0,0,0,.15)
}

#content
{
	display: inline-block;
	background-color: white;
	width: 95%;
	margin: 5% 0% 0% 5%;
	opacity: .8;
	filter: alpha(opacity=80);
	box-shadow: -20px -10px 10px rgba(0,0,0,.15)
}

h3
{
	font-family: Monotype Corsiva;
	color: #006699;
	font-size: 4em;
	margin: 0% 0% 0% 5%
}

.info
{
	font-family: Monotype Corsiva;
	background-color: white;
	font-size: 1.7em;
	text-align: left;
	color: black;
	margin: 2% 0% 2% 5%
}

#footer1 
{
	background-color: white;
	width: 100%;
	margin: 2% 0% 0% 0%;
	float: left
}

#footer2
{
	background-color: white;
	width: 100%;
	float: left
}

#aao, #links
{
	margin-left: 30%;
	width: 40%
}

.aao
{
	width: 100%; height: 150px;
}

.link
{
	width: 50px; height: 50px;
	margin: 0% 0% 0% 20%;
}

#sm
{
	color: white;
	text-decoration: none
}

#sm:visited
{
	color: white
}
