@charset "utf-8";
/* CSS Document */
/* ANR; modified C Laning 11/11 */


	body, body#style1, body#style2 {
		margin:0;
		padding:0;
		color: #333;
		}

	body#style1 {
		background:url(/IMAGES/background/bgd1.gif) repeat-x fixed;
	}

	body#style2 {
		background:url(/IMAGES/background/bgd2.gif) repeat-x fixed;
	}

	#siteinfo {
		display:none;
	}

	.hiddenmaster {
		display:none;
	}

	#main {
		width: 1006px;
		margin: 0 auto;
		padding:0;
		font-size: 1em;
		font-family:Verdana, Geneva, sans-serif;
		}

		.nav_on {
			background: url(/IMAGES/background/bgd_nav.png) repeat-y center;
		}

		.nav_off {
			background: url(/IMAGES/background/bgd.png) repeat-y center;
		}

	a, a:link, a:visited {
		color: #124383;
		text-decoration:underline;
	}

	 a:visited {
		 color:#7a327a;
	 }

	 a:hover {
		 color:maroon;
	 }



	/* header styles */


	#header1, #header2 {
		margin:0 auto;
		width: 990px;
		height:77px;
		padding:0;
		padding-top:5px;
/*		background: url(headers/2.jpg) no-repeat center; */
		}

	#header2 {
		height:94px;
		padding-top: 0;
		border-top: 2px solid #333;
	}

	#header1 img.logo, #header2 img.logo {
		margin-left:12px;
		margin-right: 12px;
		float:left;
	}

	#header1 .headtext, #header2 .headtext {
	 margin: 10px 0 0 12px;

	}

	#header2 .headtext {
		margin:0;
		padding:0;
		padding-top: 7px;
		height:87px;
	}

	#header1 .headtext2 a, #header2 .headtext2 a {
		font-weight:bold;
		font-size:90%;
		color:#666;
		min-height:5px;
		text-decoration:none;
		}

	#header2 .headtext2 {
		padding-top: 15px;
	}

	#header1 .headtext1 a, #header2 .headtext1 a {
		/*font-family:Georgia, "Times New Roman", Times, serif;*/
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
		font-size: 180%;
		color:#1a3769;
		text-decoration: none;


	}

	#header2 .headtext2 a, #header2 .headtext1 a {
		color:white;
		padding-right: 300px;
	}


	#headerpic {
		width:990px;
		margin:0 auto;
	}

	#topitems {
		float:right;
		text-align:right;
		font-size:70%;
		padding:0 5px 0 0;
		height: 20px;
	}

	#topitems a, #topitems a:link, #topitems a:visited {
		padding-right: .5em;
		text-transform:uppercase;
		/*color:#9e0b0f;*/
		color:#1a3769;
		text-decoration:none;
	}

	#topitems a:hover {
		text-decoration:underline;
	}

	#topitems input.search {
		font-size:100%;
		border: 1px solid #565656;
		padding: .2em;
	}


	/* uc seal styles */
	.ucseal1, .ucseal2 {
		background:url(/IMAGES/logos/ucseal2.png) no-repeat left;
		padding: 8px 0 20px 86px;
		margin-right:-86px;
		margin-top:-9px;
	}

	.ucseal1 {
		background:url(/IMAGES/logos/ucseal1.png) no-repeat left;
		padding: 11px 0 12px 56px;
		margin:0;
		margin-top:-11px;
		float:none;
	}

	#navigation_top, #navigation_top_right {
		margin:0 auto;
		margin-bottom: 10px;
		font-size: 75%;
		padding: 0 20px;
		background: url(/IMAGES/background/topnav.gif) repeat-y;
		border-bottom:1px solid #e88500;
		border-top: 1px solid #868844;
		width: 950px;
		min-height:7px;
		position:relative;
		z-index:999;
		}



	#navigation_top ul,	#navigation_top_right ul  {
		margin: 0;
		padding:0;
		}
			 #navigation_top_right ul {
			 float:right;
		 }

	#navigation_top ul li, #navigation_top_right ul li {
		position: relative;
		list-style:none;
		margin:5px;
		}

	#navigation_top ul.level1 li, #navigation_top_right ul.level1 li {
		margin: 0;
		padding:5px 10px;
		float:left;
		border-right: 1px solid #f3c157;
		border-left: 1px solid #b99239;
		}



	#navigation_top ul.level2 li, #navigation_top_right ul.level2 li {
		margin: 0;
		float:none;
		padding:5px 10px;
		border:0;
		border-bottom:1px solid white;
		background: #f3c157;
		}

	#navigation_top ul.level2 li:hover, #navigation_top_right ul.level2 li:hover {
		background-color: #fde289;
		color:black;
		}

	#navigation_top li a, #navigation_top_right li a  {
		display: block;
		color:#333333;
		text-decoration: none;
		}
	#navigation_top li a:hover, #navigation_top_right li a:hover {
		color:black;
		}
	#navigation_top ul a, #navigation_top_right ul a {
		width: auto;
		}
	#navigation_top ul ul, #navigation_top_right ul ul {
		position: absolute;
		display:none;
		width: 175px;
		}


	#navigation_top ul.level2, #navigation_top_right ul.level2 {
		padding-top: 3px;
		background:url('/IMAGES/dot_clear.gif');
		margin-top:3px;
		margin-left:-11px;
	}

	#navigation_top ul ul li:hover a, #navigation_top_right ul ul li:hover a {
		color:black;
		}

	#navigation_top ul.level1 li.submenu:hover ul.level2,
	#navigation_top ul.level1 li.submenu:focus ul.level2,
	#navigation_top_right ul.level1 li.submenu:hover ul.level2,
	#navigation_top_right ul.level1 li.submenu:focus ul.level2

		{
		display:block;
		z-index:1;
		}


	#navigation {
		padding:0;
		margin:0 0 0 13px;
		float:left;
		width:230px;
		font-size:80%;
		font-family:Georgia, "Times New Roman", Times, serif;

		}

		#navigation ul {
			margin: 0;
			padding: 0;
		}

		#navigation ul li.parent {
			list-style-type:none;
			margin:0;
			padding:0;
			width: 100%;
		}

		#navigation ul li.parent a,
		#navigation ul li.parent a:link,
		#navigation ul li.parent a:visited {
			padding: 5px 6px;
			display: block;
			border-bottom: 1px solid #b5b5b2/*#d7d7d5*/;
			text-decoration:none;
			/*background: #f6f3ee #ede8de;*/
			color:#000000;
		}

		#navigation ul li.parent a:hover {
			background: #f6f3ee;
			border-color:#d7d7d5;
		}



		#navigation ul li.child,
		#navigation ul li.child2 {
			list-style:none;
			margin:0;
			padding:0;
			background:url(/IMAGES/bullets/bullet2.gif) no-repeat top left #edeae3;
	}

	#navigation ul li.child2 {
		background-image: url(/IMAGES/bullets/bullet3.gif);
	}

		#navigation ul li.child a,
		#navigation ul li.child a:link,
		#navigation ul li.child a:visited,
		#navigation ul li.child2 a,
		#navigation ul li.child2 a:link,
		#navigation ul li.child2 a:visited{
			padding: 5px 3px;
			text-decoration:none;
			background: none;
			color:#000000;
			border-color:#dcd5c7;
		}

		#navigation ul li.child a:hover,
		#navigation ul li.child2 a:hover{
			text-decoration:underline;
		}

		/*#navigation ul.color2 {background: #9FF}
		#navigation ul.color3 {background: #C9F}
		#navigation ul.color4 {background: #FCF}
		#navigation ul.color5 {background: #FF9}
		#navigation ul.color6 {background: #9FF}
		#navigation ul.color7 {background: #C9F}
		#navigation ul.color8 {background: #FCF}
		#navigation ul.color9 {background: #FF9}
		#navigation ul.color10 {background: #0FF}*/

	.navspot {
		 margin-top: 5px;
		 padding: .5em;
	}

	#pagecontent {
		padding:0;
		margin:5px 13px 0 13px;
		font-size:80%;
		line-height:140%;
		padding-bottom: .5em;
		z-index:2;
		}

		#pagecontent h1, #pagecontent h2, #pagecontent h3 {
			margin:0;
			padding: 10px;
			padding-top:0;
			border-bottom: 1px solid #CCC;
			font-size: 190%;
			/*font-family: Georgia, "Times New Roman", Times, serif;*/
			font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
			font-weight:normal;
			color:#333333;
		}

		#pagecontent h1 {
			line-height: normal;
			padding-top:0;
			padding-bottom: 5px;
			margin-top:5px;
		}

		#pagecontent h1.peerreviewed {
			margin-top:10px;
			background: url(/IMAGES/logo-ucpeerreviewed.jpg) no-repeat right 2px;
			padding-bottom:3px;
			padding-right:100px;
		}

		#pagecontent h2 {
			font-size: 120%;
			padding: 2px;
			margin:15px 0 5px 0;
			/*background:#ece8dd;*/
			font-family: Arial, Helvetica, sans-serif;
			font-weight:bold;
			border-color: #DDDDDD;

		}

		#pagecontent h3, #pagecontent h4 {
			font-size: 100%;
 			font-family: Arial, Helvetica, sans-serif;
			padding: .25em .5em;
			margin: 1em 0 .5em 0;
			font-weight:bold;
			border:0;
			background:#eeeeee;

		}

		#pagecontent h4 {
			background:none;
			border: 1px solid #dddddd;
			padding:5px;
		}



		#pagecontent .pagefull {
			padding: 0px 10px 0px 10px;
		}

		#pagecontent .pageleft {
			float:left;
			padding: 0px 10px;
		}

		#pagecontent .pageright {
			float:right;
			padding:0px 10px;
		}

		#pagecontent {

		}

		.editasset {
			text-align:right;
		}

		.editasset a
		{
			padding: .25em .35em;
			border: 1px solid #ccc;
			text-decoration: none;
			font-size: 85%;
			color: #666;
			background:white;
			font-family: Arial, Helvetica, sans-serif;
		}

		.editasset a:hover {
			border-color: maroon;
			background: #f5e3e3;
			color:maroon;
		}

		.editbox {
			margin-top:.3em;
			font-size: 85%;
		}

		.commentlt, .commentdk {
			margin: 1em 0;
			padding:.75em;
			background:  #f3f3f3;
			padding-left:4em;
		}

		.commentlt {
			/*border: 1px solid #F3F3F3;*/
			background:none;
		}

		.commentlt p, .commentdk p {
		padding:.15em 0;
		margin:.15em 0;
		}

		.commentnumber {
			float:left;
			font-size: 300%;
			font-style: italic;
			color:#CECECE;
			font-family: Georgia, "Times New Roman", Times, serif;
			padding: 0 .25em .25em .25em;
			margin-left: -1.25em;
		}

		.reply {
			margin:1em 0 0 0;
			margin-top: .5em;
			padding:0 1em;
			border:1px solid #ccc;
			background:white;
			font-size:85%;
		}

		.replytop {
			background: #F7F7F7;
			color:black;
			padding: .15em .5em;
			margin:0 -1em;
			border-bottom:1px solid #ccc;
		}

		.commentlt p.author, .commentdk p.author, p.signinnow, .replytocomment p.author {
			font-size:110%;
			margin:0;
			padding:.25em 0;
			font-family: "Times New Roman", Times, serif;
			font-style: italic;
			color: #400000;
		}

		.replytocomment {
			border:#ccc 1px solid;
			-moz-border-radius: 10px;
			border-radius: 10px;
			background-color:#efefef;
			padding:5px;
			margin-top:1.5em;
		}

	p.tight {
		margin-top:0;
		padding-top:5px;
	}

	.spotlightevent {
		padding:5px 10px;
		border: thin solid #d8ca9f;
		margin:10px 0;
		background: white;
	}

			.blogbox {
			margin: .75em 0;
			line-height: 28px;
			padding-top:5px;
		}


		.blogauthor {
			border: 1px solid #d8ca9f;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding:.5em 1em 0 1em;
			margin: .75em 0 2.75em 0;
			font-size:85%;

		}

		.blogauthor div {
			padding-bottom:.5em;
		}

	/* Blog Photo style */
	.postphoto {
		border:thin solid #ccc;
		background: #FFFFFF;
		padding:10px;
		display:inline-block;
	}

	.postphoto div.caption {
		text-align:center;
		padding-top:.5em;
		font-size:80%;
	}


	.rows, .grid {width: 100%;text-align:left;}
	.grid {border-left: 1px solid #d7d7d5; border-top:1px solid #c4b483}
	.rows th, .rows td, .grid th, .grid td {padding: 4px;  border-bottom: 1px solid #d7d7d5}
	.rows th, .grid th {border-bottom: 1px solid #c4b483;}
	.grid th {border-right:  1px solid #c4b483;}
	.grid td {border-right:  1px solid #d7d7d5;}
	.rows tr:hover, .grid tr:hover {background: #f6f3ee}
	.rows tr:hover td, .grid tr:hover td {border-color: #b5b5b2}
	.rows tr:hover th, .grid tr:hover th {background:white;}
	.rows td a.caltitle, .grid td a.caltitle {font-size: 90%;font-weight:bold }
	.rows tr.nohover:hover, .grid tr.nohover:hover {background: white;}
	.rows tr.nohover:hover td, .grid tr.nohover:hover td { border-color:#d7d7d5}

	.rows td.extra, .grid td.extra {
		padding: 8px 4px;
		border-bottom: 1px dotted #d7d7d5;
	}


	.weather {
		width: 100%;
		font-size:110%;
		font-family: Arial, Helvetica, sans-serif;
		color:#000000;
	}

	.weather th, .weather td {
		padding: 6px;
	}

	.weather th {
		background: #666;
		border:1px solid #333;
		color:white;
		font-weight:bold;
		font-size:140%;
	}

	.weather td.subhead {
		font-weight:bold;
		background:#d0d0d0;
		border:1px solid #b5b5b2;
	}

	.weather td.monthly {
		text-transform: uppercase;
		text-align: center;
	}

	/* fields styles for surveys */
	.fields {
		width:100%;
		margin-bottom: .75em;
		font-size:90%;
	}

	.fields tr {
		vertical-align:top;
	}

	.fields th, .fields td {
		border-bottom: 1px solid #c4b483;
		padding: 6px;
		border-right: 1px dotted #c4b483;
	}

	.fields th {
		width: 40%;
		text-align:right;
				background:#f6f3ee;

	}

	.fields th.topborder, .fields td.topborder {
		border-top: 1px solid #c4b483;
	}

	.fields input, .fields textarea {
		padding:2px;
	}

	.fields tr.divider {
	}


	.fields tr.divider td {
		padding: 2px 10px;
		border-bottom:0;
		color:white;
		background: #8d7d57;
		border-right:0;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.fields tr.divider td a,
	.fields tr.divider td a:link,
	.fields tr.divider td a:visited {
		color:#ebe5d8;
	}

	.fields tr.divider td a:hover {
		color: white;
	}

	.fields tr.divider td p {
		padding:5px 0;
		margin:0;
	}

	.fields tr.blankline td {
		border:0;
		padding:0;
	}

	/*	.rows {width: 100%;}
	.rows th {border-bottom: thin solid #DDDDDD}
	.rows th, .rows td {padding: 5px; text-align:left; }
	.rows tr.firstrow td {border-top: 3px solid white;}*/

	#footer {
		clear:both;
		padding:0 0 10px 0;
		width: 990px;
		margin:0 auto;
		background: #d8ca9f;
		}

	#footer .top {
		background: url(/IMAGES/background/topnav.gif) repeat-y;
		border-bottom:1px solid #e88500;
		height:5px;
		padding: 0;
		width:990px;
	}
	.ratings {
		padding: .5em;
		margin:0;
		border-bottom:1px solid #91793b;
		background:#b7a063;
		font-size: 80%;
		color:#3b2d08;
	}

	a.yes, a.yes:link, a.yes:visited,
	a.no, a.no:link, a.no:visited {
		padding: .15em .35em;
		background:none;
		border: 1px solid #91793b;
		text-decoration: none;
		color: #3b2d08;
	}

	a.yes:hover {
		background: #284d0d;
		border-color: #284d0d;
		color:white;
	}

	a.no:hover {
		background: #792020;
		border-color: #792020;
		color:white;
	}

	a.repocount,
	a.repocount:link,
	a.repocount:visited,
	a.repcountactive {
	padding: .2em .5em;
	border: 1px solid #CCC;
	text-decoration: none;
	}

	a.repocount:hover {
		background: #f5e3e3;
		border-color: maroon;
	}

	a.repcountactive {
		background: #cbdcf9;
		border-color: #003795;
		color: #003795;
		padding: .5em;
		font-size: 120%;
	}

	#footer p.footerhead {
		font-size: 100%;
		font-weight:bold;
		margin-bottom:.65em;
		text-align:center;
		color:#302d2a;
	}

	#footer .footertext {
		width: 950px;
		margin: 0 auto;
		font-size:90%;
	}

	#footer p.footerlinks {
		font-size:70%;
		text-align:center;
		margin:.25em 0 .5em 0;
	}

	#footer p.footerlinks a,
	#footer p.footerlinks a:link,
	#footer p.footerlinks a:visited {
		color:#302d2a;
		text-decoration:none;
		padding-right: 10px;
		margin-left: 8px;
		border-right: 1px solid #827345;
	}

	#footer p.footerlinks a:hover {
		color: black;
		text-decoration: underline;
	}

	#footerbottom {
		padding:0;
		width: 1006px;
		margin:0 auto;
		background: url(/IMAGES/anr/footer.png) no-repeat bottom;
		height:20px;

	}

	.simplebox {
		margin:.5em 0;
		padding:.5em;
		border: 1px solid #EEEEEE
	}

	.clear {clear:both}


	/* site map */

	.sitemap ul {
		margin: 0 0 0 10px;
		line-height: 170%;
		padding:0;
	}


	/* spotlight stories*/

	.spotlightstory, .spotlightstory_right {
		margin-bottom:.8em;
	}


	.spotpic {
		float:right;
	}

	.clearspot {
		clear:both;
	}

	.spotpic {
		text-align:center;

	}

	.spotpic {
		margin: 0 .5em .5em .5em;
		padding:.5em;
		border:1px solid #d8ca9f;
	}

	.spotpic .caption,
	.spotpic .caption {
		padding-top:.5em;
		font-size:80%;
	}

	ul.spotlightstories {
		margin:0;
		padding:0;
	}

	ul.spotlightstories li {
		padding: 6px;
		border-top:1px solid #d8ca9f;
		list-style-type:none;
		margin-bottom:.5em;
	}

	ul.spotlightstories li img {
		float:left;
		padding: .3em;
		background: black;
		margin: 0 .5em .5em 0;
	}

	ul.spotlightstories li .date {
		float:left;
		background:#eeeeee;
		border: 1px solid #d8ca9f;
		padding: .3em .6em;
		margin: -6px 6px 0 -6px;
		border-top:0;
		font-family: Georgia, "Times New Roman", Times, serif;
		width:20%;
	}

	ul.spotlightstories li .title {
		padding: .3em .6em;
		margin: -6px 0 0 0;
		width:75%;
		float:left;
	}

	ul.spotlightstories li p {
	}



	/* share styles */

	ul.share {
		margin:0;
		padding:0;
	}

	ul.share li {
		list-style-type: none;
		padding:.75em .5em;
		border-bottom: 1px solid #d7d7d5;
	}

	ul.share li:hover {background: #f6f3ee}

	ul.share img {
		float:left;
		padding: 0 .75em .3em 0;
	}

	.biginput, input.biginput {
		width: 125px;
		height:35px;
		line-height:35px;
		font-weight:bold;
		border: 0;
		background: url(/IMAGES/anr/captcha.gif) no-repeat;
		text-align:center;
		font-size:110%;
		color:#333;
		font-family:Georgia, "Times New Roman", Times, serif;
	}

input.biginput { padding-top: 0px;}

img.photo {
	padding: .5em;
	margin:.5em;
	border: 1px solid #d8ca9f;
}



.innerfields {
	width:100%;
}

	.innerfields_label, .innerfields_details {
	padding: 1%;
	float:right;
	width:68%;
	text-align:left;
	}

	.innerfields_label {
	width: 28%;
	text-align:right;
	float:left;
	font-weight:bold;
	}

	.innerfields_clear {
		clear:both;
		border-bottom: 1px solid #c4b483;
	}

	a img { border: 0;}


	acronym {
		cursor: help;
	}


.highlight {
	background-color:#F6F3EE;
	font-weight:bold;
}


/* Survey onsite return to start button */
.CompleteButton,
a.CompleteButton,
a.CompleteButton:link,
a.CompleteButton:visited {
	padding: 13px 25px;
	background-color:#e5e1d6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e1d6', endColorstr='#dedbd2');
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e1d6), to(#dedbd2));
	background: -moz-linear-gradient(top,  #e5e1d6,  #dedbd2);
	border:#b8b5ae 1px solid;
	color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:15px;
	display:inline-block;
}