body
{
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-family:   Verdana,  Tahoma, Arial;
	background-image:url(../images/back.gif);
	color:#fff;
	font-size:10px;
	line-height:16px;
	
}

a {
	color:#333333;
	text-decoration:none;

}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#container {
	width: 760px;
	height: 555px;
	text-align: left;
	margin: 0 auto;
	margin-top:20px;
	background-image:url(../images/back-container.jpg);	

}

#header {
	width: 740px;
	height:127px;
	text-align: left;
	margin-top:9px;
	float:left;
	margin-left:10px;

}

#title {
	width: 400px;
	height:22px;
	text-align: left;
	margin-top:2px;
	margin-left:8px;
	font-weight:bold;

}

#title a:link, #title a:active, #title a:visited {
	color:#FFFFFF;
}

#title a:hover {
	color:#344d29;
}

#call {
	width: 400px;
	height:74px;
	text-align: left;
	float:left;

}

#projects_thumbnail {
	
	width: 132px;
	height: 95px;
	text-align: left;
	margin-left: 473px;
	margin-top:213px;
	
}

#main {
	width:740px;
	height:345px;
	margin-left:10px;
}

#content-left {
	width:430px;
	height:200px;
	float:left;
	margin-left:20px;
	margin-top:35px;
}

#bullet-container {
	width:200px;
	float:left;
	padding-top:4px;
}

#content-left ul {
		
	list-style-image:url(../images/bullet.gif); 
	margin-left:4px;
	font-weight:bold;
		
}

#content-left li {
		
	color:#FFF;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-size : 10px; 
	line-height: 8px;
	margin-bottom:20px;	
	
}

#content-left a:link, #content-left a:active, #content-left a:visited {
	color:#FFFFFF;
}

#content-left li a:hover{
	
	color:#999999;	
	
}

#image-right-holder{
	width:233px;
	height: 276px;
	float:left;
	margin-left:30px;
	margin-top:35px;
	background-image:url(../images/back-image-right.gif);
}

#image-right {
	width:219px;
	height: 121px;
	float:left;
	margin-left:7px;
	margin-bottom:6px;
	margin-top:9px;
}

#project-holder{
	width:270px;
	height: 276px;
	float:left;
	margin-left:10px;
	margin-top:35px;
	background-image:url(../images/back-projects.gif);
}

#project-top {
	width:270px;
	height: 81px;
	float:left;
	margin-top:52px;
}

#project-bottom {
	width:270px;
	height: 81px;
	float:left;
	margin-top:17px;
}

#project-image-holder {
	width:115px;
	height: 81px;
	float:left;
	margin-left:12px;
	margin-right:6px;
	background-color:#33FFCC;
}


#main ul {
	font-size : 11px; 
	font-family : Tahoma, arial, helvetica, sans-serif; 
	line-height: 17px;
	text-decoration: none;
	margin-left:16px;
	color:#666666;
	list-style-image:url(../images/bullet.gif); 
}

#footer {

	width:710px;
	height: 25px;
	margin-left:10px;
	text-align:right;
	color:#333333;
	font-size:9px;
	padding-top:25px;
	font-family:  Verdana, Tahoma, Arial;
	text-decoration:none;

}

#footer a:link, #footer a:active, #footer a:visited {
	color: #333333;
}

#footer a:hover {

	color:#999999;	
}

/*******************************************************/
/*******************************************************/
/* HOME ELEMENTS */
/*******************************************************/
/*******************************************************/

#home-left {
	width:220px;
	float:left;
	margin-left:20px;
	margin-top:35px;
}

#home-right {
	width:400px;
	float:left;
	margin-left:60px;
	margin-top:35px;
}

#home-text {
	width:390px;
	float:left;
	margin-left:10px;
}






/*******************************************************/
/*******************************************************/
/* MENU */
/*******************************************************/
/*******************************************************/

#menu {
	width: 740px;
	float:left;


}

#menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px; 
}

#menu li {
	float:left;
	margin-right: 7px;
}

#menu-active {

	font-weight:bold;
	background-image:url(../images/button-active.gif);
}

#menu a {
	display: block;
	width:88px;
	height:24px;
	text-align:center;
	padding-top:5px;
	background-image:url(../images/button.gif);
	text-decoration: none;
 
} 

#menu-active a {
	display: block;
	width:88px;
	height:24px;
	text-align:center;
	padding-top:5px;
	background-image:url(../images/button-active.gif);
	text-decoration: none;

 
} 


#menu a:link, #menu a:active, #menu a:visited {
	color: #666666;
}

#menu-active a:link, #menu-active a:active, #menu-active a:visited {
	color: #fff;
}

#menu a:hover {
	
	color: #666666;
	background-image:url(../images/button-roll.gif);
} 

#menu-active a:hover {
	
	background-image:url(../images/button-active.gif);
	color:#ffffff;
} 



/*******************************************************/
/*******************************************************/
/* POP UP FUNCTION */
/*******************************************************/
/*******************************************************/





#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;
	}