/* ---------------- GLOBAL ---------------- */

* {
	margin:0;
	text-align:left;
}

html, body {
	padding: 2%;
	font-size: 0.85em;
	font-family:Arial, Helvetica, sans-serif;	
	background:#fff;
	text-align:left;
}

a:link { 
	text-decoration: underline;
	color:#0000FF;
}

a:visited { 
	text-decoration: underline;
	color:#0000FF;
}

a:hover	{ 
	text-decoration: underline;
	color:#0099FF;
}

a:active { 
	text-decoration: underline;
	color:#0000FF;
}

p  {
	border:0; 
	margin:0; 
	padding:0;
}

hr {
	color:#4572B3;
	margin-top:1%;
	margin-bottom:1%;
}

#location .text {
	font-size:0.85em;
	padding: 1%;
	background: #eee;
	margin-bottom:1%;
}

#bottomNavWrapper {
	border-top:solid thick #4572B3;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align:center;
}

#bottomNavWrapper a {
	font-size: 0.82em;
	font-weight: normal;	
	padding-bottom:1%;
}

#bottomNavWrapper p {
	font-size: 0.82em;
	font-weight: normal;
	color: #000;
	margin-bottom:1%;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

li {
	list-style:none;
	padding:0;
	margin:0;
}

#logo {
	background: #4572B3;
}
