/* CSS Document */





/*#########################################*/
body
{
	background-color: #e5edfb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
/*	background-image: url(../images/mainBG.gif);
	background-repeat: repeat-x;
File mainBG.gif doesn't exist!
*/
}
a {
	font-size: 11px;
	color: #000099;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #f2323f;
}
a:active {
	text-decoration: underline;
	color: #000099;
}

a img, img { border: 0px #000000 none }

h1
{
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;
	margin: 0 0 0 15px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #243a75;
	clear: both;
}
h3 { font-size: 13px; font-weight: bold; margin-bottom: 8px; margin-top: 5px }

.divider
{
	clear: both;
	margin: 0;
	padding: 0;
}


/* PAGE TOP
-------------------------------------------------------------------- */


#container
{
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	background-image: url(../images/page_BG.gif);
	background-repeat: repeat-y;
	padding: 0 6px 0 6px;
}


#banner
{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0 0 40px 0;
}

#email
{
	text-align: center;
	width: 182px;
	float: left;
	margin: 0 0 0 15px;
	padding: 8px 0 10px 32px;
	/*border: solid 1px #000000;*/
	display: inline;
	background-position: left;
	background-image: url(../images/ico_email.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #4f5b81;
}

#email a, #callback a 
{  
	font-size: 14px;
	font-weight: bold;
	color: #4f5b81;
  	text-decoration: none;
}

#email a:hover, #callback a:hover 
{  
	font-size: 14px;
	font-weight: bold;
	color: #ed1c24;
  	text-decoration: underline;
}

#callback
{
	text-align: center;
	width: 182px;
	float: left;
	margin: 0 0 0 15px;
	padding: 8px 0 10px 32px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #4f5b81;
}
#callback span { color: #ff0000; font-size: larger }

#tel
{
	width: 200px;
	float: right;
	margin: 0 0 0 0;
	padding: 8px 0 10px 20px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	color: #4f5b81;
	background-position: left;
	background-image: url(../images/ico_tel.gif);
	background-repeat: no-repeat;
}
#ietel
{
	width: 200px;
	float: right;
	margin: 0 0 0 0;
	padding: 8px 0 10px 30px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	color: #4f5b81;
	background-position: left;
	background-image: url(../images/shamrock.png);
	background-repeat: no-repeat;
}

#flag
{
	width: 27px;
	margin: 6px 0 0 600px;
	float: left;
	display: inline;

}

#flag img
{
	display:block
}

#logo
{
	width: 189px;
	margin: 35px 0 0 310px;
	float: left;
	display: inline;
}

#logo img
{
	display:block
}

#navBar 
{

	background-image: url(../images/navBar_Bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 800px;
	padding: 0 0 23px 0;
}

#navBar ul {

	padding: 0;
	list-style: none;
	margin: 12px 0 0 15px;
}

#navBar ul li {
	float: left;
	color: #0a2365;
	font-weight: bold;
}

#navBar li a:link {
	color: #0a2365;

}

#navBar li a:visited {
	color: #0a2365;

}

#navBar ul a {
	font-size: 11px;
	display: block;
	padding: 0 25px 0 10px;
	text-decoration: none;
	line-height: 14px;
	color: #0a2365;
	font-weight: bold;
}

.navBorder {
	background: url(../images/nav_divider.gif) repeat-y right top;

}

#navBar ul a:hover {
	color: #ed1c24;
	font-weight: bold;
}

/* CONTENT
-------------------------------------------------------------------- */

#searchCol
{
	width: 182px;
	float: left;
	margin: 0 0 0 9px;
	/*border: solid 1px #000000;*/
	display: inline;

}

#searchCol img
{
	display: block;

}

/* QUICK SEARCH
-------------------------------------------------------------------- */
#quickSearchHead
{
	width: 160px;
	margin: 5px 0 0 0;

}

#quickSearchBody
{
	background-image: url(../images/Qsearch_bodyBG.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	color: #253777;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	line-height: 14px;
	width: 140px;
}

.quickSearchElements
{
	width: 140px;
	font-size: 10px;
	margin: 0 0 10px 0;
}

#quickSearchFooter
{
	width: 160px;
}

#finditforme
{
	width: 160px;	
	font-size: 11px;
	color: #666666;
	background: url(../images/finditforme.gif) no-repeat right bottom;
}

/* END QUICK SEARCH
-------------------------------------------------------------------- */


.breadcrumb
{
	padding: 0 0 0 0;
	margin: 0 0 0 0px;
}
ul.breadcrumb
{
margin-bottom: 20px;
}

.breadcrumb li
{
	background: url(../images/link_arrow.gif) no-repeat left ;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	display: inline;
}

.linkarrow
{
padding: 0 0 0 20px;
margin: 0 0 10px 0px;
}

.linkarrow li
{
list-style-image: url(../images/link_arrow.gif);
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#locationSearch
{
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
	width: 140px;
}

#mainContent
{
	float: left;
	margin: 0 0 0 10px;
	color: #666666;
	font-size: 11px;
	width: 587px;
}

#headerBar, .headerBar
{
	background-image: url(../images/headerBar.gif);
	background-repeat: no-repeat;
	width: 583px;
	height: 19px;
	padding: 6px 0 6px 0;
}
#header, .header
{
	float: left;
	display: inline;
}

#searchDetails
{
	float: right;
	display: inline;
	margin: 2px 15px 0 0;
}

#searchPageChoice
{
	font-size: 13px;
	text-align: center;
	display: block;
	margin: 1px 15px 0 15px;
}
#searchPageChoice a
{
	font-size: 13px;
	color: #ed1c24;
	text-decoration: none;
}
#searchPageChoice a:hover
{
	text-decoration: underline;
}
#searchPageChoice .prevnext
{
	margin: 1px 15px 0px 15px;
}

.categoriesItem
{
	float: left;
	margin: 0 7px 0 0;
	width: 139px;
	/*border: solid 1px #000000;*/
}

#subContent
{
	float: left;
	margin: 20px 0 0 0;

}

#leftContent
{
	width: 295px;
	float: left;
	margin: 0 0 0 0;
	background-position: right;
	background-image: url(../images/centerCol_line.gif);
	background-repeat: repeat-y;
	display: inline;

}

#rightContent
{
	float: left;
	margin: 0 0 0 10px;
	color: #666666;
	font-size: 11px;
	width: 280px;
}

/* HOME PAGE
-------------------------------------------------------------------- */
#investment
{
	background-image: url(../images/investment_head.gif);
	background-repeat: no-repeat;
	padding: 45px 0 0 0;	
	width: 275px;
}

#investment .imgRight {
	margin: 0 0 0 210px;
}

#visitGuide
{
	background-image: url(../images/visitguide.gif);
	background-repeat: no-repeat;
	padding: 45px 10px 11px 95px;	
	margin: 10px 0 15px 0;	
	width: 165px;
}


#propBox
{
	padding: 7px 7px 7px 7px;	
	width: 266px;	
	border: solid 1px #61a1c7;
	margin: 0 0 15px 0;
}

.propBoximg
{
	border: solid 4px #e9eef1;
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

.blueTXT
{
	color: #2154a5;
}

.redTXTbold
{
	color: #ef3434;
	font-weight: bold;
}

.propDetails
{
	float: left;
	width: 124px;
}

.propMore
{
	display: inline;
	margin: 5px 0 0 65px;
}

#inspection
{
	width: 280px;	
	background: url(../images/inspectionBG.jpg) no-repeat right bottom;
	margin: 0 0 15px 0;
}

#seminar
{
	width: 280px;	
	background: url(../images/seminarBG.jpg) no-repeat right bottom;
}

#needfinance
{
	width: 280px;	
	background: url(../images/financeBG.jpg) no-repeat right bottom;
	margin: 0 0 15px 0;
}

#invest
{
	width: 280px;	
	background: url(../images/investBG.jpg) no-repeat right bottom;
	margin: 0 0 15px 0;
	float: left;
}

/* END HOME PAGE
-------------------------------------------------------------------- */

/* PRODUCT PAGE
-------------------------------------------------------------------- */

#propContent
{
	float: left;
	margin: 20px 0 0 0;

}

#propLeftContent
{
	width: 290px;
	float: left;
	margin: 0 0 0 0;
	display: inline;

}

#propRightContent
{
	float: left;
	margin: 0 0 0 10px;
	color: #666666;
	padding: 10px 10px 10px 10px;
	background-color: #e7f0fc;
	font-size: 11px;
	width: 260px;
}
#propRightContent p { margin-top: 5px; margin-bottom: 5px }

#propDetails
{
	border-top: solid 1px #fff;
	padding: 5px 0 5px 0;
	color:#FF0000;

}

.PropImg { float: left; margin-right: 5px; margin-bottom: 20px }

/* END PRODUCT PAGE
-------------------------------------------------------------------- */


/* CONTENT PAGE
-------------------------------------------------------------------- */

#bodyContent
{
	float: left;
	margin: 20px 0 0 10px;
	color: #666666;
	font-size: 11px;
}

/* END CONTENT PAGE
-------------------------------------------------------------------- */



/* SEARCH 
-------------------------------------------------------------------- */

.searchResult
{
	width: 569px;	
	background: url(../images/searchResults_BG.gif) repeat-x bottom;
	margin: 10px 0 10px 0;
	padding: 5px;
	padding: 7px 7px 7px 7px;	
}

.searchImg
{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
.searchDetails
{
	float: left;
	width: 430px;
}

.searchDetails a
{
	font-size: 12px;
	font-weight: bold;
	color: #ed1c24;
}
.searchDetails a:link, .searchDetails a:visited, .searchDetails a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #ed1c24;
}

.searchDetails a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #243a75;
}
.searchMore
{
	display: inline;
	margin: 5px 0 0 370px;
}

.searchhead
{
	margin: 0 0 5px 0;
	border-bottom: #c4dbfd dashed 1px;
	padding: 0 0 7px 0;
}

/* END SEARCH 
-------------------------------------------------------------------- */

/* Footer
-------------------------------------------------------------------- */
#footer
{
	background-image: url(../images/footer_BG.gif);
	padding: 60px 0 0 0;
	height: 54px;
	width: 812px;
	clear: both;
	margin: 0 auto 0 auto;
	color: #0a2365;
	text-align: center;
	font-size: 10px;
}
#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	list-style-type: none;
}

#footer li a, #footer li a:link, #footer li a:visited
{
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	padding: 0 10px 0 10px;

}

.menuBorder {
	border-right: solid 1px #fff;
}

#footer li a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #ed1c24;
}

.formButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 140px;
	text-align: center;
	color: #FFFFFF;
	background-color: #b61316;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e9a1a2;
	border-right-color: #e9a1a2;
	border-bottom-color: #640506;
	border-left-color: #640506;
}

.imgRightCat {
	float: right;
	margin: 0 0 0 15px;
}

hr {
 color: #f00;
background-color: #f00;
}

/*--------- Advanced search page (and similar) ---------*/
form fieldset { width: 500px }
label { width: 125px; float: left }
fieldset div.feature { display: inline; float: left; margin-right: 10px; width: 150px }
fieldset div.feature2 { display: inline; float: left; margin-right: 20px; margin-top: 10px; width: 230px }
fieldset div label { width: 100px; float: none }
fieldset.labelsleft label { clear: left }
fieldset div.fullwidth { display: block; float: none; width: auto; margin-top: 10px }
fieldset div.fullwidth label { width: 100px; float: left }

div.row { width: 300px }
div.row label { float: left; clear: right }
div.row span { float: right; text-align: left; width: 190px; padding-bottom: 10px }

#propBox { min-height: 105px }

@media print {
	.noprint { display: none }
	#navBar { display: none }
	#searchCol { display: none }
	#flag { display: none }
	#footer ul { display: none }
	#mainContent { margin: 0px auto }
}

/*-----Dennis' additions-----*/
#imageLeft {
  float:left;
  padding-top:15px;
  padding-right:15px;
  padding-bottom:15px;
  }
#imageRight {
  float:right;
  padding-top:15px;
  padding-left:15px;
  padding-bottom:15px;
  }
.imgLeft {
  float: left; clear: right; margin-right: 10px; padding-bottom: 20px
};
.imgRight2 {
  float: right; clear: left; margin-left: 10px
};
.imgLeft, .imgRight2 { border: 1px #e61d24 solid }
p.afterimg { padding-top: 20px; padding-bottom: 20px }
