html, body, div, p {
	font-family:  Arial, sans-serif; 
	color: #333;
}
body { 
	text-align:center;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:26px;
	background: #ccc;
}
/* images */

img {
	margin:0;
	padding:0;
	border:0;
}
.bullet-point {
	margin-bottom:1px;
	margin-right:2px;
}
.arch-sets {
	margin:0;
	padding:0;
	margin-right:20px;
}
.large-arch-sets {
	margin:0;
	padding:0;
	margin-top:-10px;
}

/* font styles */

p {
	font-size:11pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:normal;
}
.p {
	font-size:11pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-top:0px;
	margin-bottom:19px;
	font-weight:normal;
}
.p-ns {
	font-size:10pt;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-top:0px;
	margin-bottom:100px;
	font-weight:normal;
}

.p-large {
	font-size:14pt;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	color:#000;
}
.arch-set-label {
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:0;
	border:0;
	margin-top:-5px;
}

.call {
	display:inline;
	padding: 6px 0px 8px 0px;
	margin-left: 40px;
	margin-right: 0px;
	color:#fff;
	text-decoration:none;
	width:auto;
	float:left;
	height:16px;
	border-right:0px solid #fff;
	font-size:12pt;
	font-weight:normal;
}
.useful-resources {
	font-size:10pt;
	margin:0px;
	margin-left:400px;
	padding:0px;
	border:0px;
}
.useful-resources a {
	color:#fff;
	text-decoration:none;
}
.useful-resources:hover {
	color:#fff;
	text-decoration:underline;
}
/* contradiction styles & page layouts */

.homepage-shell p {
	font-size:16pt;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:normal;
	color:#fff;
}
.reg-shell p {
	margin-bottom:19px;
}

.address-p {
	font-size:12pt;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:normal;
	color:#fff;
}
#footer p {
	font-size:12pt;
	text-align:left;
	margin:6px;
	padding:0;
	border:0;
	margin-bottom:19px;
	font-weight:normal;
	color:#fff;
}
#footer .p-small {
	font-size:10pt;
	padding-left:10px;
}




/* lists */

#horizontal-banner ul {
	margin-top:8px;
	border:0;
	padding:0;
	text-align:center;
	width:962px;
}

#horizontal-banner ul li {
	display:inline;
}
.banner-list {
	display:inline;
	padding-top: 0px;
	padding-left:6px;
	padding-right:6px;
	margin-left: 0em;
	margin-right: 0em;
	color:#000;
	text-decoration:none;
	width:auto;
	float:left;
	height:auto;
	border-right:0;
	font-size:14pt;
}

/* links */

.email-link {
	color:#fff;
}
.email-link:hover {
	color:#f93;
}
.inpagelink {
	color:#333;
	text-decoration:none;
	background: url(images/previous.gif) no-repeat top left;
	padding-left: 30px;
}
.inpagelink:hover {
	color:#333;
	text-decoration:none;
	background: url(images/previous-hover.gif) no-repeat top left;
}

/* fieldset */
	
fieldset {
	border: 1px solid #567fbf;
	text-align:left;
	width:100%;
	padding-top:40px;
}
legend {
	color:#fff;
	background-color:#567fbf;
	padding:5px;
	margin-left:10px;
	border-right:3px solid #fff;
}



/* navigation */

#navigation {
	position:absolute;
	top:0px;
	left:0px;
	width:962px;
	height:14px;
	border:0px;
	margin:0px;
	padding:0px;
	z-index:7;
}
#menu {	
	padding:0em;
	margin: 0em;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	list-style-type:none;
	vertical-align: middle;
	text-align:left;
	z-index:8;	
}
#menu li {
	display:inline;
	height:14px;
}
.main-menu {
	display:inline;
	padding: 8px 10px 8px 10px;
	margin-left: 0px;
	margin-right: 0px;
	color:#fff;
	text-decoration:none;
	width:auto;
	float:left;
	height:16px;
	border-right:2px solid #fff;
	font-size:11pt;
}
.main-menu:hover {
	color:#006;
	background-color: #f93;
}
.current-page {
	background-color: #27476b;
	color:#fff;
}
.current-page:hover {
	background-color: #27476b;
	color:#fff;
}


/* content -- to lengthen page increase container & content (either content for homepage or reg content for other pages) */

#container1 {
	width:962px;
	height:775px;
	margin: auto;	
	padding:0px;
	position:relative;
	border:8px solid #fff; 
	background:#fff;
}
#container2 {
	width:962px;
	height:1000px;
	margin: auto;	
	padding:0px;
	position:relative;
	border:8px solid #fff; 
	background:#fff;
}
#container3 {
	width:962px;
	height:1045px;
	margin: auto;	
	padding:0px;
	position:relative;
	border:8px solid #fff; 
	background:#fff;
}
	#container3a {
		width:962px;
		height:845px;
		margin: auto;	
		padding:0px;
		position:relative;
		border:8px solid #fff; 
		background:#fff;
	}

#container4 {
	width:962px;
	height:1900px;
	margin: auto;	
	padding:0px;
	position:relative;
	border:8px solid #fff; 
	background:#fff;
}


#masthead {
	position:absolute;
	top:0px;
	left:0px;
	width:962px;
	height:150px;
	border:0px;
	margin:0px;
	padding:0px;
	background: #567fbf url(images/header.jpg) no-repeat ;
	text-indent: -10000px;
	overflow: hidden;
	z-index:1;
}
#masthead #address {
	position:absolute;
	top:20px;
	left:290px;
	margin:0;
	padding:0;
	border:0;
	width:auto;
	z-index:2;
}

#background-navigation {
	position:absolute;
	top:150px;
	left:0px;
	width:962px;
	height:32px;
	border:0px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	margin:0px;
	padding:0px;
	background-color:#3e70a9;
	z-index:3;
}
#phone-now {
	position:absolute;
	top:145px;
	left:440px;
	width:44px;
	height:47px;
	margin:0;
	padding:0;
	border:0;
	z-index:5;
	background: url(images/phone-now.gif) no-repeat ;
}
#reg-phone-now {
	position:absolute;
	top:145px;
	left:440px;
	width:44px;
	height:47px;
	margin:0;
	padding:0;
	border:0;
	z-index:9;
	background: url(images/reg-phone-now.gif) no-repeat ;
}



#content {
	position:absolute;
	top:188px;
	left:0px;
	width:962px;
	height:322px;
	border:0px;
	margin:0px;
	padding:0px;
	background:#3e70a9 url(images/content-bg.jpg) no-repeat top left;
	z-index:3;
}
.homepage-shell {
	position:absolute;
	top:55px;
	left:50px;
	width:500px;
	height:558px;
	border:0px;
	margin:0px;
	padding:0px;
	z-index:5;
}
#horizontal-homepage-bottom {
	position:absolute;
	top:350px;
	left:0px;
	height:auto;
	background:#fff;
	width:962px;
	z-index:4;
}
#horizontal-homepage-bottom .shell {
	padding: 0px;
	padding-left:25px;
	padding-right:25px;
}
#horizontal-homepage-bottom p {
	margin-bottom: 12px;
	font-size:14pt;
}
#reg-content-2 {
	position:absolute;
	top:185px;
	left:0px;
	width:958px;
	height:783px;
	border:0px;
	border-right:2px solid #567fbf;
	border-left:2px solid #567fbf; 
	margin:0px;
	padding:0px;
	z-index:5;
}
#reg-content-3 {
	position:absolute;
	top:185px;
	left:0px;
	width:958px;
	height:828px;
	border:0px;
	border-right:2px solid #567fbf;
	border-left:2px solid #567fbf; 
	margin:0px;
	padding:0px;
	z-index:5;
}
	#reg-content-3a {
		position:absolute;
		top:185px;
		left:0px;
		width:958px;
		height:628px;
		border:0px;
		border-right:2px solid #567fbf;
		border-left:2px solid #567fbf; 
		margin:0px;
		padding:0px;
		z-index:5;
	}
	
/* made below reg-content-4 a little lower and this has brought blue edgeing down to footer */

#reg-content-4 {
	position:absolute;
	top:185px;
	left:0px;
	width:958px;
	height:1695px;
	border:0px;
	border-right:2px solid #567fbf;
	border-left:2px solid #567fbf; 
	margin:0px;
	padding:0px;
	z-index:5;
}



.reg-shell {
	margin-top:25px;
	margin-left:50px;
	margin-right:50px;
	width:auto;
	padding:0;
	border:0;
	
}

#content .fabricated-arches {
	position:absolute;
	top:0px;
	left:597px;
	width:362px;
	height:322px;
	margin:0;
	border:0;
	padding:0;
	border-left: 3px solid #fff;
	background: #567fbf url(images/prefabricated-arches.jpg) no-repeat ;
}
#horizontal-banner {
	position:absolute;
	bottom:250px;
	left:0px;
	height:39px;
	width:962px;
	border:0px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#ccc;
	z-index:4;
}
#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width:962px;
	height:32px;
	border:0px;
	border-top:3px solid #fff;
	border-bottom:0px solid #fff;
	margin:0px;
	padding:0px;
	background-color:#3e70a9;
	z-index:4;
}