	
	
	/* ----======== Reseting All Browsers ========---- */				
		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
	
	fieldset, img
	{
	border:0;
	}
	
	ol
	{
	list-style:square;
	list-style-position:inside;
	line-height:25px;
	}
	
	ul
	{
	list-style:none;
	}
	
	caption, th
	{
	text-align:left;
	}
	
	h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
	
	abbr, acronym
	{
	border:0;
	}
	
	img, div, input { behavior: url("includes/js/iepngfix.htc") }

		
	/* ----======== HTML Elements ========---- */				
		
	html, body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	body
	{
	background: #f0f5fc url(../images/bg_tile.jpg) repeat-x;
	color: #898989;
	text-align: center;
	padding-bottom: 20px;
	}
	
	h1
	{
	color: #1c65a9;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #1c65a9;
	padding-bottom: 3px;
	}
	
	h2
	{
	color: #f1b13d;
	padding-bottom: 10px;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	}
	
	h3
	{
	color: #1c65a9;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	}
	
	h4
	{
	color: #1c65a9;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 22px;
	}
	
	h5
	{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #877b6a;
	}
	
	p
	{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #898989;
	}
	
	a
	{
	color: #38a9f0;
	text-decoration: none;
	}
	
	a:hover
	{
	color: #005c98;
	}
	
	.clearer
	{
	clear: both;
	}
	
	.line
	{
	width: auto;
	height: 2px;
	background: url(../images/line.gif) repeat-x;
	margin-left: 2px;
	margin-bottom: 10px;
	margin-right: 5px;
	}
	
	ul
	{
	margin-bottom: 10px;
	line-height: 22px;
	}
	
	#columnRight ul
	{
	margin-bottom: 8px;
	line-height: 22px;
	}
	
	#columnRight li
	{
	padding: 2px 2px 2px 13px;
	background: url(../images/bullet.gif) no-repeat top left;
	background-position: 0px 7px;
	line-height: 18px;
	}
	
	
	#wrapper
	{
	text-align: left;
	width: 833px;
	background: #fff url(../images/wrapper_bg.gif) repeat-y;
	margin: auto;
	}
	
	#banner
	{
	background: #fff;
	height: 283px;
	}
	
	#columnLeft
	{
	width: 200px;
	padding-left: 17px;
	padding-top: 20px;
	float: left;
	margin-bottom: 10px;
	}
	
	#columnRight
	{
	width: 553px;
	padding-left: 40px;
	padding-top: 20px;
	float: left;
	margin-bottom: 10px;
	}
	
	.menu li
	{
	padding: 0;
	margin: 0;
	display: inline;
	}
	
	.menu li a
	{
	color: #0a0c7a;
	background: #eaf2fb url(../images/menu_bg.gif) no-repeat top right;	
	padding: 3px 6px;
	display: block;
	margin-bottom: 1px;
	}
	
	.menu li a:hover,.active a
	{
	color: #fff !important;
	background: #0a0c7a url(../images/menu_bg_over.gif) no-repeat top right !important;
	}
	
	#footer
	{
	background: url(../images/footer_bg.gif) no-repeat top;
	height: 23px;
	clear: both;
	color: #E6F2FF;
	padding: 10px 17px 0px 17px;
	font-size: 10px;
	text-transform: uppercase;
	}
	
	#footer a:hover
	{
	color: #fff;
	}
	
	.slide
	{
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	}
	
	#gallery img
	{
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	}
	
	
	
	/**
 * 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;	
}

#gallery-container {
	margin:0;
	padding:0;
	width:550px;
}

.gallery {
	background-color:#f2f2f2;
	border:2px solid #e3e3e3;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	text-align:center;
	width:120px;
	padding: 1px;
}
