	body, html {
		height: 100%;
	}
	
	body {  
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0;
		text-align: left;
		background: #fff url(images/body_bg_tile.jpg) 0 0 repeat-x;
	}
	
	hr {
		color: #666;
		background-color: #666;
		height: 1px;
		border: none;
		clear: both;
	}
	
	.articles,
	.prevnext,
	.breadcrumb {
		font-size: 67.5%;
		margin: 0;
	}
		
	.errors {
		font-size: 75%;
		background: #FFCC66;
		border: 1px solid #CC0000;
		padding: 10px;
		margin: 10px 0 10px 0;
	}
	
	.invalid,
	.required {
		color: red;
	}
	
	p, li {
		font-size: 75%;
		line-height: 1.8em;
	}
	
	label {
		font-size: 75%;
	}
	
	a {
		text-decoration: underline;
		color: #000;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#btl {
		margin: 0;
		padding: 0;
	}
				
	#btl ul {
		margin: 0 1em 0 0;
		padding: 0;
		list-style: none;
	}
			
	#btl li {
		line-height: 1em;
		font-size: 100%;
		padding-left: 30px;
		background: url(images/check.jpg) 0 8px no-repeat;
	}
			
	#btl li a {
		text-decoration: none;
		display: block;
		width: 100%;
		color: #333;
	}
					
	#btl li a:hover {
		color: #c00;
	}
	
	#logo {
		margin: 10px 0 0 10px; padding:0;
		position:relative;
		width:253px; height:93px;
		overflow:hidden;
		background: #fff;
		float: left;
	}
	
	#logo .click a {
		display: block;
		cursor: pointer;
		font-size: 50%;
	}
	   
		#logo .click span {
			display:block;
			position:absolute; left:0; top:0; z-index:1;
			width:253px; height:93px;
			margin:0; padding:0;
			background:url("images/logo.jpg") top left no-repeat;
		}
	
	#contact-tab {
		margin: 0 0 0 375px; padding:0;
		position: relative;
		width: 126px; height:32px;
		overflow: hidden;
		background: #fff;
		float: left;
	}
	
		#contact-tab .click a {
			display: block;
			cursor: pointer;
			font-size: 75%;
		}
		   
			#contact-tab .click span {
				display:block;
				position:absolute; left:0; top:0; z-index:1;
				width:126px; height:32px;
				margin:0; padding:0;
				background:url("images/contact_tab.jpg") top left no-repeat;
			}
			
	* html #rightcol-wrapper /* for any version of ie less than 7 */ { 
	    height : 100%;
    }
	
	#rightcol-wrapper {
		 float: left;
		 width: 100%;
		 min-height: 100%;
	 }		

	* html #rightcol {
		height: 262px;
	}

	#rightcol {
		 margin: 0 0 0 200px; /* right margin is width of leftcol plus padding*/
		 padding: 15px;
		 width: 540px;
		 min-height: 262px;
		 clear: left;
		 background: #fff url(images/bg_rightcol_fixed.jpg) 0 0 no-repeat;
	}
	
	#rightcol h1, 
	#rightcol h2, 
	#rightcol h3 {
		font-size: 140%;
		font-weight: 100;
		color: #808000;
	}
	
	#rightcol h2 {
		margin-top: 0;
		text-transform: lowercase;
	}
	
	#rightcol p,
	#rightcol li {
		color: #666666;
		line-height: 2em;
	}
	
	#rightcol .float {
		float: right;
		margin: 10px 10px;
	}
	
	#rightcol .float img {
		margin-bottom: 20px;
	}
	
	#rightcol #buytoletintro {
		width: 100%;
		background-color: #C8DDEE;
		border: 1px dashed #003399;
		color: #fff;
		text-align: center;
	}
	
	#rightcol #buytoletintro p {
		font-size: 140%;
		padding: 10px;
		margin: 0;
		color: #000;
		line-height: normal;
		
	}
	
	#rightcol #buytoletintro2 {
		width: 100%;
		background-color: #333;
		color: #fff;
		text-align: center;
	}
	
	#rightcol #buytoletintro2 h3 {
		font-size: 180%;
		padding: 10px;
		margin: 0;
		color: #fff;
		line-height: normal;
	}


	#rightcol .box-wrapper {
		width: 248px;
		border: 1px solid #000;
		margin: 20px 5px;
		min-height: 600px;
		overflow: visible;
		position: relative;
	}
	
	* html #rightcol .box-wrapper {
		height: 600px;
	}
	
		#rightcol .box {
			width: 100%;
			text align: center;
			background: url(images/bg_box_tile.jpg) 0 0 repeat-x;
		}
		
		#rightcol .box h2 {
			background-color: #003399;
			color: #FFFFFF;
			padding: 5px;
			border-bottom: 1px solid #fff;
		}
		
		#rightcol .box p {
			text-align: center;
			padding: 5px;
			line-height: normal;
			font-size: 130%;
			color: #039;
			font-weight: bold;
		}
		
	#rightcol .box-wrapper2 {
		width: 248px;
		border: 1px solid #000;
		margin: 20px 5px;
		min-height: 400px;
		overflow: visible;
		position: relative;
	}
	
	#rightcol .box2 {
			width: 100%;
			text align: center;
			background: url(images/bg_box_tile.jpg) 0 0 repeat-x;
		}
		
		#rightcol .box2 h2 {
			background-color: #333;
			color: #FFFFFF;
			padding: 5px;
			border-bottom: 1px solid #fff;
			font-size: 75%;
			text-align: center;
			height: 50px;
			overflow: visible;
			font-weight: bold;
			text-transform: none;
		}
		
		#rightcol .box2 p {
			text-align: center;
			padding: 5px;
			line-height: normal;
			color: #333;
			font-weight: bold;
		}
	
	* html #rightcol .box-wrapper {
		height: 600px;
	}	
	
	* html #rightcol .box-wrapper2 {
		height: 400px;
	}
		
	#rightcol a:active, 
	#rightcol a:link {
		color: #000;
	}
	
	#rightcol a {
		color: #000;
	}
		
	#leftcol {
		float: left;
		margin-left: -100%; padding-left: 10px;
		margin-top: 40px;
		width: 190px;
	}
	
	#leftcol h3 {
		color: #808000;
	}
	
		#navigation {
			width: 100%;
			margin: 0;
			padding: 0;
		}
					
		#navigation ul {
			margin: 0 1em 0 0;
			padding: 0;
			list-style: none;
		}
			  
		#navigation li {
			border-bottom: 1px dashed #ccc;
			line-height: 2em;
			font-size: 75%;
			padding: 4px 0 2px 25px;
			background: url(images/bullet.gif) 5px 9px no-repeat;
		}
				
		#navigation li a {
			text-decoration: none;
			display: block;
			width: 100%;
			color: #333;
		}
		
		#navigation li a.selected {
			color: #808000;
		}
						
		#navigation li a:hover {
			color: #808000;
		}
		
	#leftcol .telephone {
		width: 100%;
		margin: 20px 0;
		background: url(images/bg_fixed_telephone.jpg) left no-repeat;
	}
	
	#leftcol .telephone p {
		color: #808000;
		font-weight: bold;
		padding-left: 30px;
		font-size: 120%;
	}	
	
	#footer {
		clear: left;
		width: 100%;
		background: #000 url(images/bg_footer_tile.jpg) repeat-x;
	}
	
	#footer-content {
		width: 520px;
		margin-left: 200px;
		padding: 40px 20px 60px 20px;
		background: #000 url(images/bg_footer_content_fixed.jpg) 0 0 no-repeat;
		text-align: center;
	}
	
	#footer-content p {
		margin: 0;
		color: #fff;
	}
	
	#footer-content a:link, a:active, a:visited {
		color: white;
	}
	
	#menu ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
	} 
	
	#menu ul li {
		margin-left: 0;
		padding: 0 15px;
		border-left: 1px solid #fff;
		list-style: none;
		display: inline;
		font-size: 75%;
		line-height: 2em;
	}
			
	#menu ul li.last {
		margin-left: 0;
		border-right: 1px solid #fff;
		list-style: none;
		display: inline;
	}
	
	#menu ul li a:link,
	#menu ul li a:active {
		color: #fff;
	}
	
	.skip {
		display: none;
	}
	
	#forms {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
	}
	
	#forms fieldset {
		display: block;
		width: 90%;
		margin: 0 0 3em 0;
		padding: 0 1em 1em 1em;
		border: none;
		border-top: 1px solid #666;
	}
	
	#forms legend {
		font-size: 140%;
	}
	
	#forms legend.buy2let {
		display: none;
	}
	
	#forms label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 75%;
	}
	
	#forms input,
	#forms textarea {
		display: block;
		width: 25em;
		border: 1px solid #ccc;
		padding: 3px;
	}
	
	#forms input.buy2let {
		width: 10em;
	}
		
	#forms select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#forms textarea {
		height: 150px;
	}
	
	#forms input.submit {
		width: auto;
		background: #eee;
		border: 2px solid #808000;
		padding: 3px;
		font-size: 75%;
	}
	
	#forms input.hidden {
		border: none;
		display: none;
	}	
	
	#forms input.checkbox {
		display: inline;
		width: auto;
		margin-right: 1em;
		border: none;
	}
	
	#forms label.checkbox {
		display: inline;
	}
	
	#forms label.first {
		padding-top: 1em;
	}
	
	#forms fieldset fieldset {
		float: left;
		border: 1px solid #ccc;
	}
		
	#forms fieldset fieldset legend {
		font-size: 100%;
	}
	
	#forms fieldset fieldset label {
		float: left;
		padding-top: 1em;
		margin-right: 15px;
	}
	
	#forms .spacer {
		margin: 0; padding-top: 1em;
	}
	
	#forms fieldset.radio {
		margin: 1em 0 2em 0;
		border: 1px solid #ccc;
	}
	
	#forms fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		border: none;
	}
	
	#forms fieldset.radio label{
		font-weight: normal;
	}
	
	.clearer {
		clear: both;
		height: 1px;
	}
	
	#infopack {
		margin: 20px 0 20px 0;
		padding: 10px 0 10px 0;
		background-color:#ccc;
		border: 1px solid #000;
		color: #333333;
	}
	
	#infopack2 {
		margin: 0 0 20px 0;
		padding: 10px 0 10px 0;
		color: #333333;
	}
	
	#infopack2 p,
	#infopack2 form,
	#infopack2 h5 {
		padding: 0 8px 0 8px;
		margin: 0;
	}
	
	#infopack p,
	#infopack form,
	#infopack h5 {
		padding: 0 8px 0 8px;
		margin: 0;
	}
	
	#infopack form p {
		padding: 0;
	}
	
	#infopack p.form-disclaimer {
		font-size: 67.5%;
		line-height: normal;
		padding-top: 10px;
	}
	
	#infopack .errors {
		color:#900;
	}
	
	#infopackForm fieldset {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	#infopackForm input {
		display: block;
		width: 150px;
	}
	
	#infopackForm input.check {
		width: auto;
		float: left;
	}
	
	#infopackForm input.submit {
		background: #eee;
		border: 1px outset #808000;
		padding: 3px;
		font-size: 75%;
	}
	
	#infopackForm label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
	}

	#infopackForm select {
		display: block;
	}

	#infopackForm legend {
		display: none;
	}
	
	/********* CMS STYLES ********/
	
	.ditto_wrapper .ditto_link {
		text-align: right;
	}

	.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover {	
		border: 0;
	}
	
	.ditto_pages .ditto_currentpage {
		border: 1px solid #000;
		padding: 1px 5px 2px;
		margin-right: 1px;
		background-color: #ccc;
		color: #666;
	}
	
	.ditto_pages .ditto_off {
		border: 1px solid #999;
		padding: 1px 5px 2px;
		margin-right: 1px;
		color: #ccc;
	}
	
	.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
		border: 1px solid #0066CC;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ditto_pages a:hover {
		background-color: #fff;
		color: #000;
	}

	/********* EDITOR SELECTORS ********/
	.image-right {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	.image-left {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.center {
		text-align: center;
	}
	
	.right {
		text-align: right;
	}
	
	.justify {
		text-align: justify;
	}

