	.title_text
	{
		font-family:Tahoma;
		font-size:11px;
		font-weight:bold; 	
		color:#7B7A7A;
	}	
	a.link1
	{
		font-family: Tahoma;
		font-size:10px;		
		color:#7B7A7A;
		font-weight:bold;
		text-decoration:underline;
	}	
	a.link1:link {text-decoration: underline;}	
		a.link1:hover {text-decoration: none;}
		a.link1:active {text-decoration: underline;}	
		
		
		a.menu
	{
		font-family: Tahoma;
		font-size:12px;		
		color:#3F3F3F;
		font-weight:bold;
		text-decoration:underline;
	}	
	a.menu:link {text-decoration: underline;}	
		a.menu:hover {text-decoration: none;}
		a.menu:active {text-decoration: underline;}		
		
	.data_text
	{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#AFBC4D;
	}

	.news_text
	{
	font-family:Tahoma;
	font-size:14px;
	color:#AFBC4D;
	font-weight:bold;
	margin-left:32; 
	margin-top:-17;
	}

	.news_img
	{
	margin-left:19; 
	margin-top:11;
	}

	.main_text
	{
		font-family:Tahoma;
		font-size:11px;		
		color:#949494;
		
	}	
	.copy_text
	{
		font-family:Tahoma;
		font-size:10px;		
		color:#3F3F3F;			
	}	
	
	.to_more_text
	{
		font-family: Arial;
		font-size:10px;			 	
		color:#000000;				
	}	
	a.home_text
	{
		font-family:Times New Roman PS MT;
		font-size:8px;		
		color:#141414;
		text-decoration:none;
			
	}	
	a.more	
	{
		font-family:Tahoma;
		font-size:11px;
		font-weight:900;	
		color:#AFBC4D;
		
	}
		a.more:link {text-decoration: underline;}	
	a.more:hover {text-decoration: none;}
	a.more:active {text-decoration: underline;}
	
	a.more1	
	{
		font-family:Tahoma;
		font-size:10px;
		font-weight:900;		
		color:#292929;
		
	}
		a.more1:link {text-decoration: underline;}	
	a.more1:hover {text-decoration: none;}
	a.more1:active {text-decoration: underline;}

	a.click	
	{
		font-family:Tahoma;
		font-size:10px;
		font-weight:700;		
		color:#000000;
		
	}
		a.click:link {text-decoration: underline;}	
		a.click:hover {text-decoration: none;}
		a.click:active {text-decoration: underline;}		
		
	
	a.link
	{
		font-family: Arial;
		font-size:10px;		
		color:#AFBC4D;
		text-decoration:underline;
	}	
	a.link:link {text-decoration: underline;}	
		a.link:hover {text-decoration: none;}
		a.link:active {text-decoration: underline;}		

	input.input1 {
	border-top-width:1;
	border-top-color:#404040;
	border-left-width:1;	
	border-left-color:#5F5F5F;
	border-right-width:2;
	border-right-color:#DAD6D0;
	border-top-width:1;
	border-bottom-color:#D4D0C8;
	height:20;
	width:150
	
	
	}
	
	/* mine */
	.test {
	border: 1px solid #d6d3d6;
	/*
	border-left: 1px solid #847d7b;
	border-right: 1px solid #847d7b;
	*/
	}
	.testr {
	border-right: 1px solid #d6d3d6;
	}
	.mainbg {
	background-image: url('../images/mainbg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	}
	.publicbg {
	background-image: url('../images/publicbg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	}
	.applicationsbg {
	background-image: url('../images/applicationsbg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	}
	.securitybg {
	background-image: url('../images/securitybg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	}
	.clubsbg {
	background-image: url('../images/club1bg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	}
	.blogbg {
	background-image: url('../images/blogbg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	}
	.contactusbg {
	background-image: url('../images/contactusbg.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	}

	/* lightbox stuff */
	#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 40%;
	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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.adobeviewer {
	border: 1px solid #d6d3d6;
	}