@import url("ie.css");
@import url("reset.css");
@import url("slimbox.css");

/*------------------------------------
Devitt & Associates
Global Stylesheet

Version /  1.0
Author / Matt Sears
email / matt@littlelines.com
website / www.littlelines.com
-------------------------------------*/

/* Setup
----------------------------*/

A {
	color: #df7313;
}

A:hover {
	text-decoration: none;
}

BODY {
	text-align: center;
	background: #1785af url(../images/background-body-gradient.gif) repeat-x top;
	color: #333333;
	font-size: 13px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
}

EM {
	font-style: italic;
}

INPUT, SELECT, TEXTAREA {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

STRONG {
	font-weight: bold;
}

#wrap {
	text-align: left;
	width: 927px;
	margin: 0 auto;
	position: relative;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clear {
	clear: both;
}

/* Header
----------------------------*/
#header {
	width: 927px;
	background: transparent url(../images/background-wrap-top.gif) no-repeat top;
	height: 51px;
	padding-top: 5px;
	float: left;
}

h1#logo {
	display: block;
	text-indent: -9999px;
	width: 400px;
	height: 37px;
	background: url(../images/image-logo.gif) no-repeat left;
	margin: 40px 0 25px 20px;
	float: left;
}
h2{
	color: #df7313;
}

a#clientLogin {
	text-indent: -9999px;
	width: 76px;
	height: 26px;
	background: url(../images/text-client-login.gif) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

/* Navigation bar
----------------------------*/
#nav{
	margin: 0;
	padding: 0;
	width: 625px;
	float: left;
}
#nav ul{
	margin: 4px 0 0 15px;
	padding: 0;
	font-size: 1%;
	list-style-type: none;
	background: transparent url(../images/nav.gif) no-repeat;
	width: 640px;
	height: 30px;
	float: left;
}
#nav li {
	float: left;
}
#nav li A {
	display: block;
	height: 30px;
	text-indent: -9999px;
}
#nav li#home A {
	width: 78px;
}
#nav li#home a:hover, body#indexpage li#home A {
	width: 78px;
	background: url(../images/nav.gif) no-repeat 0 -30px;
}
#nav li#profile A {
	width: 82px;
}
#nav li#profile a:hover, body#profilepage li#profile A {
	width: 82px;
	background: url(../images/nav.gif) no-repeat -79px -30px;
}
#nav li#services A {
	width: 86px;
}
#nav li#services a:hover, body#servicespage li#services A {
	width: 86px;
	background: url(../images/nav.gif) no-repeat -160px -30px;
}
#nav li#properties A {
	width: 142px;
}
#nav li#properties a:hover, body#propertiespage li#properties A {
	width: 142px;
	background: url(../images/nav.gif) no-repeat -246px -30px;
}
#nav li#transactions A {
	width: 157px;
}
#nav li#transactions a:hover, body#transactionspage li#transactions A {
	width: 157px;
	background: url(../images/nav.gif) no-repeat -388px -30px;
}
#nav li#contactus A {
	width: 93px;
}
#nav li#contactus a:hover, body#contactpage li#contactus A {
	width: 93px;
	background: url(../images/nav.gif) no-repeat -546px -30px;
}

/* Search form
----------------------------*/

FORM#search-form{
	width: 250px;
	height: 30px;
	margin: 8px 0 0 0;
	padding: 0;
	float: right;
	font-size: 92%;
}

FORM#search-form INPUT.text {
	height: 15px;
	width: 91px;
	background-color: #f1efef;
	border: 1px solid #cdcdcd;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 1px;
}

FORM#search-form INPUT.go {
	background-color: #cccccc;
	border: 1px solid #999999;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

FORM#search-form SELECT {
	/*height: 15px;*/
	width: 91px;
	border: 1px solid #cdcdcd;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

FORM#search-form LABEL {
	color: #054761;
	margin-left: 5px;
	margin-right: 5px;
}

fieldset, label{
	padding: 0;
	margin: 0;
}

/* Main Content
----------------------------*/

#mainContent {
	margin-left: 0;
	float: left;
	padding-bottom: 25px;
	width: 927px;
	background-color: #fff;
}

h3#cincinnati {
	text-indent: -9999px;
	width: 542px;
	height: 190px;
	margin-top: 10px;
	background: url(../images/image-cincinnati.jpg) no-repeat;
}

#mainContent p {
	line-height: 18px;
	margin-top: 10px;
}

/* Main 
----------------------------*/
#main {
	margin-left: 15px;
	width: 545px;
	float: left;
	min-height:700px; 
	height:auto;
	padding: 0;
}

/* for Internet Explorer */
/*\*/
* html #main {
	height:700px;
}

#main h1 {
	font-size: 140%;
	color: #d67324;
	margin-bottom: 20px;
}

#main H2 {
	color: #054761;
	font-weight: bold;
	margin-top: 20px;
}

#main H3 {
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}

#main UL {
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 10px;
}

#main UL LI {
	line-height: 18px;
}

.clear {
	clear: both;
}

#admin-panel P.commentsby {
	color: #666666;
	font-size: 11px;
	margin-top: 2px;
	padding: 0px;
}

#main P.details {
	margin-top: 3px;
}

.listing-details A {
	font-size: 11px;
	text-decoration: none;
}

.listing-details A:hover {
	color: #054761;
}

#main .listing-files {
	list-style-type: none;
	margin-top: 11px;
}

#main .listing-files LI {
	font-size: 11px;
	margin-bottom: 2px;
}

#main .listing-name {
	margin-top: 25px;
}

.listing-name A {
	color: #054761;
}

.listing-page-photo {
	float: left;
	margin-right: 15px;
}

.listing-page-photo IMG {
	border: 1px solid #cccccc;
}

.listing-photo {
	float: left;
	margin-right: 15px;
}

.listing-photo IMG {
	border: 1px solid #cccccc;
}

.listing-photo IMG:hover {
	border: 1px solid #df7313;
}

.pics {  
    height:  190px;  
    width:   542px;  
    padding: 0;  
    margin-bottom: 20px;  
	overflow: hidden;
} 
 
.pics IMG {  
    padding: 0;   
    width:  542px; 
    height: 190px; 
    top:  0; 
    left: 0 
}

#main .return {
	margin-top: 30px;
}

.return A {
	text-decoration: none;
}

.return A:hover {
	color: #054761;
}

#main .sale-lease {
	color: #666666;
	font-size: 11px;
	line-height: 15px;
	margin-top: 2px;
}

#main .sale-lease SPAN {
	color: #cccccc;
}

.search-again {
	color: #999999;
}

.search-again A {
	font-size: 11px;
	text-decoration: none;
}

.search-again A:hover {
	color: #054761;
}

.search-button {
	padding-top: 11px;
}

.search-button INPUT {
	font-size: 11px;
	margin-top: 12px;
}

.search-item {
	float: left;
	margin-right: 10px;
	padding-top: 11px;
}

.search-item INPUT {
	font-size: 11px;
	padding: 1px;
}

.search-item LABEL {
	display: block;
	font-size: 11px;
}

.search-item SELECT {
	font-size: 11px;
}

.textbox {
	background-color: #f1efef;
	border: 1px solid #cdcdcd;
	width: 400px;
}

.version {
	font-size: 11px;
	margin-top: 3px;
}

.version SPAN {
	color: #999999;
}

/* Sidebar
----------------------------*/

#sidebar {
	float: right;
	width: 340px;
	position: relative;
}

h3#featured-listings {
	color: #1785af;
	width: 324px;
	font-size: 140%;
	text-align: center;
	padding-bottom: 20px;
}

h3#recent-headlines {
	width: 324px;
	font-size: 140%;
	text-align: center;
	padding-bottom: 20px;
}

#sidebar p {
	margin-bottom: 15px;
	line-height: 18px;
}

#sidebar em {
	background-color: #f9ffd3;
	padding: 1px 5px 3px;
	font-weight: bold;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar .sidebar-top {
	height: 16px;
	float: left;
	width: 326px;
	background: url(../images/background-sidebar-top.gif) no-repeat left top;
}
#sidebar .sidebar-middle {
	float: left;
	background-color: #f1efef;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	width: 324px;
}
#sidebar .sidebar-bottom {
	height: 16px;
	background: url(../images/background-sidebar-bottom.gif) no-repeat left top;
	float: left;
	width: 326px;
}

#headlines {
	font-size: 92%;
	margin-bottom: 20px;
	float: left;
}

#headlines dl dt {
	text-align: center;
	background: url(../images/background-calendar.gif) no-repeat left top;
	color: #d1edff;
	height: 55px;
	width: 34px;
	color: #73787c;
	font-size: 1.0em;
	line-height: 15px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 3px;
}

#headlines dl dd {
	margin-bottom: 25px;
	/*margin-right: 15px;*/
	width: 240px;
	/*float: right;
	height: 46px;*/
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
}

#headlines dl dd H2 A {
	text-decoration: none;
}

#headlines dl dd H2 a:hover {
	text-decoration: underline;
}

#headlines dl dd IMG {
	border: 1px solid #cccccc;
	margin-top: 5px;
}

#headlines dl dd IMG:hover {
	border: 1px solid #df7313;
}

#contact {
	float: left;
	margin-bottom: 40px;
}

#contact dl dt {
	background: url(../images/background-contact.gif) no-repeat left top;
	height: 99px;
	width: 62px;
	margin-left: 10px;
	float: left;
}
#contact dl dd {
	float: right;
	width: 235px;
	margin-top: 20px;
}

/* Bottom
----------------------------*/
#bottom {
	background-color: #054761;
	clear: both;
	padding-top: 15px;
	padding-bottom: 100px;
}

#bottom P {
	color: #ffffff;
	line-height: 16px;
	font-size: 10px;
}

#bottom P SPAN {
	color: #1785af;
}

#bottom P SPAN A {
	color: #1785af;
}