/* Css Rest ----------------------------------------------------------*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* End CSS Reset ----------------------------------------------*/

/* Wireframing for initial Development ------------------------
#container{border:1px solid #000;}
#header{border:1px solid #00FF00;}
#nav{border:1px solid #FFCC00;}
#content{border:1px solid #CC0000;}
#footer{border:1px solid #3300FF;}
body{border:1px solid #3300FF;}*/
/* End Wireframing --------------------------------------------*/

/* General Selecter Setup -------------------------------------*/

	p{margin:0.5em 0 1em;}
	
	h3,h4,h5,h6 {
		margin:1em 0 0 0;
	}
	
	h1{font-size:18px; margin:0 0 1em; color:#a5004a}
	h2{font-size:14px; margin:0 0 1em; color:#a5004a;}
	h3{font-size:13px; font-weight:bold; color:#a5004a; }
	h4{font-size:1.2em; color:#a5004a;}
	h6{color:#a5004a;}
	
	#content ul, #content ol, #content dl{margin:1em 0;}							/* sets margins for lists in content, remember to overwrite for inline
																						or floated lists */
	#content ol li{																	/* sets list style for ordered lists in content */
		list-style-type:decimal;
		margin-left:30px;
	}
	#content li{margin:0 0 0.5em;}													/* sets margin for all lists in content */
	
	#content ul li{																	/* sets the margins and list type for un-ordered lists in content */
		list-style-type:square;														/* overwrite for inline lists and floated lists in the specified div */
		margin:0 0 0.5em 40px;
		padding-left:10px;
	}
	#content .no-bullet li{															/* use class on ul or ol to remove bullets from content  */
		list-style-type:none;
		margin-left:0;
	}
	a:link{
		color:#a5004a;
	}
	a:visited{
		color:#a5004a;
	}
	a:hover{
		color:#a34040;
		
	}
	a:active{
		color:#a5004a;
	}
	em{
		font-style:italic;
	}
	strong{
		font-weight:bold;
	}
	.centered{
		text-align:center;
	}
/* Tiny MCE Styles --------------------------------------------*/

	.mceContentBody{
		background:#fff;															/* sets background to white when editing in CMS */
		color:#222;																	/* sets text colour at a good contrast on white background */
		text-align:left;															/* to make sure it does not take centre styles from body */
	}
	.mceContentBody ul, .mceContentBody ol, .mceContentBody dl{margin:1em 0;}									
	.mceContentBody ol li{																			
		list-style-type:decimal;
		margin-left:30px;
	}
	.mceContentBody li{margin:0 0 0.5em;}															
	
	.mceContentBody ul li{																			
		list-style-type:square;																
		margin:0 0 0 30px;
	}
/* End Selecter Setup -----------------------------------------*/

/* General Setup ----------------------------------------------*/

	body{
		font-family: Trebuchet MS, Helvetica,Arial,Verdana,sans-serif;	
		line-height:165%;				
		text-align:center;															
		background:#7c0436 url(../images/bg-main.jpg) no-repeat 50% 0;															
		color:#58585a;
		font-size:12px;
	}
	.left{																			/* generic float and clear classes */
		float:left;
	}
	.right{
		float:right;
	}
	.clear{
		clear:both;
	}
	.clear-left{
		clear:left;
	}
	.clear-right{
		clear:right;
	}
	.clearfix:after {																
		content:".";																
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {display:inline-block;}
		/* Hide from IE Mac \*/
	.clearfix {display:block;}
		/* End hide from IE Mac */


/* End General Setup ------------------------------------------*/



/* Specific Containers ----------------------------------------*/
	#container{
		background:#fff;
		margin:0 auto;
		width:928px;	
		text-align:left;	
		position:relative;
		
		}
	#content-top{
		background:url(../images/content-top.gif) no-repeat;
		min-height:108px;
	}
	#content{
		background:url(../images/content-bg.gif) repeat-y;
		padding-top:1em;
		min-height:300px;height:auto !important;height:300px;
		z-index:100;
	}
	
	#nav{width:782px;height:35px;font-size:11px; margin:0 auto; position:relative;z-index:110;font-family:Trebuchet MS, arial, sans-serif; text-transform:uppercase;}
	.topbutton1 {border-right:1px solid #d8b767; line-height:35px; }
	.topbutton2 {border-right:1px solid #d8b767; line-height:35px; }
	.pop {border:1px solid #d8b767; border-width:0px 1px 1px 1px;}
	#button_140 {width:150px; min-height:10px;height:auto !important;height:10px;}
	#button_140r {width:150px; min-height:10px;height:auto !important;height:10px;margin-left:-0px;position:relative;}
	#nav a{display:block;color:#58585a; margin-bottom:0px;font-size:1em; text-decoration:none;}
	#nav a.topbutton1{padding-right:6px; padding-left:6px;}
	#nav a.topbutton2{padding-right:6px; padding-left:6px;}
	#nav a:hover{color:#b83b68;text-decoration:none;}
	#nav li{float:left;text-align:left; margin-top:1px;}
	#nav li ul{position: absolute; left:-999em; width:12em;}
	#nav li ul li{font-size:10px; line-height:15px; background-color:#f8e4b5; margin-top:0;}
	#nav li ul li a{padding:6px 12px;}
	#nav li:hover ul, #nav li.sfhover ul{left:auto;background-position: 0 0;}
	#nav li:last-child .topbutton1{border:none;}
	
	/*++++++++++++Move to Conditional Comment++++++++++++++++++*/
	
	*html #content-top{
		height:108px;
	}
	/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
	#bottom{
		background:url(../images/content-bottom-bg.gif) no-repeat bottom left;
		height:80px;
		clear:both;
		position:relative;
		bottom:0px;
		z-index:100;
		width:928px;
	}
	#rosemary{
		background:url(../images/rosemary.jpg) no-repeat;
		height:124px;
		left:630px;
		float:right;
		position:absolute;
		bottom:-9px;
		z-index:1;
		width:269px;
	}
	#rosemary-left{
		background:url(../images/rosemary-left.jpg) no-repeat;
		height:124px;
		left:29px;
		float:left;
		position:absolute;
		bottom:-9px;
		z-index:1;
		width:269px;
	}
	a#onefifty-year-link{
		background:url(../images/150-years-link.png) no-repeat;
		display:block;
		text-indent:-9999px;
		height:110px;
		left:650px;
		float:right;
		position:absolute;
		bottom:29px;
		z-index:1;
		width:250px;
	}
	#facebook{
		width: 100px;
		height: 30px;
		display: block;
		margin: 0 auto;
	}
/* Header Content ---------------------------------------------*/
	
	#header{
		background:url(../images/header.jpg) no-repeat;
		width:928px;
		height:128px;
	}
	#header h1{																		
		width:281px;
		position:relative;
		left:80px;
		top:30px;
		text-indent:-9999px;																																	
		background:url(../images/logo.gif) no-repeat;																											
		height:46px;
	}
	#header span{
		background:url(../images/sub-headline.gif) no-repeat;
		text-indent:-9999px;
		height:16px;
		width:370px;
		display:block;
		position:relative;
		left:130px;
		top:30px;
	}
	#header div#people{
		background:url(../images/people.png) no-repeat;
		width:397px;
		height:118px;
		position:absolute;
		top:11px;
		right:75px;
	}
	#header h1 a{
		display:block;																
																					
	}
	#header div#years {width:95px;height:95px;background:url(../images/150-years.png) no-repeat;position:absolute;left:425px;top:10px;}
	
/* End Header Content -----------------------------------------*/
/* Main Content ---------------------------------------------*/
	.box{
		margin:12px 0;
		padding:12px 12px 0;
		border:1px solid #ccc;
	}
	.gutter{
		margin-right:30px;															
	}
	#main-content{
		width:518px;
		float:left;																	
		position:relative;
		top:-40px;
		left:50px;
		z-index:100;
		border-right:1px solid #e0e3e5;
		padding-right:30px;
	}
	#main-content img{
		float:right;
		margin:8px 0 8px 12px;
		border: 1px solid #58585a;
		padding:3px;
	}
	#main-content-1col{
		width:800px;																
		position:relative;
		top:-40px;
		left:50px;
		z-index:100;
		padding-right:30px;
	}
	#side-content{
		width:250px;
		float:right;
		margin-right:50px;
		position:relative;
		top:-40px;
		z-index:100;
		display:inline;
	}
	#side-content h3, #side-content h4{
		margin-top:0;
	}
	#side-content-alt{
		width:210px;
		float:left;
	}
	#side-content-alt h3{
		margin-top:0;
	}
	#side-nav{
		background:#f5f5f0;
		padding:24px 24px 24px 10px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		border-radius:20px;
		width:170px;
		margin:0 auto 40px;
	}
	#side-nav ul{
		margin:0;
		background:url(../images/side-nav-top.gif) no-repeat top left;
		width:140px;
		padding-left:25px;
		padding-top:5px;
		padding-right:25px;
	}
	#side-nav ul li{
		list-style:none;
		margin:0;
		padding:6px 0;
		font-family:Trebuchet MS, arial, sans-serif; 
		text-transform:uppercase;
		font-size:11px;
		line-height:1.2;
		border-bottom:1px solid #e5be1f;
	}
	
	#side-nav ul li a {
		color:#58585a;
		text-decoration:none;
	}
	#side-nav ul li a:hover{
		color:#b83b68;
	}
	#side-nav span{
		background:url(../images/side-nav-bottom.gif) no-repeat bottom left;
		width:175px;
		display:block;
		height:20px;
	}
	#side-nav h2{
		border-bottom:1px solid #e5be1f;
		margin-bottom:0;
		padding-bottom:6px;
		font-family:Trebuchet MS, arial, sans-serif; 
		font-size:12px;
		padding-top:6px;
	}
	#container ul.phone{
		margin-bottom:24px;
	}
	.phone li{
		color:#d6b25f;
		font-weight:bold;		
		font-size:14px;
	}
	.home-box{
		background:#f5f5f0;
		clear:both;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
		border-radius:30px;
		padding:25px 15px;
	}
	#container .home-box ul{
		margin:0;
	}
	#container .home-box li{
		float:left;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#container .home-box li a{
		display:block;
		width:233px;
		height:100px;
	}
	#container .home-box li#family-history{
		margin-right:15px;
		background:url(../images/family-history.gif) no-repeat;
		text-indent:-9999px;
		margin-bottom:15px;
	}
	.home-box li#valued-services{
		background:url(../images/valued-services.gif) no-repeat;
		text-indent:-9999px;
		margin-bottom:15px;
	}
	#container .home-box li#prepaid-plans{
		margin-right:15px;
		background:url(../images/prepaid-plans.gif) no-repeat;
		text-indent:-9999px;
	}
	#container .home-box li#after-care{
		background:url(../images/after-care.gif) no-repeat;
		text-indent:-9999px;
	}
	#home-search{
		background:url(../images/bg-search.jpg) no-repeat;
		width:230px;
		height:45px;
		padding:10px 10px 10px;
		position:relative;
		margin-bottom:13px;
		margin-left:0px;
	}
	#home-search.postcode{
		background:url(../images/bg-postcode.jpg) no-repeat;
		width:230px;
		height:70px;
		padding:10px 10px 10px;
		position:relative;
		margin-bottom:13px;
		margin-left:0px;
	}
	#home-search input{
		color:#b9bec0;
		border:1px solid #d6b25f;
		padding:4px;
		width:145px;
		margin-right: 5px;
		float: left;
		position: relative;
	}
	#home-search p{
		margin: 0px 0px 7px;line-height: 10px;
		clear: both;
	}
	#home-search.postcode p{
		margin: 0px 0px 7px;line-height: 15px;
		clear: both;
	}
	#home-search input.button{
		border:1px solid #a5004a;
		position:relative;
		background:#be0366;	
		color:#fff;
		padding:2px;
		width:60px;
		float: left;
	}

	.industry-links a{font-size:9px;color:#58585A;}
	
/* End Main Content ---------------------------------------------*/

/* Footer Content ----------------------------------------------*/

	#footer {margin-top:9px;}
	#footer ul{
		text-align:center;		
		margin:6px;
															
	}
	#footer ul li{
		display:inline;																/* displays list horzontially */
		padding:0px 6px 0 4px;
		color:#fff;
		border-right:1px solid #fff;
		font-size:11px;
	}
	#footer ul li:last-child{
		border:0;
	}
	#footer ul li a{
		color:#fff;
	}
	#footer ul li a:hover{
		color:#dbbc74;
	}

/* End Footer Content ------------------------------------------*/

/* ********Form stuff to be moved into own stylesheet************ */ 

#form {width:660px; margin:0 auto;}
.labelline {width:660px;clear:both;height:15px;padding-top:5px;}
.formline {width:660px;clear:both;height:25px;}
.forminputleft {float:left;height:25px;margin-right:5px;}
.dsep,.radio {margin:0 3px;}
.field2{width:15px;}
.field4{width:30px;}
.fieldsmall {width:80px;}
.fieldmid {width:150px;}
.fieldwide {width:200px;}
.formmini {float:left;margin-right:5px;width:55px;}
.formsmall {float:left;margin-right:5px;width:105px;}
.formdates{float:left;margin-right:5px;width:125px;}
.formmid{float:left;margin-right:5px;width:175px;}
.formwide {float:left;margin-right:5px;width:225px;}
.formtitle {float:left;margin-right:5px;padding-top:3px;height:25px;}
.address {float:left;height:250px;width:515px;margin-right:5px;}
.address .left-block {
	float: left;width: 215px;
}
.address .right-block {
	float: right;
}
.addrline {width:550px;}
.addrline img {float:left;}



.error { color: red; }

div.errorbox {
  font-size: 10pt;  width: 600px;  border: 2px solid red;
  text-align: left;  color: red;  padding: 5px; margin: 0px auto;
	-moz-box-sizing: border-box; }

div.errorbox ul    { margin: 0 2em; }
div.errorbox ul li { margin: 2px; font-size: 9pt; }
	img, div { behavior: url(/themes/jam/css/iepngfix.htc) }

