/*        
	global link 
*/ 
a:active, a:link, a:visited { 
text-decoration: none; 
color: #5c9202; /* Change this */
}
a:hover { text-decoration: underline; }

/*        
	main navigation    
*/ 
#nav {
background: url('../../../images/theme/green/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;
}

#mainLinks li a:hover{
background: url('../../../images/theme/green/nav_rollover.gif') top left repeat-x; /* Change this */
}

/*        
	wrapper      
*/ 
#wrapper-top {
background: url('../../../images/theme/green/container_top.gif') top left no-repeat; /* Change this */
height: 10px;
width: 950px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
}

#wrapper-bottom {
background: url('../../../images/theme/green/container_bottom.gif') top left no-repeat; /* Change this */
height: 32px;
width: 950px;
margin-left: auto;
margin-right: auto;
}

#wrapper-body {
background: url('../../../images/theme/green/container_body.gif') top left repeat-y; /* Change this */
width: 950px;
margin-left: auto;
margin-right: auto;
text-align: left;
overflow: auto;
min-height: 450px;
height: auto !important;
height: 100%;
padding-bottom: 20px;
}

/*        
	search box      
*/ 
.search-box {
background: #e9f0dc; /* Change this */
width: 708px;
overflow: auto;
min-height: 100%;
height: auto !important;
height: 100%;
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid #c8d7af; /* Change this */
margin-top: 5px;
}

#drop-down-box {
background: url('../../../images/theme/green/search_midDiv.gif') top right repeat-y; /* Change this */
width: 360px;
margin-top: 5px;
padding-left: 10px;
height: 80px;
}

#search-text-box {
width: 320px;
margin-top: 5px;
padding-left: 10px;
}

/*
	ruggt-column
*/
#agent-title {
background: url('../../../images/theme/green/side_panel_divider.jpg') bottom left repeat-x;
padding-bottom: 10px;
text-align: center;
}

#translation {
padding-top: 10px;
padding-bottom: 10px;
}

#social-bookmarking {
padding-top: 10px;
padding-bottom: 10px;
background: url('../../../images/theme/green/side_panel_divider.jpg') bottom left repeat-x;
}

#transacted {
background: url('../../../images/theme/green/side_panel_divider.jpg') bottom left repeat-x;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#notes {
background: url('../../../images/theme/green/side_panel_divider.jpg') bottom left repeat-x;
padding-top: 10px;
padding-bottom: 10px;
}

#contact-info {
background: url('../../../images/theme/green/side_panel_divider.jpg') bottom left repeat-x;
padding-top: 10px;
padding-bottom: 10px;
}

/*
	Just Listed
*/
.just-listed {
margin-top: 5px;
width: 710px;
overflow: auto;
border-bottom: 1px solid #dcdcdc;
padding-bottom: 10px;
}	

#list-title {
background: url('../../../images/theme/green/just_listed_title_bg.gif') top left repeat-x; /* Change this */
width: 708px;
height: 31px;
border: 1px solid #5b7243; /* Change this */
}

/*        
	services         
*/ 

a:link.imgRollover-services img, a:active.imgRollover-services img, a:visited.imgRollover-services img {
border-top: 5px solid #ffffff;
padding-top: 4px;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 10px;
}

a:hover.imgRollover-services img {
border-top: 5px solid #9bbe22; /* Change this */
}

/*        
	Add Your Listing Here @ Homepage         
*/ 

.add-list {
display: block;
padding: 6px;
border: 1px solid #869371; /* Change this */
background: #d2e0bc; /* Change this */
color: #617048; /* Change this */
font-weight: bold;
font-size: 100%;
text-align: center;
text-decoration: underline;
}

.add-list:hover {
background: #c3d1ab; /* Change this */
text-decoration: none;
cursor: pointer;
cursor: hand;
}

/*        
	i-flyer         
*/ 

#flyer-container {
width: 770px;
margin-left: auto;
margin-right: auto;
text-align: left;
background: url('../../../images/theme/green/iflyer-bg.jpg') top left repeat-y; /* Change this */
overflow: auto;
}

.flyer-h1 {
color: #5c9202; /* Change this */
}

.flyer-h3 {
color: #5c9202; /* Change this */
}

.flyer-h5 {
color: #676767;
}

td.col1 {
background: #e9e9e9;
padding: 8px;
}

td.col2 {
background: #f7f7f7;
padding: 8px;
}

td.col1 p, td.col2 p {
font-size: 78%;
}