/*/////////////////////////////////////////////////////////////

This stylesheet overrides styles from a template

ONLY put the minimum of style changes here

Global templates style changes should be done in the template CSS

/////////////////////////////////////////////////////////////*/



/*

Blue:				#1F1956
Green:				#BBDD33
Grey Background:	#DADADA

*/

div.paginator a{
	color:#000;
}

div.paginator{
	color:#fff;
}

#menu a {
	font-weight: bold !important;
}
html {
	background-image: url(../img/bg.png);
}

#search-results th {

	background-color: #630913;

}

#home td.color-light {
	text-align:center;
	background-color: #d8d8d8;
}

#home td.color-dark {
	background-color: #d8d8d8;
}

#content {

	background-color: #FFF;

	color: #000;

}



#property-details .calc .insidecalc .stamp {

	width:175px; 

	float:left;

	background-color: #af1717;

}

#brochure-wrap .maindesc {
	vertical-align: top;
	padding: 10px 20px 10px 5px;
	text-align:justify;
}

#brochure-wrap .maindesc p {
	font-size: 11px;
	text-align:justify;
}

#search-results {

	width: 945px;

	margin: 10px auto;

	text-align: left;

	border-collapse: collapse;

	border: 1px solid #c08704;

}



#search-block .button,

#property-details #buttons input, 

.calc input {

 border: 1px solid #af1717;

}





h1 {

	color: #af1717;

}



h2 {

	color: #af1717;

}





h3 {

	color: #af1717;

	font-weight: bold;

	font-size: 14px;

}



h6 {

	color: #af1717;

	font-weight: bold;

	font-size: 14px;

}


#footer a {
	color: #000;
}


/* Menu (Link Color) */


.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover,
.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
	text-align: center !important ; 
}

.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
	width:184px; 
	height:16px; 
}

#home td.color-highlight,

.ddmx a.item1,

.ddmx a.item1-active,

.ddmx a.item2,

.ddmx a.item2-active {

	color: #880000 !important;

}



/* Menu (Link Hover Color) */

.ddmx a.item1:hover,

.ddmx a.item1-active:hover,

.ddmx a.item2:hover,

.ddmx a.item2-active:hover {

	color: #880000 !important;

}



#home td.color-highlight {
	background-color: #959595;

}

#home td.color-highlight a {
	color: #880000;
	font-size:14px;
	font-weight:bold;

}

/* Menu (Background Color) */

#property-details .options,

#property-details .title,

#property-details .calc,

#popup-details-wrap .title,

#footer,	

.ddmx,

.ddmx a.item1,

.ddmx a.item1:hover,

.ddmx a.item1-active,

.ddmx a.item1-active:hover,

.ddmx a.item2,

.ddmx a.item2:hover,

.ddmx a.item2-active,

.ddmx a.item2-active:hover {

	background-color: #959595 !important;

}









/*--------- Forms ----------------*/



#included_form  {

width: 650px;

}



#included_form legend {

color: #000;

font-weight: bold;

}



#included_form a:link,

#included_form a:visited {

color: #b2b2b2;

text-decoration:underline;

}



#included_form fieldset {

margin-bottom: 15px;

padding: 10px;

border: 1px solid #ddd;

}



#included_form label {

display: block;

float: left;

width: 200px;

margin-right: 10px;

font-size: 12px;

}





#included_form input,

#included_form select {

width: 300px;

margin:5px 0;

}



#included_form input.half,

#included_form select.half {

width: 145px;

}





#included_form textarea {

width: 400px;

margin:5px 0;

}



#included_form input.radio {

width: 30px;

}



#included_form textarea {

font-family: Arial, Helvetica, sans-serif;

font-size: 1em;

}



#included_form p {

clear: both;

margin: 0px;

}



#included_form fieldset#submit {

border: none;

padding: 0;

text-align: right;

}



#included_form fieldset#submit input,

#included_form fieldset.submit input,

#included_form input.button {

width: auto !important;

padding: 0 10px;

cursor: pointer;

background-color: #af1717;

border: none;

color: #fff;

}



#included_form em span,

#included_form .required {

color: #af1717;

font-weight: bold;

}