﻿* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
	display:block;
}
html {    
   height: 100%; 
}
body {
	width: 100%;
	height: 100%;
	background: #dee3e4;
	margin: 0 auto;
	font-family:arial,sans-serif;
	color: #000;
	min-width:1000px;
}

a:link {
	color: #FF6633;
	text-decoration: underline;
}

a:visited {
	color: #FF6633;
	text-decoration: underline;
}

a:hover {
	color: #FF6633;
	text-decoration: none;
}
#container {
   min-height: 100%;
   margin-bottom: -100px;
   position: relative;
}
#content {
	width: 1000px;
	margin: 0 auto;
	padding:20px 0 0 0;
}
#content h1 {
	font-size:1.5em;
	color:#2d5b89;
	padding:0 0 10px 0;
}
#content h2 {
	font-size:1.1em;
	color:#2d5b89;
	padding:5px 0 5px 0;
}
#content h5 {
	font-size:.8em;
	color:#000000;
	padding:0 0 5px 0;
}
#content p {
	font-size:1em;
	color:#000;
}
.tr p{
	padding-top:10px;
}
#headerimages {
	width:1000px;
	margin:0 auto;
}
#header {
	height: 150px;
	background:  url(/justina/images/headerbg.jpg) repeat-x;
	border-top: 8px solid #656565;
}

#logo {
	float: left;
	padding:20px 0 0 20px;
}

#map {
	float: right;
	padding:0 20px 0 0;
}
#menubg {
	height:40px;
	background:#2d5b89;
}
#leftcolumn {
	background:#ecf4f5 url(/justina/images/roundedtopleft.png) no-repeat;
	width:175px;
	height:auto;
	position:relative;
	padding:40px 20px;
	float:left;
}
#leftcolumn ul li {
	list-style-image:url(/justina/images/bullet2.gif);
	list-style-position:inside;
	padding:5px 0 5px 0;
}
#leftcolumn ul li ul li {
	list-style-image:url(/justina/images/bullet3.gif);
	list-style-position:inside;
	padding:5px 0 5px 20px;
}
#leftcolumn li.active {
	background:#7d7d7d;
	color:#fff;
	list-style:none;
	padding-left:18px;
}
#leftcolumn li.first {
	padding-top:10px;
}
#leftcolumn li.last {
	padding-bottom:0;
}
#leftcolumn img {
	text-align:center;
	margin:0 auto;
}
#rightcolumn {
	background:#ecf4f5 url(/justina/images/roundedtopleft.png) no-repeat;
	width:240px;
	height:auto;
	position:relative;
	padding:40px 20px;
	float:right;
}
.moreinfo{
	padding:20px 0 5px 0;
	position:relative;
}
.podcast{
	padding:0 0 20px 0;
}
.divider{
	padding:0 0 20px 0;
	border-top:2px solid #dee3e4;
	width:100%;
}
#rightcolumn img{
	margin:0 auto;
	border:1px solid #000;
	padding: 5px;
}
#rightcolumn h3{
	background:#2d5b89;
	padding:5px 0 5px 0;
	color:#fff;
	text-align:center;
	font-size:1em;
	position:relative;
}
#homerounded {
	background:#ecf4f5 url(/justina/images/roundedtopleft.png) no-repeat;
	width:640px;
	height:auto;
	position:relative;
	padding:10px 40px 40px 40px;
	margin:0 auto;
	text-align:center;
}
.tr, .trr, .bl, .br {
	position:absolute;
	width:39px;
	height:39px;
    display:block;
}
.tr {
	background:transparent url(/justina/images/roundedtopright.png) no-repeat;
	top:0;
	right:0;
}
.bl {
	background:transparent url(/justina/images/roundedbottomleft.png) no-repeat;
	bottom:0;
	left:0;
}
.br {
	background:transparent url(/justina/images/roundedbottomright.png) no-repeat;
	right:0;
	bottom:0;
}
#middlecolumn {
	float:left;
	width:485px;
	display:block;
	padding:0 10px 0 10px;
}
#middlecolumn p {
	padding-bottom:15px;
}
#middlecolumn h5 {
	padding:15px 0 15px 12px;
	font-size:0.8em;
	font-weight:normal;
}
#loc {
	font-size:0.8em;
}
.faculty {
	padding:10px 0 20px 0;
}
.faculty ul li {
	list-style-type:none;
}
.faculty .fname {
	font-weight:bold;
}
.faculty .fposition {
	font-weight:normal;
}
.faculty .femail {
	background:url(/justina/images/email.png) no-repeat;
	padding-left:18px;
	font-weight:normal;
}
.faculty .fwebsite {
	background:url(/justina/images/url.png) no-repeat;
	padding-left:18px;
	font-weight:normal;
}
.faculty .fphone {
	background:url(/justina/images/phone.png) no-repeat;
	padding-left:18px;
	font-weight:normal;
}
#calendar {
	margin:0 auto;
	height:700px;
	width:900px;
}
.list {
	list-style:disc inside;
	padding:0 0 15px 20px;
}
.list ul li {
	padding-top:5px;
}
.list ul li ul li {
	padding-left:20px;
}
.clearfooter {
   height: 100px;
   clear: both;
}
#contact-area {
	width: 485px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}
#contact-area input.submit-button {
	width: 100px;
	float: left;
}
#contact-area input[type="submit"][disabled] {
	background:#888;
}
.error_message { 
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('/justina/images/assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
}
.loader { 
	padding: 0 10px;
}
#contact-area #success_page h1 {
	background: url('/justina/images/assets/success.gif') left no-repeat;
	padding-left:22px;
}
acronym { 
	border-bottom:1px dotted #ccc;
}
label {
	float: left;
	text-align: left;
	width: 200px;
	padding-top: 5px;
	font-size: 1em;
}
.required {
	padding:0px 0 0 12px;
	background:transparent url(/justina/images/required.gif) no-repeat center left;
}
.resource {
	clear:both;
	padding-bottom:20px;
}
.resource img {
	float:left;
	padding:0 10px 15px 0;
}
.resource h4 {
	font-size:1.1em;
	color:#2d5b89;
	font-weight:normal;
}
.resource p {
	font-size:0.7em !important;
}
#flashslideshow {
	z-index:-1;
	position: absolute;
}
.blockquote {
	padding-left:55px;
	background: transparent url(/justina/images/quote.png) no-repeat; 
}
#footer {
	height:100px;
	background: #2d5b89;
	border-top: 10px solid #dee3e4;
	position: relative;
	padding:15px 0 5px 0;
	-webkit-text-size-adjust: none;
}
#footer p {
	font-size:.8em;
	width:800px;
	margin:0 auto;
	padding:5px 0 5px 0;
	text-align:center;
	color:#000;
}
