/* CSS Document */



	
.NS6

	{
		
	clear: both;	
		
	}
	
h1

	{
	
	margin: 0;	
		
	line-height: 25px;
	font-size: 12px;
	/*background-color: #964038;*/
	text-align: center;
	background-color: #7A0F05;
	padding: 0 15px;
	color: #FFFFFF;
	}
	
h2

	{
		
	font-size: 14px;
	font-weight: bold;	
	margin-left: 10px;
		
	}
	
			
h3

	{
		
	margin-top: 15px;
	padding-left: 10px;	
		
	}
	
p.clearfloat

	{
		
	clear: both;
	line-height: 5px;
	color: #FFFFFF;
			
	}

body

	{

	background-color: #666666;
	
	margin: 0;	/* set both padding and margin to cope with browser differences */
	padding: 0;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	
	}
	
	
body a img

	{
		
	border: 0;	
		
	}
	
	



.sitelink a

	{

	text-decoration: none;
	color: black;

	}
	
	
.sitelink a:hover

	{

	text-decoration: underline;

	}




#shell /* the shell is set with auto left and right margins to centre the div on the screen */

	{
	
	width: 756px;
	padding: 5px 0;	
	margin: 0;
	padding: 0;
	
	margin-left:   auto;
	margin-right:   auto;
	margin-top: 5px;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/menu_tile.gif);
	background-repeat: repeat-y;	
	}

#wrapper	/* the wrapper uses the shell div as its reference, wrapper holds the menu and maincontent divs */

			/* all other divs except the footer use the wrapper as a ref, all other divs use a relative position */
	{

	width: 756px;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	position: relative;
	background-color: #FFFFFF;
	
	background-image: url(images/menu_tile.gif);
	background-repeat: repeat-y;
		
	}
	


		
	
	
	
#logo	/* the logo is embedded into the html code and is set as a background */
	

	{ 
		
	padding: 0;
	height: 137px;
	/*border: 1px solid blue;*/
	position: relative;
	
	top: 0px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	border-bottom: 5px solid #FFFFFF;

	}

	

#date

	{

	
	font: normal normal bold 10px Arial, Geneva, sans-serif;
    color: #EF9845;
	text-align: right;
	padding: 10px 10px 5px 0;
	margin: 0;
	position: relative;
	top: 0px;
	left: 0px;
	
	}


#menu

	{
			
	float: left;
	width: 160px;
	background-color: #7A0F05;
	padding-top: 20px;
	/*border: 1px solid red;*/
	
	}


#mainnav	/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	list-style: none;
	margin: 0;
	padding: 0;
	/*background-color: #7A0F05;*/
	width: 160px;
	
	}


#mainnav li

	{
		

	position: relative; /* set purely to overcome IE bug of peek-a-boo content bug */
	width: 160px; /* IE doesn't display each list with background colour when display is set, also adds bottom margin - set width to eliminate */
	line-height: 18px;
	margin: 10px 0;
	
	}


#mainnav li a


	{
		
    color: #EF9845;
    font-size: .9em;
	text-decoration: none; 
	display: block;
	text-align: left;
	/*border: 1px solid white;*/
	padding-left: 80px;
		

	
	}




#mainnav li a:hover


	{

	color: #FFFFFF;

	}
	
	

#subnav

	{
	
	position: relative;
	padding: 0;
	margin: 0;
    list-style: none;

	}

#subnav li

	{
		
	margin: 5px 0;

				
	}
	
	
#subnav li a

	{
		
	font-size: 11px;				
	text-transform: lowercase;
	color: #FFFFFF;
	
	}

	
#subnav li a:hover

	{
		
	background-color: #AF6F69;
	
	}	


	
	
#levelThree

	{
	
	position: relative;
	padding: 0;
	margin: 0;
    list-style: none;

	}

#levelThree li

	{
		
	margin: 5px 0;

				
	}
	
	
#levelThree li a

	{
		
	font-size: 11px;				
	text-transform: lowercase;
	color: #FFFF00;
	
	}

	
#levelThree li a:hover

	{
	color: #FFFF00;
		
	background-color: #AF6F69;
	
	}	
	

#menuBottom

	{
		
	position: relative;
	bottom: 0;	
		
	}	

	
	
#contentmain

	{
	
	float: right;
	width: 596px;
	background-color: transparent;
	
	}
	

	
	
#contentmain p

	{
		line-height: 16px;
		text-align: justify;
		padding: 0px 20px;
	}	


#copy

	{

	clear: both;
	width: 100%;
	background-color: #F3F2FB;

	/*border-top: 1px solid black;*/
	padding: 0px 0 3px 0;
	border-top: 6px solid #0000FE;	

	}


	
#copy p

	{
		
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding: 0px 3px;	
	margin: 0px;
	}
	

#footer

	{

	width: 756px;
	padding: 5px 0;	
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	top: 0px;

	}

	
#footer p

	{
		
	font-size: 10px;
	color: #333333;		
	padding: 0px;
	background-color: #666666;
	margin: 0px;
	
	}	
	
	

#footer p a

	{

	text-decoration: none;
	color: #EF9845;

	}


#footer p a:hover

	{

	text-decoration: underline;

	}
	
	
p.row

	{
	
	clear: both;
	
	/*border: 1px solid yellow;*/
	line-height: 3em;
	text-align: center;
	color: black;	
	background-color: transparent;
	font: normal normal normal 12px Arial, Geneva, sans-serif;
	
	}


p.row span.align

	{

	
	padding: 0 10px;
	

	}
	

#slideshowHolder

	{
		
	position: relative;
	width: 300px;
	float: right;
	margin-top: 35px;
	margin-left: 10px;


			
	}
	

#slideShowContainer {
	
	position: relative;	
	width: 300px;

	background-image: url(library/5/i_roofline.jpg);
	background-repeat: no-repeat;	
}	
	

#slideshowTop {
	
	position: absolute;
	top: 0;	
	
}


#slideshowBottom {
	
	position: absolute;
	bottom: 3px;	
	left: 0;
}
	
#slideshow

	{
		
	height: 225px;
	width: 300px;
	
	}	
	
	

	
	
div.halfscreen

	{
		
	width: 280px;	

		
	}
	
p.miniBox

	{
		
	width: 140px;

	background-color: #FFDDBA;		
	height: 290px;
	position: relative;	
	top: 0px;
	margin-top: 0px;
			
	}
	
p.miniBoxRight

	{
		
	width: 140px;

	background-color: #FFDDBA;		
	height: 290px;
	float: right;
	margin-top: 0px;
			
	}

	
p.whiteBackground

	{
		
	background-color: #FFFFFF;		
		
		
	}	
	
p.miniBoxRight img

	{
		
	margin-top: 145px;	
		
	}
	
	

	
.italics

	{
		
	font-size: 1.1em;
	color: #666666;
	font-style: italic;	
	font-weight: bold;		
	
	}
	
	
ul#adImages

	{
	
	clear: both;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	list-style: none;
	padding-left:10px;
	width: 550px;
	position: relative;
	
	}
	
	
ul#adImages li

	{
	margin: 0 20px;
	display: inline;
	}
	
ul#adImages li a img

	{
		
	border: 0;	
		
	}
	
	
ul#teamMembers

	{
		
	list-style: none;
	margin: 0;
	padding: 0;		
	margin-top: 20px;		
	}
	

	
ul#teamMembers li

	{

	margin-bottom: 28px;
	padding: 0px 10px;
	text-align: justify;
	background-image: url(images/grad_divider.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
			
	}	
	
ul#teamMembers li span.jobtitle

	{	
	display: block;
		
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;	
			
	}
	
	
ul#teamMembers li img

	{
		
	border: 5px solid #FFDDBA;			
	border-bottom-width: 30px;
	margin-right: 20px;
				
	}
	
ul#teamMembers li a img	

	{
		
	border: 0;	
	vertical-align: middle;
	
	}
	
	
	
ul#teamMembers li p

	{
		
	margin: 0;
	padding: 0;
		
	}
	
	
ul#teamMembers li p.employeeName

	{
		
	width: 140px;
	text-align: left;
	padding-left: 8px;
	font-size: 11px;
	margin: 0;
	position: relative;
	top: -25px;
			
	}

ul#teamMembers li p.employeeName a

	{
		
	vertical-align: top;
		
	}
	
	
ul#teamMembers li p.employeeName a img

	{
		
	margin-left: 3px;
	position: relative;
	top: -5px;
		
	}
	
		
ul#teamMembers li div.employeeLeft

	{
		
	float: left;	
			
	}
	

#teamHeader

	{
		
	background-image: url(images/contactTeam_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;		
	height: 170px;	
		
	}
	
	
#teamHeader img

	{
		
	position: relative;
	top: 34px;
	left: 4px;
	width: 100px;
	height: 100px;
	border: 2px solid white;
				
	}
	
	
#contactForm

	{
		
	background-color: #FFDDBA;		
	width: 500px;
	position: relative;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 10px;
		
	}
	
#contactForm span.memberAnnounce

	{
		
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	top: -30px;	
	
	}
	
	
form p input.emailEnquiry

	{
		
	display: block;	
	position: relative;
	background-image: url(images/icon_email.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFDDBA;	
    color: #000000;
	
	font-size: 1.1em;
	width: 150px;
	text-align: right;
	border: 1px solid #E1B180;

	cursor: pointer;
	height: 25px;
	margin-top: 10px;
		
	}
	
form p input.emailEnquiry:hover

	{
		
	text-decoration: underline;	
		
	}

#displayid

	{
	
	margin: 0 5px;
	
	}
	
	
#listHouseMatch

	{

	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	position: absolute;
	left: 596px;	
	background-color: #7A0F05;

		
	}
	
#listHouseMatch li img

	{
		
	background-color: #FFDDBA;		
	padding: 5px;
	margin-left: 25px;
			
	}

#listHouseMatch li 

	{
			
	color: #FFFFFF;
	padding-bottom: 10px;
	font-size: 11px;
	margin-top: 5px;

	}
	
#listHouseMatch li span

	{
	
	display: block;
	width: 110px;
	margin-left: 25px;

	}
	
#selectedHouse

	{

	width: 356px;
	margin-left: 35px;
	
	}
	
	
#selectedHouse img.mainImage

	{
		
	padding: 3px;
	border: 1px solid #964038;
	margin-top: 20px;
		
	}

	
#selectedHouse p

	{
		
	padding: 5px 15px;
		
		
	}	
	
#selectedHouse p span

	{
		
	
	}
	
	
ul#thumbnails		/* browser adds a 50 pixel border to a UL element - set both padding and margin to zero */
	
	{

	list-style: none;	
	margin: 0px;
	padding: 5px 0px;
	/*border: 1px solid green;*/
	}

	
ul#thumbnails li

	{	
	
	display: inline;
	padding-left: 3px;
	}
	
	
ul#thumbnails  img

	{
	

	width: 83px;
	height: 60px;
	
	}	
	
	
ul#faqNav

	{
	
	margin: 0;
	padding: 0;		
	margin-left: 30px;	
	margin-bottom: 30px;
	}
	
ul#faqNav li

	{
	
	display: inline;
	padding: 0 35px;
	border-right: 1px dashed black;
		
	}
	
ul#faqNav li a

	{
	
	color: #000000;
	text-decoration: none;
	font-weight: bold;
			
	}

ul#faqNav li a:hover

	{
	
	text-decoration: underline;
	
	
	}
	
	
ul#faqs

	{
		
	margin: 20px auto;
	padding: 0;
	width: 80%;
	
	list-style-image: none;
				
	}
	
ul#faqs li

	{
		
	margin-bottom: 15px;
	background-image: url(images/grad_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom center;	
	padding-bottom: 10px;	
	}
	
p#question

	{
		
	color: #666666;
		
	}
	
	
p#answer

	{
		
	background-color: #FFDDBA;
	width: 90%;
	margin: auto;
	padding: 8px;
	
	margin-bottom: 20px;	
		
	}
	
	
#contactDetails

	{
		
	float: right;
	color: #000000;
	background-image: url(images/top_curve.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: .9em;	
	padding: 5px 20px;
	margin-left: 10px;
	position:relative;
	top: 30px;
	border-left: 1px solid #E1B180;
	border-bottom: 1px solid #E1B180;	
	
	}
	
	
	
#contactDetails.contactform {
	
	border-bottom: 0px solid #E1B180;	
	margin-left: 0px;
	border-left: 0px solid #E1B180;
	
	
}


#contactDetails.contactform td {
	
	border-collapse: collapse;
	padding: 0;	
	width: 160px;
}	

#contactDetails.contactform td.phoneNumber {
	
	text-align: right;
	padding-right: 15px;	
	
}




#contentmain p.sectionHeader

	{
		
	margin: 0 20px;
	background-image: url(images/header_background.gif);
	background-repeat: no-repeat;	
	background-color: #964038;
	height: 18px;
	font-weight: bold;
	font-style: italic;	
	letter-spacing: 1px;
	color: #FFFFFF;		
	padding-left: 35px;
	padding-right: 0;
		
	}

	
#certifications {
	
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	left: 5px;	
}

#certifications li {
	
	display: inline;	
	
}

#certifications li img {
	
	
	width: 90px;
	padding-top: 8px;
	padding-left: 5px;
	
}


#mainFlash {
	
	
	padding-top: 70px;
	padding-left: 5px;	
	margin-top: 30px;
	background-image: url(images/flash_holder.gif);
	background-repeat: no-repeat;
	width: 590px;
	
}

