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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
}
#Flash_Image_Gallery {
	margin-right: auto;
	margin-left: auto;
}
#flash_gallery {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}



h2 {
	font-size: 12px;
	color: #333333;
	display: inline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.1em;
}
li {
	padding-bottom: 2em;
}
hr {
	color: #666666;
	width: 90%;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 115px;
}
#tagline {
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 65px;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	float: right;
	padding-right: 30px;
	font-weight: bold;
}
#mainContent {
	padding: 0;
	font-size: 12px;
	width: 760px;
}

.border {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #505050;
}

.copy a {
	color: #333333;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 9px;
	text-align: right;
	color: #999999;
	line-height: 1.5em;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#awards {
	width: 95px;
	padding-left: 565px;
	margin-bottom: -145px;
}

#footer a span {
	color: #666666;
	text-decoration: none;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#logo {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
#menu {
	font-size: 11px;
	color: #999999;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	width: 100%;
	padding-bottom: 6px;
	padding-left: 12px;
}
#menu a {
	color: #DEF2F8;
	text-decoration: none;
	padding-right: 36px;
}
#menu a:hover {
	color: #A8DDE9;
}
.copy {
	background-color: #E3DDCE;
	color: #333333;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 35px;
	padding-left: 40px;
	height: 100%;
}

#gallerythumbs td {
	text-align: center;
	padding: 10px;
}
.note {
	font-size: 10px;
}


/* Portfolio Styles */

.portfolioSide
{
	width:120px;
	overflow:auto;
	vertical-align: top;
	height: 510px;
}

.portfolioSide img
{
	padding-bottom: 3px;
}

.portfolioMain
{
	width:525px;
	text-align: center;	
}

.leftPortImageTable 
{
	padding:0px;	
}

.leftPortImageTableTD
{
	padding:0px;	
}

.imageClass:link { opacity: 1.0; filter: alpha(opacity=100); -moz-opacity: 1.0; width: auto;  }
.imageClass:visited { opacity: .35; -moz-opacity: .35; filter: alpha(opacity=35); width: auto;  }
.imageClass:hover { -moz-opacity: .35; opacity: .35; filter: alpha(opacity=35); width: auto;  } 

.CenterImageClass
{
	width:525px;	
}

.portfolioCaption 
{
	padding-top:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 500px;
	text-align: center;
}

.portLeftTD
{
	padding-right:15px;
}
