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

body {
	margin: 0;
	padding: 0;
	font-family: tahoma, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 13px;
	color: #777777;
	}
#clear {
	clear: both;
	}
a {
	color: #0099ff;
	text-decoration: none;
	}
a:hover {
	color: #FF3300;
	text-decoration: none;
	}
img {
	border: none;
	}
#right img {
	float: left;
	margin: 0 10px 10px 10px;
	}
/*--TYPOGRAPHY--*/
h1 {
	display: none;
	}
h2 {
	margin: 10px;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #0054A5;
	border-bottom: 1px #dddddd solid;
	}
h3 {
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	letter-spacing: -1px;
	}
h4 {
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	letter-spacing: -1px;
	}
p {
	margin: 10px;
	}
#left p {
	font-size: 11px;
	}
.emph {
	font-weight: bold;
	color: #111111;
	}
/*--GENERAL STYLES--*/
#artContainer {
	width: auto;
	background: url(../images/artBckgrnd.jpg) bottom repeat-x;
	}
#art {
	position: relative;
	margin: 0 auto;
	width: 875px;
	height: 300px;
	}
#art.artAlt {
	height: 250px;
	background: url(../images/artAlt.jpg);
	}
#content {
	position: relative;
	margin: 15px auto;
	width: 875px;
	}
#content ul {
	margin: 5px 10px;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}
#content ul li {
	margin: 5px 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.png) left top no-repeat;
	background-position: 0 2px;
	}
#footer {
	width: 100%;
	border-top: 1px #dddddd solid;
	}
#footer p {
	margin: 0 0 20px 0;
	font-family: tahoma, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	}
#left {
	float: left;
	margin: 0 0 0 10px;
	width: 200px;
	background: #f2f5f9 url(../images/leftBckgrnd.jpg) left top no-repeat;
	border: 1px #cccccc solid;
	}
#right {
	float: right;
	margin: 0;
	width: 651px;
	border: 1px #cccccc solid;
	}
/*--FORMS--*/
form {
	margin: 10px;
	}
table {
	width: 500px;
	border: 1px #cccccc solid;
	}
.tableHead {
	padding: 3px 0;
	color: #fff;
	text-align: center;
	background: #111111;
	}
textarea.textAreaWidth {
	width: 250px;
	}
th {
	width: 130px;
	padding: 3px 3px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: right;
	background: #f4f4f4;
	}
td {
	padding: 3px 0 0 3px;
	background: #f4f4f4;
	}
/*--NAVIGATION BAR--*/
#navContainer {
	margin: 10px 0 0 0;
	width: auto;
	background: url(../images/navBckgrnd.jpg);
	border-top: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
	}
#nav {
	z-index: 2;
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 90px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav ul li {
	display: inline;
	position: relative;
	}
#nav ul li a {
	float: left;
	display: block;
	margin: 11px 5px 0 5px;
	}
#nav ul li a#navHome {
	width: 142px;
	height: 70px;
	background: url(../images/homeBtn.png);
	}
#nav ul li a#navHome:hover {
	width: 142px;
	height: 70px;
	background: url(../images/homeBtnOver.png);
	}
#nav ul li a#navHomeCurrent {
	width: 142px;
	height: 70px;
	background: url(../images/homeBtnCurrent.png);
	}
#nav ul li a#navHomeCurrent:hover {
	width: 142px;
	height: 70px;
	background: url(../images/homeBtnCurrent.png);
	}
#nav ul li a#navAbout {
	width: 182px;
	height: 70px;
	background: url(../images/aboutBtn.png);
	}
#nav ul li a#navAbout:hover {
	width: 182px;
	height: 70px;
	background: url(../images/aboutBtnOver.png);
	}
#nav ul li a#navAboutCurrent {
	width: 182px;
	height: 70px;
	background: url(../images/aboutBtnCurrent.png);
	}
#nav ul li a#navContact {
	width: 200px;
	height: 70px;
	background: url(../images/contactBtn.png);
	}
#nav ul li a#navContact:hover {
	width: 200px;
	height: 70px;
	background: url(../images/contactBtnOver.png);
	}
#nav ul li a#navContactCurrent {
	width: 200px;
	height: 70px;
	background: url(../images/contactBtnCurrent.png);
	}
	
#nav ul li a#navRes {
	width: 200px;
	height: 70px;
	background: url(../images/resBtn.png);
	}
#nav ul li a#navRes:hover {
	width: 200px;
	height: 70px;
	background: url(../images/resBtnOver.png);
	}
#nav ul li a#navResCurrent {
	width: 200px;
	height: 70px;
	background: url(../images/resBtnCurrent.png);
	}
	
#nav ul li a#navCom {
	width: 200px;
	height: 70px;
	background: url(../images/comBtn.png);
	}
#nav ul li a#navCom:hover {
	width: 200px;
	height: 70px;
	background: url(../images/comBtnOver.png);
	}
#nav ul li a#navComCurrent {
	width: 200px;
	height: 70px;
	background: url(../images/comBtnCurrent.png);
	}	
	
	

#nav ul li span.popUp {
	display: none;
	position: absolute;
	left: -827px;
	margin: 90px 0 0 0;
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	/*background: #000; url(../images/popUpBckgrnd.png);
	border: 1px #333333 solid;*/
	}
#nav ul li span.popUp p {
	padding: 8px;
	font-size: 11px;
	background: url(../images/popUpBckgrnd.png);
	}
#nav ul li:hover span.popUp {
	display: block;
	}