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

body {
	font-family: "Verdana", "Trebuchet", sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	padding: 0;
	margin: 0;
	}
div, ul, li, h1, h2, h3, p, a {
	padding: 0;
	margin: 0;
	}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1em;
	padding: 20px 0 20px 20px;
	}
h2 {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-top: 10px;
	padding-left: 20px;
	}
h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform: normal;
	color: #000000;
	margin-top: 10px;
	}
p {
	padding-bottom: 10px;
	}
div#address p {
	padding-bottom: 0;
	}
#page {
	width: 800px;
	height: 100%;
	}
#header {
	background: url("Images/black_rule.gif") repeat-x scroll;
	}
#prev-next {
	margin: 20px 100px 0 0;
	text-align: right;
	}
#prev-next img {
	padding: 0;
	margin: 0;
	}
#prev-next img#next {
	padding-left: 0;
	}
img.v-ctr {
	vertical-align: middle;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bold {
	font-weight: bold;
	}
.note {
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	}
.italic {
	font-style: italic;
	}	 
#left_col {
	float: left;
	width: 160px;
	padding-bottom: 50px;
	z-index: 1000;
	}	
#address {
	font-size: .85em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: right;
	padding: 10px 10px 10px 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
div#sign-in {
	font-size: 9px;
	text-align: right;
	padding: 10px 10px 10px 0;
	}
div#sign-in a {
	font-weight: bold;
	color: #8A9594;
	text-transform: uppercase;
	text-decoration: none;
	}
div#sign-in a:hover {
	font-weight: bold;
	color: #60410F;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#rt_col {
	width: 620px;
	margin: 0 0 0 160px;
	border-left: 1px solid #333333;
	z-index: 100;
	}
	
#pub_col {
	width: 345px;
	margin: 0 10px 0 25px;
	}
#pub_col h1 {
	padding: 20px 0 20px 0;
	}
#pub_col ul {
	list-style-position: outside;
	list-style-image: url(Images/bullet.gif);
	}
#pub_col ul.pub_menu li {
	display: inline;
	font-size: .9em;
	}
div.indent {
	padding-left: 30px;
	}
.left_indent {
	padding-left: 20px;
	}	
div.pub_intro {
	position: absolute;
	left: 540px;
	top: 100px;
	width: 230px;
	height: auto;
	padding: 10px 0 10px 0;
	border: 1px solid #000000;
	visibility: hidden;
	}
div.pub_intro p {
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
	} 	
div.pub_intro h3 {
	padding: 0 5px 0 5px;
	}
#news_left, #news_rt {
	width: 300px;
	padding-bottom: 50px;
	}
#news_left {
	border-right: 1px solid #333333;
	}
#story_pix {
	padding: 0 20px 0 20px;
	}
#story_pix img {
	display: block;
	padding: 0 0 10px 0;
	}
div#story1 table {
	border-collapse: separate;
	border-spacing: 10px;
	}
div#story1 table tr td {
	vertical-align: top;
	}
div#story1 table tr td img{
	padding: 13px 0 0 0;
	}
ul.story_links {
	padding: 5px 20px 5px 20px;
	}
ul.story_links li {
	list-style-image: url("Images/arrow.gif");
	list-style-position: outside;
	padding-bottom: 10px;
	}
ul.story_links li a {
	font-size: .85em;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}
ul.story_links li a:hover {
	color: #60410F;
	}

.corp_story img {
	padding-left: 20px;
	padding-bottom: 20px;
	}
#project_story {
	width: 500px;
	} 
#project_story img {
	padding-left: 20px;
	padding-bottom: 20px;
	} 

.pix_block {
	display: block;
	padding: 20px;
	}
	
ul#directions_list {
	margin: 0 0 20px 20px;
	}
ul#directions_list li {
	list-style-image: url("Images/arrow.gif");
	list-style-position: inside;
	}
ul#directions_list li ol li {
	list-style-image: none;
	list-style-type: decimal;
	}
ul.no_bullet {
	list-style: none;
	}
ul.no_bullet li {
	padding: 0 0 10px 0;
	}	
.directions {
	padding: 20px 20px 20px 20px;
	}
.small_window {
	width: 600px;
	}
	
table#services {
	margin-left: 20px;
	border-collapse: separate;
	border-spacing: 10px;
	}
table#services tr td {
	vertical-align: top;
	width: 167px;
	}
table#services tr td p {
	padding: 0;
	margin: 0
	}
table#services tr td h3 {
	padding: 0;
	margin: 0;
	}
	

div#tidbit_thumbnails {
	width: 120px;
	}
div#tidbit_thumbnails img {
	display: block;
	padding: 5px;
	}
div.tidbit_focus {
	position: absolute;
	top: 180px;
	left: 180px;
	width: 400px;
	visibility: visible;
	}
div.tidbit_hide {
	position: absolute;
	top: 180px;
	left: 180px;
	width: 400px;
	visibility: hidden;
	}
.center {
	text-align: center;
	}
.pad_rt {
	padding-right: 10px;
	}
.photo_links img {
	cursor: pointer;
	}
	
div#theMovie {
	width: 620px;
	height: 500px;
	}