﻿
#content
{
	background: none !important;
	
}

#content ul#logos
{
	margin: -50px 0px 10px 190px;
	width: 700px;
	height: 100px;
	background: url(/assets/images/bg-contact-logos.png);
}
#content ul#logos li
{
}
#content ul#logos li a
{
	margin: 15px 10px !important;
	display: block;
	float: left;
	position: relative;
	top: 0;
}
#content ul#logos li.tread img
{
	margin: 15px 10px !important;

}

#content ul#logos li.selected a
{
	/*margin-top: 25px !important;*/
}

/* scrollable */

div.scrollable { 
    position:relative; 
    overflow:hidden; 
	background: url(/assets/images/bg-contact-content.png);
	margin: 0px 0px 10px 190px;
	width: 700px;
	height: 640px;
} 

div.scrollable div.wrapper { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.agency { 
    float:left; 
	width: 640px;
	height: 100%;
	padding: 30px;
} 

div.agency
{
}
div.agency h2
{
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 40px;
	line-height: 30px;
	background: url(/assets/images/bullet-ul-li.png) 0px 2px no-repeat;
	margin-bottom: 10px;
	padding-top:0px;
}

div.agency p
{
	margin: 10px 0;
}


div.agency div.contact
{
	float: left;
	width: 200px;
	margin: 0 13px 20px 0;
	font-size: 11px;
	line-height: 1.6em;
}


div.agency div.contact:first-line
{

	color: #FDDA00;
}

div.agency div.contact a
{
	color: #FDDA00;
	text-decoration: none !important;
}

div.agency div.contact a:hover
{
	text-decoration: underline !important;
}

div.agency ul.contact-links li
{
	width: 45%;
	float: left;
}
div.agency ul.contact-links li a
{
	display: block;
	float: left;
	padding: 5px;
	color: #FDDA00;
	text-decoration: none !important;
}
div.agency ul.contact-links li a:hover
{
	color: #FFF;
}
/*
div.navi {
	width:60px;
	height:20px;
	position: absolute;
	top: 228px;
	left: 50px;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/assets/images/layout/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
div.navi a:hover {
	background-position:0 -8px;      
}

div.navi a.active {
	background-position:0 -16px;     
} 	
*/

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next {
	display:block;
	width:35px;
	height:35px;
	position: absolute;
	top: 100px;
	cursor:pointer;
	font-size:1px;
}

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

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

/* next button uses another background image */
a.next {
	background-image:url(/assets/images/scroll-button-right.png);
	right: 0px;
}

/* next button uses another background image */
a.prev {
	background-image:url(/assets/images/scroll-button-left.png);
	left: 180px;
}
