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/neuro-pyramid.jpg) no-repeat 0 0;
  width : 400px;
  height : 400px;
  margin : 0 10 0;  /* the auto part is for optionally centering the list */
  padding : 0;
}

ul#cmp-neuro { 
  list-style-type : none;
  position : relative;
  display : block;
  background : transparent url(images/neuro-pyramid.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/neuro1.jpg) no-repeat 150px 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 : 0px;
}


/* Hot-Spot Number Two (2) */
ul#cmp li a#cmp02 {
	width : 400px;
	height : 130px;
	margin-top : 10px;
	margin-left : 0px;
}
ul#cmp li a#cmp02:hover, ul#cmp li a#cmp02:focus, ul#cmp li a#cmp02:active {
  background : transparent url(images/neuro1.jpg) no-repeat 0px 0px;
}
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 : 5px;
  margin-left :400px;
}

/* Hot-Spot Number Three (3) */
ul#cmp li a#cmp03 {
  width : 400px;
  height : 132px;
  margin-top : -20px;
  margin-left : -24px;
}
ul#cmp li a#cmp03:hover, ul#cmp li a#cmp03:focus, ul#cmp li a#cmp03:active {
  background : transparent url(images/neuro2.jpg) 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 : 15px;
  margin-left :424px;
}



/* Hot-Spot Number Five (5) */
ul#cmp li a#cmp05 {
  width : 400px;
  height : 180px;
  margin-top : -15px;
  margin-left :-8px;
}
ul#cmp li a#cmp05:hover, ul#cmp li a#cmp05:focus, ul#cmp li a#cmp05:active {
  background : transparent url(images/neuro3.jpg) 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 : 408px;
}

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


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

.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;

}	