
/* ////////////////////////////////////////////////////////////Main Body Properties///////////////////////////////////////////////////////////*/

* {
	padding: 0;
	margin: 0;
}

body {
    margin: 0 auto;
	background: #000;
    color: #fff;
	font-size: 11pt;
	font-family: arial, sans-serif;
}

#page {
    width: 945px;
    margin: 0 auto;
	background: #000 url(../images/pagebg.gif) 50% 0% repeat-y;
}

#header {
	margin: 0 auto;
    width: 945px;
	height: 145px;
	background: #000 url(../images/headerbg.gif) 50% 0% no-repeat;
	padding: 10px 0 10px 0x;
}

#logo { 
	float: left;
	margin: 20px 0 10px 20px;
	width: 299px;
}

#top-menu {
	position: relative;
	top: 95px;
	right: 10px;
	float: right;
}

#top-menu ul {
    list-style: none;
    display: inline;
}

#top-menu ul li {
    float: left;
    display: inline;
}
#top-menu ul li a {
    float: left;
    margin: 0 12px 0 12px;
	color: #fff;
}

.current {
	text-decoration: underline;
}

#content {
    clear: both;
	margin: 0 auto;
	min-height: 390px;
	width: 875px;
	text-align: left;
	margin: 15px 35px 15px 35px;
	padding-bottom: 10px;
}

#content p{
color: #ccc;
padding: 0 10px 0 10px;
line-height: 150%;
}

#content img {
	padding: 3px;
	border: 1px solid #999;
}

#content h2 {
	font-size: 14pt;
	margin: 10px 0 20px 0;
}

#content h3 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#footer {
    clear: both;
	height: 35px;
	position: relative;
	text-align: center;
    background: url(../images/footerbg.gif) 50% 0% no-repeat;
    width: 945px;
}

#footer p{
	padding-top: 10px;
	font-size: 10pt;
}

#credit {
	width: 945px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 5px 5px 0;
	color: #fff;
}

#credit p {
	font-size: 8pt;
}

#credit a {
	color: #636;
	font-weight: bold;
}

img {
	border: none;
}

a {
	outline: none;
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

#homeslideshow {
    clear: both;
	margin: 0 auto;
	margin: 0 15px 10px 15px;
	padding-bottom: 10px;
	width: 915px; height: 410px;
	position: reltive;
}

#hallmark {
	float: right;
	width: 35px; height: 30px;
	position: relative;
	top: 370px; left: -20px;
	z-index: 6;
}

#infobox {
	width: 200px;
	height: 200px;
	float: left;
	clear: both;
	position: relative;
	top: 50px;
	left: 60px;
	z-index: 8;
}

#left {
	width: 430px;
	float: left;
	margin-right: 20px;
}

.linkbox {
	width: 390px;
	height: 70px;
	float: left;
	margin: 0px 25px 40px 20px;
}

.linkimg {
	float: left;
	padding-right: 20px;
}

.linkimg a:hover {
	text-decoration: none;
}

.linkbox p {
	font-size: 9pt;
	padding-top: 5px;
	line-height: 150%;
}

.category {
	width: 260px;
	float: left;
	margin: 0px 15px 15px 15px;
	text-align: center;
}

.thumb {
	font-size: 9pt;
}

.thumb a:hover {
	text-decoration: none;
}

.category img {
	margin: 0 auto;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #999;
}

.project p {
	font-size: 9pt;
	padding-top: 5px;
}

/*///////////////////////////////////////////////////////////////Form Properties////////////////////////////////////////////////////////////// */

#form {
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
	color: #ccc;
	text-align: left;
	margin-top: 30px;
}

.formlabel {
	width: 170px;
	text-align: right;
}

#form td {
	vertical-align: top;
	padding: 0 10px 10px 0;
}

.radio {
margin-bottom: 10px;

}

#submittd {
	text-align: right;
}

#thankyou {
	margin: 0 auto;
	padding: 35px;
	text-align: center;
	font-size: 18pt;
}

#thankyoubutton {
	text-align: center;
	margin: 0 auto;
	padding-top: 8px;
	width: 225px; height: 100px;
	background: url(../images/thankyou.gif) no-repeat;
}

#exttag {
	font-size: 12pt;
	color: #609;
}

#exttag a{
	color: #609;
	text-decoration: underline;
}

/*/////////////////////////////////////////////////////////////// Lightbox 2 Properties /////////////////////////////////////////////////////////////*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left 0% no-repeat; }
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 0% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 0% no-repeat; } 

#imageDataContainer{ font: 11px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
