/* Text Formatting, Etc */

body {
	text-align: center;
	font-size: .9em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	line-height: 150%;
	background: #c3c5c6;
	margin: 0px;
	padding: 0px;
}

a:link { color: #f58427; text-decoration: underline; padding: 3px; }
a:visited { color: #666666; text-decoration: underline; padding: 3px; }
a:hover	{ color: #404040; text-decoration: underline; border: 1px solid #cfcdce; padding: 2px; }
a:active { color: #000000; text-decoration: underline; border: 1px solid #cfcdce; padding: 2px; }

h1 {
	font-size: 150%;
	color: #404040;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	font-size: 125%;
	color: #404040;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px
}

h3 {
	font-size: 100%;
	color: #404040;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: #404040;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h5 {
	font-size: 100%;
	color: #404040;
	letter-spacing: 1px;
	font-style: italic;
	margin-bottom: 3px;
	margin-top: 3px;
}
h6 {
	font-size: 100%;
	color: #404040;
	letter-spacing: 0px;
	font-style: italic;
	margin-bottom: 3px;
	margin-top: 3px;
}

.underline {
	border-bottom: 1px solid #CCCCCC;
}

ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

li {
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type:square;
	list-style-position:inside;
}

acronym {
	border-bottom: 1px dotted #333333;
}
/* Structual Stuff */
#container {
	width: 780px;
	height: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding-top: 6px;
}
#header {
	position: relative;
	width: 780px;
	height: 145px;
	padding: 0;
	margin: 0;
	background: url(../images/logo_background.gif) repeat-x top center;
	overflow: hidden;
}
#logo {
	float:right;
	width: 450px;
	text-align: right;
	padding: 0;
	margin: 0;
}
#contact {
	float: right;
	font-size: 10px;
	font-weight: bold;
	padding-right: 6px;
	color: #404040;
	line-height: 170%;
}
#toplinks {
	position: absolute;
	top: 0px;
	left: 6px;
	font-weight: bold;
	font-size: 85%;
	height: 20px;
	line-height: 20px;
}
#navbar {
	width: 780px;
	height: 98px;
	padding: 0;
	margin: 0;
	background: url(../images/nav_background.gif) repeat-x top center;
}
#navbar a:link { text-decoration: none; padding: 0px; }
#navbar a:visited { text-decoration: none; padding: 0px; }
#navbar a:hover	{ text-decoration: none; border: 0px; padding: 0px; }
#navbar a:active { text-decoration: none; border: 0px; padding: 0px; }

#logo a:link { text-decoration: none; padding: 0px; }
#logo a:visited { text-decoration: none; padding: 0px; }
#logo a:hover	{ text-decoration: none; border: 0px; padding: 0px; }
#logo a:active { text-decoration: none; border: 0px; padding: 0px; }

#navbar_images {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	height: 72px;
	position: relative;
}
#navbar_links {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
}

#breadcrumbs {
	width: 768px;
	height: 26px;
	overflow: hidden;
	margin: 0px;
	background-color: #ededed;
	border-top: 5px #f58427 solid;
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: 1px #CCCCCC solid;
	font-size: 90%;
	line-height: 200%;
}

#title {
	width: 768px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 20px;
	border-bottom: 3px #CCCCCC solid;
}

#content {
	width: 768px;
	height: 100%;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	overflow: hidden;
}

#left {
	width:384px;
	float:left;
	font-size: 85%;
	overflow: hidden;
}
#left p {
	padding-bottom: .9em;
}

#center {
	width:96px;
	float:left;
	font-size: 85%;
	height: auto;
	overflow: hidden;
}

#right {
	width:288px;
	float:left;
	font-size: 85%;
	/*background-color: #eeeeee;*/
}
#image_block {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#image_block:hover {
	background-color:#ededed;
}
#image_block img {
	padding: 0;
	margin: 0;
}
#image_block a {
	padding: 0;
	margin: 0;
	border: none;
}
#image_block a:link { text-decoration: none; padding: 0px; }
#image_block a:visited { text-decoration: none; padding: 0px; }
#image_block a:hover { text-decoration: none; border: 0px; padding: 0px; }
#image_block a:active { text-decoration: none; border: 0px; padding: 0px; }


#image_block p {
	margin: 0;
	padding-right: 5px;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 90%;
	border-top: 3px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}


.project {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	float: right;
	width: 192px;
}
.project:hover {
	background-color:#ededed;
}
.project img {
	padding: 0;
	margin: 0;
}
.project a {
	padding: 0;
	margin: 0;
	border: none;
}
.project a:link { text-decoration: none; padding: 0px; }
.project a:visited { text-decoration: none; padding: 0px; }
.project a:hover { text-decoration: none; border: 0px; padding: 0px; }
.project a:active { text-decoration: none; border: 0px; padding: 0px; }


.project p {
	margin: 0;
	padding-right: 5px;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 90%;
	border-top: 3px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}





#table_block table {
	padding: 0;
	margin: 0;
}

#table_block {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#table_block p {
	padding-right: 5px;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 90%;
	border-top: 3px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
#text_block {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#text_block p {
	padding-right: 5px;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 90%;
	border-top: 3px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}


#footer {
	padding-top: 2px;
	width: 768px;
	height: 24px;
	overflow: hidden;
	margin: 0px;
	background-color: #ededed;
	border-bottom: 5px #f58427 solid;
	padding-left: 6px;
	padding-right: 6px;
	border-top: 1px #CCCCCC solid;
	font-size: 70%;
	color: #404040;
	line-height: 200%;
}

#gallery {
	margin: 0px;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

#gallery a:link { text-decoration: none; padding: 0px; }
#gallery a:visited { text-decoration: none; padding: 0px; }
#gallery a:hover	{ text-decoration: none; border: 0px; padding: 0px; }
#gallery a:active { text-decoration: none; border: 0px; padding: 0px; }

.orange {
	color: #f58427;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

#nav_residential_orig {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_residential_over {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_commercial_orig {
	position: absolute;
	left: 96px;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_commercial_over {
	position: absolute;
	left: 96px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_educational_orig {
	position: absolute;
	left: 192px;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_educational_over {
	position: absolute;
	left: 192px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_restaurants_orig {
	position: absolute;
	left: 288px;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_restaurants_over {
	position: absolute;
	left: 288px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_entertainment_orig {
	position: absolute;
	left: 384px;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_entertainment_over {
	position: absolute;
	left: 384px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_theatres_orig {
	position: absolute;
	left: 480px;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_theatres_over {
	position: absolute;
	left: 480px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_ecclesiastical_orig {
	position: absolute;
	left: 576px;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_ecclesiastical_over {
	position: absolute;
	left: 576px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_restoration_orig {
	position: absolute;
	left: 672px;
	top: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

#nav_restoration_over {
	position: absolute;
	left: 672px;
	top: 0px;
	display: none;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 72px;
}

