/* @override 
	http://www.int-pb.com/style.css
	http://localhost/NewIPB/style.css
	http://localhost/IPB/style.css
*/

body {
	font-size: 62.5%;
	font-family: Arial, Verdana, 'Lucida Grande',  Sans-Serif;
	background-color: #4754A1;
	color:#000; 
	padding:0; 
	border:0; 
	margin:0; 
	text-align:center;
}

#page {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background-color: #4754a1;
}


/* @group Header */

#header {
	color: #fff;
	width:1000px; 
	height: 173px; 
	float:left; 
	position:relative;
	background: #4754a1 url(images/IPBlogo.jpg) no-repeat 172px 0;
	margin: 0;
	padding: 0;
}

div#logoContainer {
	margin-left: 171px;
}

div#IPBLogo {
	width: 110px;
	height: 100px;
	padding: 9px;
	float: left;
	margin-right: 56px;
}

select {
	width: 108px;
	background-color: #97a0cb;
	border-style: none;
	color: white;
}

#propertyDrops {
	padding-left: 313px;
	padding-top: 100px;
}

#propertyDropSubmit {
	background-color: #97a0cb;
	color: white;
}

p#propDropLabel {
	width: 85px;
	margin: 0;
	padding: 0 6px 0 0;
	display: inline;
}

#searchform {
	position: absolute;
	left: 399px;
	top: 62px;
}

#searchform #stext {
	width: 109px;
}

#white .offerColumn {
	margin-top: 0;
	margin-left: -2px;
	margin-right: 0;
	padding: 1px 83px 21px 138px;
}

div.mainOfferBox {
	background-color: #97a0cb;
	color: black;
	font-size: 20px;
	float: left;
	margin-right: 15px;
	padding: 18px;
	margin-left: 35px;
	height: 100%;
	width: 196px;
}

div.offerBold {
	display: inline;
}

div.mainOfferBox p strong {
	color: white;
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

div.offerSubHead {
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.blueLine {
	border-top-style: solid;
	clear: both;
	border-top-width: 7px;
	color :#97a0cb;
}

div.offerDetailBox {
	font-size: 15px;
	line-height: 27px;
}

div.offerDetailsBox {
	padding-top: 8px;
	color: black;
	margin-right: 35px;
}

div.offerDetailsBox div.offerDetailBox p {
	font-size: 17px;
}

div.offerContainer {
	padding-top: 0;
	margin-top: 22px;
}

div.offerDetailBox strong {
	font-weight: bold;
	color :#97a0cb;
}



.menu table {position:absolute; width: 1000px; top:0; left:0; border-collapse:collapse;}
.menu table.tableInner {position:absolute; top:0; left:0; border-collapse:collapse; width: 21px;}

.menu {
	position: absolute;
	display: block;
	padding-right: 0;
	margin: 0;
	left: 360px;
	top: 13px;
	width: 633px;
}

.menu ul {
	padding-top: 19px;
	height: 32px;
	margin: 0;
	list-style-type:none;
}

.levelone  {
	width: 69px;
	text-align: center;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu a {
	background: url(images/greenglobe.jpg) no-repeat 19px 25px;
	height: 55px;
	padding-top: 7px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 1.1em;
}

.menu a:hover, .menu ul ul a:hover {
	color: #000;
	background: #c7cbe2 url(images/greenglobeB.jpg) no-repeat 19px 25px;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #000;
	background: #c7cbe2 url(images/greenglobeB.jpg) no-repeat 19px 25px;
}

.menu .propSelectForm {
	left: 0;
	width: 173px;
	top: 20px;
	padding-top: 0;
	height: auto;
}

div.comboLabel {
	margin-top: 10px;
}



div.select {
    padding: 0; 
    margin: 0 0 0 12px;
	top: 0;
}

.menu a.dd-opener {
	width: 128px;
	height: 16px;
	background: #c7cbe2 url(images/select_arrow.gif) no-repeat 126px 8px; 
	border: 1px solid #000;
	color: #000;
	padding: 4px 0 0 14px;
	text-align: left;
	margin-bottom: 0;
	margin-top: 8px;
	margin-right: 0;
}

.menu a.dd-opener:hover, .menu a.dd-opener:hover > a {
	background: #c7cbe2 url(images/select_arrow.gif) no-repeat 126px 8px; 
}

.menu ul.selectbox {
    z-index:1000; 
    line-height:1.5em;
	display: block;
	height: auto;
	padding: 0;
	width: 131px;
	background-color: #c7cbe2;
	left: 0;
	position: relative;
	margin: 0;
}

.menu ul.selectbox li {
	background-color: #c7cbe2;
	width: 100%;
	padding: 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.menu ul.selectbox li a {
	background: #c7cbe2 none;
	padding: 3px 0 0 10px;
	height: 14px;
}

.menu ul.selectbox li:hover a {
	background-color: #dadcec;
}

.menu ul.selectbox li:hover {
    background: #dadcec}

#propertySearch {
	background-color: #DADCEC;
}

.menu div.hide-dropdown .selectbox {
    display: none;
  }

#whiteBar {
	height: 34px;
	padding-top: 10px;
	padding-left: 110px;
	background-color: #fff;
	width: 890px;
	position: absolute;
	top: 129px;
}

#whiteBar p {
	color: #000;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Content */



#white div.newsColumn img.newsHeading {
	border-style: none;
	padding-left: 118px;
	margin-bottom: 59px;
}

div.newsDate {
	float: left;
	padding-top: 7px;
	margin: 0;
	background: url(images/smallglobe.png) no-repeat 75px 2px;
	width: 101px;
	height: 29px;
}

div.newsHeadline a, div.newsHeadline a:visited{
	font-size: 23px;
	text-align: left;
	margin: 0;
	color: black;
	text-decoration: none;
}

div.newsHeadline a:hover, div.newsHeadline a:visited:hover {
	color: #a8b0d4;
}

#white div.newsColumn div.newsHeadline {
	padding-left: 118px;
}



div.newsParagraph {
	padding-left: 118px;
}

div.newsParagraph h5 {
	font-size: 15px;
}

#white div.articleColumn img.newsHeading {
	border-style: none;
	margin-bottom: 59px;
}

div.articleDate {
	padding-top: 10px;
}



.articleColumn {
	padding-top: 30px;
	padding-left: 174px;
	padding-right: 145px;
}

.articleImage {
	margin: 17px 0 0;
	padding: 0 0 16px;
	width: 537px;
}

div.articleHeadline {
	font-size: 32px;
	text-align: left;
	margin: 0;
	color: #4754A1;
	text-decoration: none;
}

p.articleHeading {
	color: #4754A1;
	font-size: 18px;
	margin: 0;
}

div.articleParagraph h5 {
		font-size: 15px;
}




.newsEnd {
	height: 30px;
	padding: 0;
	clear: both;
}

h1 {
	color: #fff;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {
	color: #6B75B2;
	margin-bottom: 16px;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 12px;
}

h4 {
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 1.6em;
	color: #6b75b2;
}

h6 {
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 1.6em;
	color: #9fa8e1;
	padding: 0;
	margin: 0;
}

#blueBar h6 {
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 1.6em;
	color: #9fa8e1;
	padding: 5px 0 6px;
	margin: 0;
}

h5 {
	margin-top: 15px;
	margin-bottom: 4px;
	color: #4754A1;
	font-weight: bold;
	font-size: 1.1em;
}

p {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-top: 5px;
}


#white.content {
	clear: both;
	background-color: #fff;
}

#white .narrowColumn {
	padding-top: 30px;
	padding-left: 174px;
	width: 682px;
}
#white .newsColumn {
	padding-top: 30px;
	padding-left: 58px;
	padding-right: 145px;
}

.narrowColumn img, .whiteInternal img {
	border: 1px solid #000;
}

#white .narrowColumn .bodyText {
	margin-top: 181px;
	padding-bottom: 33px;
}

#white .narrowColumn .highbodyText {
	padding-bottom: 33px;
	margin-top: 47px;
	width: 100%;
}

#white .whiteInternal {
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 23px;
}

#white .bodyContainer {
	width: 443px;
	float: left;
	margin: 0;
	padding: 0 0 0 187px;
}

#white div.whiteInternal div.bodyContainer div.propDesc ul li {
	list-style-position: outside;
}

#white sideBar {
	position: absolute;
	display: block;
}

#white .propTitle {
	color: #4754A1;
	font-size: 2em;
	margin-bottom: 14px;
}

#white .blueTitle {
	color: #4754A1;
	font-size: 2em;
	margin-bottom: 14px;
}

#white .greyTitle {
	color: #000;
}

#white ul {
	list-style-type: disc;
	list-style-position: inside;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.7em;
}

#white .galleryHolder {
	clear: both;
	float: left;
	margin-top: 16px;
	width: 638px;
}

#blueBar div.movieContainer {
	background-color: transparent;
}

#white .thumbHolder{
	float: right;
	margin: 11px;
}

#sideText {
	float: left;
	padding-top: 32px;
	height: 134px;
	color: #6B75B2;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: bold;
	padding-right: 36px;
}

form#pinfo {
	margin-top: 21px;
	text-align: right;
}

#pinfo div.formElement {
	float: left;
	padding-right: 13px;
	padding-bottom: 18px;
	font-size: 1.2em;
	text-align: left;
}

#pinfo div.formButtons {
	padding-right: 19px;
}

#white .smallthumbHolder{
	float: left;
	margin: 0;
	padding: 25px 2px 28px 7px;
}

#white div.infoColumn {
	padding-top: 30px;
	padding-left: 109px;
	padding-right: 93px;
	height: 238px;

}

#white div.infoColumn div.infoText {
	display: inline;
}

#white #propertyTitle {
	background-color: #a8b0d4;
	font-size: 1.8em;
	margin-left: 122px;
	padding-top: 34px;
	padding-bottom: 34px;
	color: #4757a3;
}

#white #propertyTitle .whiteHeading {
	color: white;
}

div.tinyTitle {
	font-size: 1em;
	width: 100px;
	height: 28px;
}

/* My Comment */

#white .planSmall {
	width: 633px;
}


.sideBar {
	width: 213px;
	margin: 0 0 0 671px;
	padding: 0;
}

.sideBar .sideBarTitle, .sideBar .contactTitle {
	font-size: 1.3em;
	color: #4754A1;
	font-weight: bold;
}

.sideBar .sideBarTitle {
	padding-left: 34px;
	margin-bottom: 11px;

}

.sideBar .contactTitle {
	margin: 14px 0 0;
	padding: 0;
}

#white div.whiteInternal div.sideBar ul {
	padding: 0;
	margin: 0 0 16px;
	list-style-position: outside;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.7em;
	}

.sideBar li {
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sideBar .smallGlobe  {
	border-style: none;
	margin: 0 13px -6px 0;
}

.sideBar li a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(images/smallglobe.png) no-repeat 0 4px;
	padding-left: 39px;
	height: 18px;
	display: block;
}

.sideBar .contactDetail p a, .sideBar .contactDetail p a:visited {
	text-decoration: none;
	color: #4754a1;
}

.sideBar .contactDetail p a:hover, .sideBar .contactDetail p a:visited:hover {
	text-decoration: none;
	color: #b1afb0;
}

.sideBar li a:hover {
	background: #DADCEC url(images/smallglobeB.png) no-repeat 0 4px;
}

#blueBar {
	background-color: #4754A1;
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	height: 0;
}

#blueBarText {
	margin: 0;
	height: auto;
	padding: 1px 0 0 109px;
}

#blueBar p {
	color: #fff;
	padding-top: 0;
	margin: 2px 0 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

#mycontent {
	background-color: #4754A1;
}

#blue.content {
	clear: both;
	background-color: #4754A1;
	padding-top: 31px;
	padding-left: 175px;
}

#blue.content2 {
	clear: both;
	background-color: #4754A1;
}

#blue.content #picHolder {
	padding-top: 16px;
}

#blue.content p {
	color: #fff;
	font-size: 1.2em;
	margin-right: 139px;
	line-height: 1.7em;
	margin-bottom: 9px;
}

#blue ul {
	margin-bottom: 13px;
}

#blue li {
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	color: #fff;
	font-size: 1.2em;
	margin-left: 56px;
	line-height: 1.7em;
}

.floatRight {
	float: right;
	margin-left: 17px;
}

.floatLeft  {
	float: left;
	margin-right: 17px;
}

#white div.whiteInternal div.imageContainer {
	text-align: center;
	margin-top: 47px;
	margin-bottom: 25px;
	background-color: #d7e3f7;
}

.floatNone  {
	float: none;
	clear: both;
}

img.left {
	margin-top: 24px;
	width: 365px;
	height: 125px;
}



#download {
	color: #fff;
	width: 78px;
	display: block;
	background: url(images/blueonwhite.png) no-repeat;
	height: 18px;
	margin-left: -128px;
	text-decoration: none;
	padding-left: 20px;
	font-size: 1.3em;
	padding-top: 4px;
	float: left;
}

#download:hover {
	background: url(images/greyoonwhite.png) no-repeat;

}

#white .zoomButton, #white .zoomButton2 {
	background: url(images/smallblue.png) no-repeat 58px;
	height: 18px;
	margin-top: 4px;
	color: #fff;
	padding-left: 78px;
	font-size: 1.3em;
	padding-top: 4px;
	display: block;
	text-decoration: none;
	width: 52px;
}

#details.detailsButton {
	background: url(images/longblue.png) no-repeat 10px;
	height: 18px;
	margin-top: 4px;
	color: #fff;
	padding-left: 22px;
	font-size: 1.3em;
	padding-top: 4px;
	display: block;
	text-decoration: none;
	width: 74px;
	padding-right: 8px;
}

#details.detailsButton:hover {
	background: url(images/longgrey.png) no-repeat 10px;
}

#white .zoomButton2 {
	float: right;
}

#white .zoomButton:hover, #white .zoomButton2:hover {
	background: url(images/smallgrey.png) no-repeat 58px;
}

#mapHolder {
	width: 134px;
}

.contactMap {
	width: 131px;
}

#formColumn1 {
	float: left;
}

#formColumn2 {
	float: right;
}

.formLabel {
	padding-top: 8px;
	padding-bottom: 2px;
	margin: 0;
}




/* @end */

/* @group Footer */

#footer ul {
	height: 25px;
	margin-left: 536px;
	background-color: #6B75B2;
	text-align: center;
	padding-top: 13px;
	width: 418px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer ul li {
	display: inline;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#footer a#allproperties {
	border-right: 1px solid #fff;
}

#footer a:hover, #footer a:visited:hover {
	color: #7f7f7f;
}

/* @end */

/* @group Miscellaneous Styles */

hr {
	display: none;
}

.hidden {
	display: none;
}

.floatClear {
	clear: both;
	float: none;
	height: 28px;
}
/* @end */




