/* CSS Document */

/* --- MAIN --- */

*	{
	margin:0;
	padding:0;
	}
	
a:link { color: #6ea151; text-decoration:none;}
a:visited {color: #5d8d42; text-decoration:none;}
a:active { color: #6ea151; text-decoration:none;}
a:hover { color: #86b76a; text-decoration: underline;}

body {
background-color: #ffffff;
background-image:url(images/bg_repeat_x.jpg);
background-repeat:repeat-x;
font: 12px/1.4em Arial, Tahoma, Verdana, sans-serif;
color:#737373;

}
 
h1	{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #6ea151;
}

h2	{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #737373;
}

h3	{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #6ea151;
}

h4	{ 
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
color:#737373;
}

p.right {
padding-left: 100px;
}

img.left {
float:left;
padding-right:18px;
}

img.right {
float:right;
padding-left:5px;
}

img.right2 {
float:right;
padding-right:40px;
padding-top: 80px;
}

img.right3 {
float:right;
margin-top: -10px;
padding-right: 5px;
}

img.center {
margin-left: 250px;
}

img.center2 {
margin-left: 135px;
padding-top: 10px;
}

img.center3 {
margin-left: 230px;
margin-top: 5px;
}

img.banner {
padding-left:16px;
}

p.right {
float:right;
}

p.center {
text-align:center;
}

/* --- DIVS --- */


#twitter {
position:absolute;
top:10px;
right:0;
width:125px;
}

#wrapper {
text-align: left;
margin: auto;
width: 735px;
padding-left: 85px;
}

#wrapper2 {
text-align: left;
margin: auto;
width: 735px;
}

#header {
height: 201px;
position: absolute;
}

#nav {
height: 42px;
}

#content {
width: 750px;
padding-top:225px;
}

#center {
text-align:center;
}

#center2 {
text-align:center;
margin-top: -30px;
}

#footer {
background-image:url(images/footer.jpg);
height: 33px;
margin-top: 2px;
padding: 0px 0px 0px 13px;
}


/* ---------- other elements ---------- */


label {
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input {
margin-left: 4.5em;
float:left;
color: #FFFFFF;
background: #cafae2;
border: 2px outset #3c8645;
}

.reset input {
margin-left: 4.5em;
float:left;
color: #FFFFFF;
background: #cafae2;
border: 2px outset #3c8645;
}

input
{
color: #2c1c0e;
background: #defce5;
border: 1px solid #3c8645;
}


fieldset {
border: 1px double #3c8645;
width: 59em;
padding-left: 25px;
float:left;
margin-left:11px;
margin-bottom:10px;
padding-bottom:5px;
}

legend
{
color: #fff;
background: #3c8645;
border: 1px double #3c8645;
padding: 2px 6px;
font-weight:bold;
}

.formfont{
	font : normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #cafae2;
	border-collapse: collapse;
	border-color: #000000;
}

.heading{
	font : bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.subscriptionbox{
	width: 400px;
	height: 300px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.divborder{
	border-left: 2px solid #2157D7;
	border-right: 2px solid #2157D7;
	border-bottom: 2px solid #2157D7;
}

/* ---------- lightbox elements ---------- */
#lightbox{
	position: absolute;
	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; 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	