/* Semantic content formatting tags */

html, body {
	margin: 0px;
	height: 100.1%;
}
body {
	color: Black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight: bold;
	margin:0px;
}
h1 {
	font-size: 16px;
	padding: 10px 0px 0px 10px;
}
h2 {
	font-size: 14px;
	padding: 10px 0px 0px 30px;
}
h3 {
	padding: 10px 0px 0px 50px;
	font-size: 12px;
}
p {
	padding: 10px 30px 0px 50px;
	margin: 0px;
}
li {
	margin-left:20px;
}

/* Link formatting */

a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

/* Document formatting */

#document {
	width: 542px;
	margin: 0 auto;
	text-align:center;
}
#container {
	width: 510px;
	margin: 0 auto;
}
#content {
	width: 542px;
	margin: 0 auto;
	background:transparent url(../images/sides.png) top center repeat-y;
}
#footer {
	background:transparent url(../images/footer.png) top center no-repeat;
	height: 43px;	
}
#footer p {
	text-align:center;
	font-size: 10px;
	font-style: italic;
	padding: 0;
}

/* Navcigational panel formatting */

#nav {
	font-size: 10px;
	padding: 5px 0 0 20px;
	text-align: left;
}
#nav a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a:active {
	font-weight: bold;
}

/* documents additional element formatting */

.floatRight {
	float: right;
	margin: 10px;
}
.floatLeft {
	float: left;
	margin: 10px;
	padding-left: 42px;
}
.imgcntr {
	text-align: center;
}
.address {
	text-align:center;
}
#container, contact {
	text-align: left;
}
#header, headerClassic {
	height: 125px;
	margin-top: 33px;
}
#header h1{
	display:none;
}
#headerClassic h1{
	display: none;
}
#profilePic {
	float: right;
	padding-right: 45px;
}
#w3 {
	position: fixed;
	bottom: 5px;
	left: 15px;
}
#map {
	padding-bottom: 15px;
}

