/* CSS Document */
html {
	height:100%;
}
#special {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#646464;
	line-height:16px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-all;
	background-position: top;
}
/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/
#container {
	padding:0;
	width:900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 900px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 171px;
	height: 41px;
}
#headerbg {
	background-attachment: top center;
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height: 212px;
}
#background {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	width: 900px;
}
#frame {
	width: 900px;
}
#slideshow_nav {
	height: 266px;
	width: 900px;
}
#slideshow {
	height: 266px;
	width: 900px;
	z-index: 25;
	background-image: url(images/flashbg.jpg);
	background-repeat: no-repeat;
	margin-left: 3px;
}
#nav {
	width: 900px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}
#nav   a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 22px;
	width: auto;
	text-align: center;
	line-height: 10px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
	padding-top: 13px;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;
	border: solid 1px #a40a0a;
}
#nav a.on  {
	border: solid 1px #000;
	background-color: #fff;
	color: #010fcd;
}
#nav a:hover   {
	border: solid 1px #000;
	background-color: #fff;
	color: #010fcd;
}
#nav  img    {
	float: left;
}
#content {
	width: 900px;
}
#right {
	float: left;
	width: 225px;
	padding-left: 15px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-top: 20px;
}
#right ul {
	font-size: 12px;
	margin-left: 0px;
	padding-left: 15px;
}
#right a {
	color: #040C3E;
	text-decoration: none;
	font-size: 18px;
}
#left {
	float: right;
	width: 635px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: solid 1px #b9badf;
}
#leftalt {
	float: right;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#left_bg {
	width: 565px;
	color: #444444;
	padding-left: 30px;
	padding-right: 40px;
	line-height: 16px;
	padding-top:20px;
}

#left_bgalt {
	width: 92%;
	color: #444444;
	padding-left: 30px;
	padding-right: 40px;
	line-height: 16px;
	padding-top:20px;
}
#locations {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	text-align: center;
}
#clear {
	clear: both;
	width: 901px;
}
#footerbg {
	background-repeat: repeat-x;
	height: 148px;
	width: 100%;
	background-image: url(images/bottombg.jpg);
}
#footerlogos {
	width: 900px;
	height:148px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bottomlogos.png) no-repeat;
	z-index:80;
}
#footer {
	width: 900px;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	position: absolute;
}
#footer a {
	color: #fff;
	font-size: 11px;
	text-decoration:none;
	margin-left: 10px;
	margin-right: 10px;
}
#footer a:hover {
	text-decoration:underline;	
}
#contact tr td {
	color: #5E5E5E;
	padding: 5px;
}
.img {
	border: medium solid #B5D83C;
}
hr {
	width:100%;
	height:1px;
	border:none;
	background:none;
	border-top:1px dotted #CCC;
	margin:20px 0;
	
}
/* ----------- HEADER STYLES ------------ */
h1 {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:bold;
	color:#2f4583;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 20px;
	margin-bottom:10px;
}
h2 {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	color:#2f4583;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	margin-bottom:4px;
	padding-top: 5px;
}
h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:13px;
	color: #086C9A;
	margin-bottom:10px;
}
h3.list {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:13px;
	color: #086C9A;
	margin-bottom:5px;
}
a img, img { 
	border:0px;
}
h2 a {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#2f4583;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
}
/* ------------ CHANGE LINK COLOR HERE ------------ */
.header{
	font-size:26px;
	font-weight:bold;
	color:#2f4583;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 26px;
}
.subheader {
	font-size:16px;
	font-weight:normal;
	color:#1A2E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
}
.subheaderside {
	font-size:17px;
	font-weight:normal;
	color:#9EBF2C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
}
.image {
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: solid 1px #2f4583;
	padding: 0px 0px 0px 0px;
}
.edges {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}
.edgestitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
a.bottom:visited{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
a:link{
	color:#17597E;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#1D6C9A;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
ul {
	line-height:1.3em;
}
.clear{clear:both;}
a.gallery:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #B5D83C;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4FF5A;
	border-right-color: #8FAA31;
	border-bottom-color: #8FAA31;
	border-left-color: #D4FF5A;
	font-style: italic;
}
a.gallery:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #9EBF2C;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1FC3C;
	border-right-color: #799123;
	border-bottom-color: #799123;
	border-left-color: #D1FC3C;
	font-style: italic;
}
a.gallery:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #086C9A;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0BADFB;
	border-right-color: #044463;
	border-bottom-color: #044463;
	border-left-color: #0BADFB;
	font-style: italic;
}
a.gallery:active {
	color: #086C9A;
	text-decoration: none;
	display: block;
	background-color: #FEFBFB;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEFBFB;
	border-right-color: #FEFBFB;
	border-bottom-color: #FEFBFB;
	border-left-color: #FEFBFB;
	font-style: italic;
}
#locations {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	padding: 10px 15px 10px 15px;
}
a.locations:link {
	color: #333;
}
table.contact  {
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
.contact td {
	color:#333333;
	padding:0.5em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(images/tablebg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	}				
	
.contact .input {
	padding: 2px;
	background-color: #FFF;
	color: #333333;
	width: 97%;
	border: 1px solid #999;
}
.show {
	display:block;	
}
.noshow {
	display:none;
}	
.gallery img, .pic {
	border:1px solid #333;	
}
.redtext {
	color:#900;
	font-weight:bold;
}
.bluetext {
	color:#2F4583;
	font-weight:bold;
}
blockquote.test {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.4em;
	background:url(images/leftquote.gif) no-repeat top left;
	padding:0 0 0 50px;
	margin:0 0 20px 0;
}
blockquote.test p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:.8em;
	text-align:right;
	font-weight:bold;
	line-height:1.4em;
	color:#086c9a;
}
span.test {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.4em;
	padding:0;
	margin:0;
}
span.test p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:.9em;
	text-align:right;
	font-weight:bold;
	line-height:1.4em;
	color:#086c9a;
	margin-bottom:0;
}
.project {
	background:#f6f5f5;	
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:20px;
}
.project img {
	margin-right:4px;	
	margin-bottom:4px;
}
.category {
	font-size:1.3em;
	color:#086c9a;
}
.category a {
	text-decoration:none;
	margin:0 10px 0 10px;
}
.category a:hover {
	text-decoration:underline;	
}
.bold {
	font-weight:bold;	
}
.floatright {
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#user {
	display: none;
}
