/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
	margin-bottom: 0px;
	background-color:#0072bc}

.menu
{
	background-image: url(https://www.strongholdproperty.com/images/menu_bg.gif);
	padding: 5px 2px 0px 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size:11px;
	text-align:center;
	font-weight: bold;
	line-height: 11px;

}

html, input, textarea, select{font-family:Verdana,Arial; font-size:11px; color:#656b70; line-height:17px;}


input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

.menu A:link {text-decoration: none; color:#FFFFFF}
.menu A:visited {text-decoration: none; color:#FFFFFF}
.menu A:active {text-decoration: none; color:#000000}
.menu A:hover {text-decoration: none; color: red;}

.leftmenu
{
	padding: 10px 0px 10px 0px;
	text-align:center;
	background-color:#FFFFFF;
}
.leftmenutext
{
	padding: 5px 5px 5px 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size:12px;
	line-height: 20px;
	background-color: #EEEEE4;
}


.leftmenutext A:link {text-decoration: none; color:#13191d}
.leftmenutext A:visited {text-decoration: none; color:#13191d}
.leftmenutext A:active {text-decoration: none; color:#000000}
.leftmenutext A:hover {text-decoration: none; color: red;}

.footer
{
	background-image: url(https://www.strongholdproperty.com/images/footer_bg.gif);
	padding: 15px 0px 14px 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size:11px;
	text-align:center;
	font-weight: normal;
	line-height: 10px;
	text-align:center;
	color:#FFFFFF;

}
.maincontent
{
	padding: 10px 15px 10px 25px;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-weight: normal;
	font-size:12px;
	line-height: 13px;
}

.button1 a
{	background-image: url(https://www.strongholdproperty.com/images/b_menu1.gif); 
	display:block;width:219px;height:33px;
	    margin: 10px auto; padding: 0;
}
.button1 a:hover
{	background-image: url(https://www.strongholdproperty.com/images/b_menu1a.gif);
}

.button2 a
{	background-image: url(https://www.strongholdproperty.com/images/b_menu2.gif); 
	display:block;width:219px;height:33px;
		    margin: 10px auto; padding: 0;
}
.button2 a:hover
{	background-image: url(https://www.strongholdproperty.com/images/b_menu2a.gif);
}

.button3 a
{	background-image: url(https://www.strongholdproperty.com/images/b_menu3.gif); 
	display:block;width:219px;height:33px;
		    margin: 10px auto; padding: 0;
}
.button3 a:hover
{	background-image: url(https://www.strongholdproperty.com/images/b_menu3a.gif);
}
.button4 a
{	background-image: url(https://www.strongholdproperty.com/images/b_menu4.gif); 
	display:block;width:219px;height:33px;
		    margin: 10px auto; padding: 0;
}
.button4 a:hover
{	background-image: url(https://www.strongholdproperty.com/images/b_menu4a.gif);
}

.listing_heading

{
	background-image: url(https://www.strongholdproperty.com/images/listing_bg.gif);
	padding: 3px 2px 3px 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size:12px;
	text-align:center;
	font-weight: bold;
	line-height: 11px;
}

.listing_info

{
	background-image: url(https://www.strongholdproperty.com/images/listing_bg1.gif);
	padding: 8px 2px 8px 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size:11px;
	text-align:center;
	font-weight: normal;
	line-height: 11px;
}
.listing_details

{
	background-image: url(https://www.strongholdproperty.com/images/listing_bg1.gif);
	padding: 8px 8px 8px 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	font-size:11px;
	text-align:left;
	font-weight: normal;
	line-height: 11px;
}

.style2 {color: #CCCC00}
.mainHeading { margin:5px 0 5px 0;font-family:arial;font-size:18px; color:#FFFFFF; font-weight:bolder;background-color:#697F8E;text-align:left;}
.Heading { margin:10px 0 5px 0;font-family:arial;font-size:9pt; color:#656b70; font-weight:bolder;text-align:left;}
.subHeading { margin:10px 0 5px 0;font-family:arial;font-size:9pt; color:#656b70; font-weight:bold; text-align:left;}



.txt1 { font-size:9pt; color:#656b70;text-align:left;font-weight:normal; font-family:arial;}
.error { font-size:13px; color:red;font-weight:bold;}




form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */

  font:100% verdana,arial,sans-serif;

  margin: 0;

  padding: 0;

  min-width: 500px;

  max-width: 600px;

  width: 500px; 

}



form fieldset {

  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */

  border-color: #000;

  border-width: 1px;

  border-style: solid;

  padding: 10px;        /* padding in fieldset support spotty in IE */

  margin: 0;

}



form label { 

	display: block;  /* block float the labels to left column, set a width */

	float: left; 

	width: 180px; 

	padding: 0; 

	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */

	text-align: right; 

}



form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */

	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */

                                    /* pseudo-class on legend elements, but do support it on label elements */

                                    /* you could instead underline first letter on each element and accesskey */

                                    /* each input but doing only legends lessens cognitive load */

						/* changed to label first letter, opera broke after first letter legend */

}



form fieldset legend {

	font-size:1em; /* bump up legend font size, not too large or it'll overwrite border on left */

                       /* be careful with padding, it'll shift the nice offset on top of border  */

}



form input, form textarea {

	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */

	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */

	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of

                              label aligns textarea better in IE */

}



form input#reset {

	margin-left:0px; /* set margin-left back to zero on reset button (set above) */

}



textarea { overflow: auto; }



form small {

	display: block;

	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */

	padding: 1px 3px;

	font-size: 88%;

}



form .required{font-weight:bold;} /* uses class instead of div, more efficient */



form br {

	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */

}