/*---------------------------------------------------------------------------*/
body
{
	height: 100%;
	/*
	background-image: url('images/light_checkered_tiles.png');
	background-image: url('images/cardboard.png');
	*/
	background-color: #fff;
	
	

	/*----------------------------------------------*/
	/*
	 * http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html
	 */

}
/*---------------------------------------------------------------------------*/
img
{
	border: 0;
}
/*---------------------------------------------------------------------------*/
h1 
{
	/*padding-top, padding-right, padding-bottom, padding-left*/
	padding: 20px 10px 20px 10px;
	font-family: Trebuchet MS, Arial, sans-serif;
	text-align: justify;
	margin: 0;
	font-size: 13px;
	color:#003366	
}

/*---------------------------------------------------------------------------*/
.mainBlockParagraph 
{
	font: Trebuchet MS; 	
	padding: 0px 10px;
	font-size: 13px;
	text-align: justify;
}

/*---------------------------------------------------------------------------*/
.logoImage
{
	align: left;
	padding-top: 10px; 
	padding-bottom: 0px;
	padding-right: 8px;	
	margin: 0; 
}

/*---------------------------------------------------------------------------*/
.logoName
{
	font-family: Century Gothic; 	
	font-size: 53px;		
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	padding-top: 10x; 		
	padding-bottom: 10px;	
	text-align: left;
	color: rgba( 123,20,41,1);
	margin: 0; 
}
/*---------------------------------------------------------------------------*/
.logoSlogan
{
	font-family: Century Gothic; 	
	font-size: 20px;		
	padding-top: -5px; 		
	padding-bottom: 10px;	
	text-align: left;
	color: rgba( 0, 20, 73, 1);
	color: rgba( 123,20,41,1);
	margin: 0; 
}

/*---------------------------------------------------------------------------*/
.bannerImage
{
	align: center;
}

/*---------------------------------------------------------------------------*/
.mainMarquee 
{
	/*padding-top, padding-right, padding-bottom, padding-left*/
	/*padding: 20px 0px 10px 30px;*/
	margin: 0px 30px 10px 30px;
	height:310px;
	width:180px;
	background-color:ffff33;
	font-family:Verdana;
	font-size:10pt;
	color:black;
	align: left;
	border-width:0;
	border-style:dotted;
	border-color:ff0000;
}

/*---------------------------------------------------------------------------*/
.mainBasicTextBlock
{
	padding: 0 20px 10px 20px;
	font-size: 12px;
	text-align: justify;
	background-repeat: repeat-y;
	background-position: right top;
}

/*---------------------------------------------------------------------------*/
.mainBlockLeft
{
	background-image: url(../images/vericaDash.gif);
}

/*---------------------------------------------------------------------------*/
.mainBody
{
	width: 822px;
	height: 500px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;

	/*
    	border-width:0px;	
	border-style:solid;  
	border: 1px solid #CFC1A4;
	*/

	/*background: #E4DCCC;*/
	/*background: #EEE6D6;*/
	/*background: #F8F0E5;*/
	background: #EDE9D8;

	/*
	-webkit-box-shadow: 0 0 2px 2px rgba( 175, 120, 23, 0.2);
	   -moz-box-shadow: 0 0 2px 2px rgba( 175, 120, 23, 0.2);
	        box-shadow: 0 0 2px 2px rgba( 175, 120, 23, 0.2);
	*/	
}

/*---------------------------------------------------------------------------*/
.menuGeneral
{
	width: 822px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    padding-bottom: 16px;
}

/*---------------------------------------------------------------------------*/
.menuCellCommon
{
    position:relative;
    width:50px;
    height: 12px;
    padding:3px;
    margin:2em 4px 4em;
	text-align:center;
    border-width:1px;
	border-style:solid;  
}

/*---------------------------------------------------------------------------*/
.menuCellPressed
{
    background:#E4DCCC;    
    border-color: #E4DCCC;	
}

/*---------------------------------------------------------------------------*/
.menuCell 
{
    background:#CFC1A4;    
    border-color: #CFC1A4;	
}
 
/*---------------------------------------------------------------------------*/
.menuCellActive 
{
	background:#E4DCCC;    
    border-color: #000;	
}        
/*---------------------------------------------------------------------------*/
.footer 
{
	font-family: Arial;   
	font-size: 10px;
}        

/*---------------------------------------------------------------------------*/
.galleryThumb img
{
/*	
	-webkit-transform:scale(0.8); 
	-moz-transform:scale(0.8); 
	-o-transform:scale(0.8); 
	-webkit-transition-duration: 0.5s; 
	-moz-transition-duration: 0.5s; 
	-o-transition-duration: 0.5s; 
*/
	opacity: 0.8; 
	margin: 0 0 0 0;
	height: 30px;
}

.galleryThumb img:hover
{
/*	
	-webkit-transform:scale(1.1); 
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
*/
	box-shadow:0px 0px 30px gray;
	-webkit-box-shadow:0px 0px 30px gray; 
	-moz-box-shadow:0px 0px 30px gray;
	
	opacity: 1;
}

.gallerySectionTitle
{
	text-align: left;
	color: #298A08;
	font-weight:bold;
}
/*
.galleryThumb td
{
 	align: center;
 	padding: 15px;
}
*/
/*---------------------------------------------------------------------------*/
.lb-overlay{
	width: 0px;
	height: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: left;
	color: white;
	background: rgba(0,0,0, 0.92);
}
.lb-overlay  div{
	position: relative;
	color: rgba(27,54,81,0.8);
/*	width: 585px; */
	height: 40px;
	margin: 40px 50px 0px auto;
/*	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);*/
}
.lb-overlay h2
{
	margin: auto 20px;
}

.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
	text-align: center;
}	

.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	background: rgb(0,0,0);
	z-index: 1001;
	color: #fff;
/*	position: absolute;
	top: 43px;
	left: 50%;*/
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 100px;
	height: 23px;
	overflow: hidden;
/*	margin-left: -25px;*/
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
/*
.lb-overlay img{
	max-height: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; 
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
*/
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(images/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(images/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	margin: auto 20px;	
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.lb-overlay img 
{
    height: auto;
}
