body {
	background-image: url(images/bg.gif);
	background-color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
td {
	font: normal 11px Tahoma, Arial;
	color: #4c4c4c;
}

h1, h2, h3, h4, h5 {
    color: #C0CDD1;
    font-weight: bold;
    margin: 0px;
}

h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h3 {
    font-size: 12px;
}


a {
font: normal 14px Tahoma,Arial;
}

.footer {
	font: normal 11px Tahoma, Arial;
	color: #444b5d;
	padding: 50px;
}
.footer a {
	padding: 15px;
	font: normal 11px Tahoma, Arial;
	color: #444b5d;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.grey {
	color: #4E595D;
}
.redLL {
	color: #910101;
}

.blye {
	color: #348cbc;
text-decoration: underline;
}

.blye2 {
	color: #348cbc;
}
.grey2 {
	color: #4E595D;
	text-decoration: underline;
	}
.orange {
	color:#FF6600;
	}
.orange2 {
color:#FF6600;
text-decoration: underline;
}
.footer2 {
 color:#444b5d;
 text-decoration: underline;
 }	
	
.yelow {
	color: #ffff00;
	text-decoration: none
	}
.yelow2 {
	color: #ffff00;
	text-decoration: underline;
	}


.red
{
	color: #9c0100;
}

.white-text {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

.green {
	color: #57a115;

text-decoration: underline;
}

.green2 {
	color: #57a115;

}
.black {
	color: #000000;
	text-decoration: none
	}
.black2 {
	color: #000000;
	text-decoration: underline;
	}



a.whitelink {	
	text-decoration: none;
	color: #FFFFFF;

}
a.whitelink2 {	
	text-decoration: none;
	color: #FFFFFF;
	}
a:whitelink:hover {
	text-decoration: none;
}
.red { 
color:#9c0100;
text-decoration: underline;
}
.red2 { 
color:#9c0100;
text-decoration: none;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		/*background-color: #444;*/
		padding: 5px;
		width: 780px;
		height:auto;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery td img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery td a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery td a:hover { color: #fff; }



/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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;	
}	


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Tahoma;
line-height:18px;
text-align:left;
z-index:100;
background-color: #565656;
width: 150px;
margin-top:15px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0;
text-decoration: none;
color: #CCCCCC;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #989898;
color:#333333;
}