/***********************************************************************/
/* ADIT css style sheet copyright adit 2007                            */
/* 3 column design by Dave Hartley                */
/***********************************************************************/

/***********************************************/
/* HTML tags                            */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: underline;
}

a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 180%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	letter-spacing: .25em;
	text-transform: capitalize;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(../images/adit-logo1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 57%;
}

#content2col{
	float: left;
  width: 79%;
}


/* These are the div's for the images with captions in the main content are*/
/* The 'top' ones have extra padding to ensure they line up with the text correctly*/

.imleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 200px;

}

.imleft img{

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.imlefttop{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 210px;
	margin-top: 24px;

}

.imlefttop img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.imright{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 210px;
}

.imright img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}


.imrighttop{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 200px;
	margin-top: 24px;
}

.imrighttop img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/* The 'imgcaption' style is for the image captions, and is the same regardless of the image placement*/


.imcaption{
	font-style: italic;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
	color: #334D55;

}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	height: 50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
}


/************* #globalNav styles **************/

#globalNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #eeeeee;
	text-transform: capitalize;
}

/*************** #message styles ***************/

#message{
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.8em;
	color: #006699;
	background-color: #eeeeee;


}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cccccc;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

.feature h3{
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: capitalize;
}

.firstpara{
	font-style: normal;
	font-weight: bold;

}


.feature-img-left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.feature-img-right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.feature-img-centred{
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.feature-box-blue {
	background-color: #CCCCFF;
	margin-right: 100px;
	margin-left: 100px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;


}

.feature-box-lightblue {
	background-color: #D9F0F2;
	margin-right: 100px;
	margin-left: 100px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;


}


.feature-box-green {
	background-color: #CCFFCC;
	margin-right: 100px;
	margin-left: 100px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;


}

.shout-box{
	margin-right: 100px;
	margin-left: 100px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}

.feature-quote{
	margin-right: 100px;
	margin-left: 100px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
	
}

.feature-rec-testimonial{
	border: 1px solid #000000;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

.featuretxt-centred{
	text-align: center;
}

table {
	margin-right: auto;
	margin-left: auto;
	caption-side: bottom;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


th {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.cell-colour{
	background-color: #EEEEEE;

}

.part3rectable{
	margin-right: 30px;
	margin-left: 30px;

}

.part3rectable th{

}

.part3rectable td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

caption {
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}


.quoteright{
	width: 150px;
	float: right;
	padding: 5px;
	font-size: 1.3em;
	font-style: italic;
	color: #666666;
	margin-left: 10px;
	background-color: #CCFFCC;

}

.quoteleft{
	width: 150px;
	float: left;
	padding: 5px;
	font-size: 1.3em;
	font-style: italic;
	color: #666666;
	margin-right: 10px;
	background-color: #CCFFCC;
}

.quotestrapline{
	font-size: .7em;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin-top: 5px;

}

.recoveryquote{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 0.9em;
	font-style: italic;

}

.recoveryquote h3{
	text-align: center;

}

.contact-highlight {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D9F0F2;

}

.contact-highlight p {

}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

.advert{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 0.9em;
}

.advert p{
	font-size: .9em;

}

.advert-img-left{
	float: left;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.advert-img-right{
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.advert H3 {
	text-align: center;
}

.right-box-quote{
	font-style: italic;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	font-size: .9em;
}

.tips-box{
	font-style: italic;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFCC;
	font-size: .9em;
}

.tips-box H3{
	text-align: center;

}

.newsletter-box{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 0.9em;
}

.newsletter-box-img-left{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.newsletter-box-img-right{
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}

.newsletter-box H3 {
	text-align: center;
}

.more-pages{

	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	font-size: 0.9em;

}

.whitespace-right{
	height: 50px;

}

.whitespace-right-75{
	height: 75px;

}

.whitespace-right-100{
	height: 100px;

}

.whitespace-right-200{
	height: 200px;

}

.whitespace-right-400{
	height: 400px;

}
/************** #left side boxes **************/

.advert-left{
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
	margin-left: 10px;
	font-size: 0.7em;
	margin-bottom: 10px;
	margin-top: 10px;
}

.left-box-quote{
	font-style: italic;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFCC;
	margin-left: 10px;
	font-size: 0.7em;
	margin-bottom: 10px;
	margin-top: 10px;
}

.left-box-quote h3{
	text-align: center;

}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	background-color: #EEEEEE;
}

#headlines p{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1em;
}

/************** #font styles **************/
.bold {
	font-weight: bold;
}

.bold-centred {
	font-weight: bold;
	text-align: center;
	clear: both;
}

.bold-red {
	font-weight: bold;
	color: #FF0000;
}

.bold-red-contact {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}

.bold-blue {
	font-weight: bold;
	color: #0000FF;
}

.bold-green {
	font-weight: bold;
	color: #006633;
}

.bold-contact {
	font-weight: bold;
	color: #006633;
	font-size: 1.1em;
}

.italic {
	font-style: italic;
	font-size: .9em;
}

.bold-italic {
	font-style: italic;
	font-weight: bold;
}

.bold-italic-red {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}

.bold-italic-red-big {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	font-size: 1.5em;
}

.underline{
	text-decoration: underline;
	font-weight: bold;
}

.centred{
}

.centred-bold{
	font-weight: bold;
	text-align: center;
}


/************************ Site map styles ****************************/


.sitemap-title{
	font-weight: bold;

}
.sitemap-desc{
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;

}

.sitemap-group{
	font-size: 1.4em;
	text-decoration: underline;

}


.rec-readmore {
	font-size: 1em;
	font-style: normal;
	color: #000000;
	clear: both;
	margin-top: 40px;
	background-color: #CCFFCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: right;
	border-bottom-width: 1px;
	margin-bottom: 40px;
}
.newsletter {
	float: right;
	width: 300px;
	font-size: 80%;
	font-weight: bold;
	color: #006699;
	margin-top: 5px;
}
.terms {
	font-size: .9em;
}
