/*********************************************************************/
/* TITLE: Badger Building                                			*/ 
/* URI  : css/style.css                                   			*/
/* MEDIA: Screen                                          			*/
/* DESIGNER: Rob Poll                                    			*/
/*********************************************************************/

/*********************************************************************/
/* HTML tag styles                                                   */
/*********************************************************************/

html {
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #01381b url(../img/bg_grad.jpg) repeat-x top;
}

/******* hyperlink and anchor tag styles ***********************************/

a, a:link, a:visited{
	color: #FFE9AC;
	text-decoration: none;
	border: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles ***************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font: bold 120% Arial,sans-serif;
	color: #ffe9ac;
	margin: 0px;
	padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold 100% Arial, sans-serif;
	color: #DBE9AC;
	margin: 0px;
	padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	font: 10px Arial, sans-serif;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}

h6 {
}

p {
	font-weight: normal;
}
img, a {
	border-style: none;
}
/*************** list tag styles ********************************************/

ul{
 list-style-type: square;
}


/********* form and related tag styles **************************************/

form {
	margin: 0px;
	padding: 0px;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input, select, textarea{
font-family: Arial,sans-serif;
}


form.adminLogin {
	margin-left: 110px;
	margin-top: 15px;
	font-size: 11px;
	color: #666666;
}
form.adminLogin label {
	font-size: 11px;
	color: #666666;
}
form.adminLogin input {
	font-size: 11px;
	color: #666666;
	background: url(../img/inputBG.jpg) repeat-x;
	border: 1px solid #CCCCCC;
	height: 19px;
}

/***********************************************/
/* Navbar Divs                                 */
/***********************************************/

#Nav {
	width:771px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	height: 72px;
	background: url(../img/bg_nav.jpg) repeat-x;
}

#navBar {
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#navBar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navBar li {
	display: block;
	float: left;
	height: 40px;
	padding: 0px;
	font-size: 12px;
	background: url(../img/navpipe.jpg) repeat-x;
	text-align: center;
}

#navBar a {
	display: block;
	height: 40px;
	padding: 0px 6px;
	background: url(../img/bg_but.jpg) repeat-x;
	color: #E2E2E2;
	margin: 0px 1px;
	font-weight: bold;
	line-height: 38px;
}

#navBar a:hover {
	text-decoration: none;
	color: #FFF;
	background: url(../img/bg_but_over.jpg) repeat-x;
}

#navBar .active a {
	text-decoration: none;
	color: #FFF;
	background: url(../img/bg_but_over.jpg) repeat-x;
}


#subnavBar {
	height: 32px;
	width: 771px;
	background: url(../img/bg_subnav.jpg) repeat-x;
	font-size: 11px;
	line-height: 32px;
	color: #197A47;
}
#subnav1 {
	position: absolute;
	z-index: 100;
	height: 32px;
	width: 771px;
	background: url(../img/bg_subnav.jpg) repeat-x;
	visibility: visible;
}
#subnav2 {
	position: absolute;
	z-index: 200;
	height: 32px;
	width: 771px;
	background: url(../img/bg_subnav.jpg) repeat-x;
	visibility: hidden;
}
#subnav3 {
	position: absolute;
	z-index: 300;
	height: 32px;
	width: 771px;
	background: url(../img/bg_subnav.jpg) repeat-x;
	visibility: hidden;
}
#subnavBar ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}

#subnavBar li {
	display: block;
	float: left;
	height: 32px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
}

#subnavBar a {
	display: block;
	height: 32px;
	padding: 0px 2px;
	background: url(../img/bg_subbut.jpg) repeat-x;
	color: #00592a;
	margin: 0px 1px;
	font-weight: normal;
}

#subnavBar a:hover {
	text-decoration: none;
	color: #00A64F;
	background: url(../img/bg_subbut_over.jpg) repeat-x;
}


/*********************************************************************/
/* Layout Divs                                 						 */
/*********************************************************************/

#container {
	width:771px;
	background-color: #ffffff;
	margin: auto auto 20px;
	border: 8px solid #FFFFFF;
}

#content {
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}
.headimg {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}



/*********************************************************************/
/* Component Divs                                            		*/
/*********************************************************************/




/************* Intro styles ****************************************/

#intro {
	width: 771px;
	background: #006831;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
}
#intro p {
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 12px;

}
.introtxt {
	margin: 0px;
	padding: 0px;
	height: 265px;
}
.introtxt2 {
	margin: 0px;
	padding: 0px;
}
#intro h5 {
	font: 9px Arial, sans-serif;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
}

#intro a{

}

#intro a:hover{

}
#pdflinks {
	width: 771px;
	background: #004914 url(../img/bg_but_over.jpg) repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
#ninepixpad, #ninepixpad2 {
	padding: 9px;
}

#flashholder {
	margin: 0px 9px 0px 0px;
	float: left;
	height: 265px;
	width: 397px;
	background: url(../img/FLASHHOLDER.jpg) no-repeat center center;
	padding: 0px;
}
#tablock {
	margin-top: 10px;
	clear: both;
	height: 185px;

}
#tablock  .tabholder {
	margin: 4px;
	padding: 0px;
	height: auto;
	width: 585px;
	color: #006633;
	font-size: 11px;
	font-weight: normal;
}
#tablock  .tabholder  .gray {
	color: #999999;
	font-weight: bold;
}
.tabpaging {
	text-align: right;
	margin-top: 10px;
	background: #FFFFFF;
}
.tabpaging  a {
	color: #006831;
	padding: 4px;
	font-weight: bold;
}
.tabpaging  a:hover {
	color: #666666;
}
.opentable {
	border: 1px solid #D5D5D5;
	margin-top: 2px;
	margin-bottom: 2px;
}

#devblock {
	margin-top: 5px;
	clear: both;
	margin-bottom: 5px;
	color: #666666;
}
#devholder  {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 153px;
	width: 100%;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #006831;
	background: #EEEEEE url(../img/devblock_bg_up.jpg) repeat-x;
}
#devholder2  {
	margin: 5px 0px 10px;
	padding: 0px;
	width: 100%;
	color: #006831;
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #006831;
	background: #EEEEEE url(../img/devblock_bg_up.jpg) repeat-x bottom;
}
#partholder {
	margin: 5px 0px 10px;
	padding: 0px;
	width: 100%;
	color: #006831;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #006831;
	background: #EEEEEE url(../img/devblock_bg_up.jpg) repeat-x bottom;
}
#devblock  #devholder  .gray, #devholder2  .gray  {
	color: #999999;
	font-weight: bold;
}
#devblock #devholder #devtxt {
	width: 490px;
	margin: 5px 5px 5px 15px;
}

#devblock h1{
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #006831;
	margin: 0px;
	padding: 0px;
}
#devblock a {
	color: #006831;
}
#devblock a:hover {
}
#devlink {
	width: 475px;
	background: #E9E9E9;
	padding: 5px;
	margin-top: 5px;
}

#mapblock {
	margin-top: 10px;
	clear: both;
	height: 185px;
	border: 1px solid #006831;

}
.cream {
	color: #FFE9AC;
}
.white {
	font-size: 11px;
	color: #FFFFFF;
}
#consumercode {
	background: #BFB5AC url(../img/CCHB.jpg) no-repeat right center;
	clear: both;
	height: 71px;
	margin: 0px 0px 5px;
	width: 771px;
}
#consumercode a {
	color: #7F001C;
	padding: 15px 10px 0px 40px;
	display: block;
	width: 715px;
	line-height: 18px;
	height: 56px;
}
#consumercode a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#consumercode2 {
	height: 255px;
	width: 330px;
	background-color: #BFB5AC;
	float: right;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 5px solid #FFF;
}
#consumercode2 a {
	color: #7F001C;
	display: block;
	line-height: 18px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size:16px;
}
#consumercode2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#homebuydirect {
	background: #FFFFFF url(../img/homebuydirect.jpg) no-repeat right center;
	clear: both;
	margin: 0px 0px 5px;
	border: 1px solid #65055F;
}
#homebuydirect p {
	font-size: 12px;
	padding: 0px 10px 0px 25px;
	display: block;
	width: 520px;
}

#homebuydirect a { color: #F10291; 
}
#homebuydirect a:hover {
	color: #65075D;
	text-decoration: none;
}




/************* Footer styles ****************************************/
#footer {
	background: #cccccc url(../img/bg_footer.jpg);
	width: 771px;
	clear: both;
	height: 139px;
}
#footxt {
	font-size: 12px;
	color: #666666;
	padding-top: 95px;
	padding-left: 95px;
	line-height: 18px;
}

#footainer {
	margin: auto;
	padding: 0px;
	width: 966px;
	background: #FFFFFF url(../img/footer.jpg) no-repeat 0px 0px;
	height: 177px;
}

#footxt a, #footxt a:active, #footxt a:visited {
	color: #006831;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#footxt a:hover {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}


/*************** Styling *******************************************/


#chunkblock {


}
.newspaging {
	color: #015929;
	font-size: 13px;
	background: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #015929;
}
.newspaging a {
	color: #015929;
	font-weight: bold;
}

.block {
	width: 254px;
	background: #006831;
	text-align: center;
}
.block h1{
	font: bold 14px/24px Arial, sans-serif;
	color: #ffe9ac;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_blocktitle.jpg) repeat-x;
	height: 25px;
	width: 100%;
}
.blocktxt {
	width: 95%;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px auto;
}
.block2 {
	width: 238px;
	background: #006831;
	text-align: center;
}
.block2 h1{
	font: bold 12px/24px Arial, sans-serif;
	color: #ffe9ac;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg_blocktitle.jpg) repeat-x;
	height: 25px;
	width: 100%;
}
.blocktxt2 {
	width: 230px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px auto;
}
.blocktxt a {
	color: #ffe9ac;
	font-weight: bold;
	text-decoration: none;
}
.blocktxt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.anchorarrow {
	background: url(../img/anchorarrow.png) no-repeat 6px 2px;
	margin-top: 8px;
	width: 100%;
	padding-bottom: 8px;
}
#adminlog {
	position: absolute;
	width: 770px;
	height: 118px;
	background: url(../img/bg_admin.png) no-repeat;
	visibility: hidden;
}
#adminlog2 {
	width: 750px;
	height: 118px;
	background: url(../img/bg_admin2.png) no-repeat 35px 0px;
}
.pictureborder {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}



/***********************************************/
/*Lightbox Styles                               */
/***********************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #1BB7EA;
	}
	
#enquiry {
	margin-left: 32px;
	margin-right: 42px;
}





/********************* end *******************************************/

