@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#nav {
	position: relative;
	float: left;
	width: 199px;
	height: 700px;
	background: url(images/nav_bg.jpg) right;
	border-right: 1px #000 solid;
}

#nav ul {
	position: absolute;
	top: 200px;
	right: 15px;
	text-align: center;
}

#nav ul li {
	list-style: none;
	margin-bottom: 15px;
	border: 2px #000 solid;
	background: #ccc;
	padding: 2px 5px 2px 5px
}

#nav li:hover {
	background: #93CCCE;
}

#nav a {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#top {
	position: absolute;
	right: 0;
	text-align: right;
	margin: 0 5px 10px 10px;
	font-family: "Minion Pro", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

#top a {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
}

#top a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	float: right;
	width: 580px;
	height: 700px;
	background: url(images/gradient.jpg);
	padding: 10px 10px 10px 10px;
}

#footer {
	position: absolute;
	bottom: 10px;
	width: 580px;
	text-align: center;
	font-weight: bold;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Minion Pro", "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
}

h3 {
	font-family: "Bell Gothic Std Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
}

a img {
	border: none;
}

hr {
	position: absolute;
	width: 580px;
	right: 0;
	bottom: 40px;
	border: solid 2px #000;
}

.logo {
	position: absolute;
	top: 80px;
	right: 10px;
}

.copy {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.footer {
	font-weight: normal;
	font-size: 11px;
}

.contact {
	font-family: "Bell Gothic Std Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

.noindent {
	margin-left: -10px;
}