/* Boxes styles BEGIN */

#items {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
padding: 4px;
background: #EFEFEF;
}

#items input {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #FFF;
}

#items select {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000;
background: #FFF;
}

#itemsSubmit {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
background: #EFEFEF;
}

#helpfullinks li {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 1px;
background: #EFEFEF;	
}

#helpfullinks {
padding: 6px;
background: #EFEFEF;	
}

/* Boxes styles END */

/* CSS Document */

div#top_nav {
width: 960px; 
background: #000000; 
color: #FFFFFF; 
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold; 
padding: 10px; 
text-align: center;
} 

a.top_nav:LINK {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF; 
text-decoration: underline;
}

a.top_nav:Visited {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-decoration: underline;
}

a.top_nav:Hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffcc00;
text-decoration: none;
}

div#agent_name {
background: #FFFFFF; 
color: #ff6000; 
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold; 
padding: 4px; 
text-align: center;
} 

div#agent_name1 {
background: #FFFFFF; 
color: #ff6000; 
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold; 
padding: 4px; 
text-align: center;
} 

div#left_address { 
background: #FFFFFF; 
color: #333333; 
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold; 
padding: 4px;
text-align: center;
}

div#agent_email {
background: #FFFFFF; 
color: #003399; 
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold; 
padding: 4px;
text-align: center;
}

#agent_email a {
color: #003399;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold; 
padding: 4px;
text-decoration: underline;
}

#agent_email a:Link {
color: #003399;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold; 
padding: 4px;
text-decoration: underline;
}

#agent_email a:Visited {
color: #003399;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
padding: 4px;
text-decoration: underline;
}

#agent_email a:Hover {
color: #3333FF;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
padding: 4px;
text-decoration: none;
} 


/* slideshow controls */


.slideshowlite {
	position: relative;
	overflow: hidden;
}

.slideshowlite a {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		text-align: center;
	}

.slideshowlite img {
		border: none;
}

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 5px;
	right: 5px;
	z-index: 3;
}

.slideshowlite ol {
	top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
}

