*						{padding:0; margin:0; border:0;}
body 					{background:#e1ddd9; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; color:#fff; background:url(images/bg.gif) repeat;}
a 						{color:#b1dc2f; text-decoration:none}
a:hover 				{text-decoration:underline;}
h1						{font-size:1.6em; font-weight:normal; color:#b1dc2f; padding-bottom:10px;}
h2						{background:#fff; color:#ccc; font-size:0.8em; padding:5px; margin-bottom:5px; height:1.2em; line-height:1.2em;}
h3						{color:#023B68; margin-bottom:10px; font-size:14px;}
h4						{color:#555555; margin-bottom:10px; font-size:13px;}
h4.project				{border-top:1px solid #f3f3f3; padding:5px 0 5px 0;}

#container 				{width:944px; margin:0 auto; padding:0 8px; background:#fff;}
#banner 				{float:left; margin-right:1px;}
#topnav 				{}
#lownav 				{background:#a8d12a; font-size:0.8em; clear:left; position:relative; top:4px; padding-right:35px;}

#content				{min-height:300px; margin: 0 225px 0 220px; color:#555; font-size:0.8em; border:1px solid #ccc; padding:20px;}
#contentinside			{min-height:300px; margin: 0 240px 0 20px; color:#555; font-size:0.8em; position:relative; top:10px;}
#news 					{float:left; width:200px; padding:5px; margin-bottom:5px; background:#868686; font-size:0.8em;}
#content2 				{
	float:right;
	width:214px;
	color:#fff;
	background:#868686;
	font-size:0.8em;
	position:relative;
	right: 0px;
}
#footer					{clear:both; background:#fff; height:65px; background:url(images/footer.gif) repeat-x; text-align:center; padding:5px 0 0 0; margin-top:15px; font-size:0.8em; color:#868686; text-align:right; font-size:10px; color:#666; padding-right:5px;}

#topnav ul				{list-style:none;}
#topnav li				{float:left;}
#topnav a				{color:#666; font-size:0.8em; text-decoration:none; height:20px; background:url(images/bg_mainnav.gif) repeat-x; display:block; padding-top:53px; width:118px; text-align:center; margin-right:1px;}
#topnav a:hover			{background:url(images/bg_mainnav_over.gif) repeat-x;}
#topnav a.active		{background:url(images/bg_mainnav_over.gif) repeat-x;}
#topnav img				{border-top:solid 8px #fff; border-bottom:solid 8px #fff;}

#lownav ul				{list-style:none; height:30px;}
#lownav li				{float:right;}
#lownav a				{
	color:#fff;
	font-size:0.8em;
	text-decoration:none;
	height:14px;
	line-height:14px;
	display:block;
	margin-right:0;
	border-left:1px solid #fff;
	width:140px;
	text-align:center;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0;
}

#content2 div			{padding:5px;}
#content2 div img		{border:0;}
#content2 p				{padding:5px;}
#content2 img			{border-bottom:5px solid #fff;}

#news p					{padding:5px; line-height:1.4em;}
#content p 				{padding:10px 0; line-height:1.4em;}

#contentinside ul 		{margin:5px 0 10px 0; padding-left:10px;}
#contentinside li		{list-style-image:url(images/bullet.jpg); line-height:1.6em; padding-bottom:5px;}
#contentinside li 		{margin-left:10px;}
#contentinside li.last 	{border:0px;}
#contentinside li img 	{border-bottom:5px solid #a8d12a; float:left; margin-right:10px;}
#contentinside p 		{padding:0 0 10px 0; line-height:1.6em;}

.enews					{border:0;border-top:5px solid #fff;}

table.gallery tr td img 	{padding:10px; border:1px solid #ccc; background:url(images/bg.gif);}
table.gallery tr td img:hover 	{padding:10px; border:1px solid #8AAF15; background:#A8D12A;}
table.gallery tr td 		{padding-bottom:10px; font-size:10px; font-weight:bold;}

img.synopsis	{float:right; padding-left:10px;}

table.contact td 	{background:#f7f7f7; color:#333; font-size:12px; padding:3px;}
table.contact  	{width:100%;background:#ccc;}


/* BEGIN STYLES FOR LIGHTBOX GALLERY */

#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 STYLES FOR LIGHTBOX GALLERY */
