/* Global Styles */

body {
    background-color: #666600;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:5px 5px 5px 5px;
	}
	
/* Class Styles */

.sidebarText {
	font:12px georgia;
	color: #FFFFFF;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	letter-spacing:.1em;
	}
	
.pageName {
	font:20px georgia;
	color: #999966;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
li {
	font: bold 11px/24px Arial, Helvetica, sans-serif;
	color: #999900;
	display: list-item;
	list-style: circle inside;
}
a.news, a.news:link {
	color: #000000;
	text-decoration: underline;
}

.project-pictures li {
    list-style: none;
    margin-bottom:10px;
    margin-right:10px;
    width: 120px;
    height: 100px;
    border: 1px solid #999966;
    padding:10px 5px 5px;
    text-align: center;
    float: left;
}
.project-pictures img {
    border: medium none;
}

.accreditied-text {
	float: left;
	width: 225px;
}
.accreditied-logo {
	float: left;
	width: 190px;
}

#accreditations {
	width: 400px;
	height: 270px;
	position: relative;
	margin: 0;
}	
#accreditations, #accreditations li {
	list-style: none;
}	
#accreditations li {
	height: 267px;
	width: 190px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #333;
}
#accreditations img {
	border: none;
}
#accreditations a {
	border: none;
	text-decoration: none;
	display: block;
}
#accreditations a:hover {
	text-decoration: none;
	font-weight: normal;
}

.clearfix {
	clear: both;
	width: 100%;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
}	

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}