/* Begin main page structure section */

* {
	margin:0;
	padding:0;
}

body {
	font: 62.5%/1.6em Verdana, Arial,sans-serif;
	color:#333;  /* was 444, changed 9-09-09 to make IE darker */
	margin:0;
	background:#000 url(../images/body.jpg) repeat-x;
}

#wrapper {
	background:#fff;
	padding:0;
	width:900px;
	margin:0 auto;
}

#container {
	padding:0 0 20px 0;
	background:url('../images/content_bkg_lg.gif');
}

/* End main page structure section */

/* Begin navigation menu section */

.nav {

	border:none;
	padding:0;
	margin:0 0 15px 0;
}

.nav li {
	list-style:none;
	margin:0 0 5px 0;			/* previously was 10px at bottom, which made right sidebar alerts too far apart */
	padding:0;
}


.nav li a {
	display:block;
	padding: 3px 8px 3px 8px;	/* previously was 8px all around */
	width:104px;				/* previously was 100px, 108px pushes IE center down below sidebar */
	
	background:#407a79;
	color:#ffffff; 
	border:0px;

	text-decoration:none;
	font-size:0.95em;
	margin:0;
}

.nav li a:hover {
	background-color:#0c3635;
        color:#ffffff;
}

.sidebar {

}


.sidebar h3 {	
	padding:0;
	margin:4px auto 8px auto;
	text-align:center;
	font:1.4em Georgia,"Times New Roman",serif;   /* was 1.5em */
	font-weight:bold;
	font-variant:normal;
	color:#d6f6f5;
}

#leftsidebar h3 {
	width:110px;
}

#leftsidebar {	
	float:left;
	width:112px;
	padding:10px 9px 0 9px;      /* was 10-11-0-7 */
	background:#254947;
}

#leftsidebar .nav li {
	margin:0 0 3px 0;
}

#leftsidebar .nav li a {
	padding:2px 4px 2px 4px;  
	margin:0;
	text-align:left;
	background:#000 url(../images/psysr-navleft6.gif) repeat-x;
}

#leftsidebar .nav li a:hover {
	background:#000 url(../images/psysr-navleft-hover3.gif) repeat-x;
}



ul#alphabet li {
	display: inline;

}
ul#alphabet li a {
	padding: 5px 40px 5px 40px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #407a79;
	background-color: #407a79;
	text-decoration: none;
	text-align: center;
	color: white;
}

#alphabet li a:hover {
	color: #ece89f;
	text-decoration:underline;
}


/* End navigation menu section */

/* Begin header, footer & sidebar section */

#top {
	background-color:#0c3635; 
	height:130px;
	padding-right:30px;
/*	background:#000 url(http://www.psysr.org/images/psysr-top2.gif) repeat-x;*/
	background:url(../images/top_lg.jpg) no-repeat;
}

#footer {
	text-align:center;
	border-top:1px solid #444;
	padding:10px;
	margin:15px auto;
	color:#fff;
	width:880px;/*740*/
	font:1.2em Georgia,"Times New Roman",serif;	
	line-height:15pt;
}

#footer a {
	color: #5c98dd;
}

#footer a:hover {
	color: #0066dd;
}


/* End header, footer & sidebar section */

/* Begin content elements section */


#content {
	margin:0 0 0 0px;
	padding:0 20px 15px 20px;
	width:727px;
	overflow:auto;
}

h1 {
	background:url(../images/header_bkg.gif) repeat-x;
	padding:10px 0 10px 150px;
	font:2.1em Georgia,"Times New Roman",serif;
	font-variant:small-caps;
    font-weight:normal;
	color:#fefefe;
	text-align: left;
	border-bottom:1px solid #ccc;
}

#content h2 {
	padding:15px 0 0 0;
	font:1.5em Georgia,"Times New Roman",serif; /* was previously 1.4em */
	font-variant:none;
    font-weight:bold;
	color:#444;  /* was #0c3635 */
}

#content h2 a {
	color:#121212;
	text-decoration:none;
}

#content h3 {

	margin-top:15px;
	font-size:115%;			/* tried 120% to make IE larger font */
	line-height:18px;
}

#content p {
	padding-top:8px;
	font-size:115%;			/* tried 120% to make IE larger font */
	line-height:18px;
}

#content .section {

	clear:left;

}

#content .section img.sideimg {
	float: right;
	margin: 0px 0px 6px 15px;
}

#content .section img.leftimg {		/* added so that some images could be left instead of right */
	float: left;
	clear:right;
	margin: 0px 15px 6px 0px;
}

#content .imgcaption {				/* I've stopped using captions because as set up there's an IE problem */

	float:right;
	clear:right;
	font-size:90%;
}

#content ul {

	padding-top:6px;			/* was 16px */

}

#content ul li {
	font-size:115%;				/* tried 120% to make IE larger font */
	list-style-type: disc;
	line-height:20px;
	margin-left:1.5em;
}

a.readmore {

/*
	text-align:right;
	display:block;
	margin-right:15px;
*/
	margin-left:10px;
	text-transform: capitalize;
	font-variant: small-caps; 
	
}





.video {

	text-align:center;
	
}

.video embed {
 width:560px;
 height:420px; /* was 486 x 400 */
}



#content p.advisory {
	
	margin-top:50px;	
	line-height:14px;
	font-size:110%;
	text-align: justify;
	font-family:Georgia,"Times New Roman",serif;
	}


blockquote
{
margin: 1em 1em;
border: 5px double #407a79;
padding: 10px 20px 10px 20px;
color:#222; 
background-color: #DDF1EA;
}






/* End content elements section */

/* Begin universal elements section */

a {
	color: #0036ad;					/* previously was #0066dd and then #257947, and #800020 and #9F1D35 (burgundy) */
	text-decoration:none;
	cursor:pointer;
	_cursor:hand;
}

a:hover {
	color:#0000ff;					/* tried #25c947 */
/*	border-bottom:1px solid #fff; */
}

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


/* End universal elements section */