body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
	border: 1px solid #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#6d6e71;
}

#wrapper #top-half {
	margin: 0px;
	padding: 0px;
	height: 318px;
	width: 980px;
}

#wrapper #top-half #top-left {
	background: url(../images/top-left-1.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 318px;
	width: 184px;
	float: left;
}

#wrapper #top-half #top-right {
	background: url(../images/top-right-with-logo-1.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 318px;
	width: 796px;
	float: right;
}

#wrapper #top-half #top-right #nav-column-1 {
	padding: 0px;
	margin-top: 26px;
}

#wrapper #top-half #top-right #nav-column-2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 585px;
}

#wrapper #bottom-half {
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 417px;
}

#wrapper #bottom-half #bottom-left {
	margin: 0px;
	padding: 0px;
	width: 261px;
	height: 417px;
	float: left;
	background: url(../images/bottom-left-1.gif) no-repeat;
}

#wrapper #bottom-half #bottom-left .address-box {
	padding: 0px;
	margin-top: 306px;
	margin-left: 20px;
}

#wrapper #bottom-half #bottom-right {
	margin: 0px;
	padding: 0px;
	width: 719px;
	height: 417px;
	float: right;
	background: url(../images/bottom-right-1.gif) no-repeat;
}

#wrapper #bottom-half #bottom-right #home-photo-box {
	float: right;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	width: 415px;
}

.staff-photo {
	float: right;
	padding: 0px;
	margin-top: 40px;
	margin-right: 60px;
	border: 6px solid #f79239;
}

.flash-photo-box {
	float: right;
	padding: 0px;
	margin-top: 40px;
	margin-right: 60px;
	_margin-right: 30px;
	border: 6px solid #f79239;
}

.homepage-photo {
	padding: 0px;
	margin: 0px 20px 0px 0px;
	border: 4px solid #f79239;
}

.orange {	color: #f79239; }

h2 {
	font-size: 21px;
	color: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 0px;
	font-weight: normal;
}

p {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	color: #FFFFFF;
}

.web-link a, .web-link a:link, .web-link a:visited {
	font-weight: bold;
	color: #f79239;
	text-decoration: none;
}

.web-link a:hover, .web-link a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.email-link a, .email-link a:link, .email-link a:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.email-link a:hover, .email-link a:active {
	font-weight: bold;
	text-decoration: none;
}

/* ----------------------------- Navigation Properties ----------------------------- */

.home{
	width: 70px;
	font-size: 15px;
	font-weight: bold;
}

.home ul {
	margin: 26px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

.home a:link, .home a:visited {
	width: 70px;
	padding-left: 20px;  
	color: #000000;
	background: url(../images/8px-black-square-filled.gif) no-repeat left 5px; 
}

.home a:hover, .home a:active {
	color: #ffffff;
	background: url(../images/8px-white-square-over.gif) no-repeat left 5px;
}

.nav1-title { width: 205px; }

.nav1-title ul {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 8px 10px;
	padding: 0px;
	list-style: none;
}

.nav1, .nav1-current {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
}

.nav1, .nav1 ul, .nav1 li, .nav1-current, .nav1-current ul, .nav1-current li {	
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.nav1 a, .nav1-current a, .home a {
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 22px;
}

.nav1 a:link, .nav1 a:visited, .nav1-current a:link, .nav1-current a:visited {
	color: #000000;
	margin: 0px;
	padding: 4px 0px 4px 20px;
}

.nav1 a:link, .nav1 a:visited { background: url(../images/8px-orange-square-filled.gif) no-repeat left 7px; }

.nav1 a:hover, .nav1 a:active, .nav1-current a:link, .nav1-current a:visited {
	color: #f79239;
	background: url(../images/8px-orange-square-over.gif) no-repeat left 7px;
}

#author {
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 960px;
	margin: 10px auto 0px;
	padding: 0px;
}

#author a, #author a:link, #author a:visited  {
	color: #CCCCCC;
	text-decoration: none;	
}

#author a:hover, #author a:active {
	color: #999999;
	text-decoration: underline;
}
