/* Main Text Definitions */

body {
 background: #808080;
 color: #2d2d2d;
 font-family: Georgia, "Times New Roman", serif;
 font-size: 80%;
 margin: 0;
 border-top: 10px solid #808080;
}

h1 {
 color: #9D9393;
 font-size: 130%;
 margin: 20px 0px 15px 0px;
}

h2 {
 color: #ffffff;
 font-weight: bold;
 font-size: 120%;
 margin: 10px 0px 0px 0px;
}


a img {
 border: 0;
}

a { 
 color: #2d2d2d;
 text-decoration: underline;
}

a:hover { 
 color: #616161;
 text-decoration: underline;
}

a.red_link { 
 color: #e42000;
 text-decoration: none;
}

a.red_link :hover { 
color: #e42000;
 text-decoration: none;
}

.red_copy{
color: #bf1b00;
}

.small_copy{
font-size: 85%;
}

/* container */

#container{
width: 950px;
margin: auto;
padding: 0px; 
background: #ffffff;
}


/* CONTENT */


#content_left{
width: 155px;
margin: 0px;
padding: 0px;
float: left;
}

#content_right{
width: 652px;
margin: 135px 0px 50px 73px;
padding: 0px 50px 0px 0px;
float: left;
line-height: 20px;
}

#content_right_narrow{
width: 426px;
margin: 135px 30px 50px 83px;
padding: 0px;
float: left;
line-height: 19px;
}

#content_right_narrow_image{
width: 236px;
float: left;
margin: 135px 0px 0px 0px;
}

ul.nobullets{
margin: 5px 0px 0px 0px;
padding: 0px;
}

ul.nobullets li{
list-style: none;
padding: 5px 0px 5px 0px;
}

#hp_flash{
width: 950px;
height: 440px;
}

/****mainnav****/

#nav{
width: 155px;
margin:20px 0px 0px 0px;
}

div.main_nav{
margin: 15px 0px 15px 0px;
padding: 3px 2px 3px 18px;
text-align: center;
font-size: 95%;
}

div.main_navon{
margin: 15px 0px 15px 0px;
padding: 3px 2px 3px 18px;
text-align: center;
background: #d6d6d6;
color: #e42000;
}


div.main_navon a{
color: #e42000;
text-decoration: none;
}

div.main_nav a {
text-decoration: none;
}


div.level2_nav{
margin: 0px;
padding: 4px 0px 4px 25px;
text-align: center;
color: #7f7e7e;
font-size: 90%;
}

div.level2_navon{
margin: 0px;
padding: 4px 0px 4px 25px;
text-align: center;
color: #e42000;
font-size: 90%;
}


div.level2_nav a{
color: #7f7e7e;
text-decoration: none;
}

div.level2_nav a:hover{
color: #b7b7b7;
}

ul#contact{
margin: 5px 0px 0px 0px;
padding: 0px;
}

ul#contact li{
list-style: none;
padding: 5px 0px 5px 0px;
}

ul#contact li.head{
padding: 20px 0px 5px 0px;
}


/**** work container ***/

div.work_showcase_container{
margin-top: 8px;
}

div.work_showcase1{
float: left;
width: 189px;
height: 150px;
border: 1px solid #bebebe;
margin-right: 8px;
}

div.work_showcase2{
float: left;
width: 189px;
height: 150px;
border: 1px solid #bebebe;
margin-right: 8px;
}

div.work_showcase3{
float: left;
width: 189px;
height: 150px;
border: 1px solid #bebebe;

}

/******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(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/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox_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: #f6f6f6; }






/*****Footer*****/

#footer{
padding: 12px 0px 0px 0px;
text-align: center;
font-size: 85%;
width: 950px;
background: #606060;
color: #ffffff;
height: 25px;
margin-top: 25px;
}

#footer a{
color: #ffffff;
}


