/*	.....................................

	condo inspectors v.1
	design & build by oxidev interactive
	june 2007

	..................................... */

*
{
	padding: 0px;
	margin: 0px;
}

.clearBoth
{
	clear: both;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #268ccd;
}

a:hover
{
	text-decoration: underline;
}

strong { font-weight:bolder;}

h1
{
	color: #0078b9;
	font-size: 2.4em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h2
{
	font-size: 1.8em;
	color: #0078b9;
}

h3
{
	color: #555;
	font-size: 1.9em;
	margin-bottom: .6em;
}

h4
{
	color: #0078b9;
	font-size: 1.4em;
	margin-top:20px;
	margin-bottom:12px;
	border-bottom:1px dotted #e1e1e1;
}

h5
{
	font-size: 1.2em;
	color: #666;
	margin-bottom: .3em;
}

h5 span
{
	font-size: .8em;
	color: #999;
	font-style:italic;
}

p
{
	font-size: 1.1em;
	line-height: 1.6em;
	color: #404040;
	margin-bottom: .9em;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.noBorder
{
	border: none !important;
}

.alignCenter
{
	margin: 0px auto;
}

.textAlignCenter
{
	text-align: center;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	border-top: 3px solid #d2c79e;
	background: #f6f1de url(../images/sec_01.gif) repeat-x top left;
	text-align:center;
}




#container
{
	width: 764px;
	margin: 0px auto;
}

#container #headerHolder
{
	height: 95px;
}

#container #headerHolder a img#logo
{
	float:left;
	margin-top:25px;
	margin-right: 239px;
}

#container #headerHolder .tagline{
	margin-top:50px;
}


#container #searchHolder
{	
	width: 764px;
	height: 115px;
	background: url(../images/main_08.gif) no-repeat top;
	margin-bottom: 5px;
}

#container #searchHolder ul
{
	padding: 38px 0px 0px 345px;
}

#container #searchHolder ul li
{
	list-style: none;
	float: left;
}

#container #searchHolder ul li input
{
	border: none;
}

#container #searchHolder ul li#searchInput
{
	width: 338px;
	height: 38px;
	background: url(../images/search_01.gif) no-repeat top;
}

#container #searchHolder ul li#searchInput input
{
	width: 325px;
	height: 25px;
	font-size: 1.7em;
	color: #808080;
	margin-top: 7px;
	margin-left: 7px;
}

#container #searchHolder ul li#searchSubmit
{
	width: 41px;
	height: 38px;
}

#container #searchHolder ul li#searchSubmit input
{
	display: block;
	width: 41px;
	height: 38px;
	background: url(../images/search_02.gif) no-repeat top;
}

#container #menuHolder
{
	width: 100%;
	height: 42px;
}

#container #menuHolder ul li
{
	list-style: none;
	float: left;
	height: 35px;
	display: block;
}

#container #secSearchHolder
{
	width: 100%;
	height:76px;
	margin-bottom:0px;
	padding:0px;
	
}

#container #secSearchHolder #propertyInfo
{
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:33%;
}

#container #secSearchHolder #propertyInfo .title
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#afefff;
	font-size:1.4em;
	/*margin-top:10px;*/
	font-weight:bold;
	text-align:left;
}

#container #secSearchHolder #propertyInfo .title span
{
	font-size:.9em;
	font-weight:normal;
	/*margin-left:20px;*/
	margin-left:2px;
}

#container #secSearchHolder #propertyInfo .title span a
{
	text-decoration:underline;
	color:#afefff;
}

#container #secSearchHolder #propertyInfo .title span a:hover
{
	text-decoration:underline;
	color:#ffffff;
}


#container #secSearchHolder #propertyInfo .info
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#ffffff;
	font-size:1.2em;
	margin-top:5px;
	/*font-weight:bold;*/
}

#container #secSearchHolder #propertyInfo .info span
{
	margin-left:10px;
}

#container #secSearchHolder #steps
{
	text-align:right;
	margin-right:10px;
	float:right;
	width:65%;
	margin-top:-2px;
	height:78px;

}

#container #contentHolder
{
	padding: 0px;
	margin-top:0px;
	width: 763px;
	min-height: 500px;
	/*
	height: auto !important;
	height: 1000px;*/
	clear: both;
	background-color:#fff;
	background-image:url(../images/sectional_top_bg.gif);
	background-repeat:no-repeat;
	background-position:top;		  
}

#contentInside
{
	width:95%;
	margin:0 auto;
	margin-top:-2px;
	text-align:left;
	padding:18px 0px;
	position:relative;
}

#container #contentHolder #contentInside ul
{
	margin-bottom:20px;
	list-style-image:none;
	list-style-type:none;
	border-bottom:1px dotted #e1e1e1;
	padding-bottom:5px;
	
}

#container #contentHolder #contentInside ul li
{
	/*background:url(../services/images/bullet-green_03.gif) no-repeat 0px 5px;*/
	background:url(../images/tick.png) no-repeat 0px 3px;
	list-style-image:none;
	list-style-type:none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#666;
	line-height:23px;
	margin-left:10px;
	padding-left:25px;
}

#container #contentHolder #contentInside .selections
{
	width:100%;
}

#container #contentHolder #contentInside .selections a
{
	color:#333;
	text-decoration:none;
}

#container #contentHolder #contentInside .selections a:hover
{
	color:#0078b9;
	text-decoration:none;
}

#container #contentHolder #contentInside .selections input
{
	margin-right:10px;
}

#container #contentHolder .largeBox p{
padding-left:28px;
padding-right:18px;
}

#container #contentHolder .largeBox h1{
padding-left:28px;
}

#container #contentHolder .regularBox p{
padding-left:28px;
padding-right:18px;
}

#container #contentHolder ol{

font-size: 1.1em;
line-height: 1.6em;
color: #404040;
margin-bottom: .9em;
margin-left:20px;
}


#container #contentHolder .regularBox h1{
padding-left:28px;
}


#container #contentHolder .largeBox p a,
#container #contentHolder .regularBox p a
{
	color: #078a02;
}

#container #contentHolder .largeBox
{

	background: url(../images/gradient_large.gif) no-repeat bottom;
	margin-bottom: 50px;
	/*padding-bottom: 40px;*/
	padding-bottom:15px;
}

#container #contentHolder .largeBox table,
#container #contentHolder .regularBox table
{
	margin-left: 50px;
	/*margin-top: 25px;*/
	margin-top:0;
}


#container #contentHolder .largeBox table tr td,
#container #contentHolder .regularBox table tr td
{
	width:50%;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	height: 25px;
	padding-right: 10px;
}

#container #contentHolder .regularBox
{
	background: url(../images/gradient_small.gif) no-repeat bottom;
	margin-bottom: 50px;
	/*padding-bottom: 40px;*/
	padding-bottom:15px;
}

#container #bottomEdge
{
	width: 763px;
	height: 12px;
	background: url(../images/sec_13.gif) no-repeat top;
}

#footerHolder
{
	font-weight:normal;
	
}

#footerHolder
{
	margin-top: 15px;
	clear: both;
}

#footerHolder ul li
{
	list-style: none;
	float: left;
	color: #646464;
	font-size: 10px;
	font-weight:normal;
}

#footerHolder ul li a
{
	color: #646464;
}

#footerHolder ul li#joinUs a
{
	font-size: 1.1em;
	color: #00578b;
	background: url(../images/blue_arrow.gif) no-repeat 0px 3px;
	padding-left: 13px;
	padding-right: 30px;
}


.alignCenter
{
	display: block;
	margin: 0px auto;
}

/* .......................... popup bubble .............................. */

.bubble
{
	width: 279px;
	background: url(../images/bubble_02.png) no-repeat bottom;
	padding-bottom: 14px;
	position:absolute;
	margin-left:100px;
	margin-top:-43px;
	z-index:999;
}

.bubble .bubbleContent
{
	width: 279px;
	background: url(../images/bubble_01.png) no-repeat top;
	padding-bottom: 15px;
}

.bubble .bubbleContent h1
{
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
	background-image: none;
	padding: 30px 0px 5px 0px;

	margin: 0px 20px 5px 40px;
	border-bottom: 3px solid #a8b6bd;
}

.bubble .bubbleContent p
{
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	margin: 0px 20px 0px 20px;
	padding-top: 5px;
	
}

.popUpTitle{
padding:18px 10px 8px 18px;
font-size:1.1em;
color:#0078b9;
border-bottom:1px dotted #e1e1e1;
width:75%;
margin-left:28px;
/*margin-top:-35px;*/
}

.popUpBody{
font-size:.9em;
color:#333;
font-weight:normal;
width:200px;
}



/*---------------------------------------------------------------------------------- sifr ------*/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	/*letter-spacing: -9px;
	font-size: 55px;*/
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	/*letter-spacing: -9px;
	font-size: 55px;*/
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	/*letter-spacing: -9px;
	font-size: 55px;*/
}

/*.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/
/*---------------------------------------------------------------------------------- end of sifr ------*/

/* ................ added by allen (june 28, 07) .................... */
.clearBoth
{
	clear: both;
}

.topPara
{
	font-size: 1.2em;
	color: #666;
	margin-bottom: 35px;
}
.topPara1
{
	font-size: 1.2em;
	color: #666;
	
}
.table1
{
	width: 90%;
	margin: 15px auto;
	background-color: #fffcf2;
	border-top: 1px solid #eae5d4;
	border-left: 1px solid #eae5d4;
	border-right: 1px solid #cec6aa;
	border-bottom: 1px solid #cec6aa;
}

.table1 input,
.table1 select
{
	font-size: 11px;
}

.table1 input[type="text"],
.table1 select,
.table1 textarea
{
	/*width: 140px;*/
	width: 90%;
	padding: 2px 0px;
}

.table1 tr th.tableHeader
{
	font-size: 14px;
	background: url(../images/green_gradient.gif) repeat-x bottom;
	color: #fff;
	height: 25px;
	border-bottom: 1px solid #11a80a;
}

.table1 tr th
{
	white-space: nowrap;
}

.table1 tr td.tableSubHeader
{
	font-weight: bold;
	background-color: #f0faf0;
	color: #333;
	border-top: 1px dotted #b9dbb9;
	border-bottom: 1px dotted #b9dbb9;
}

.table1 tr th,
.table1 tr td
{
	height: 25px;
	padding: 5px 10px;
	text-align: left;
}

.table1 tr th
{
	font-size: 12px;
	color: #444;
	background-image: none;
}

.table1 tr td
{
	font-size: 11px;
}

.twoThirdColumn
{
	width: 60%;
	float: left;
}

.twoThirdColumn p
{
	width: 90%;
}

.oneThirdColumn
{
	width: 40%;
	float: left;
}

.halfColumnLeft
{
	width: 47%;
	float: left;
}

.halfColumnRight
{
	width: 47%;
	float: right;
}

/* even 2 columns in table */
table.twoEvenColumns tr td
{
	width: 45%;
	vertical-align: top;
}

table.twoEvenColumns tr td.divider
{
	width: 5%;
	background-color: #CC3300;
}

/* sec search bar */
table#findAnInspector
{
	margin: 6px auto 0px auto;
}

table#findAnInspector tr th
{
	padding-right: 30px;
}


#secSearchBar
{
	width: 379px;
	height: 38px;
	background: url(../images/sec_search_bg.gif) no-repeat top;
}

#secSearchBar input#searchField
{
	float: left;
	width: 325px;
	height: 25px;
	font-size: 19px;
	color: #808080;
	margin-top: 7px;
	margin-left: 7px;
	border: none;
	border-width:0px;
}

#secSearchBar input#goBtn
{
	float: right;
	width: 41px;
	height: 38px;
	border: none;
	background: url(../images/search_02.gif) no-repeat top;
}

#secSearchBar input#goBtn:hover
{
	background: url(../images/search_02_over.gif) no-repeat top;
	cursor: pointer;
}

/* .................. generic table for listing data (green rounded edges) ..................... */

.roundTable
{
	margin: 25px 0px;
	border-collapse: collapse;
	background-color: #fffcf2;
}

.noDivider tr td
{
	border-bottom: none !important;
}

.roundTable b
{
	color: #096815;
}

.roundTable tr th,
.roundTable tr td
{
	padding: 7px 10px;
	/*height: 40px;*/
}

.roundTable tr th
{
	font-size: 14px;
	color: #fff;
	background: url(../images/tableheader_round.gif) repeat-x top;
}

.roundTable tr th.first
{
	font-size: 14px;
	background: url(../images/tableheader_round_01.gif) no-repeat top left;
}

.roundTable tr th.last
{
	background: url(../images/tableheader_round_02.gif) no-repeat top right;
}

.roundTable tr td
{
	font-size: 1.1em;
	border-bottom: 1px dotted #eae5d4;
	/*background: url(../images/gradient_lightgreen.gif) repeat-x bottom;*/
}

.roundTable tr td a
{
	font-weight: bold;
	font-size: 12px;
}

.roundTable input[type="text"],
.roundTable input[type="password"]
{
	width: 170px;
	font-size: 1.1em;
	padding: 2px 0px;
}

.roundTable select
{
	width: 175px;
	font-size: 1.1em;
}


/* ......................... datatables (existing table structure)........................ */
#datatables
{
	border-collapse: collapse;
	margin-bottom: 20px;
}

#datatables input,
#datatables select
{
	font-size: 1.2em;
	color: #4d4d4d;
	padding:3px;
	margin:2px;
}

#datatables input[type="text"],
#datatables select
{
	border: 1px solid #808080;
}

#datatables tr th.header
{
	font-size: 1.4em;
	font-weight: bold;
	color: #3294ce;
	height: 30px;
	border-bottom: 1px solid #fff;
	background: url(../images/header_bg.gif) repeat-x bottom;
	padding-left: 0px;
	padding-top:20px;
}

#datatables tr.featured td
{
	background-color: #e8f8ff;
}

#datatables tr th.header2
{
	font-size:1.4em;
	background:none;
	background-color:#1779b4;
}

#datatables tr th
{
	font-size: 1.1em;
	color: #666;
	white-space: nowrap;
	padding: 8px 10px 8px 10px;
}

#datatables td.extrabg
{
	font-size: 1.1em;
	background-color:#fefcf3;
}

#datatables tr th
{
	color: #fff;
	background: url(../images/gray_gradient.gif) repeat-x bottom;
	/*background: url(../images/tableheader_round.gif) repeat-x top;*/
}

#datatables tr th.first
{
	background: url(../images/tableheader_round_01.gif) no-repeat top left;
}

#datatables tr th.last
{
	background: url(../images/tableheader_round_02.gif) no-repeat top right;
}

#datatables tr td
{
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px dotted #ccc;
	height: 30px;
	font-weight:bold;
	color:#444;
}

#datatables tr.featured td
{
	background-color: #e8f8ff;
}

#datatables tr td.nonmembers
{
	font-size: 11px;
	font-weight: bold;
	color: #3294ce;
	background: #fef9e2 url(../images/yellow_gradient.gif) repeat-x bottom;
}


#datatables tr td.desc
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #1685c7;
}

#datatables tr td.companynamefeatured
{
	font-size: 12px;
	font-weight: bold;
}

#datatables tr td.companyname
{
	font-size: 12px;
	color: #4d4d4d;
	/*background-color: #f1fff1;
	border: 1px solid #dce8db;*/
}

#datatables tr td.cname,
#datatables tr td.price
{
	white-space: nowrap;
}

#datatables tr td.price
{
	font-weight: bold;
	background-color: #f7f0d8;
	color: #3294ce;
	border: 2px solid #3294ce;
	text-align: center;
}

#datatables strong
{
	color: #666666;
}

div.datanumber
{
	padding-bottom: 7px;
}

div.dataemail
{
	padding-bottom: 7px;
}


/* ................... bullettbl (existing) ................ */
#bullettbl
{
	border-collapse: collapse;
	margin-top: 25px;
}


#bullettbl tr th
{
	font-size: 1.6em;
	height: 35px;
	border-bottom: 2px solid #ccc;
	color: #999999;
}

#bullettbl tr td
{
	height: 30px;
	font-size: 1.2em;
}

#bullettbl tr td a.regularlink,
#bullettbl tr td a.regularlink:hover
{
	background: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 0px;
}

#bullettbl tr td a.regularlink:hover
{
	color: #0099FF;
	text-decoration: underline;
}

#bullettbl tr td a
{
	padding-left: 20px;
	line-height: 29px;
	width: 266px;
	height: 31px;
	display: block;
	background: url(../images/bullettbl_bg.gif) no-repeat top;
	font-size: 12px;
	font-weight: bold;
	color: #798075;
	white-space: nowrap;
}

#bullettbl tr td a:hover
{
	background: url(../images/bullettbl_bg_over.gif) no-repeat top;
	text-decoration: none;
	color: #fff;
}

#bullettbl tr td a.logout
{
	background: url(../images/bullettbl_logout_bg.gif) no-repeat top;
}

#bullettbl tr td a.logout:hover
{
	background: url(../images/bullettbl_logout_bg_over.gif) no-repeat top;
	color: #806b33;
}

/* .................. leadcap .................. */

table#leadcap
{
	color: #8d8d8d;
}

table#leadcap_new{
color:#8D8D8D;
left:305px;
position:absolute;
top:125px;
}

table#leadcap tr td,
table#leadcap tr th,
table#leadcap_new tr td,
table#leadcap_new tr th
{
	padding: 3px 5px;
}

table#leadcap tr th,
table#leadcap_new tr th
{
	text-align: left;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	background-color: #f3e8c0;
	color: #86806a;
}

table#leadcap tr td.cap,
table#leadcap_new tr td.cap
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#leadcap tr td.used,
table#leadcap_new tr td.used
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#leadcap tr td.remaining,
table#leadcap_new tr td.remaining
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.viewall a
{
	color: #2a7bab;
	font-size: 10px;
	background: url(../images/magnifier_zoom_in.gif) no-repeat 0px 9px;
	padding-left: 20px;
	height: 15px;
	display: block;
	padding-top: 10px;
	text-decoration: underline;
}

#datepicker
{
	background-color: #ede6cd;
	border: 1px solid #bfb58d;
	padding: 5px;
	cursor: pointer;
}

.dpTitleText
{
	font-weight: bold;
	font-size: 11px;
}

.dpDayTR
{
	background-color: #827b5f;
	color: #fff;
}

.dpDayTD
{
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
}

#datepicker button
{
	background-color: #fff;
	border: 1px solid #bfb58d;
	font-size: 10px;
	padding: 2px 5px;
	cursor: pointer;
}

#tabs
{
	text-align: right; 
	border-bottom: 3px solid #2f991c; 
	height: 30px;
}

#contactTable{

}

#contactTable td{
	padding:4px;
	font-size:1.1em;
	color:#333;
}

#contactTable input.text,
#contactTable textarea
{
	font-size: 11px;
	padding: 2px;
	border: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* ............... article pages ............... */
.testtextbold
{
	font-size: 2em;
	font-weight: normal;
	color: #0078b9;
}

/* ............... end article pages ............... */


/* ............... inspector sub nav ............... */

/* CSS Document */


#inspectSubNav
{

}

#tabNav
{
	padding:0px;
	margin:0px;
	height: 38px;
}
	
#tabNav ul
{
	padding:0px;
	margin:0px;

}

#tabNav ul li
{
	margin-bottom:0px;
	height: 38px;
	list-style: none;
	display: block;
	float: left;
	width: 167px;
	background: url(../images/subnav_09.jpg);
	margin-right: 5px;
	display: inline;
	margin-top: 9px;
	text-align: center;
	line-height: 33px;
}

#tabNav ul li a
{
	display: block;
	width: 167px;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
	color: #add6ea;
	font-family: tahoma, helvetica, arial, lucida grande, sans-serif;
	text-decoration:none;
}

#tabNav ul li a:hover
{
color:#ffffff
}

#tabNav ul li a:active,#tabNav ul li a.active,
#tabNav ul li a:focus
{
	display: block;
	width: 167px;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
	color: #add6ea;
	font-family: tahoma, helvetica, arial, lucida grande, sans-serif;
	text-decoration:none;
	background:url(../images/subnav_07.jpg);
	color:#006ea9;
}

.subNav
{
	padding:0px;
	margin:0px;
	clear:both;
	height: 34px;
	background: #e2f6ff url(../images/subnav_13.jpg) no-repeat right;
	width:763px;
}
.subNav ul{
padding:0px;
margin:0px;

}

.subNav ul li
{
	list-style: none;
	display: block;
	float: left;
	width: 167px;
	height: 34px;
	background:#e2f6ff;
	display: inline;
	text-align: center;
	line-height: 33px;
	
}

.subNav ul li a
{
	display: block;
	width: 167px;
	height: 34px;
	font-size: 11px;
	font-weight: bold;
	color: #305467;
	font-family: tahoma, helvetica, arial, lucida grande, sans-serif;
	text-decoration:none;
	background:url(../images/subnav_16.gif) no-repeat 12px 14px;
	
}

.subNav ul li a:hover
{
	color:#0073b1;
	background:url(../images/subnav2_21.gif) no-repeat 12px 14px;
}



/* ............... end inspector sub nav ............... */
#insppaging
{
	font-size: 11px;
	
}

/* aug 30 */
table#resourcesList
{
	/*margin: 0px auto;*/
}

table#resourcesList td
{
	width: 50%;
	vertical-align: top;
}

table#resourcesList td h4
{
	border: none;
}

table#resourcesList td ul
{
	border: none !important;
}

table#resourcesList td#resourcesListLeft,
table#resourcesList td#resourcesListRight
{
	width: 50%;
}

.imageLeft
{
	float: left;
	margin: 5px;
	border: 1px solid #666;
}

.imageRight
{
	float: right;
	margin: 5px;
	border: 1px solid #666;
}

/* articleList table nov 13, 07  */

table#articleList
{
	border-collapse: collapse;
}

table#articleList td
{
	
}

table#articleList td a
{
	padding: 6px 5px;
	font-size: 14px;
	display: block;
}

table#articleList td a:hover
{
	text-decoration: none;
	background: url(../images/yellow_gradient.gif) repeat-x top;
}

/* invoiceTable nov 14, 07*/

table#invoiceTable
{
	border-collapse: collapse;
	width: 100%;
}

table#invoiceTable th
{
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding: 4px 3px;
	border: 1px solid #ccc;
	background: url(../images/extra_menu_bg.gif) repeat-x top;
}

table#invoiceTable td
{
	font-size: 12px;
	color: #404040;
	padding: 4px 3px;
	border: 1px solid #ccc;
}

table#invoiceTable .quantity
{
	text-align: center;
}

/* registerNowBtn added nov 14, 07 */
#registerNowBtn
{
	clear: both;
	float: right;
	display: block;
	text-align: right;
	padding-top: 10px;
}

/* style for siteMap */
#siteMap
{
}

#siteMap h2
{
	margin-bottom: 10px;
}

#siteMap ul
{
	border-bottom: none !important;
}

#siteMap li
{
	background: url(../images/green_arrow2.gif) no-repeat 12px 7px !important;
}

#siteMap li li
{
	background: url(../images/blue_arrow.gif) no-repeat 12px 9px !important;
}

body#leadChart
{
	font-size: 62.5%;
	font-family: arial, helvetica, "lucida grande", sans-serif;
	border-top: 3px solid #d2c79e;
	background: #f6f1de url() repeat-x top left;
}

#ciChart
{	
	width: 526px;
	margin: 30px auto;
	background: #005e95 url(../services/images/ci_chart_01.gif) no-repeat top;	
}

#ciChart h5
{
	padding: 30px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#ciChart p.blueBox
{
	margin: 0px 0px 20px 0px;
	padding: 10px;
	line-height: 1.3em;
	font-size: 14px;
	color: #fff;
	background-color: #3294ce;
	border-top: 1px solid #003859;
	border-bottom: 1px solid #003859;
}

#ciChart table
{
	width: 98%;
	margin: 0px auto;
	border-collapse: collapse;
	border: 0px;
}

#ciChart table th,
#ciChart table td
{
	padding: 7px 10px;
}

#ciChart table th
{
	border-bottom: 1px solid #3379a1;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #d2c79e;
}

#ciChart table td
{
	border: 1px solid #3379a1;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#ciChart table td.title
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#findInspector
{
	position: relative;
	margin: 0px auto;
	width: 679px;
	height: 46px;
	background: url(../images/condo_search_bg.gif) no-repeat top;
}

#findInspector input.text
{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #484848;
	width: 265px;
	top: 13px;
	left: 215px;
	border-width:0px;
	border::none;
	background-color: none;
}

#findInspector input.button
{
	position: absolute;
	top: 8px;
	left: 508px;
	opacity: .9;
}

#findInspector input.button:hover
{
	opacity: 1;
}

/* messageBox */

.messageBox
{
	width: 100%;
	border-bottom: 1px solid #dae9f2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.messageBox .left60
{
	width: 55%;
	float: left;
	padding-right: 15px;
}

.messageBox .right40
{
	width: 40%;
	float: right;
}

.messageBox p.mainText
{
	font-size: 1.5em !important;
}

.messageBox p span.number,
.messageBox p span.location
{
	font-weight: bold;
	color: #0376c4;
}

/* felix */

.ipResults {
font-size:14px;
}

#adSpaceTop {
text-align:center;
padding-bottom:20px;
}

#myAccountBox {
border:1px solid #DFDFDF;
left:350px;
padding:15px;
position:absolute;
top:120px;
}

#container #contentHolder #contentInside #myAccountBox ul {
margin-bottom:5px;
border-bottom:none;
}

#container #contentHolder #contentInside #myAccountBox p {
margin-bottom:0;
}

.rightAds{
float:right;
width:120px;
}

.leftCol{
float:left;
width:570px;
}

.contact_form {
	background:url(../images/contact_formbg.gif) no-repeat;
	color:#fceaa1;
	font-size:17px;
	font-family:"Myriad Pro", Arial;
	padding:15px 18px;
	height:345px;
	width:325px;
	float:left;
}

.contact_form a {
	color:#fceaa1;	
}

.contact_form td {
	padding:12px 0px;	
}

.contact_form .input {
	background:url(../images/input_bg.gif) no-repeat;
	padding:7px;
	height:16px;
	width:140px;
	border:none;
}

.contact_form  #pstate_input {
	background:url(../images/select_bg.gif) no-repeat;
	padding:5px;
	height:18px;
	width:154px;
	border:none;
}

#container #contentHolder #contentInside #pstate_container {
	height:150px;
	border:#ccc solid 1px;
	position:absolute;
    width:400px;
    background-color:white;
    border:1px solid #ccc;
    padding:0px;
    text-align:left;
    overflow:visible;
    z-index:300;
    background:#fff;
    max-height:200px;
    overflow:auto;
}

*:first-child+html #container #contentHolder #contentInside #pstate_container {
	position:static;
}

.relposition {
	position:relative;
}

#container #contentHolder #contentInside #pstate_container ul li {
	background-image:none;
	background-color:#ffffff;
	margin:0px;
	padding-left:10px;
}

#container #contentHolder #contentInside #pstate_container ul li.current {
	background-color:#FCEAA1;
}

#container #contentHolder #contentInside #pstate_container ul {
	padding:0px;
	margin:0px;
}

.screen_shot {
	float:right;
	width:318px;
}

