/*
	global
*/

a {
text-decoration: underline;
color: #005aa0; /* change this */
}

a:hover {
text-decoration: none;
}

/*        
	main navigation    
*/ 
#nav {
background: url('../../../images/theme/blue/nav_bar.gif') top left no-repeat; /* Change this */
height: 39px;
width: 950px;
margin-left: auto;
margin-right: auto;
}

#mainLinks {
height: 39px;
margin-left: 1em;
}

#mainLinks ul {
padding: 0;
margin: 0;
}

#mainLinks li {
float: left;
}

#mainLinks li a:active, #mainLinks li a:link, #mainLinks li a:visited {
float: left;
height: 39px;
line-height: 39px;
color: #ffffff;
text-align: center;
font-size: 78%;
font-weight: bold;
padding-right: 0.7em;
padding-left: 0.7em;
text-decoration: none;
}

#mainLinks li a:hover{
background: url('../../../images/theme/blue/nav_rollover.gif') top left repeat-x; /* Change this */
text-decoration: underline;
}

/*
	main
*/

.addListing {
padding-bottom: 3px;
}

.addListing:hover {
border-bottom: 5px solid #005ba2; /* change this */
}

.slideshow-img img {
padding: 2px;
border: 1px solid #ffffff;
}

.slideshow-img img:hover {
border: 1px solid #005ba2; /* change this */
}

/*
	set
*/

.pName tr td {
vertical-align: middle;
}

.pName {
height: 70px;
margin-bottom: 10px;
}

.pName a {
color: #333333;
font-size: 14px;
text-decoration: none;
}

.pName a:hover {
color: #005ba2; /* Change this */
text-decoration: underline;
}

/*        
	i-flyer         
*/ 

#flyer-container {
width: 770px;
margin-left: auto;
margin-right: auto;
text-align: left;
background: url('../../../images/theme/blue/iflyer-bg.jpg') top left repeat-y; /* Change this */
overflow: auto;
}

#agent-title {
background: url('../../../images/theme/blue/side_panel_divider.jpg') bottom left repeat-x; /* Change this */
padding-bottom: 10px;
text-align: center;
}

#notes {
background: url('../../../images/theme/blue/side_panel_divider.jpg') bottom left repeat-x; /* Change this */
padding-top: 10px;
padding-bottom: 10px;
}

#contact-info {
background: url('../../../images/theme/blue/side_panel_divider.jpg') bottom left repeat-x; /* Change this */
padding-top: 10px;
padding-bottom: 10px;
}

.flyer-h1 {
color: #006db2; /* Change this */
font-size: 22px;
}

.flyer-h3{
color: #014d7d; /* Change this */
}