<!--
body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #000000;
}

.BodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #663333;
	text-decoration: none;
	line-height: 1.4; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->

body {
	padding:0px 0px;
	font-family:arial;
	background-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}





 

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:32px;
	height:32px;
	background:url(../images/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px 0px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:375px; 
	width:200px;
	height:30px;
/*	background-image:url(newsupdates.gif);*/
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;   
	overflow:hidden;  
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	



/* scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 646px;	 
	height:350px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;
	background-color: #333333;	/*border:1px solid #222;*/
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}

/* single item */
#thumbs div {
	float:left;
	width:214px;
	height:260px;
	color:#fff;
	border-left:1px solid #4e4e4e;
	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#171717;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#000000;
	cursor:default;
}

#thumbs div img {text-align:center;}
#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:Arial;
	font-size:13px;
	color:#FFF;	
}

#thumbs h3 em {
	font-style:normal;
	color:#999999;
}

.bodywhite {
	color: #FFFFFF;
	font-size: 13px;
}	
.body9 {
	color: #999999;
	font-size: 13px;
	
}	
.ContactInfo {
	color: #999999;
	font-size: 13px;
}
.ContactInfo2 {
	color: #FFFFFF;
	font-size: 18px;
}
.BodyLeadin {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.BodyLeadin2 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.StaffName {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.StaffTitle {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.tier1inactive	{color: #666666; font-size: 13px; font-weight: bold; }
.tier1inactiveb	{color: #666666; font-size: 13px; }
.tier1active 	{color: #FFFFFF; font-size: 13px; font-weight: bold; }
.tier1activeb	{color: #FFFFFF; font-size: 13px; }
.tier2inactive 	{color: #FFFFFF; font-size: 12px; }
.tier2active 	{color: #682630	; font-size: 12px; font-weight: bold; }

.Footer {color: #666666; font-size: 12px;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;}