/* O'Neill Bros Construction website styles */



body {
	background-color: #676767;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.mainTable {
	background-color: #254C91;
}

hr {
	background-color: #BFBA9C;
}


/* styles used in dynamic areas */

.listingsBG1 {
	background-color: #F6F5E4;
	padding: 6px;
	vertical-align: top;
	border: 1px solid #D7D3B5;
}
.listingsTitleMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #F7F5E5;
	background-image: url(../../contractor/assets/graphics/lisintgs-main-title-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.listingsTitleMain a:link {
	color: #ffffff;
	text-decoration: underline
}

.listingsTitleMain a:visited {
	color: #ffffff;
	text-decoration: underline
}

.listingsTitleMain a:hover {
	color: #ffffff;
	text-decoration: none
}

.listingsTitleMain a:active {
    color: #ffffff;
	text-decoration: none
}

.listingsTitleMain_noimg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #F7F5E5;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.listingsAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BEB692;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.listingsBriefMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BEB692;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.listingsBriefMain a:link {
	color: #4D88A0;
	border-bottom: dotted 1px;
	text-decoration: none;
}

.listingsBriefMain a:visited {
	color: #4D88A0;
	border-bottom: dotted 1px;
	text-decoration: none;
}

.listingsBriefMain a:hover {
	color: #4D88A0;
	border-bottom: 0px;
	text-decoration: none;
}

.listingsBriefMain a:active {
    color: #4D88A0;
	border-bottom: 0;
	text-decoration: none;
}
.lisitngsImg {
	vertical-align: top;
	border: 1px solid #BEB692;
}


  
.teamTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BCB48E;
	text-decoration: underline;
}


.listingBG2 {
	background-image: url(../../contractor/assets/graphics/lisitng-main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 14px;
	vertical-align: top;
}

.listingsTitleDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #F7F5E5;
	background-image: url(../../contractor/assets/graphics/lisitng-details-title-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.listingsDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BEB692;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	line-height: 14px;
}

.listingsDetails a:link { 
  color: #ffffff; 
  background-color: #BEB692; 
  text-decoration: none;
  padding:2px
}

.listingsDetails a:hover { 
  color: #ffffff; 
  background-color: #BEB692;   
  text-decoration: underline;
  padding:2px
}


.listingsDetails a:active { 
  color: #BEB692;  
  text-decoration: underline;
  padding:2px
}

.listingsDetails a:visited { 
  color: #ffffff; 
  background-color: #BEB692; 
  text-decoration: none;
  padding:2px
}

.listingsPageNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E3E0C8;
}

.listingsPageNav a:link { 
  color: #BFB793;  
  text-decoration: underline
}

.listingsPageNav a:hover { 
  color: #BDB58F;  
  text-decoration: none}


.listingsPageNav a:active { 
  color: #BDB58F;  
  text-decoration: none}

.listingsPageNav a:visited { 
  color: #BFB793;  
  text-decoration: underline
}

#li_houselist
{
    float: left;  
    list-style: none;
    padding: 0;
    margin: 0;
	font-size: 10px;
	padding-left: 100px;
    
}

/* Dev Minor Navigation */

#ul_overview
{
	padding:0px;
	margin:0px;
	color: #BFB692;
}
#ul_overview li
{
    display: inline;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
       
}

#ul_overview li a
{
    text-decoration:none;
    color: #BFB692;
    
}

#ul_overview_selected
{
	background: #F7F5E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BCB48E;
	border-right-color: #BCB48E;
	border-left-color: #BCB48E;
}

/* Dev Property list */
#dev_nav_list
{
    color: #BFB692;
    padding:0;
    margin:0;
	font-size:11px;
    
}
#dev_nav_list a
{
    font-size:11px;
    color: #BFB692;
    text-decoration:none;
    
    
}
.dev_td_selected
{
    padding-left:10px;
    background: #F7F5E5;
    background-image: url(http://www.no1site.com/onb/contractor/assets/graphics/devbullet.gif);
    background-position:right;
    background-repeat:no-repeat;
}

.dev_td
{
    padding-left:10px;
}


/* main text and content areas */

.qualityTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f6f5ea;
	background-color: #beb692;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 2px;
	vertical-align: top;
}

.contactTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.mainTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}


.subTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

.subTextBox a:link {
	color: #4D88A0;
	text-decoration: underline;
}

.subTextBox a:visited {
	color: #4D88A0;
	text-decoration: underline;
}

.subTextBox a:hover {
	color: #4D88A0;
	text-decoration: none;
}

.subTextBox a:active {
    color: #4D88A0;
	text-decoration: none;
}

.copyrightTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}

.galleryBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px;
}


.teamTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BCB48E;
	text-decoration: underline;
}

.contactTextTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5DCB1;
	text-align: left;
	padding-bottom: 5px;
}


.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BEB692;
	background-color: #F6F5E4;
	border: 1px double #BEB692;
}

.formTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E5DCB1;
	border-right-color: #E5DCB1;
	border-bottom-color: #E5DCB1;
	border-left-color: #E5DCB1;
}

.joinerTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 10px;
	vertical-align: top;
}

.joinerTextBox a:link { 
  color: #ffffff; 
  text-decoration: underline;
}

.joinerTextBox a:hover { 
  color: #ffffff; 
  text-decoration: none;
}


.joinerTextBox a:active { 
  color: #ffffff; 
  text-decoration: none;
}

.joinerTextBox a:visited { 
  color: #ffffff; 
  text-decoration: underline;
}


/* footer nav */

.navTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
}
.navTextBox a:link { 
  color: #ffffff;  
  text-decoration: none
		}
.navTextBox a:hover { 
  color: #ffffff; 
  text-decoration: underline
		}

.navTextBox a:active { 
  color: #ffffff; 
  text-decoration: underline
		}

.navTextBox a:visited { 
  color: #ffffff;  
 text-decoration: none
}
 

/* sub nav in developments */

#sideNavSubLinks ul
{
    list-style: none;
    padding: 0;
    margin: 0;
	font-size: 10px;
}
#sideNavSubLinks li
{
	background: #ffffff;
	height: 1.75em;
	line-height: 2em;
	float: left;
	width: 206px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #95b2c0;
	border-right-color: #95b2c0;
	border-bottom-color: #95b2c0;
	border-left-color: #95b2c0;
	color: #3a6679;
}
#sideNavSubLinks li a
{
	background: #bccfd8;
	height: 1.75em;
	line-height: 2em;
	float: left;
	width: 206px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #95b2c0;
	border-right-color: #95b2c0;
	border-bottom-color: #95b2c0;
	border-left-color: #95b2c0;
	color: #4d88a0;
	text-decoration: none
}
#sideNavSubLinks li a:visited
{
	background: #bccfd8;
	height: 1.75em;
	line-height: 2em;
	float: left;
	width: 206px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #95b2c0;
	border-right-color: #95b2c0;
	border-bottom-color: #95b2c0;
	border-left-color: #95b2c0;
	color: #4d88a0;
	text-decoration: none
}
#sideNavSubLinks li a:hover
{
	background: #ffffff;
	height: 1.75em;
	line-height: 2em;
	float: left;
	width: 206px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #95b2c0;
	border-right-color: #95b2c0;
	border-bottom-color: #95b2c0;
	border-left-color: #95b2c0;
	color: #3a6679;
}



/* home page styles */

.homeBG {
	background-image: url(home/home_bb.gif);
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.homeText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	color: #BEB692;
	vertical-align: top;
}
.homeText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.homeText1Lead {
	font-size: 14px;
}
.homeText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 44px;
	padding-top: 10px;
	padding-right: 10px;
	color: #BEB692;
}

/* property minor nav listings */
.prop_minor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color:#ffffff;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}

.prop_minor_selected
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color:#ffffff;
	background-image: url(../../contractor/assets/graphics/lisitng-details-title-bg.jpg);
	background-repeat: no-repeat;
    padding-top: 2px;
	padding-bottom: 2px;    
}

.prop_minor_selected a:link
{
    color:#F7F5E5;
    font-size:12px;
    text-decoration:none;
}

.prop_minor_selected a:visited
{
    color:#F7F5E5;
    font-size:12px;
    text-decoration:none;
}

.prop_minor_selected a:hover
{
    color:#F7F5E5;
    font-size:12px;
    text-decoration:none;
}

.prop_minor_selected a:active
{
    color:#F7F5E5;
    font-size:12px;
    text-decoration:none;
}

.prop_minor a:hover
{
    color:#BEB692;
    font-size:12px;
    text-decoration:none;
}

.prop_minor a:active
{
    color:#BEB692;
    font-size:10px;
    text-decoration:none;
}

.prop_minor a:link
{
    color:#BEB692;
    font-size:12px;
    text-decoration:none;
}

.prop_minor a:visited
{
    color:#BEB692;
    font-size:12px;
    text-decoration:none;
}



.prop_list
{
    color:#BEB692;
    font-size:10px;
    text-decoration:none;
}

.prop_list a:hover
{
    color:#BEB692;
    font-size:10px;
    text-decoration:none;
}

.prop_list a:active
{
    color:#BEB692;
    font-size:10px;
    text-decoration:none;
}


.prop_list a:link
{
    color:#BEB692;
    font-size:10px;
    text-decoration:none;
}

.prop_list a:visited
{
    color:#BEB692;
    font-size:10px;
    text-decoration:none;
}


