/* CSS Document - Center for Students with Disabilities */

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size: small;
    /* be nice to Opera */
    }
 * { 
	margin: 0; 
	padding: 0; 
	}
/* clearing Tony Aslett’s clearfix method - http://positioniseverything.net/easyclearing.html*/
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: block; 
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../images/pg-bg3-black.jpg);
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
}
div#skiplink{
	font-size: xx-small;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	text-align: left;
	min-height: 5px;
	width: 90%;
	margin: 0 auto;
}
div#skiplink a {
	text-decoration: none;
	color: #ccc;
	background-color: transparent;
}
div#skiplink a:hover, div#skiplink a:focus {
	text-decoration: underline;
	color: #fff;
	background-color: #000;
}
div#page{
	width: 90%;
	min-width: 722px;
	margin: 0 auto;
	padding: 5px;
	color: #000;
	background-color: #fff;
	border-top: 3px solid #666666;
	border-left: 3px solid #666666;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
}
/* U H required header */

div#uhheader{
text-align:right;
font-size:xx-small;
padding: 0 2px 5px 0px;
min-height: 22px;
}
div#uhheader img {
   float: left;
   border: 0;
}
div#uhheader a {
	text-align: right;
    text-decoration: none;
	color: #000000;
	background-color: #fff;
}
div#uhheader a:hover, div#uhheader a:focus {
 	color:#c00;
 	background-color: #fff;
 	text-decoration:underline;
 }
 /*End UH Header */

/* CSD Header */

div#header {
	color: #000;
	background-color: #fff;
}
div#header a {
	border: none;
}

div#header img {
   border: none;
   margin-top: -10px;
}

/* Content - Navigation */

div#content{
	position: relative;
	width: 100%;
	margin: 2px auto 0px auto;
	padding: 0;
	text-align:left;
	color: #000;
	background-color: #fff;
	background-image: url(../images/content-back2-gray.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* Top Navigation */

div#nav {
	width: 100%;
	text-align: right;
	margin-bottom: 3px;
	background-color: #000000;
	font-size: small;
	font-weight: bold;
	min-height: 30px;
}
div#nav ul {
	list-style: none;
	padding: 4px 4px 0px 0px;
}
div#nav li {
	display: inline;
}
div#nav li a, div#nav li a:link, div#nav li a:visited {
	padding: 3px 8px 3px 8px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
div#nav li a:hover, div#nav li a:focus {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
}
div#nav form{
	float:left;
	margin-top: 1px;
	padding-top:3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
div#nav input{
	width: 8em;
}
div#nav input.SubmitText{
	width: 3.2em;
	font-size: x-small;
	font-weight:bold;
	color: #000;
	background-color: #fff;
}
div#nav label{
	margin-left: 8px;
	color: #fff;
	background-color: #000;
	font-size: small;
	font-weight:bold;
}
/* Local Navigation */
div#localnav {
	font-size: small;
	font-weight:bold;
	float: left;
	width: 20%;
	margin-right: 5px;
	background-image: url(../images/content-back2-gray.jpg);
	background-repeat: repeat-y;
	background-position: left;	
}
div#localnav ul {
	list-style:none;
}
div#localnav li {
	border-bottom: 1px solid #999999;
}
div#localnav li a, div#localnav li a:link, div#localnav li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
div#localnav li a:hover, div#localnav li a:focus {
	background-color: #CC0000;
	color: #fff;
}
/* Main Content Area  */
div#main{
	float: right;
	width: 79%;
	display: inline;
	min-height: 300px;
}
div#main h1 {
 	font-size: large;
	color: #000;
	background-color: transparent;
	margin-bottom: 8px;
 	padding: 8px 8px 4px 8px;
}
div#main h2 {
 	font-size: medium;
	color: #000;
 	background-color: transparent;
	margin-bottom: 8px;
	padding: 8px 8px 8px 8px;
}
div#main h3 {
	font-size: small;
	color: #000000;
	background-color: transparent;
	margin-bottom: 5px;
	padding: 0px 8px 5px 8px;
}
div#main p {
	font-size: small;
	padding: 0px 8px 10px 8px;
}
div#main p .first{
	font-size:small;
	padding: 5px 8px 5px 8px;
} 
div#main img {
	margin:8px;
	border: 1px solid #000000;
	float: right;	
}
div#main img.left {
	margin:8px 8px 8px 50px;
	border: 1px solid #000000;
	float:left;
}
div#photos {
	width: 570px;
}
div#left {
	float: left;
	width: 285px;
}
div#right {
	float: right;
	width: 285px;
}
div#main ul {
	 margin-left: 40px;
	 padding-bottom: 4px;
}
div#main ul li {
	padding-bottom: 4px;
}
div#main ul ul li { 
	list-style-type: square;
	padding-bottom: 4px;
}
div#main ol {
	 margin-left: 40px;
	 padding-bottom: 4px;
	 }
div#main ol li {
	padding-bottom: 12px;
	}
div#main ol ul  { 
	list-style-type: disc;
}
div#main ol ul li { 
	list-style-type: disc;
	padding-bottom: 0;
}
div#main a{
	color: #003366 ;
	background-color: transparent;
	text-decoration: underline;
}
div#main a:visited{
	color: #006633;
	background-color: transparent;
	text-decoration: underline;
}
div#main a:hover, div#main a:focus {
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;
}
div#main dl {font-size: small;
	padding: 0px 8px 10px 8px;
}
div#main dl dt {font-weight: bold;
}
div#main dl dd {padding-bottom: 10px;
}
.url {display: none}
table.data {
	font-size:small;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 95%;
}
table.data th{
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #E5E5E5;
	border: 1px solid #000000;
	padding: 3px;
}
table.data td{
	text-align: left;
	border: 1px solid #000;
	padding: 3px;
}
table.data caption{
	text-align: center;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}
/* Legal disclaimer  */
div#disclaimer p {
	clear: both;
	float: left;
	text-align: left;
	font-size: x-small;
	font-weight: normal;
	border: 1px dotted #000000;
	margin: 5px 5px 5px 10px;
	padding: 5px 5px 5px 10px;
}
/* Footer  */
div#footer {
	clear: both;
	color: #000;
	background-color: transparent;
	text-align: right;
	padding: 5px 5px 5px 5px;
}
div#footer p {
	font-size: xx-small;
	font-weight: normal;
	float: right;
}
div#footer p.lft {
	font-size: xx-small;
	font-weight: normal;
	text-align: left;
	float: left;
}
div#footer a {
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	text-decoration:none;
}
div#footer a:hover, div#footer a:focus {
	 color: #CC0000;
	 background-color: transparent;
	 text-decoration: underline;
 }
/* U H Required Footer */
div#uhfooter {
	clear: both;
	text-align: left;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #000000;
}
div#uhfooter img {
   float: left; 
   border: 0;
}
.red {
	color: #c00;
	background-color: #fff;
}
img.center {
	text-align: center;
}
