/********** general styles **********/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

body  {
	background-color: #D6DEEF;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: center;
	/*width: 100%;*/
}

select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #660000;
	margin: 0px 0px 1.2em;
	padding: 0px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}

h2{
	font-size: 1.2em;
}
a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #aa0000;
}

input {margin:3px;}
label {
	cursor: pointer;
}
.filesize {
	color: #666666;
}
.anchor {
	clear: both;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.left {
	float: left;
	clear: both;
}
.right {
	float: right;
}
/********** layout divs **********/

#site {
	border: 1px solid #5578B2;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	width: 717px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 715px;
}
html>body #site {
	width: 715px;
}
#header, #copyright hr{
	display: none;
}
#banner {
	padding: 0px;
	margin: 0px;
}
#body {
	padding: 20px 0px 0px;
}
#content {
	float: right;
	padding: 0px 15px 20px 0px; /* was padding: 0px 10px 20px 0px;*/
	width: 505px; /* was 525px */
}
#bar {
	clear: both;
width:715px;
	border-top: 1px solid #5578B2;
	background-color: #849CC6;
	background-image: url(../img/footer.gif);
	margin: 0;
	padding:0;
	height: 2.6em;
}
#bar ul {
	margin: 0;
	padding: 0 10px;
}
#bar li {
	list-style-type: none;
	float: left;
	padding: 0px;
}
#bar a {
	display: block;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #000;
	padding: .4em 10px;
}
#bar a:hover {
	text-decoration: underline;
}
#bar .selected {
	color: #000000;
}
#copyright, #design {
	text-align: center;
    line-height: 16px;
}
/********** menu styles **********/
#menu {
	background-color: #5578B2;
	padding: 0;
	height: 1.6em;
	align: center;
}
#menu ul {
	width: 450px;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	list-style-type: none;
	float: left;
	padding: 0px;
}
#menu a {
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #CED8E9;
	padding: 0 15px;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .selected a {
	background-color: #CED8E9;
	color: #000;
}
#menu .selected a:hover {
	text-decoration: none !important;
}

/********** sidebar styles **********/


#sidebar {
	float: left;
	padding: 0px 0px 20px 0px;
	width: 173px; /* tried... 168px */
}

#sidebar .print {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: .9em;
}
#sidebar .top {
	background-image: url(../img/sidemenu_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	font-size: .8em;
	line-height: .8em;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
#sidebar ul, .sidecontent {
	width: 140px; /* tried... 146px  */
	background-image: url(../img/sidemenu_middle.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 6px;
	padding:2px 12px 4px 9px; /*padding:12px;*/
	
	/*border: 1px solid #f00;*/
}
#sidebar li {
	list-style-type: none;
}
#sidebar ul ul {
	margin: 0px;
}
#sidebar a {
	margin-right: 8px;
	padding: 1px 0px 1px 0;
	display: block;
	color: #000;
	width: 153px; /* tried 120px */
	voice-family: "\"}\"";
	voice-family: inherit;
	/*width: 145px;*/
}
html>body #sidebar a{
	width: 145px;
}
#sidebar li li a {
	padding-left: 16px;
	width: 121px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 137px;
}
html>body #sidebar li li a{
	width: 137px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar .selected a {
	background-color: #5578B2;
	color: #CED8E9;
}
#sidebar .selected a:hover {
	text-decoration: none !important;
}
#sidebar .bottom {
	background-image: url(../img/sidemenu_bottom.gif);
	background-repeat: no-repeat;
	height: 19px;
	font-size: .8em;
	line-height: .8em;
	margin: 0px 0px 0em 6px;
	padding: 0px;
}
#sidebar .links {
	margin: 1.1em 0px 0px 10px;
}

/********** panel styles **********/
#content a {
	border-bottom: 1px solid #bbbbbb;
}

/********** panel styles **********/
.panel {
	border: 1px solid #95ADD7;
	background-color: #E7EFF8;
	margin: 1px;
	padding: 8px 8px;
	margin: 0px 5px;
	width: 500px;
	overflow:hidden;
}
.panel p {
	margin: 0px;
	padding: 0px;
}
.panel .name {
	font-weight: bold;
}
.panel .date {
	color: #660000;
}
.panel .option {
	padding-left: 30px;
}

/********** panel styles **********/

.widepanel {
	border: 1px solid #849CC6;
	background-color: #D6DEE7;
	margin: 0;
	padding: 8px 8px;
	margin: 0px 5px 1.1em;
	width: 95%;
}
.widepanel p {
	margin: 0px;
	padding: 0px;
}
.widepanel .name {
	font-weight: bold;
}
.widepanel .date {
	color: #660000;
}
.widepanel .option {
	padding-left: 30px;
}
/********** list styles **********/

#list p {
	margin: 0px;
	padding: 1.2em 0px;
}
#list h2 {
	background-color: #D6DEE7;
	border: 1px solid #849CC6;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 5px;
	font-weight: bold;
	color: #660000;
	margin: 0px 0px 1.2em;
	font-size: 1.2em;
}
#list .item {
	border-top: 1px dotted #bbbbbb;
}
#list .itemTop {
	padding-top: 0px;
}
#list .date {
	color: #660000;
}
#list .title {
	font-weight: bold;
}
#list .name{
	color: #660000;
}
#list .subtitle {
	font-style: italic;
}
#list .source {
	font-style: italic;
}
#list .heading {
	font-weight: bold;
}
#list li {
	margin: 0px 0px 0px 15px;
}

/********** faculty/profile styles **********/

#faculty {
	width: 520px;
}
#faculty .card {
	border: 1px solid #849CC6;
	background-color: #D6DEE7;
	padding: 8px;
	margin: 4px 4px 4px 4px;
	width: 232px;
	float: left;
}
#faculty img {
	float: left;
	margin-right: 5px;
	border: 1px solid #849CC6;
}
#faculty p {
	margin: 0px;
	padding: 0px;
}
#faculty .name {
	font-weight: bold;
}
#faculty .title {
	font-style: italic;
}
#faculty .link {
	clear: both;
	text-align: right;
}
#faculty ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
#faculty li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#profile p {
	margin: 0px;
	padding: 0px;
}
#profile img {
	float: left;
	padding: 0px 8px 8px 0px;
}
#profile .back {
	float: right;
	position: static;
}
#profile .name {
	font-weight: bold;
}
#profile .title {
	font-style: italic;
}
#profile .top {
	text-align: center;
}

/********** form styles **********/

#errors {
	padding: 10px;
	background-color: #5578B2;
	color: #FFFFFF;
	margin: 0px 0px 1.1em;
}
#errors p {
	margin: 0px 0px 1em;
}
#errors ul {
	margin: 0px;
	padding: 0px;
}
#errors li {
	list-style-type: none;
}
#errors label {
	font-weight: bold;
}

#form .error {
	background-color: #CED8E9;
	border: 1px solid #5578B2;
	padding: 4px 10px;
	margin: 0px 0px 10px 0px;
}
#form .error ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#form .error li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#form .error label {
	font-weight: bold;
	color: #990000;
}
#form .error p {
	font-weight: bold;
}
#form .row {
	padding: 4px;
	clear: both;
}
.required {
	width: 10px;
	color: #990000;
	font-weight: bold;
}
.message {
	font-style: italic;
	color: #990000;
}
#form .submit {
	width: 60px;
}
#lifes_lessons {
	border: 1px solid black;
	text-align: center;
	margin: 0px 0px 1.1em;
}
.citralogo {
	padding: 0px !important;
	margin: 0px !important;
	display: inline;
	width: 0px;
}
#lifes_lessons p.logo {
	padding: 3px;
	margin: 0px;
}
#lifes_lessons p.tagline {
	padding: 2px;
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
}

/* nln edits */	
	
a.title {
		color: #990000;
		margin: 0px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		margin-bottom: 15px;

}

.blogPost {
	background-color: #f4f4f4; /* background blue is D6DEEF */
	margin-bottom: 15px;
	padding: 0 5px 10px 5px;
}

.rssfeed {
	width: 715px;
	text-align:right;
	margin-bottom: 4px;
}

	
/* end nln edits */	
