/*-------------- Brian Hartnett -----------------------*/
/*-- Author: Patrick Stack _____________________________*/
/*-- www.adeptassociates.net ___________________________*/

body {
	margin: 0;
	padding: 0;
	background-color: /*#ed9b4f;*/#f3a459;
	color: #010;	
	font-family: Helvetica, Garamond, sans-serif;
	text-align: center;
}
html, body, #container {	/* force page to go full length */
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*-- ID SELECTORS ______________________________________________*/
#footerwrapper {
	position: relative;
	width: 983px/*100%;*/;
	margin-top: 0;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	background-color: transparent;
	text-align: center;
}
#container {
	position: relative;
	width: 983px/*100%;*/;
	margin-top: 0;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	background-color: transparent;
	text-align: center;
	background: url("images/homebackground3.jpg") 0 0 no-repeat;
}
#header {
	width: 731px;
	margin: 0;
	padding: 0;
	height: 120px;
	/*background: url(Banner.jpg) no-repeat 0 0;  this is the background image */
	text-align: left;
	margin-top: 171px;
	top: 171px;
	clear: both;
}
h1.name {
	position: absolute;
	margin-top: 170px/*480px*/;
	margin-left: 60px;
	top: 1px;
	display: block;
	width: 731px;
	height: 101px;
	background: url(images/heading_1.png) 0 0 no-repeat;
	text-indent: -9999px;
	z-index: 100;
}
#tagline {
	position: absolute;
	/*margin-top: 100px;*/
	top: 270px;
	margin-left: 60px;
	/*background-color: #eee;*/
	width: 731px;
	height: 60px;
	text-align: center;
}
#tagline span {
	font-family: Tahoma, sans-serif;
	padding: 5px;
	font-size: 1.2em;
	color: /*#52669b#90c0cc #b2cdc8*/#fff;
	font-style: italic;
	
}
/*------------------ N A V I G A T I O N ------------------------------------------*/
#contentleft {
	position: relative;
	margin: 0;
	width: 700px;
	height: auto;
	min-height: 100%;
	background-color: transparent; /* light gray */
	float: left;
	/*border-right: 1px dotted #eee;*/
	text-align: justify;
}
#contentleft p {
	font-size: 1.2em;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px 10px 10px;
}
#contentleft p a:link, #contentleft p a:visited {
	color: #33f;
	text-decoration: none;
  }
#contentleft p a:hover {
	color: #f33;
	text-decoration: none;
}

/*__________________________ V E R T I C A L    N A V I G A T I O N ____________________*/
ol#verticalnav {
	position: absolute;
    list-style: none;
    /*margin-left: 950px;*/
    left: 710px;
    /*margin-top: 510px;*/
    top: 255px;
    border: /*groove 1px #000*/none;
    border-bottom: none;
    border-top: none;
    font-size: 1.2em;
    font-family: Georgia, "Times New Roman", serif;
    padding: 0;
    width: 250px;
    padding-top: 0;
    
    /*background: url("images/indexnavbg.png") 0 0 repeat;*/
}
ol#verticalnav li {
    margin: 0;
    padding: 0;
    width: 250px;
    background-color: transparent;
    /*background: url("images/indexnavbg.png") 0 0 no-repeat;*/
    
}
ol#verticalnav li a, ol#verticalnav li a:link, ol#verticalnav li a:visited {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    width: 250px;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
    color: #ff0;
    background: url("images/indexnavbg.png") 0 0 repeat;/**/
}
ol#verticalnav li a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #000;
    background: url("images/indexnavbghover.png") 0 0 repeat;
}
ol#verticalnav li a:active {
    color: #fff;
    background-color: transparent;
    
}
/*----------------- C O N T E N T -------------------------*/
#content {
	width: 100%;
	height: auto;
	/*min-height: 600px;*/
	margin: 0;
	padding: 0;
	background-color: transparent;
	text-align: left;
	clear: both;
	/*border-top: 1px solid #333;*/
}
#contentright {
	position: relative;
	top: 0;
	height: auto;
	min-height: 100%;
	margin-top: 0;
	padding-top: 0;
	margin-left: 825px;
	width: 250px;
	z-index: 5;
	/*border-left: 1px solid #999;
	border-right: 1px solid #999;*/
}
#contentright p {		/* paragraphs */
	font-size: 1em;
	line-height: 1.4em; 
	padding-left: 2em;
	padding-right: 2em;
	text-align: justify;
	color: #003;	/* text colour */;
}



/*_________________________ H E A D I N G S _______________________________*/
h2.pageheading {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: /*#52669b*/#004;
	font-weight: 600;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0;
	letter-spacing: 0.1em;
}
h3.heading, h3 {
	font: 1.1em Arial, Helvetica, sans-serif;
	margin-left: 0.2em;
	color: #52669b;
	font-weight: 600;
	margin-top: 0.2em;
	margin-bottom: 0;
	padding: 0;
	width: 97%;
	letter-spacing: normal;
	word-spacing: normal;
	background-color: #eee;
}
/*_______________________ I M A G E S ___________________________________*/
.spacer {
	/* border: solid 1px #000;*/
	clear: both;
}
.framed {
	margin-bottom: 1em;
	padding: 2px;
	border: 1px solid #f50/*#52669b*/;
	background-color: #fff;
 }
/*------------------------- F O O T E R __________________________________*/
#footer {
    /*position: relative;
    margin-top: 0;*/
    margin-top: 100px;
    display: block;
    padding: 0px;
    clear: both;
    width: 981px;	/* Fixed by added a <br clear="both"> between #NAV & #LHS */
    background-color: #ed9b4f;
    border: none;
    z-index: 5;
    float: left;
    margin: 0;
    color: #52669b;
    margin-left: 2px;
}
	#footer p {
	    padding: 0 5px 0 5px;
	}
	
    #footerleft {
	width: 780px;
	float: left;
	left: 0;
	text-align: left;
    }
    #footerright {
	width: 200px;
	float: left;
	text-align: center;
    }
