/* CSS Document */


body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
}
#logo {
	position: absolute;
	left: 50px;
	top: 50px;
}
#twitter {
	position: absolute;
	left: 999px;
	top: 195px;
}

/*headers*/

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif
	color: #FAFAFA;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: ##353535;
	border-bottom:dotted;
	border-bottom-color:#999999;
	border-bottom-width:thin;
		}	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: ##353535;
		
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #666666;
	padding-left:5px;
	white-space: normal;
			
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
			
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #fff;	
	/*border-bottom: 1px dotted #fff;*/
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}
	
	.menu {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}
	
	a.page:link {
	color: #999999;
	font-size: 10pt; 
	}
    a.page:visited 
	{color: #999999;
	 }
    a.page:hover 
	{
	border-bottom:1px dotted #FF0000;
	  }
	  
	  a.client:hover
	  {text-decoration:none;
	  }
	 
  /*  a.page:active {color: #999999; 
	border-bottom: 1px dotted #53535; } */
	
	
	/* Easy Slider */
	
	#slider{
	position: absolute;
	left: 300px;
	top: 20px;
}
#slider2{
	position: absolute;
	left: 300px;
	top: 20px;
	height: 200px;
	width: 635px;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:650px;
		height:200px;
		overflow:hidden; 
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		position: absolute;
	left: 350px;
	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/*  Menu */

#topmenu{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:20px;
font-weight:bold;
position:absolute;
left: 322px;
top: 250px;
}

#lefthandbox{
	font-family:Arial, Helvetica, sans-serif;
	color:#53535;
	/*background-image:url(images/lefthbox.png);*/
	position:absolute;
	left: 50px;
	top: 500px;
	background-repeat: no-repeat;
	width: 228px;
	height: 330px;

	
}

#lefthandresource{
font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left: 55px;
	top: 350px;
	width: 215px;
	height: 95px;

	
}
#mainbox{
	position:absolute;
	left:322px;
	top:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	color:#535353;
	margin-bottom: 20px;
	width: 668px;
	
}

#mainbox2{
	position:absolute;
	left:322px;
	top:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	color:#535353;
	margin-bottom: 20px;
	width: 668px;

}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 50px;
	top: 211px;
	width: 1px;
	
}
.formfields{
margin-left:10px;}

.form{
border-color:#CCCCCC;
border-style:solid;
border-width:medium;
background-color:#000000;
color:#CCCCCC;
}

.news{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#999999;
}

.newsintro{
font:Arial, Helvetica, sans-serif;
color:#999999;
text-transform:uppercase;
font-size:9px;}

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

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}



html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
