﻿@import url("layout.css");
html {overflow-y:scroll;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url('../images/fadestrip2.png');
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #FFFFFF;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
#masthead {
	text-align: center;
	width: 790px;
	height: 205px;
}
#flashbanner {
	width: 786px;
	height: 205px;
}
#flashconnections {
	width: 300px;
	height: 200px;
}
#flashsitephotos {
	width: 651px;
	height: 487px;
}
#navigation {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-style: hidden;
	border-right-width: 1px;
}
#content {
	float: left;
	width: 654px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 1em;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px none #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 3px outset #FF0000;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-bottom: 1px none #fff;
	background-repeat: repeat;
	background-image: url('../images/gradient-CX68Q.png');
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	background-color: #808080;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url('../images/gradient-EVIU4.png');
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px none #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

a {
	color: #402640;
	text-decoration: underline;
}

a:hover {
	color: #dfb8df;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}
.projecthead {
	font-size: medium;
	text-align: center;
	height: 45px;
	font-weight: bold;
}
.projectimg {
	text-align: center;
	height: 98px;
}

.style3 {
	margin-bottom: 4px;
}

.style4 {
	margin-left: 40px;
	margin-top: -1px;}

.style5 {
	margin-left: 40px;
	margin-top: -1px;
	margin-bottom: 1px;}

.style6 {
	font-size: medium;
	text-align: center;
	font-weight: bold;}

.style7 {
	font-size: medium;
	text-align: center;}

.img1 {
	border-width: 0;
	vertical-align: top;}

.boProjecthd {
	width: 370px;
	height: 38px;
	background-color: #C4D5E3;
	border: 1px solid #C4D5E3;
	font-weight: bold;}

.boProjectbdy {
	width: 350px;
	background: #FFFFFF;
	border-left: 1px solid #C4D5E3;
	border-right: 1px solid #C4D5E3;
	border-bottom: 1px solid #C4D5E3;
	padding: 10px;
	height: 260px;}


/* Not used at this time */
.projectthumbnailleft {
	position: relative;
	z-index: 0;
	width: 150px;
	height: 80px;}

.projectthumbnailleft:hover {
	background-color: transparent;
	z-index: 50;}

.projectthumbnailleft span {
	/*CSS for enlarged image*/
    position: absolute;
	background-color: #000000;
	padding: 5px;
	left: -1000px;
	border: 1px solid #FF0000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 360px;
	height: 197px;}

.projectthumbnailleft span img {
	/*CSS for enlarged image*/
    padding: 2px;}

.projectthumbnailleft:hover span {
	/*CSS for enlarged image on hover*/
    visibility: visible;
	left: 100px; /*position where enlarged image should offset horizontally */;
	bottom: 40px;}

.projectthumbnailright {
	position: relative;
	z-index: 0;
	width: 150px;
	height: 80px;}

.projectthumbnailright:hover {
    background-color: transparent;
    z-index: 50;}

.projectthumbnailright span {
	/*CSS for enlarged image*/
    position: absolute;
	background-color: #000000;
	padding: 5px;
	left: -1000px;
	border: 1px solid #FF0000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 360px;
	height: 197px;}

.projectthumbnailright span img { /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;}

.projectthumbnailright:hover span {
	/*CSS for enlarged image on hover*/
    visibility: visible;
	left: -270px; /*position where enlarged image should offset horizontally */
	bottom: 40px;}

