body {
background: #808080 url(images/wifed.gif) repeat-x 0 0;
background-attachment: fixed;
margin: 0;
padding: 0;
font: normal 12px Verdana, Arial, Sans-serif;
color: #777;
}

div.clr {
clear: both;
padding: 0 0 10px 0;
}

#wrap {
margin: 0;
margin-left: auto;
margin-right: auto;
width: 760px;
background-color: #333;
padding: 10px;
}

table {
width: 100%;
height: 100%;
border: none;
padding: 0;
}

td {
vertical-align: middle;
text-align: center;
}

h1 {
padding: 0;
color:#fff;
font: normal 4em Georgia, serif;
/*font: normal 4em Verdana, Arial, Sans-serif;*/
display: inline;
}

h2 {
padding: 0;
color:#808080;
font: normal 2em Georgia, serif;
/*font: normal 2em Verdana, Arial, Sans-serif;*/
display: inline;
}

h2 a {
color:#808080;
text-decoration:none;
}
h2 a:visited {
color:#808080;
text-decoration:none;
}
h2 a:hover {
color:#000;
text-decoration:none;
}
h2 a:active {
color:#000;
text-decoration:none;
}


h3 {
padding: 2px;
color:#808080;
font: normal 1.5em Georgia, serif;
display: inline;
}

img {
border: 0;
padding: 0;
padding-bottom: 5px;
}

.floatleft
{
margin: 0 10px 10px 0;
border: 1px solid #666;
padding: 2px;
}


/* Nav start */
#navcontainer {
padding: 0;
padding-top: 20px;
}

#navlist
{
margin: 0;
padding-bottom: 20px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #c0c0c0;
border: 1px solid #333;
border-bottom: 1px solid #c0c0c0;
color: #666;
float: left;
line-height: 16px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { color: #fff; }

body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist ul a:hover { color: #fff !important; }
/* Nav end */

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0;
margin-bottom: 10px;
padding: 15px;
text-align: left;
color: #777;
} 


div.float {
float: left;
margin: 0;
margin-right: 9px;
}
  
div.float p {
text-align: center;
}

div.spacer {
clear: both;
}

.infobox {
padding: 10px;
color:#000;
font-size:10px;
background-color: #808080;
border-top: 1px #333 solid;
border-bottom: 1px #333 solid;
}

div.picture {
border: 1px solid #333;
width: 180px;
padding: 5px;
text-align: left;
}

#table2c td {
padding: 10px;
}
#table2c td div {
margin: 0;
margin-left: 40px;
margin-right: 40px;
width: 180px;
}
#table2c td p {
margin: 0;
padding: 0;
width: 180px;
text-align: left;
}
#table2c td p img {
float: left;
margin-right: 5px;
}

#table2c2 td {
vertical-align: top;
padding: 10px;
}

#table2c2 td div {
margin: 0;
margin-left: 40px;
margin-right: 40px;
width: 160px;
}
#table2c2 td p {
margin: 0;
padding: 0;
width: 374px;
text-align: left;
}
#table2c2 td.tdright p {
margin: 0;
padding: 0;
width: 320px;
text-align: right;
}

#table2c2 td p img {
float: left;
margin-right: 5px;
}

.table2c p {
margin: 0;
padding: 0;
text-align: left;
}

.table3c td, th {
padding: 5px;
text-align: left;
}

.table3c th {
background: #c0c0c0;
}
.table3c td {
background: #f1f1f1;
}

p.backtotop img {
float: left;
margin-right: 5px;
}
p.backtotop a {
font-size: 10px;
}


a {
color:#000;
text-decoration:none;
}
a:active {
color:#000;
text-decoration:none;
}
a:hover {
color:#000;
text-decoration:underline;
}
a:visited {
color:#000;
text-decoration:none;
}

/* Lightbox CSS */
#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* Paging Table */

#paging_table {
width: 500px;
height: 50px;
border: none;
padding: 0;
background: #fff;
}

#paging_table td {
vertical-align: middle;
text-align: center;
}

/* Google Adsense */
div.adsense {
text-align: center;
padding: 0 0 10px 0;
}

ul {
text-align: left;
}


