@charset "UTF-8";
/* CSS Document */

body {color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px; height:1024px; background-image:url(images/redline.jpg); background-repeat:repeat-x; background-position:0px 160px;}

#wrap {width:900px; margin:0px auto; background-color:#FFFFFF;}
#logo {margin:0px; background-image:url(images/brlogo.jpg); background-repeat:no-repeat; background-position:center; height:208px;}

.nav li{list-style-type:none; display:inline; float:left; width:70px; position:relative; top:178px; left:25px; }

.nav li a, #nav li a:visited {display: block; text-decoration: none; text-indent: -1000px; height: 30px; background-repeat: no-repeat;}

.link1 {background-image:url(images/about.jpg); border:none;}
.link1 a:hover{background-image:url(images/about2.jpg); border:none;}
.link1 a:active{background-image:url(images/about3.jpg); border:none;}

.link2 {background-image:url(images/portfolio.jpg); border:none;}
.link2 a:hover{background-image:url(images/portfolio2.jpg); border:none;}
.link2 a:active{background-image:url(images/portfolio3.jpg); border:none;}

.link3 {background-image:url(images/services.jpg); border:none;}
.link3 a:hover{background-image:url(images/services2.jpg); border:none;}
.link3 a:active{background-image:url(images/services3.jpg); border:none;}

.link4 {background-image:url(images/links.jpg); border:none;}
.link4 a:hover{background-image:url(images/links2.jpg); border:none;}
.link4 a:active{background-image:url(images/links3.jpg); border:none;}

.link5 {background-image:url(images/contact.jpg); border:none;}
.link5 a:hover{background-image:url(images/contact2.jpg); border:none;}
.link5 a:active{background-image:url(images/contact3.jpg); border:none;}

.about {margin:0 auto; width:900px; height:1000px; background-repeat:repeat-y;}
.about a:link {text-decoration:none; color:#C3094A;}
.content {margin:0 auto; padding-top:25px; width:800px;}
.title{font-weight:bolder;}

.columns {float:left; margin-right:50px;}

.footer {vertical-align:bottom; border-top:dashed #999 thin; border-bottom:dashed #999999 thin; padding-top:10px; padding-bottom:10px; font-size:10px;}

.footer a:link {text-decoration:none; color:#C3094A;}

#detail {font-size:10px; color:#C3094A;}
.portfolio {border-bottom:dashed #999999 thin; padding-bottom:10px;}
#pics {padding:5px; border:none; vertical-align:middle;}
.hide {display:none;}

/* LIGHTBOX STYLES */

#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(image/gif); /* 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; }

