@charset "UTF-8";
/* CSS Document */

/* CSS RESET BEGINS */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ol {
	margin-left: 1.4em;
	list-style: decimal;
}

ul {
	margin-left: 1.4em;
	list-style: square;
}

img {
	border: 0;
}
/* END CSS RESET */

body {
	background-color:#4b4b4b;
}

#container {
	margin: 0 auto;
	width: 1050px;
}

#header {
	margin-top: 34px;
}

#slideshowHolder_Right, #slideshowHolder_Middle, #slideshowHolder_Left {
	float: right;
	margin-left: 9px;

}

#nav {
	margin-top: 76px;
	margin-left: 20px;
}

#nav ul {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	list-style: none;
}

#nav ul li {
	display: inline;
	margin-right: 74px;
	float: left;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav p {
	color:#a1a1a1;
	margin-top: 7px;
}

#bottomnav {
	margin-top: 80px;
	border-top: #949494 solid 2px;
	border-bottom: #949494 solid 2px;

}

#bottomnav ul {
	color: #e5e2e2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style: none;
	padding: 10px 0 10px 0;
	margin-left: 72px;
}

#bottomnav ul li {
	display: inline;
	margin-right: 76px;
}

#bottomnav a {
	color: #FFF;
	text-decoration: none;
}
