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

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

/* Removes list-style from lists */
ol, ul {
	list-style: disc url(none) inside;
	margin-left: 3px;
	padding-left: 3px;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

/* Removes list-style from lists */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img {
    border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
    text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
    content: '';
}





body {
	background-color: #484a4c;
	margin: 0;
	padding: 0;
	color: #fefefe;
	font-family: verdana;
	font-size: 14px;
	text-align: center;
}
#container {
	margin: auto;
	width: 852px;
	position: relative;
	display: inline-block;
	height: auto;
	text-align: left;
	top: -1px;
}
#nav{
	text-align: right;
	margin-top: 50px;
	margin-bottom: 4px;
}
#nav ul {
	list-style: none;
	margin: 0;
}
#nav li {
	display: inline;
	padding: 0 4px 0 4px;
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #efb949;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	background-color: #084da3;
	padding: 2px;
	text-decoration: none;
}
#logo {
	position: absolute;
	top: 264px;
	z-index: 1;
}
html>body #logo {
	position: absolute;
	top: 220px;
	z-index: 1;
	width: 366px;
}
#address {
	text-transform: uppercase;
	text-align: right;
	padding-right: 8px;
	margin-bottom: 40px;
	margin-top: 10px;
}
#address .address1 {
	font-size: 9px;
}
#address .address2 {
	font-size: 20px;
}
#address .address3 {
	font-size: 12px;
}
#photo {
	width: 332px;
	height: 215px;
}
#text {
	float: right;
	width: 500px;
	padding: 0 8px 0 8px;
	display: block;
	height: 100%;
}
h1 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #efb949;
}
p {
	margin-top: 0;
	margin-bottom: 12px;
}
img {
	margin: 0;
	padding: 0;
}
#footer {
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 100px;
}
#footer ul {
	list-style:none;
	margin: 0;
}
#footer li {
	display: inline;
	padding: 0 6px 0 6px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #efb949;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	background-color: #084da3;
	text-decoration: none;
}
#email a:link, #nav a:active, #nav a:visited {
	color: #efb949;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

