@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background: #CCCCCC;
}
#container {
	margin: 0 auto;
	width: 1024px;
	overflow: auto;
}

/* topnav declarations */

#topnav {
	width: 1024px;
	font-size: 10px;
	font-weight: bold;
	background: url(images/topnav.jpg) repeat-x;
	float: left;
	z-index: 50;
	position: relative;
	
}
#topnav ul {
	list-style: none;
}
#topnav ul li {
	height: 20px;
	width: 97px;
	padding: 10px 0 0 0;
	font-size: 10px;
	line-height: 10px;
	color: #005984;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

#topnav ul li a {
	color: #005984;
	text-decoration: none;
}
#topnav ul li:hover {
	background: url(images/toptab.png) no-repeat;
}
#topnav ul li:hover a {
	color: #005984;
	
}
#topnav ul li ul { 
	position: absolute;
	display: none;
	width: 97px;
	left: 0;
	top: 30px;
	width: 100%;
	margin:0;
	padding: 0;
	z-index: 3;
}
#topnav ul li:hover ul { 
	display: block;
	background: #FFFFFF;
}
#topnav ul li ul li { 
	padding: 5px 0 0 0;
}
#topnav ul li ul li a:hover { 
	text-decoration: underline;
	background: none;
}
#topnav ul li ul li.topcap {
	height:7px;
	background:none;
	padding:0;
	margin:0;
}

/* topnav declarations for donate button */

#topnav ul li.donate {
	height: 23px;
	width: 97px;
	padding-top: 7px;
	font-size: 10px;
	line-height: 16px;
	color: #005984;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	text-align: center;
	text-transform: uppercase;
}
#topnav ul li.donate div {
	height: 10px;
	padding-bottom: 3px;
	float:left;
	margin:0 2px 0 20px;
}
#topnav ul li.donate input {
	margin-top: -5px;
}
#topnav ul li.donate a {
	color: #005984;
	text-decoration: none;
}

/* secnav declarations */

#secnav {
	width: 1024px;
	font-size: 10px;
	background: #005984 url(images/bottomnav.gif) repeat-x bottom;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	position: static;
}
#secnav ul {
	list-style: none;
	width: 948px;
	margin: 0 auto;
	padding: 0;
}
#secnav ul li {
	height: 35px;
	width: 153px;
	padding: 10px 0 0 0;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
#secnav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#secnav ul li ul { 
	position: absolute;
	display: none;
	width: 153px;
	left: 0;
	top: 45px;
	width: 100%;
	margin:0; 
	padding:0;
}
#secnav ul li ul li {
	padding: 10px 0;
	margin: 0;
	height: 10px;
	color: #FFFFFF;
}
#secnav ul li ul li:hover {
	background: none;
}
#secnav ul li:hover ul { 
	display: block;
}
#secnav ul li:hover ul li {
	background: #FFFFFF;
}
#secnav ul li:hover ul li.botcap {
	height:12px;
	background:none;
	padding:0;
	margin:0;
}
#secnav ul li:hover ul li:hover a:hover { 
	text-decoration: underline;
	background: none;
}
#secnav ul li.therehere {
	color: #005984;
	background: url(images/bottomnav.png) no-repeat;
}
#secnav ul li.therehere a {
	color: #005984;
}
#secnav ul li:hover {
	color: #005984;
	background: url(images/bottomnav.png) no-repeat;
}
#secnav ul li:hover a {
	color: #005984;
}

/* content declarations for homepage */

#content {
	width: 1024px;
	padding-bottom: 20px;
	background: url(images/contenthome.gif) repeat-x #005984;
	overflow: auto;
	clear: both;
}
#contentleft1 {
	width: 355px;
	padding: 10px 10px 0 135px;
	float: left;
}
#contentleft1 img {
	margin-top: 20px;
}
#contentleft1 p {
	color:#FFF;
	margin-top: 70px;
}
#contentright1 {
	float: left;
}

/* content declarations for secondary pages */

#seccontent {
	width: 1024px;
	padding-bottom: 10px;
	background: #FFFFFF;
	overflow: auto;
	clear: both;
}
#seccontentleft1 {
	width: 272px;
	padding: 30px 30px 0 60px;
	float: left;
}
#seccontentleft1 div {
	text-align: center;
}
#seccontentleft1 div img {
	margin-bottom: 5px;
}
#seccontentleft1 div img.logo {
	margin-right: 80px;
}
#seccontentright1 {
	width: 582px;
	padding: 30px 70px 0px 10px;
	float: left;
}
#map{
	position:relative;
	margin:0;
	padding:0;
	width:575px; 
	height:400px;
	}
#seccontentright1 table {
	color: #005984;
	font-weight: bold;
}
#seccontentright1 table input, #seccontentright1 table textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin: 2px;
	display:inline;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 98%;
}
#seccontentright1 table input {
	height: 18px;
}
#seccontentright1 table td table table, #seccontentright1 table td table table tr, #seccontentright1 table td table table tr td {
	background: #FFF;
	color: #000;
}
#seccontentright1 table input.searchbtn {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	height: 18px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 50px;
	display: block;
}
#seccontentright1 table a {
	color: #005984;
	text-decoration: none;
}
#seccontentright1 table a:hover {
	text-decoration: underline;
}
#seccontentright1 table tr {
	color: #FFFFFF;
	background: #005984;
	text-decoration: underline;
	padding: 5px;
}
#seccontentright1 table tr.alt {
	color: #005984;
	background: #d4e7e9;
	text-decoration: underline;
}
#seccontentright1 table tr.alt2 {
	color: #005984;
	background: #e1f5f7;
	text-decoration: underline;
}
#seccontentright1 h1 {	
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	color: #E7A614;
	text-transform: uppercase;
}
#seccontentright1 h2 {	
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	color: #E7A614;
}
#seccontentright1 p {
	color: #005984;
	margin: 14px 0;
	padding: 0;
}
#seccontentright1 em {
	color: #72CCD2;
	text-transform: uppercase;
	font-style: normal;
}
#seccontentright1 em.sponsor {
	color: #005984;
	font-style: italic;
	font-weight: bold;
}
#seccontentright1 p a:link, a:visited {
	color: #72CCD2;
	text-decoration: none;
}
#seccontentright1 p a:hover {
	color: #005984;
	text-decoration: underline;
}
#seccontentright1 hr {
	width: 98%;
	color: #496E87;
	color: #FFF;
	border-top: 1px dashed #E7A614;
	display: block;
	padding: 0;
}
#seccontentright1 p.list {
	width: 150px;
	color: #005984;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
#seccontentright1 div.begin_etc {
	width: 281px;
	color: #005984;
	margin: 28px 10px 0 0;
	padding: 0;
	float: left;
	font-size: 12px;
	line-height: 16px;
}
#seccontentright1 .title1 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #E7A614;
}
#seccontentright1 .title2 {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #E7A614;
}
#seccontentright1 p.begin_etc_list {
	margin-left: 30px;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	font-weight: bold;
}
#seccontentleft1 div p.admin {
	margin-left: 30px;
	font-size: 16px;
	line-height: 21px;
	list-style: none;
	font-weight: bold;
}
#seccontentleft1 div p.admin a {
	display: block;
	color: #72CCD2;
	text-decoration: none;
	text-align: left;
}
#seccontentleft1 div p.admin a:hover {
	color: #005984;
	text-decoration: underline;
}


/* content declarations for calendar */

#calcontent {
	width: 1024px;
	padding-bottom: 10px;
	background: #FFFFFF;
	overflow: auto;
	clear: both;
	text-align: center;
}
#calcontent h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	padding: 20px 0 10px 0;
	color: #005984;
}
#calcontent form {
	text-align: center;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005984;
	text-decoration: none;
	text-transform: uppercase;
}
div.copy  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005984;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.cal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d29712;
	text-decoration: none;
	width: 100%;
}

a.cal:hover {
	color: #005984;
	text-decoration: none;
}

/* botnav declarations for homepage */

#botnav {
	width: 1024px;
	font-size: 10px;
	background: #005984 url(images/bottomnav.gif) repeat-x bottom;
	font-weight: bold;
	float: left;
}
#botnav ul {
	list-style: none;
	width: 948px;
	margin: 0 auto;
	padding: 0;
}
#botnav ul li {
	height: 35px;
	width: 153px;
	padding: 10px 0 0 0;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-right: 5px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
#botnav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#botnav ul li ul { 
	position: absolute;
	display: none;
	width: 153px;
	left: 0;
	top: 45px;
	width: 100%;
	margin:0; 
	padding:0;
}
#botnav ul li ul li {
	padding: 10px 0;
	margin: 0;
	height: 10px;
	color: #FFFFFF;
}
#botnav ul li ul li:hover {
	background: none;
}
#botnav ul li:hover ul { 
	display: block;
}
#botnav ul li:hover ul li {
	background: #FFFFFF;
}
#botnav ul li:hover ul li.botcap {
	height:12px;
	background:none;
	padding:0;
	margin:0;
}
#botnav ul li:hover ul li:hover a:hover { 
	text-decoration: underline;
	background: none;
}
#botnav ul li:hover {
	color: #005984;
	background: url(images/bottomnav.png) no-repeat;
}
#botnav ul li:hover a {
	color: #005984;
}

/* bottom declarations for homepage */

#bottom {
	width: 1024px;
	background: #FFFFFF;
	font-size: 40px;
	line-height: 40px;
	padding: 30px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	overflow: auto;
	clear:both;
}
#bottom ul {
	list-style: none;
	width: 784px;
	margin: 0 auto;
	padding: 0;
}
#bottom ul li {
	padding: 25px 0 30px 0;
	width: 228px;
	height: 165px;
	margin-right: 20px;
	float: left;
	background: #D4EDEE;
	color: #005984;
	border-top: solid 5px #D4EDEE;
	border-right: solid 5px #D4EDEE;
	border-left: solid 5px #D4EDEE;
}
#bottom ul li a {
	color: #005984;
	text-decoration: none;
}
#bottom ul li:hover {
	padding: 25px 0 30px 0;
	width: 228px;
	height: 165px;
	color: #E7A614;
	border-top: solid 5px #E7A614;
	border-right: solid 5px #E7A614;
	border-left: solid 5px #E7A614;
}
#bottom ul li:hover a {
	color: #E7A614;
	text-decoration: none;
}


/* bottom declarations for secondary pages */

#secbottom {
	width: 1024px;
	background: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	overflow: auto;
}
#secbottom ul {
	list-style: none;
	width: 784px;
	margin: 0 auto;
	padding: 0;
}
#secbottom ul li {
	padding: 25px 0 30px 0;
	width: 228px;
	height: 70px;
	margin-right: 20px;
	float: left;
	background: #D4EDEE;
	color: #005984;
	border-top: solid 3px #D4EDEE;
	border-right: solid 3px #D4EDEE;
	border-left: solid 3px #D4EDEE;
}
#secbottom ul li a {
	color: #005984;
	text-decoration: none;
}
#secbottom ul li:hover {
	color: #E7A614;
	border-top: solid 3px #E7A614;
	border-right: solid 3px #E7A614;
	border-left: solid 3px #E7A614;
}
#secbottom ul li:hover a {
	color: #E7A614;
	text-decoration: none;
}
#secbottom ul li.herethere {
	color: #E7A614;
	border-top: solid 3px #E7A614;
	border-right: solid 3px #E7A614;
	border-left: solid 3px #E7A614;
}
#secbottom ul li.herethere a {
	color: #E7A614;
	text-decoration: none;
}.Emphasis {
	font-style: italic;
}
#contactBlurb{
	float:right; 
	font-size:10px; 
	text-align:right; 
	padding-right:10px; 
	color: #0056A0; 
	margin: 0; 
}
#uwlogo{
	position:relative;
	float:left;
	margin:0;
	padding-left:180px;
	padding-top:60px;
}
#rotated_cutline {
	z-index: 2;
	color: #FFF;
	/* position: absolute; */
	padding-left: 30px;
	font-weight: bold;
	top: 345px;
	font-size: 18px;
	text-align: center;
}
#rotated_cutline span {
	color: #D4EDEE;
}
#triadlogo{
	margin-right: 80px;
	padding:10px;
}
