/**** MIKE - ABBEY STYLE SHEET ****/

/* Normalizes margin, padding */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, td, th
{
	margin:  0;
	padding : 0;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }

/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	


body {
}
/**** MAIN divs ****/

#container {
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/main-off_04.jpg);
	background-repeat: repeat;
	height: 1%;
}
#top {
	background-image: url(../images/main-off_01.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 939px;
}
#head {
	background-image: url(../images/property-title_03.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 960px;
	background-color: #001623;
	border: 1px solid #001623;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}
#nav-container {
	height: 27px;
	width: 960px;
	background-image: url(../images/main_04.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	border: 1px solid #001623;
}
#content {
	float: left;
	height: 1%;
	width: 939px;
	background-image: url(../images/main-off_04.jpg);
	background-repeat: repeat;
}
#footer {
	background-image: url(../images/main-off_06.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 939px;
	float: left;
}

#editable {
	margin-left: 47px;
	width: 645px;
	float: left;
}
#right-col {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-left: 8px;
}



/**** TEXT & Links ****/

p {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #001623;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #001723;
	background-image: url(../graphics/dotted-h.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: lowercase;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: lowercase;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: lowercase;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: lowercase;
}
h6	 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: lowercase;
}

A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
	font-size: 12px;
}
A:visited	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
	font-size: 12px;
}

A:hover	{
	text-decoration:underline;
	color: #000000;
	font-size: 12px;
}
A:active	{
	text-decoration:underline;
	color: #003399;
	font-size: 12px;
}

.footer:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer:visited	{
	text-decoration:underline;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
}

.footer:hover	{
	text-decoration:underline;
	color: #ED1C1F;
	font-size: 10px;
}
.footer:active	{
	text-decoration:underline;
	color: #FFFFFF;
	font-size: 10px;
}


#footer-split1 {
	float: left;
	height: 20px;
	width: 899px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 11px;
}
#footer-split2 {
	float: left;
	height: 20px;
	width: 899px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#fleft {
	float: left;
	width: auto;
}
#fright {
	float: right;
	width: 350px;
}

.property-buttons {
	float: left;
	margin-top: 5px;
}

#property-buttons-container {
	width: 235px;
	display: block;
	height: 230px;
}

#property-search {
	width: 940px;
	display: block;
	height: 1%;
	border: 1px solid #001623;
	text-align: center;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding: 10px;
}

/**** NAV ****/


.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 15px;
	float: left;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #001623;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 18px;
	padding-top: 7px;
	padding-right: 15px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background-color: transparent;
	background-image: url(../images/nav-bg-off.gif);
	background-repeat: repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #001623;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background-color: transparent;
	background-image: url(../images/nav-bg-off.gif);
	background-repeat: repeat;
	background-position: right top;
}


#test li {
	display: block;
	border: solid 1px red;
}                    
                    

/** OTHER DIVS **/

.numbers {
	margin-right: 10px;
	margin-left: 12px;
	float: left;
	margin-bottom: 0px;
}
/**property search**/

.prop-select {
	background-color: #001625;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 150px;
}

.prop-textarea {
	background-color: #001623;
	color: #ffffff;
	width: 170px;
}

.prop-input {
 background-color: #666699;
}

.head-f1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001623;
}
.head-f2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #001623;
}

.prop-button {
	background-color: #001623;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 2px solid #EE1A25;
}

.button-pad {
}

.floatleft {
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#property-search-box {
	width: 690px;
	height: 180px;
	border: 1px solid #001623;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.prop-select {
	background-color: #001625;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 170px;
}

.prop-textarea {
	background-color: #001623;
	color: #ffffff;
	width: 250px;
}

.prop-input {
 background-color: #666699;
}

.head-f1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001623;
}
.head-f2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #001623;
}

.prop-button {
	background-color: #001623;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 2px solid #EE1A25;
}

.button-pad {
	padding-right: 15px;
}
