@charset "UTF-8";

/*LIGHTBOX CSS*/

#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;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px 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; }

/*END LIGHTBOX CSS*/


* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
	display: block;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
	font-size: 76%;
	text-align: center;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:765px;
	background-color: #fff;
	background-image: url(../images/bkg_main.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#nav {
	position: absolute;
	top: 44px;
	right: 15px;
	width: 180px;
}

/*MAIN NAV CONTROL*/

#who, #what, #whofor {
	text-align: center;
	float: left;
	background-color: #0060a2;
	width: 53px;
}

#who a:link, #who a:visited {
	background-image: url(../images/who_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 3px;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #0060a2;
}

#who a:hover, #who a:active {
	background-image: url(../images/who_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -53px;
	font-size: 1em;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #fff;
}

#what a:link, #what a:visited {
	background-image: url(../images/what_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 3px;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #0060a2;
}

#what a:hover, #what a:active {
	background-image: url(../images/what_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -53px;
	font-size: 1em;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #fff;
}

#whofor a:link, #whofor a:visited {
	background-image: url(../images/whofor_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 3px;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #0060a2;
}

#whofor a:hover, #whofor a:active {
	background-image: url(../images/whofor_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 -53px;
	font-size: 1em;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #fff;
}

			
/*END MAIN NAV CONTROL*/




#contrgt {
	width: 219px;
	text-align: left;
	padding-left: 541px;
}

#contrgt p {
	font-size: 1em;
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 22px;
	padding-bottom: 8px;
}


/* start box hack IE5 */

#contrgt { 
  width:760px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:219px;
} 
html>body #contrgt {
  width:219px;
}

/* end box hack */


#title {
	background-image: url(../images/welcome2.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 219px;
	margin-bottom: 2px;
}

#title h1 {
	font-size: 1.2em;
	padding: 8px 0 0 22px;
	color: #fff;
}



#head {
	width: 760px;
}

#port {
	background-image: url(../images/portfolio.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 541px;
	position: absolute;
	top: 113px;
}

#port h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 0 68px;
	text-transform: uppercase;
}
#startcontainer {
	width: 181px;
	background-image: url(../images/stpanel_bkg.gif);
	background-repeat: repeat-y;
	margin-left: 21px;
}

#contlft {
	position: absolute;
	top: 165px;
	width: 541px;
	background-color: #e0e0e0;
}



#start {
	width: 177px;
	text-align: center;
	margin-left: 1px;
}

#start a:link, #start a:visited {
	background-image: url(../images/start_btn.gif);
	background-repeat: no-repeat;
	font-size: 3px;
	text-decoration: none;
	display: block;
	height: 40px;
	color: #f3f3f3;
}

#start a:hover, #start a:active {
	background-image: url(../images/start_btn.gif);
	background-repeat: no-repeat;
	background-position: 0 -44px;
	font-size: 3px;
	text-decoration: none;
	display: block;
	height: 40px;
	color: #f3f3f3;
}


#startcontainer ul {
	padding-top: 4px;
	padding-bottom: 12px;
	clear: both;
}

#startcontainer li {
	list-style-type: none;
	text-align: left;
	padding-left: 27px;
	line-height: 1.4em;
}

#startcontainer li a:link, #startcontainer li a:visited {
	color: #333;
	text-decoration: none;
}

#startcontainer li a:hover, #startcontainer li a:active {
	color: #ff6600;
}

.hide {
	display: none;
}


#imagescont {
	float: left;
	margin-left: 24px;
}


#fmbtm {
	background-image: url(../images/message_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 11px;
	width: 290px;
	font-size: 0.1em;
	clear: both;
}

#fm {
	line-height: 160%;
	font-size: 0.9em;
	text-align: left;
	width: 280px;
	background-image: url(../images/message_bkg.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* start box hack IE5 */

#fm { 
  width:290px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:280px;
} 
html>body #fm {
  width:280px;
}

/* end box hack */


#fmtp {
	background-image: url(../images/message_tp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 290px;
	margin-top: 15px;
}
#fmtp h3 {
	text-align: left;
	padding-left: 70px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 1em;
}

label {
	width:60px;
	float:left;
	display:block;
}	


.inputeml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 6px;
	height: 1.4em;
	width: 200px;
	border-top: thin solid #d3d3d3;
	border-left: thin solid #d3d3d3;
	padding-left: 2px;
}

.inputmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 200px;
	margin-bottom: 6px;
	height: 7em;
	border-top: thin solid #d3d3d3;
	border-left: thin solid #d3d3d3;
	padding-left: 2px;
}
.sendbtn {
	text-align: right;
	color:#333;
	position: absolute;
	top: 4px;
	right: 19px;
}
.sendbtn input {
	font-size: 11px;
	width: 60px;
	height: 2em;
}

.error {
	color: red;
	font-size: 0.9em;
}

.required {
	font-size: 0.9em;
	line-height: 1.1em;
}


#sub {
	background-color: #fff;
	margin-top: 8px;
}

#jf {
	background-color: #fff;
	margin-top: 25px;
	margin-left: 22px;
	margin-bottom: 20px;
}

#startcontainer_tp {
	background-image: url(../images/stpanel_tp.gif);
	background-repeat: no-repeat;
	height: 11px;
}
#startcontainer_btm {
	background-image: url(../images/stpanel_btm.gif);
	background-repeat: no-repeat;
	height: 11px;
	font-size: 1px;
}
#hand {
	background-image: url(../images/hand.gif);
	background-repeat: no-repeat;
	height: 108px;
	width: 181px;
}
#start_top {
	background-image: url(../images/stpanel_tp.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 181px;
}
#home {
	height: 33px;
	width: 24px;
	position: absolute;
	top: 113px;
	right: 20px;
}
.air {
	height: 16px;
}



#footer {
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	width: 765px;
}

#copy {
	margin-left: 24px;
	margin-top: 13px;
	font-size: 0.9em;
	color: #fff;
}

#copy a:link, #copy a:visited {
	color: #fff;
	text-decoration: none;
}

#copy a:hover, #copy a:active {
	text-decoration: underline;
}


#call {
	font-size: 1.1em;
	color: #fff;
	text-align: right;
	margin-right: 24px;
	margin-top: 10px;
}



#clear {
	clear: both;
	height: 10px;
}



#showbtn1, #showbtn2, #showbtn3 {
	width: 53px;
	text-align: center;
	float: left;
	background-color: #0060a2;
}

#showbtn1 a:link, #showbtn1 a:visited, #showbtn1 a:hover, #showbtn1 a:active {
	background-image: url(../images/who_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
	font-size: 3px;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #0060a2;
}

#showbtn2 a:link, #showbtn2 a:visited, #showbtn2 a:hover, #showbtn2 a:active {
	background-image: url(../images/what_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
	font-size: 3px;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #0060a2;
}

#showbtn3 a:link, #showbtn3 a:visited, #showbtn3 a:hover, #showbtn3 a:active {
	background-image: url(../images/whofor_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -53px;
	font-size: 3px;
	text-decoration: none;
	display: block;
	height: 60px;
	color: #0060a2;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
#holder {
}
#holder {
	position: relative;
	height: 2.4em;
}
.air2 {
	height: 36px;
}
