html, body {
	font-size:12px;
	background-color:#44535d;
	margin-top:20px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
    display: block;
    width: 1040px;
    margin: 0 auto;
	background-color:#586c78;
	padding:20px;
	border-radius:25px;


}

.clear { display: block; float: none; width: 0; height: 0; clear: both; }


h1 { font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style:inherit;
	color:#566e7b;
	font-style:normal;
	font-weight:normal;
	padding-bottom:20px;
	padding-left:20px;
	text-align:left;
	line-height:30px;
	margin-top:20px;
	border-bottom:2px;
	border-bottom-color:#566e7b;
	border-bottom-style:solid;		

}

h2 { font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:inherit;
	letter-spacing:0.1em;
	color:#fff;
	font-style:normal;
	font-weight:normal;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:15px;
	padding-right:20px;	
	text-align:left;
	line-height:30px;
	margin-top:10px;
	margin-bottom:15px;
	background-color:#566e7b;
	border-left:20px;
	border-left-color:#f59f1a;
	border-left-style:solid;	
}



h3  { font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#fff;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	padding:0px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding:10px;
	background-color:#F93;
	width:40px;

}


h4 { font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	line-height:30px;

	font-style:normal;
	font-weight:normal;
	text-align:center;
	padding:20px;
	margin-top:10px;
	margin-bottom:20px;
	border:3px;
	border-color:#f49e1a;
	background-color:#3c4e58;
	border-style:solid;
	
}

h5 { font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
	line-height:30px;

	font-style:italic;
	font-weight:normal;
	text-align:left;
	padding:10px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left: 20px;
	border-left:2px;
	border-left-style:solid;
	border-color:#f59f1a;

}

h6 { font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:inherit;
	letter-spacing:0.1em;
	color:#000;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	line-height:30px;
	margin-top:10px;
	margin-bottom:15px;
	background-color:#633;
	border-left-color:#f59f1a;
	border-left-style:solid;	
}





p { font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#41535d;
	font-style:normal;
	font-spacing:0px;
	font-weight:normal;
	line-height: 20px;
	text-align:left;
text-align:justify;
	margin-top:0px;
margin-left:20px;	
margin-right:20px;
}

a {				color:#32434b;
				font-size: 12px;

				font-weight:bold;
				text-decoration: bold;
}

a:link {		color:#32434b;
				text-decoration:none;
}

a:visited {		color:#32434b;
				text-decoration:none;
}

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






			ul li { display: inline; }
			
			
#footer-content .links {
    float: left;
    margin: 0;
	font-size: 10px;
	color:#FFF;
							font-family: Arial, Helvetica, sans-serif;	
}




#footer-content a {				color:#f6a019;
							font-size: 10px;	
							font-family: Arial, Helvetica, sans-serif;
							font-weight:bold;
							text-decoration: none;
								line-height:18px;
	margin-bottom:30px;
}

#footer-content a:link {			color:#f6a019;
							text-decoration:none;
}

#footer-content a:visited {		color:#f6a019;
							text-decoration:none;
}

#footer-content a:hover {		color:#fff;
							text-decoration:none;
}


#footer-content .links {
    float: left;
    margin: 0;
	font-size: 12px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;	
}


.p-news { font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-size:12px;
padding-bottom:20px;
	
	}

#news-content a {				color:#f69f1a;
							font-size: 12px;	
							font-family: Arial, Helvetica, sans-serif;
							font-weight:normal;
							text-decoration: none;
								line-height:18px;
						margin-bottom:30px;

}

#news-content a:link {			color:#f69f1a;
							text-decoration:none;
}

#news-content a:visited {		color:#f69f1a;
							text-decoration:none;
}

#news-content a:hover {		color:#fff;
							text-decoration:underline;
}

		
#news-footer-content .newslinks {
    float: left;
    margin: 0;
	font-size: 12px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;	
}


/* Here's the list that houses the image as a background */
ul#cmp { 
  list-style-type : none;
  position : relative;
  display : block;
  background : transparent url(images/psychoassessment.jpg) no-repeat 0 0;
  width : 400px;
  height : 400px;
  margin : 0 10 0;  /* the auto part is for optionally centering the list */
  padding : 0;
}

/* This makes the list items (links and spans) easier to manage (float control) */
ul#cmp li { 
  display : inline;
}

/* Here are link specs and relationship setup */
ul#cmp li a {
  position : relative;
  display : block;
  text-decoration : none;
}

/* 
  This gets rid of the main content-containing outer span and all within, 
  but it remains available to assistive technologies 
*/
ul#cmp li a span.offset { 
  margin-top : -9000px; 
  margin-left : -9000px;
  position : absolute;
}

/* This is the general hover and focus state link-span properties */
ul#cmp li a:hover span.offset, ul#cmp li a:focus span.offset, ul#cmp li a:active span.offset {
  color : #000;
  background-image : none;

  display : block;
  width : 150px;
  height : auto;
  text-decoration : none;
  cursor : pointer;
}






/* 
  This sets the inner span. Padding on the main span 
  was tried but produced odd results in IE (go figure) 
*/
ul#cmp li a:hover span.offset span, ul#cmp li a:focus span.offset span, ul#cmp li a:active span.offset span {
  display : block;
  width : 260px;
  margin : 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  line-height:18px;
}


/* 
  No embedded image styles are needed except maybe border : 0 (not needed here). 
  Images are optional though, as is text. Place images in main outer span. 
  Text goes within the inner span

  What follows are CSS blocks, one for each list item link. This is a solid solution,
  but it uses a lot of CSS info. I will comment the first block only.
*/


/* 
  Hot-Spot Number One (1)
*/
/* This sets the size of the list item link area and its location relative to the UL */
ul#cmp li a#cmp01 {
	width : 0px;
	height : 0px;
	margin-top : 0;
	margin-left : 10px;
}

/* 
  On hover/focus I grab the second background image, the one with the hover/focus state changes.
  I also set its position underneath the sized window I created with the hover/focus link properties.
*/
ul#cmp li a#cmp01:hover, ul#cmp li a#cmp01:focus, ul#cmp li a#cmp01:active {
  background : transparent url(images/cmp_flat_on.jpg) no-repeat -130px 0px;
}

/* Now I have to set the position of the outer span in relation to the list item link */
ul#cmp li a#cmp01:hover span.offset, ul#cmp li a#cmp01:focus span.offset, ul#cmp li a#cmp01:active span.offset {
  margin-top : -1px;
  margin-left : 230px;
}


/* Hot-Spot Number Two (2) */
ul#cmp li a#cmp02 {
	width : 120px;
	height : 120px;
	margin-top : -10px;
	margin-left : 300px;
}
ul#cmp li a#cmp02:hover, ul#cmp li a#cmp02:focus, ul#cmp li a#cmp02:active {
  background : transparent url(images/psychoassessment-on-1.png) no-repeat 19px 18px;
}
ul#cmp li a#cmp02:hover span.offset, ul#cmp li a#cmp02:focus span.offset, ul#cmp li a#cmp02:active span.offset {
  margin-top : 10px;
  margin-left :130px;
}

/* Hot-Spot Number Three (3) */
ul#cmp li a#cmp03 {
  width : 120px;
  height : 120px;
  margin-top : 20px;
  margin-left : 295px;
}
ul#cmp li a#cmp03:hover, ul#cmp li a#cmp03:focus, ul#cmp li a#cmp03:active {
  background : transparent url(images/psychoassessment-on-2.png) no-repeat 24px 18px;
}
ul#cmp li a#cmp03:hover span.offset, ul#cmp li a#cmp03:focus span.offset, ul#cmp li a#cmp03:active span.offset {
  margin-top : 25px;
  margin-left :134px;
}



/* Hot-Spot Number Five (5) */
ul#cmp li a#cmp05 {
  width : 95px;
  height : 97px;
  margin-top : 20px;
  margin-left : 310px;
}
ul#cmp li a#cmp05:hover, ul#cmp li a#cmp05:focus, ul#cmp li a#cmp05:active {
  background : transparent url(images/psychoassessment-on-3.png) no-repeat 8px 20px;
}
ul#cmp li a#cmp05:hover span.offset, ul#cmp li a#cmp05:focus span.offset, ul#cmp li a#cmp05:active span.offset {
  margin-top : 20px;
  margin-left : 120px;
}





/* Here's the list that houses the leaderimage as a background */
ul#leadercmp { 
  list-style-type : none;
  position : relative;
  display : block;
  background : transparent url(images/leadership-bgd.jpg) no-repeat 0 0;
  width : 450px;
  height : 450px;
  margin : 0 10 0;  /* the auto part is for optionally centering the list */
  padding : 0;
}

/* This makes the list items (links and spans) easier to manage (float control) */
ul#leadercmp li { 
  display : inline;
}

/* Here are link specs and relationship setup */
ul#leadercmp li a {
  position : relative;
  display : block;
  text-decoration : none;
}

/* 
  This gets rid of the main content-containing outer span and all within, 
  but it remains available to assistive technologies 
*/
ul#leadercmp li a span.offset { 
  margin-top : -9000px; 
  margin-left : -9000px;
  position : absolute;
}

/* This is the general hover and focus state link-span properties */
ul#leadercmp li a:hover span.offset, ul#leadercmp li a:focus span.offset, ul#leadercmp li a:active span.offset {
  color : #000;
  background-image : none;

  display : block;
  width : 50px;
  height : auto;
  text-decoration : none;
  cursor : pointer;
}






/* 
  This sets the inner span. Padding on the main span 
  was tried but produced odd results in IE (go figure) 
*/
ul#leadercmp li a:hover span.offset span, ul#leadercmp li a:focus span.offset span, ul#leadercmp li a:active span.offset span {
  display : block;
  width : 180px;
  margin : 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  line-height:18px;
}

ul#leadercmp li a#leadercmp01 {
	width : 121px;
	height : 218px;
	margin-top : 0px;
	margin-left : 48px;
}

ul#leadercmp li a#leadercmp01:hover, ul#leadercmp li a#leadercmp01:focus, ul#leadercmp li a#leadercmp01:active {
  background : transparent url(images/leader6.jpg) no-repeat 0px 97px;
}

ul#leadercmp li a#leadercmp01:hover span.offset, ul#leadercmp li a#leadercmp01:focus span.offset, ul#leadercmp li a#leadercmp01:active span.offset {
  margin-top : 110px;
  margin-left : -190px;
  text-align:right;


}




/* Hot-Spot Number Two (2) */
ul#leadercmp li a#leadercmp02 {
	width : 115px;
	height : 158px;
	margin-top : -218px;
	margin-left : 169px;
}
ul#leadercmp li a#leadercmp02:hover, ul#leadercmp li a#leadercmp02:focus, ul#leadercmp li a#leadercmp02:active {
  background : transparent url(images/leader1.jpg) no-repeat 0px 32px;
}
ul#leadercmp li a#leadercmp02:hover span.offset, ul#leadercmp li a#leadercmp02:focus span.offset, ul#leadercmp li a#leadercmp02:active span.offset {
  margin-top : -70px;
  margin-left :120px;
    text-align:left;
}

/* Hot-Spot Number Three (3) */
ul#leadercmp li a#leadercmp03 {
  width : 120px;
  height : 148px;
  margin-top : -61px;
  margin-left : 280px;
}
ul#leadercmp li a#leadercmp03:hover, ul#leadercmp li a#leadercmp03:focus, ul#leadercmp li a#leadercmp03:active {
  background : transparent url(images/leader2.jpg) no-repeat 4px 0px;
}
ul#leadercmp li a#leadercmp03:hover span.offset, ul#leadercmp li a#leadercmp03:focus span.offset, ul#leadercmp li a#leadercmp03:active span.offset {
  margin-top : 5px;
  margin-left :125px;
}

/* Hot-Spot Number Three (4) */
ul#leadercmp li a#leadercmp04 {
  width : 120px;
  height : 148px;
  margin-top : -20px;
  margin-left : 280px;
}
ul#leadercmp li a#leadercmp04:hover, ul#leadercmp li a#leadercmp04:focus, ul#leadercmp li a#leadercmp04:active {
  background : transparent url(images/leader3.jpg) no-repeat 4px 0px;
}
ul#leadercmp li a#leadercmp04:hover span.offset, ul#leadercmp li a#leadercmp04:focus span.offset, ul#leadercmp li a#leadercmp04:active span.offset {
  margin-top : 15px;
  margin-left :125px;
}


/* Hot-Spot Number Three (5) */
ul#leadercmp li a#leadercmp05 {
  width : 120px;
  height : 148px;
  margin-top : -78px;
  margin-left : 165px;
}
ul#leadercmp li a#leadercmp05:hover, ul#leadercmp li a#leadercmp05:focus, ul#leadercmp li a#leadercmp04:active {
  background : transparent url(images/leader4.jpg) no-repeat 4px 0px;
}
ul#leadercmp li a#leadercmp05:hover span.offset, ul#leadercmp li a#leadercmp05:focus span.offset, ul#leadercmp li a#leadercmp04:active span.offset {
  margin-top : 100px;
  margin-left :115px;
}

/* Hot-Spot Number Five (6) */
ul#leadercmp li a#leadercmp06 {
  width : 130px;
  height : 150px;
  margin-top : -238px;
  margin-left : 40px;
}
ul#leadercmp li a#leadercmp06:hover, ul#leadercmp li a#leadercmp06:focus, ul#leadercmp li a#leadercmp05:active {
  background : transparent url(images/leader5.jpg) no-repeat 8px 20px;
}
ul#leadercmp li a#leadercmp06:hover span.offset, ul#leadercmp li a#leadercmp06:focus span.offset, ul#leadercmp li a#leadercmp06:active span.offset {
  margin-top : 40px;
  margin-left : -180px;
  text-align:right;
}


.box2 {padding-right:0px;
margin-left:30px;
margin-bottom:30px;
padding-top:0px;
float:right;
border-left:20px;
border-right:0px;
border-color:#fff;
border-style:solid;

	}
	
.box32 {padding-left:0px;
padding-right:30px;
padding-bottom:30px;
padding-top:0px;
float:left;;


	}	
	

.box-header { font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:inherit;
	color:#000;
	font-style:normal;
	font-weight:bold;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:15px;
	padding-right:20px;	
	text-align:center;
	line-height:30px;
	margin-top:10px;
	margin-bottom:0px;
	background-color:#FC0;
	border:1px;
	border-color:#F90;
	border-style:solid;

}	

.box-subheader { font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:inherit;
	color:#000;
	font-style:normal;
	font-weight:normal;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:15px;
	padding-right:20px;	
	text-align:justify;
	line-height:20px;
	margin-top:0px;
	margin-bottom:15px;
	background-color:#F90;
	border:1px;
	border-color:#F90;
	border-style:solid;	

}	

.box-left-subheader { font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:inherit;
	color:#000;
	font-style:normal;
	font-weight:normal;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:15px;
	padding-right:20px;	
	text-align:left;
	line-height:20px;
	margin-top:0px;
	margin-bottom:15px;
	background-color:#B5CEDB;
	border:1px;
	border-color:#36C;
	border-style:solid;	
	width:310px;
	position:absolute;

}	

.box-right-subheader { font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:inherit;
	color:#000;
	font-style:normal;
	font-weight:normal;

	text-align:left;
	line-height:20px;
	margin-top:0px;
	margin-bottom:15px;
	margin-left:300px;

	width:350px;
	float:right;
	height:400px;

}	