/* CSS Document */

body {
	background-color:#0E0F0E;
	font-family: Georgia, TImes, Serif;
	color:#FFFFFF;
	background-image:url(../images/ansonia_bg2.gif);
	background-repeat:repeat;
}

.home {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#0E0F0E;
}

.main {
	width:952px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	background-color:#0E0F0E;
	border:1px solid #616D5D;
}

.maincopytable {
	border:1px solid #616D5D; 
	padding:10px; 
	background:#000000; 
	width:944px;

}

.nav {
	padding-top:10px;
	padding-bottom:10px;
	
}

.featuredlisting {
	width:500px;
}

.photos {
	width:300px;
}


H1 {
	font-family: Georgia, TImes, Serif;	
	color: #76C99B;
	font-size:18pt;
	padding-top:10px;
	padding-bottom:10px;
}

h3 {
	font-family: Georgia, TImes, Serif;
	color: #76C99B;
	padding-bottom: -3px;
} 

.greenText{ 
  color: #76C99B; 
  font-weight: bold;
  line-height: 1.5em;
}

.adminheader {
	font-family: Georgia, TImes, Serif;	
	color: #76C99B;
	font-size:34pt;
	padding-top:10px;
	padding-bottom:10px;
}	

.pagecopy {
	width: 912px;
	padding-top: 30px;
}

.maincopy {
	font-family: Georgia, TImes, Serif;
	color: #FFFFFF;
	font-size: 12pt;
}

.listingtitle {
	font-family: Georgia, TImes, Serif;
	color:#FFFFFF;
	font-size:16pt;
}
	
A:link 	{
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #A27C5E; 
		text-decoration: none;
		}
A:visited {
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #A27C5E; 
		text-decoration: none;
		}
		
A:hover { 
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #t; 
		text-decoration: none;
		}
		
A:active {
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #A27C5E; 
		text-decoration: none;
		}
		


.adminlink A:link 	{
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #76C99B; 
		text-decoration: none;
		text-transform: Uppercase;
		}
		
.adminlink A:visited {
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #76C99B; 
		text-decoration: none;
		text-transform: Uppercase;
		}
		
.adminlink A:hover { 
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #FFFFFF; 
		text-decoration: none;
		text-transform: Uppercase;
		}
.adminlink A:active {
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #76C99B; 
		text-decoration: none;
		text-transform: Uppercase;
		}
	
	   
.footer {
       font-size: 12px;
       font-weight: light;
       font-family: Georgia, TImes, Serif;
	   color: #5D5D5D;
       line-height: 10pt;
	   padding-top:10px;
       }
.footercopy {
       font-size: 12px;
       font-weight: light;
       font-family: Georgia, TImes, Serif;
	   color: #FFFFFF;
       line-height: 10pt;
	   padding-top:10px;
       }
	   
.footercopy A:link 	{
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #FFFFFF; 
		text-decoration: none;
		line-height: 10pt;
	  	padding-top:10px;
		}
		
.footercopy A:visited {
		font-size: 12px;
		font-family: Georgia, TImes, Serif;
		color: #FFFFFF; 
		text-decoration: none;
		 line-height: 10pt;
	   padding-top:10px;
}
		
.footercopy A:hover { 
	font-size: 12px;
	font-family: Georgia, TImes, Serif;
	color: #76C99B; 
	text-decoration: none;
	line-height: 10pt;
	padding-top:10px;
}

.footercopy A:active {
	font-size: 12px;
	font-family: Georgia, TImes, Serif;
	color: #FFFFFF; 
	text-decoration: none;
	line-height: 10pt;
	padding-top:10px;
}
		
.footertable {
	width:952px;
	padding-top:10px;	
}	   
 
 
.displayS {
    border-style: none;
    margin-width: 0px;
    cursor: pointer;
    cursor: hand;
 }
 
.floatImageRight {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 10px;
	background: #0E0F0E;
	border: 1px solid #616D5D;
}

.floatImageLeft {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: #0E0F0E;
	border: 1px solid #616D5D;
}

.sortable-list {
    list-style-type : none;
    margin : 0;
}
.sortable-list li {
    border : 1px solid #000;
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 3px;
    background : #B3B3B3;
    border : #ccc;
    width : 400px;
}




	  