/* base for every style sheet herein */
body, h1, h2, h3, h4, h5, h6, p, a, img, object, ul, ol, li, dl, dt, dd, form, fieldset, legend, table, thead, tbody, th, tr, td, tfoot, caption {
 margin: 0; padding: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #000;
}

/* centered container */
body {
	text-align: center; /*centers in IE*/
	background: #FFF url(images/back.jpg) center top repeat-y;
}
#wrapper {
	display: block;
	text-align: left; /*resets text alignment*/
	width: 768px; height: auto;
	margin: 0 auto; /*centers in FF, Op, etc*/
}

.access { display: none; }

/* ============ header styles =============== */
#masthead {
	display: block;
	height: 169px;
	width: 768px;
	background: transparent url(images/masthead.jpg) 0 0 no-repeat;
}
#masthead h1 {
	display: block;
	width: 600px;
	height: 129px;
	float: left;
}
#masthead h1 a {
	display: block;
	width: 200px;
	height: 129px;
	text-decoration: none;
	float: left;
}
#masthead a span { display: none; }

#masthead h2 {
	display: none;
}

/* --------- navigation styles --------- */
#masthead ul {
	clear: both;
	width: 516px;
	height: 31px;
	list-style-type: none;
	background: transparent url(images/navigation.jpg) 0 0 no-repeat;
	padding-left: 242px;
}
#masthead ul li {
	float: left;
	margin-right: 20px;
}
#masthead ul li a {
	display: block;
	height: 31px;
}
#masthead ul li.contact { margin: 0; }

#masthead ul li.videos a { width: 56px; }
#masthead ul li.requirements a { width: 172px; }
#masthead ul li.questionnaire a { width: 113px; }
#masthead ul li.contact a { width: 99px; }

#masthead ul li.videos a:hover { background: transparent url(images/videos-x.jpg) 0 0 no-repeat; }
#masthead ul li.requirements a:hover { background: transparent url(images/requirements-x.jpg) -10px 0 no-repeat; }
#masthead ul li.questionnaire a:hover { background: transparent url(images/questionnaire-x.jpg) -10px 0 no-repeat; }
#masthead ul li.contact a:hover { background: transparent url(images/contact-x.jpg) -10px 0 no-repeat; }

/* ============ sidebar styles =============== */
#sidebar {
	clear: both;
	display: block;
	width: 235px;
	height: auto;
	float: left;
	margin-top: 10px;
}

#sidebar h3 {
	display: block;
	width: 235px;
	height: 16px;
	background: transparent url(images/videos_h3.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}
#sidebar h3 span { display: none; }

#sidebar ul {
	list-style-type: none;
}
#sidebar ul li a {
	display: block;
	width: 235px;
	text-indent: -9999px;
	text-decoration: none;
}
#sidebar ul li.reach { background: transparent url(images/video04.jpg) 0 0 no-repeat; }
#sidebar ul li.bathroom { background: transparent url(images/video01.jpg) 0 0 no-repeat; }
#sidebar ul li.tea { background: transparent url(images/video02.jpg) 0 0 no-repeat; }
#sidebar ul li.day35 { background: transparent url(images/video03.jpg) 0 0 no-repeat; }

#sidebar ul li.reach a { height: 113px; }
#sidebar ul li.bathroom a { height: 115px; }
#sidebar ul li.tea a { height: 113px; }
#sidebar ul li.day35 a { height: 141px; }

#sidebar ul li.reach a:hover { background: transparent url(images/video04-x.jpg) 0 0 no-repeat; }
#sidebar ul li.bathroom a:hover { background: transparent url(images/video01-x.jpg) 0 0 no-repeat; }
#sidebar ul li.tea a:hover { background: transparent url(images/video02-x.jpg) 0 0 no-repeat; }
#sidebar ul li.day35 a:hover { background: transparent url(images/video03-x.jpg) 0 0 no-repeat; }

#sidebar p {
	display: block;
	font-size: 11px;
	color: #333333;
	line-height: 175%;
	margin: 10px 12px 0 12px;
	padding-bottom: 11px;
	border-bottom: 1px dashed #CCCCCC;
}
#sidebar em, #sidebar strong { color: #81302D; }

/* ============ content styles =============== */
#content {
	display: block;
	width: 533px;
	height: auto;
	float: left;
	margin-top: 8px;
	margin-bottom: 12px;
	padding-top: 200px;
	background: transparent url(images/body_back.jpg) 0 0 no-repeat;
}
#content h3 {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 21px;
	color: #B32D24;
	margin: 0 30px 20px 30px;
}
#content h4 {
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 16px;
	color: #C2551D;
	border-bottom: 1px solid #C2551D;
	margin: 10px 45px 0 30px;
}

#content p, #content address, form legend {
	font-size: 12px;
	line-height: 150%;
	margin: 12px 45px 16px 30px;
	color: #333333;
}

#content blockquote {
	font-size: 14px;
	font-style: italic;
	color: #CF9640;
	margin: 26px 0 26px 19px;
}

#content a {
	color: #cc3333;
}
#content a:hover {
	color: #999999;
}
#content ul, #content ol {
	margin: 12px 45px 16px 30px;
}
#content ul li, #content ol li {
	font-size: 11px;
	margin: 8px 0 0 30px;
}
#content ul ul { margin-left: 5px; }

#content hr {
	display: block;
	color: #FFF;
	margin: 16px 0 0 0;
	border: 0;
	border-bottom: 1px solid #FFF;
}

#content img {
	display: block;
	border: 0;
	display: inline;
	margin: 12px 0 14px 0;
}

#content a.jacket-tn img {
	display: block;
	width: 220px; height: 220px;
	float: right;
	margin: 16px 0 6px 16px;
	border: 3px solid #fff;
}
#content img.right {
	display: block;
	float: right;
	border: 3px solid #fff;
	margin: 0 0 12px 16px;
}

#content h4#sponsorship {
	display: block;
	width: 286px;
	height: 35px;
	float: right;
	background: transparent url(images/project-sponsorship.jpg) 0 0 no-repeat;
}
#content h4#sponsorship a {
	display: block;
	width: 286px;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
}
#content h4#sponsorship a:hover { background: transparent url(images/project-sponsorship-x.jpg) 0 0 no-repeat; }

#content #flash {
	width: 175px;
	height: auto;
	background-color: #EDEBD5;
	border: 1px solid #BEB59A;
	float: right;
	padding: 6px 0 6px 0;
	margin: 3px 45px 12px 16px; 
}
#content #flash h4, #content #flash p { margin: 9px 14px 8px 14px; }
#content #flash h4 { color: #7E8E47; border-color: #7E8E47; }
#content #flash p { font-size: 10px; }

/* content tables */
#content table {
	clear: both;
	display: block;
	margin: 16px 19px 16px 19px;
	border-bottom: 3px solid #B2B2B2;
}
#content table caption {
	color: #fff;
	border: 1px solid #B2B2B2;
	border-width: 1px 0 2px;
	background-color: #EEE;
	color: #333;
	padding: 0.25em;
}
#content table th, #content table td {
	padding: 0.5em 1em;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	font-size: 11px; 
}
#content table thead th {
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	background-color: #9AC0E5;
	border-left-color: #fff;
}
#content table th.first, #content table td.first, #content table tbody th { border-left: none; }
#content table tbody { padding-bottom: 6px; }
#content table tbody td em { color: #990000; }

#content table tr.stripe td, #content table tr.stripe th { background-color: #FBF9EE; }

/* ============ film unique styles =============== */
#video #content div { margin: 26px 0 100px 7px; }

/* ============ questionnaire styles ============= */
#questionnaire form {
	width: 460px;
	margin: 10px 0 0 30px;
}
#questionnaire fieldset {
	clear: both;
	padding-bottom: 12px;
}
#questionnaire fieldset legend {
	font-size: 12px;
	padding: 0 4px 0 4px;
	margin-left: 14px;
	font-weight: bold; color: #666666;
}
#questionnaire fieldset a { color: #990000; text-decoration: none; font-style: normal; }
#questionnaire fieldset a:hover { text-decoration: underline; }
#questionnaire fieldset ul {
	display: block;
	list-style-type: none;
	/*margin-left: 25px;*/
	padding-bottom: 16px;
}
#questionnaire fieldset ul li {
	clear: left;
	margin: 6px 0 0 0;
	font-size: 11px;
	color: #333333;
}
#questionnaire fieldset label { color: #990000; float: left; display: block; width: 125px; }
#questionnaire fieldset ul li ul { clear: left; /*margin-left: 0; margin-right: 0;*/ }
#questionnaire fieldset ul li ul li a { color: #999; }
#questionnaire fieldset ul li ul li a:hover { color: #990000; }
#questionnaire fieldset ul li ul li label { float: none; width: 92px; font-size: 10px; color: #666666; }
.listing fieldset ul li ul label { width: 30px; }

#questionnaire fieldset ul li.ratio { clear: none; float: left; padding-bottom: 12px; }
#questionnaire fieldset ul li.ratio label { width: 100px; }

#questionnaire fieldset ul.chart { margin-top: 12px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #666666; }

#questionnaire fieldset ul.list { width: 375px; list-style-type: square; /*margin: 20px 15px 10px --35px--;*/ }
#questionnaire fieldset ul.list li { color: #333333; margin-top: 5px; padding-top: 5px; padding-bottom: 0; margin-bottom: 0; border-top: 1px solid #666666; }
#questionnaire fieldset ul.list li a { color: #333333; }
#questionnaire fieldset ul.list li a:hover { color: #990000; }
#questionnaire fieldset ul.list li ul li { border: 0; margin: 0; padding: 0; }

#questionnaire fieldset input { width: 250px; }
#questionnaire fieldset textarea { width: 350px; clear: both; }
#questionnaire fieldset .autowidth, fieldset .contact input, fieldset .address input { width: auto; }

#questionnaire fieldset .focusareas { clear: none; float: left; margin-right: 0; }
#questionnaire fieldset .focusright { margin-left: 10px; }
#questionnaire fieldset .focusareas li { padding-bottom: 10px; flaot: left; padding-bottom: 0; }
#questionnaire fieldset .focusareas li label { display: block; width: 135px; margin-right: 6px; }
#questionnaire fieldset .focusareas li ul { clear: none; float: left; margin: 0; }
#questionnaire fieldset .focusareas li ul li { text-align: center; width: 20px; margin: 0; clear: none; float: left; padding-bottom: 12px; }

/* ============ contact forms ============ */
#contact form { clear: left; width: 495px; margin: 15px 0 18px 20px; }
#contact form fieldset, #contact form button, #contact form input, #contact form select, #contact form textarea {
	border: 1px solid #999;
}
#contact form fieldset { padding-bottom: 12px; padding-top: 10px; padding-left: 5px; }
#contact form legend {
	padding: 0 6px 0 6px;
	font-weight: bold;
}
#contact form label { margin-left: 10px; font-size: 12px; }
#contact form ul { display: block; list-style-type: none; margin-left: 0; }
#contact form ul li { margin-left: 0; }
#contact form input, #contact form select, #contact form textarea {
	width: 300px;
	top: -18px;
	left: 110px;
	position: relative;
}
#contact form label { width: 80px; display: block; }
#contact form button {
	left: 110px;
	position: relative;
	color: #333;
	font-size: 11px;
	background-color: #FFF;
}

/* ============ urbana styles =============== */
#urbana #masthead { height: 139px; }

#buttons #opportunities,
#buttons #twr {
	margin-left: 20px;
}
#buttons #opportunities a,
#buttons #internships a,
#buttons #twr a,
#buttons #pq a {
	display: block;
	width: 365px;
	height: 250px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
}
#buttons #opportunities a { background: transparent url(images/buttons-opportunities.jpg) 0 0 no-repeat; }
#buttons #opportunities a:hover { background: transparent url(images/buttons-opportunities.jpg) 0 -250px no-repeat; }
#buttons #internships a { background: transparent url(images/buttons-internships.jpg) 0 0 no-repeat; }
#buttons #internships a:hover { background: transparent url(images/buttons-internships.jpg) 0 -250px no-repeat; }
#buttons #twr a { background: transparent url(images/buttons-twr.jpg) 0 0 no-repeat; }
#buttons #twr a:hover { background: transparent url(images/buttons-twr.jpg) 0 -250px no-repeat; }
#buttons #pq a { background: transparent url(images/buttons-pq.jpg) 0 0 no-repeat; }
#buttons #pq a:hover { background: transparent url(images/buttons-pq.jpg) 0 -250px no-repeat; }

#buttons #smbar {
	clear: both;
	display: block;
	height: 60px;
	margin: 14px 0 12px 22px;
	text-align: center;
	background: transparent url(images/urbana-sm-nav.jpg) 0 12px no-repeat;
}
#buttons #smbar a {
	display: block;
	height: 38px; width: 100px;
	float: left;
	margin-top: 14px;
	text-decoration: none;
	text-indent: -9999px;
}
#buttons #smbar a:hover {
	border-bottom: 1px solid #666666;
}
#buttons #smbar a.twr { width: 122px; }
#buttons #smbar a.twitter {  }
#buttons #smbar a.youtube { width: 101px; }
#buttons #smbar a.linkedin { width: 137px; }
#buttons #smbar a.flickr { width: 90px; }
#buttons #smbar a.judyblog { width: 170px; }

/* ============ footer styles =============== */
#footer {
	clear: both;
	width: 768px;
	height: 30px;
	display: block;
	padding-top: 10px;
	background: #FFF url(images/bottom.jpg) 0 0 no-repeat;
}
#footer p {
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	text-align: center;
}
#footer ul {
	display: block;
	list-style-type: none;
	text-align: center;
}
#footer ul li {
	display: inline;
	margin-right: 12px;
	font-size: 11px;
	color: #333333;
}
#footer ul li a {
	text-decoration: none;
	color: #cc3333;
}
#footer ul li a:hover { color: #333333; }
