@charset "utf-8";
/* CSS Document */

body {
	background-color:#378fcc;
	margin: 0px;
}

td, div {
	font-family: Arial;
	font-size: 12px;
	color: #378fcc;
	line-height: 1.5;
}

.copyright, .copyright div, .copyright a:link, .copyright a:active, .copyright a:visited {
	font-size: 10px;
	color: #CCCCCC;
}

.latestProjectsHead {
	font-size: 14px;
	color: #378fcc;
	font-weight: bold;
}

.contactHead {
	font-size: 20px;
	color: #378fcc;
}

.heading { 
	font-size: 24px;
	color: #378fcc;
	font-weight: bold;
}

.whiteText {
	font-size: 11px;
	color:#ccdddd;
}

.menu a:link, .menu a:active, .menu a:visited {
	color:#ccdddd;
	text-decoration:none;
}		

.menu a:hover {
	font-size: 24px;
	color:#FFFFFF;
	text-decoration:none;
}		

.footBG {
	background: url('images/footBG.gif') repeat-x top center;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	list-style-type: none;
}

li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style-image: url('images/arrow2.gif');
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#ccdddd;
	text-decoration:none;
}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.padding_menu {
	padding: 5px 6px 0px 0px;
}

.padding {
	padding: 10px;
}
 
.padding_small {
	padding: 2px;
}

.padding2 {
	padding: 0px 20px 20px 20px;
}

.arrow { 
	padding: 5px 0px 0px 0px;
}

.txtBox {
	width: 200px;
	font-family: Arial;
	font-size: 12px;
	color: #378fcc;
	padding: 4px;
	border: 1px dotted #378fcc;
}

.txtBoxNoWidth {
	font-family: Arial;
	font-size: 12px;
}

.menuOver a:link, .menuOver a:active, .menuOver a:visited, .menuOver a:hover {
	font-size: 24px;
	color:#FFFFFF;
	text-decoration:none;
}

 /*LIGHTBOX SETTINGS*/

#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; }

.home a:link, .home a:active, .home a:visited {
	color:#378fcc;
	text-decoration: underline;
}

.home a:hover {
	color:#378fcc;
	text-decoration:none;
}	

/* White Box */

.whiteBoxTop {
	background: url('images/topMid.gif') repeat-x;
}

.whiteBoxBottom{
	background: url('images/btmMid.gif') repeat-x; 
}

.whiteBoxLeft{
	background: url('images/midLeft.gif') repeat-y;
}

.whiteBoxRight{
	background-image: url('images/midRight.gif') repeat-y; 
}
	
/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/

input, textarea, select{
	border: 0;
	margin: 3px;
	padding: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #378fcc;
	width: 200px;

}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(images/shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:url(images/shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(images/shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(images/shadowTopRight.gif) top right no-repeat;
}

/***** styles specific to the CHECKBOX **********/
.frmShdwCheck{
	border:0;
	margin:0;
	padding:0;
}

	.frmShdwCheck img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the RADIO BUTTONS **********/
.frmShdwRadio{
	float:left;
	margin:0;
}

	.frmShdwRadio img{
		border:0;
		margin:0;
	}

	
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	border:0;
	background:#f7f7f7 !important;
	background:transparent;
	float:left;
	font-weight:bold;
	cursor:pointer;
}

	.frmShdwSubmit:hover{
		color:#000000;
	}
	

/***** styles specific to the SELECT BOX **********/
.frmShdwSelectDropChosen{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px !important;
	padding: 0 0 3px 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #ffffff !important;
	border-left:0;
	display:block;
	cursor:pointer;
	/*some stuff for IE*/
	color:#666666;
	text-decoration:none;
}

.frmShdwSelectDropShown{
	margin:3px 3px 3px 5px;
	padding: 0 0 0 2px;
	font-size:.9em;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	position:absolute;
	background:#ffffff;
}

.frmShdwSelectDrop{
	display:none;
}

.fakeSelectImg{
	border:0;
	margin:5px 5px 0px 0px;
}

.frmShdwSelectDropShown a{
	display:block;
	margin:0;
	padding:0px;
	border-bottom:1px dashed #ffffff;
	text-decoration:none;
	color:#666666;
}
	
	.frmShdwSelectDropShown a.selected{
		background:#f7f7f7;
		color:#000000;
		border-bottom:1px dashed #cccccc;
	}
	
	.frmShdwSelectDropShown a.selected:after{
		content:" <<";
	}
	
	
	.frmShdwSelectDropShown a:hover{
		background:#f7f7f7;
		border-bottom:1px dashed #cccccc;
		text-decoration:none;
		color:#666666;
	}
	
	.frmShdwSelectDropShown a:hover:after{
		content:" <<";
	}
	
/***** EMAIL LINK**********/

.email a:link, .email a:active, .email a:visited {
	color:#378fcc;
	text-decoration:none;
}

.email a:hover {
	color:#378fcc;
	text-decoration:underline;
}

#dhtmltooltip{
	position: absolute;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:1px;
	font-size:12px;
	width: 140px;
	border: 2px solid white;
	padding: 2px;
	background-color:#378fcc;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
