/*  YAHOO RESET CSS  - http://developer.yahoo.com/yui/reset/
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* end YAHOO RESET CSS */

/* JC Globals */
.hidden {display: none;}
acronym {border-bottom: 1px dotted #666; cursor:help;}
fieldset {border: 0;}
strong {font-weight: bold;}
/* end Globals */


body {
    text-align: center;
    background-color: #fff;
}

a, a:active, a:visited {
    color: #600;
}

a:hover {
    color: #000;
}

.page {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    color: #333;
    font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
}


.clear:after, .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clear, .content {   /* IE bug fix */
    _zoom: 1;
    *zoom: 1;
}

.clears {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

ul {
    list-style: none;
}
ul.bullet {margin: 0 0 20px 10px; }
ul.bullet, ul.bullet li {
	list-style: outside none none; 
}
ul.bullet li {
	margin-left: 0;
	padding-left: 15px;
	background: #ffffff url(../images/bullet.jpg) 0 5px no-repeat
	}
/* begin header styles */
.header {
    background-color: #600;
}

.header h1{
    height: 36px;
    width: 714px;
    padding: 0 0 40px 0;
    background: url(../images/psych_header_new.gif) no-repeat 13px 13px;
    text-indent: -9999px;
}
.header h1 a {    
	height: 36px;
    width: 714px;
    padding: 0 0 40px 0;
	display: block;
}

.header ul.mainNav {
    display: inline;
    margin: 0;
    padding: 0 0 10px 0;
}

.header ul.mainNav li {
    display: block;
    float: left;
    padding: 0 8px;
    margin: 0 0 10px 0;
    border-left: 2px solid #dbb1b1;
}

.header ul.mainNav li.first {
    border-left: none;
}

.header ul.mainNav li a {
    color: #fff;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.header ul.mainNav li a:hover, .header ul.mainNav li a.active {
    color: #ffe400;
}

.header .hdrSearch {
    float: right;
    height: 158px;
    width: 310px;
    background-color: #851f1f;
    text-align: center;
    font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
}

.header .hdrSearch h2 {
    height: 33px;
    width: 310px;
    background: url(../images/psych_find_schools.gif) no-repeat left top;
    text-indent: -9999px;
}

.header .hdrSearch p  {
    padding: 10px 20px;
    color: #fff;
}

.header .hdrSearch input {
    height: 19px;
    width: 240px;
    border: 0;
    padding: 2px 25px 2px 10px;
    background: #fff url(../images/psych_search.gif) no-repeat right center;
}

.header .hdrSearch button {
    display: block;
    height: 27px;
    width: 121px;
    margin: 10px auto 0 auto;
    background: #fff url(../images/psych_buttons.gif) no-repeat right top;
    text-indent: -9999px;
    text-decoration: none;
	border: none;
}

.header .hdrSearch button:hover {
    background: url(../images/psych_buttons.gif) no-repeat right -27px;
}

/* end header styles */

/* begin common content styles */

.content {
    font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
}

.content.rightBar {
    background: #fff url(../images/right_bar.gif) repeat-y top right;
}

.content.rightBar .main {
    float: left;
    width: 640px;
    margin-top: -158px;
    background-color: #fff;
}

.content.rightBar .side {
    float: right;
    width: 280px;
    padding: 20px 15px;
}

.content .subNav, .content .gridHdr {
    position: relative;
    background: #f0f0f0 url(../images/psych_grey_shadow.gif) repeat-x left top;
    padding: 0 25px 0 15px;
    color: #000;
	min-height: 158px;
	_height: 158px;
}
.content .subNav h2 {padding: 10px 0 5px; font-size: 20px;}

.content .subNav ul {
    display: block;
    margin: 0;
    padding: 0;
	width: 575px;
}

.content .subNav li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 8px;
    border-left: 1px solid #000;
	line-height: 18px;
}

.content .subNav li.first {
    padding-left: 0;
    border-left: 0;
}

.content .subNav li a {
    color: #600;
    font-size: 13px;
	white-space: nowrap;
}

.content .subNav li a:hover {
    color: #000;
}

.content .subNav li a.active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.content .contentPg {
    padding: 15px;
}

/* end common content styles */

/* begin footer styles */

.footer {
    padding: 0 0 20px 0;
}

.footer .ftrSearch {
    padding: 10px 20px;
 	position: relative;/*so footer search form has a boundary for positioning */
	background-color: #851f1f;
    color: #fff;
    font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
}

.footer .ftrSearch h4 {
    display: inline;
    padding: 0 5px 0 0;
    color: #ffe400;
    font-weight: bold;
}

.footer .ftrSearch p {
    display: inline;
}

.footer .ftrSearch form {position: absolute; right: 55px; margin-top: -4px;}
.footer .ftrSearch form, .footer .ftrSearch fieldset {display: inline;}
.footer .ftrSearch input {
    width: 180px;
    margin: 0 0 0 5px;
    padding: 3px;
    border: 0;
    font-size: 11px;
	line-height: 19px;
	background-color: #ffffff;
}

.footer .ftrSearch button {
    display: inline-block;
    height: 25px;
    width: 37px;
    margin: 0 0 0 5px;
	border: 0;
    background: url(../images/psych_buttons.gif) no-repeat left -54px;
    text-indent: -9999px;
    text-decoration: none;
}

.footer .ftrSearch button:hover {
    background: #fff url(../images/psych_buttons.gif) no-repeat left -79px;
}

.footer .ftrLinks {
    height: 120px;
    background-color: #f0f0f0;
}

.footer .ftrLinks .linkSet {
    float: left;
    width: 290px;
    padding: 20px 0 0 26px;
    color: #600;
    font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
}

.footer .ftrLinks .linkSet h4 {
    font-size: 13px;
    font-weight: bold;
}

.footer .ftrLinks .linkSet ul, .footer .ftrLinks .linkSet li {
    margin: 0;
    padding: 0;
}

 .footer .ftrLinks .linkSet li{
    padding: 5px 0 0 0;
 }
 
.footer .ftrLinks .linkSet a {
    color: #600;
    text-decoration: none;
}

.footer .ftrLinks .linkSet a:hover {
    color: #000;
}

.footer .copy {
    padding: 10px 0 0 0;
    color: #666;
    text-align: center;
}

/* end footer styles */




/* begin home page styles */

.content .homePg {
    _position: relative;
    padding: 158px 0 0 0;
    background: #fff url(../images/psych_photos_new.jpg) no-repeat left top;
}

.content .homePg .rssFeed {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #851f1f;
    color: #fff;
}

.content .homePg .rssFeed h4 {
    display: inline;
    padding: 0 5px 0 0;
    color: #ffe400;
    font-weight: bold;
}

.content .homePg .rssFeed p {
    display: inline;
}

/* end home page styles */

/* begin article styles */

.content h2, .content h2 a,  .content h2 a:active, .content h2 a:visited {
    color: #000;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
	text-decoration:none;
}
.content h2 a:hover {color: #600; text-decoration:underline;}
.content h3 {
    color: #000;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.content h3 a, .content h3 a:active, .content h3 a:visited {color: #000; text-decoration: none;}
.content h3 a:hover {color: #600; text-decoration: underline;}

.content .article p, .content .featured p {
    padding: 0 0 25px 0;
    line-height: 18px;
}

.content .article.top {
    padding: 20px 20px 0 20px;
}

.content .article.top h2 {
    font-size: 22px;
}

.content .article.top p {
    font-size: 16px;
    line-height: 25px;
}
.content ol, .content ol li {
	list-style: decimal inside;
	font-weight: bold;
    font-size: 16px;
	margin-left: 10px;
}
.content .article ul, .content .article li {
	margin-left: 10px;
	line-height: 18px;
}
.content ol li p {font-weight: normal; font-size: 12px;}
.content .article dl {margin: 10px 20px;}
.content .article dt {font-weight: bold; color:#333333; font-size: 14px; padding: 0 0 10px;}
.content .article dd {padding: 0 0 20px;}

.content .article.top {
    padding: 20px 20px 0 20px;
}

.content .article.top h2 {
    font-size: 22px;
}

.content .article.top p {
    font-size: 16px;
    line-height: 25px;
}

.content .article.contentPg {
    _position: relative;
    padding: 15px 15px 0 15px;
    background-color: #fff;
}
.site-map {margin: 0 0 20px;}
.content .article.contentPg ul.site-map, 
.content .article.contentPg ul.site-map li, 
.content .article.contentPg ul.site-map li a {font-size: 14px; font-weight: bold; margin-left: 0;}
.content .article.contentPg ul.site-map ul, 
.content .article.contentPg ul.site-map ul li {margin-left: 20px;}
.content .article.contentPg ul.site-map ul li a {font-size: 12px; font-weight: normal;}
.content .hub .contentPg p {
    padding: 10px 0 20px;
	line-height: 22px;
	margin-right: 25px;
}
.content .img-left {
    float: left;
	clear: left;
	margin: 5px 15px 0 0;
	padding: 2px;
	border: 1px solid #f0f0f0;
	display: block;
	position: relative;
}
.content .img-right {
    float: right;
	clear: right;
	display: block;
	margin: 5px 0 0 15px;
	padding: 2px;
	border: 1px solid #f0f0f0;
}
.content .img-center {
	margin: 10px auto 0;
	text-align: center;/* for IE6 Grrr! */
	padding: 2px;
	border: 1px solid #f0f0f0;
}
.content a:hover .img-left, .content a:hover .img-right, .content a:hover .img-center {border-color: #600;} 
.content .articleColumns {
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
}

.content .articleColumns .col1 {
    float: left;
    width: 282px;
    padding: 25px 10px 0 25px;
    border-right: 5px solid #f0f0f0;
}

.content .articleColumns .col2 {
    float: left;
    width: 282px;
    margin: 0 0 0 -5px;
    padding: 25px 10px 0 25px;
    border-left: 5px solid #f0f0f0;
}
.content .articleColumns, .content .col1, .content .col2 {
	min-height: 450px;
    _height: 450px;
}


.content .side h2 {
    padding: 0 0 20px 0;
}

.content .side .featured a img {padding: 2px; border: 1px solid #f0f0f0;}
.content .side .featured a:hover img {border: 1px solid #851f1f;}
.content .side .featured img {
    display: block;
    margin: 0 auto 10px;
}

.content .featured p {
    padding: 0 0 20px 0;
    line-height: 18px;
}

.content table {margin: 0 auto 20px; border: 2px solid #f0f0f0; border-width: 2px 0 2px 2px;}
.content tr.bg {background: #dbb1b1;}
.content th {
	background: #851f1f;
	color: #ffffff;
	font-weight: bold; 
	vertical-align:top; 
	padding: 10px 5px; 
	border: 2px solid #f0f0f0; 
	border-width: 2px 2px 0 0;}
.content td {vertical-align:top; padding: 10px 5px; border-collapse: collapse; border: 2px solid #f0f0f0; border-width: 2px 2px 0 0; line-height: 18px;}
.content td p {font-size: 11px; margin: 0 0 0; padding: 0 0 0 0;}
.content td ul, .content td li {font-size: 11px; list-style: outside disc; margin-left: 10px;}

/* end article styles */

/* begin grid layout styles */

.content .gridArea {
    *position: relative;
    width: 950px;
    border-top: 5px solid #f0f0f0;
    overflow: hidden;
}

.content .gridHdr {
    min-height: 158px;
	_height: 158px;
    width: 610px;
    padding: 0 15px 0;
    margin-top: -158px;
}

.content .gridHdr h2 {
    padding: 10px 0 5px 0;
    font-size: 20px;
}
.content .gridHdr h2.smallGridHdr {font-size: 19px;}

.content .gridLayout {
    width: 960px;
}
.content #gridPaging {background: #ffffff; padding: 10px 0; }
.content dl.paging {
	clear: both;
	margin: 0 0 0 480px;
	list-style: none;
	display: block;	
}
.content dl.paging dt, .content dl.paging dd, .content dl.paging ul {float: left;}
.content dl.paging dt {font-size: 14px; font-weight: bold; color: #851f1f; line-height: 30px; margin-right: 10px;}
.content dl.paging dd ul li {
	list-style: none;
	float: left; 
	width: 30px; 
	height: 30px;
	line-height: 30px; 
	margin: 0 5px 0 0;
	font-size: 14px; 
	text-align: center; 
	border: 1px solid #f0f0f0; 
	background: #f0f0f0; 
}
.content dl.paging dd ul li a {
	display: block; 
	padding: 0; 
	width: 30px; 
	height: 30px; 
	text-decoration: none;
}
.content dl.paging dd ul li a:hover, .content dl.paging ul li a.active {background: #851f1f; color: #ffffff;}

.content .gridLayout .gridSquare {
    position: relative;
    float: left;
    height: 225px;
    width: 235px;
    padding: 15px 0;
    border-right: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
    font-size: 11px;
}

.content .gridLayout .gridSquare img {
    display: block;
    margin: 0 auto;
}

.content .gridLayout .gridSquare a img {border: 1px solid #ffffff; padding: 2px;}
.content .gridLayout .gridSquare a:hover img {border: 1px solid #851f1f;}

.content .gridLayout .gridSquare p {
    padding: 8px 0 0;
	margin: 0 10px;
}

.content .gridLayout .gridSquare ul {margin: 0 15px;}
.content .gridLayout .gridSquare ul, .content .gridLayout .gridSquare li {
    margin: 0 12px 0 12px;
    padding: 0;
    list-style-type: disc;
    list-style-position: outside;
}

.content .gridLayout .gridSquare a.reqInfoButton {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 57px;
    height: 20px;
    width: 120px;
    background: url(../images/psych_request_info_new.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
.content .gridLayout .gridSquare a.reqInfoButton:hover {background-position: 0 -20px;}
/* end grid layout styles */
/* Autocomplete Styles */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.header .hdrSearch input.ac_loading, .ac_loading {
	background: #ffffff url('../images/ajax-loader.gif') right center no-repeat;
}
.ac_over {
	background-color: #c29999;
	color: HighlightText;
}