* { padding: 0; margin: 0; }

body {
 font-family: Times New Roman, serif;
 font-size: 18px;
 background: #000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 height: 700px;
}

#navlist
{
padding: 0px 0 2px 485px;
margin: 0 0 10px 0;
font: bold 12px trebuchet, sans-serif;
}

#navlist li
{
list-style: none;
display: inline;
}

#navlist li a
{
padding: 2px 0.5em;
margin-left: 3px;
border: 1px solid #000;
background: #000;
text-decoration: none;
}

a:link { color: #99cc66; }
a:visited { color: #99cc66; }

a:hover
{
color: #ffcc33;
border-color: #222;
}

#navlist li a#current
{
color: #ffcc33;
background: #000;
border: 1px solid #000;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 height: auto;
 margin: 0px 0px 0px 0px;
 background: #000;
}

#content
{
width: 850px;
border: 1px solid #555;
color: #888;
margin: 0 0 25px 10px;
padding: 25px;
}

#pricing {
  width: 850px;
  border: 1px solid #555;
  color: #888;
  font-family: arial, sans-serif;
  font-size: 13px;
  margin: 0 0 0 10px;
  padding: 25px;
}

#pricing ul {
  padding: 25px 50px;
  list-style-type: circle;
}

#pricing2col {
  width: 850px;
  height: 150px;
  padding: 25px 0;
  border-top: 1px solid #555;
}

#col1 {
  float: left;
  width: 33%;
  margin: 0;
  display: inline;
}

#col2 {
  float: left;
  width: 33%;
  margin: 0;
  display: inline;

}

#col3 {
  float: left;
  width: 33%;
  margin: 0;
  display: inline;

}

#portcol1 {
  float: left;
  width: 50%;
  display:inline;
}

#portcol2 {
  float: left;
  width: 50%;
  display: inline;
}

#footer {
width: 850px;
margin: 25px auto;
padding: 25px;
font-family: trebuchet, sans-serif;
color: #475f2f;
font-size: 12px;
text-align: center;
}

#footer a {
color: #92741b;
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
color: #ffcc33;
}

h1
{
color: #99cc66;
padding: 35px 0 0 25px;
font-family: times new roman, serif;
font-style: italic;
}

#h1_link h1 a
{
color: #99cc66;
padding: 35px 0 0 25px;
font-family: times new roman, serif;
font-style: italic;
text-decoration: none;
}

#h1_link h1 a:hover
{
color: #ffcc33;
padding: 35px 0 0 25px;
font-family: times new roman, serif;
font-style: italic;
}

h2
{
color: #ffcc99;
}

img
{
padding: 8.5px;
border-style: none
}

h3
{
color: #99cc66;
padding: 0 0 0 25px;
font-family: times new roman, serif;
font-style: italic;
}

#h3_link h3 a
{
color: #99cc66;
padding: 0 0 0 70px;
font-family: times new roman, serif;
font-style: italic;
text-decoration: none;
}

#h3_link h3 a:hover
{
color: #99cc66;
padding: 0 0 0 70px;
font-family: times new roman, serif;
font-style: italic;
text-decoration: none;
}

h4 {
padding: 25px 0 0 35px ;
color: #99cc66;
font-family: times new roman, serif;
font-style: italic;

}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; padding: 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-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; }
