/* body area */
body {
    margin:0;
    padding:0;
    background-color: #FFF;
    background-image: url(../img/bgGlow2.png);
    background-position: center top;
    background-repeat: no-repeat;
}

a {
   outline: none;  
   text-decoration:none;
}
a:link {
   color:#0066cc;
}
a:hover {
   text-decoration:underline;
}

img {
	border: none;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* structure */
#contentWrapper {
    font-size: 13px;
    line-height: 20px;
    width: 959px;
    padding: auto;
    margin: auto;
    position: relative;
    font-family:  "Lucida Grande", helvetica, verdana, sans-serif;
    color:#333;	
}
#mainhome {
	background-color: #fff;
	clear:both;
	border: solid 1px #fff;	
	min-height: 500px;
}

/* header area */
#header {
	padding-top: 40px;
	background-color: #fff;
		width: 959px;
}
#banner {
	margin:0px;
	padding:0px;
	width: 959px;
	height: 137px;
	
}
#homeIcons {
	    width: 959px;
		background-image: url(../img/bgIcons.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:9px;
	font-size: 1px;
}
#homeIcons a:hover {
	text-decoration:none;
}
#homeIcons a:hover h2 {
	color: #06C;	
}
#homeIcons .block {
	
	font-size: 12px;
	color: #666;
	float:left;
	width: 227px;
	height: 156px;
	padding-top: 9px;
	text-align: center;
	margin-left:6px;
	margin-right:6px;
}
#homeIcons #one {
	
	background-image: url(../img/homeIcon_currentPysch.gif);
	background-repeat: no-repeat;
}
#homeIcons #two {
	background-image: url(../img/homeIcon_obg.gif);
	background-repeat: no-repeat;
}
#homeIcons #three {
	background-image: url(../img/homeIcon_mayo.gif);
	background-repeat: no-repeat;
}
#homeIcons #four {
	background-image: url(../img/homeIcon_jfp.gif);
	background-repeat: no-repeat;
}

.description {
	margin-left:120px;
	margin-top: 30px;
	text-align:center;
	width:92px;
	font-size:11px;
}

#homeIcons .block h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-top:6px;
}
 a.download {
	background-image: url(../img/btn_download.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	text-indent: -9000px;	
	width:92px;
}
a:hover.download {
	background-position: 0px -23px;
}


/* footer area */
#footer {
	color: #999999;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear:both;
	background-position: center top;
	background-color:#FFFFFF;
	
	
}
#footer a {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}