﻿/* basics */

body 
{
    font-family: Trebuchet MS;
	margin:0px;
	padding:0px;
	color:#ffffff;
}

p 
{
	margin-top:12px;
	margin-bottom:12px;
	line-height:16px;
}

a 
{
	color:#a7aaac;
	text-decoration:none;
	font-weight:bold;
}

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

hr
{   
    border: solid 1px;
    color:#ffffff;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}

#line 
{ 
margin-top:5px;
margin-bottom:5px;
width:100%; 
height:1px; 
background-color: #FFF; 
} 

/* layout */

#container
{   
	margin:0px auto;
	width:951px;
}

#content-container
{  	
	clear:left;
	float:left;
	margin:0px auto;
	background-image:url('../../images/generic_page_elements/head_tile.gif');
    background-position:center top;
    background-repeat:repeat-x;
	width:951px;
	background-color:#4f5559;
}

/* header */

#header
{	
	clear:left;
    height:124px;
    padding:0px 15px 0px 109px;
}

/* content left */

#content-left
{   
    clear:left;
    width:480px;
    float:left;
}

#content-left-left
{   
    clear:both;
    float:left;
    width:145px;
    padding:0px 0px 0px 14px;
}

#content-left-right
{
    float:right;
    width:310px;
}

#content-left-right-about
{   
    width:145px;
    float:left;
    padding-right:10px;
    height:160px;
}

#content-left-right-how
{
    width:145px;
	height:160px;
	background-image:url('../../images/sub_menu_A/blank_A.gif');
	background-repeat:repeat-y;
    float:right;
    padding-right:10px;
}

#content-left-right-content
{   
    clear:both;
    float:left;
    width:285px;
	padding-top:20px;
}

#content
{
	padding-left:10px;
}


/* content right */

#content-right
{   
    width:470px;
    float:left;
}

#content-right-left
{   
    clear:left;
    width:145px;
    float:left;
    padding-right:10px;
}

#content-right-middle
{
    width:145px;
    float:left;

}

#content-right-right
{
    width:145px;
    float:right;
    padding-right:15px;
	color:#ffffff;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#content-right-right a
{
	color:#99cc33;
	text-decoration:none;
}

#content-right-right a:hover
{
	color:#6e8e4c;
	text-decoration:none;
}

.contact-highlight
{
	color:#99cc33;
	font-style:normal;
	font-size:12px;
    font-family: Trebuchet MS;
	font-weight:bold;
}

#contact-content
{
	padding-left:10px;
}

/* portfolio */

#content-right-portfolio
{

}

#content-right-portfolio-images
{
	float:left;
	padding-top:40px;
}

/* footer */

#footer
{
    clear:both;
    float:left;
    padding:30px 40px 20px 20px;
    width:870px;
    color:#ffffff;
    font-size:10px;
}

#footer-left
{
    float:left;
    padding-top:30px;
    color:#a7aaac;

}

#footer-right
{
    float:right;
	width:275px;
	text-align:right;
}

#footer-right a
{
	color:#ffffff;
	text-decoration:none;
}

#footer-right a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#footer-text
{
	padding-top:32px;
	padding-right:10px;
	float:left;
}

#footer-logo
{
	float:left;
	padding-top:5px;
}

/* other */

.welcome-padding
{
	padding-bottom:143px;
}

#news
{
	padding-left:10px;
	color:#cccccc;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}

#quotes
{
    padding-top:67px;
	color:#cccccc;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	text-align:right;
}

#news a
{
	color:#99cc33;
}

#news a:hover
{
	color:#6e8e4c;
	text-decoration:none;
}

.left-image-padding-top
{
	padding-top:75px;
}

.left-image-padding-other
{
	padding-top:10px;
}

.size2
{
    font-size:13px;
}

.size3
{
    font-size:14px;
}

/* lightbox */

#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: 20%; 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; }