/* REVISED: 04-09-10 */

/* CLASS can be applied to MULTIPLE elements, while ID can ONLY apply to ONE element. */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/images/desk_bkgrnd.jpg);
	background-repeat: repeat-y;
}

table {
	border-collapse: collapse;
	border: 1px solid #666;
	margin-left: 10px;
}

td {padding: 0.2em;}

ul, ol {
	list-style: none;
	margin-right: 25px;
	margin-bottom: 18px;
	margin-left: 15px;
}

li a {
	background: url(/images/widgets/bullet_10.gif) no-repeat 0 50%;
	padding-left: 15px;
}

input:focus, textarea:focus { background: #ffc; }

input.radio, input.submit { width: auto; }

input.radio {
	margin-right: 1em;
	float: left;
}

input.radio-t1-teacher {
	width: 15px;
	margin-top: 10px;
	margin-right: 5px;
}

input[type="text"], input[type="password"], textarea { border: 1px solid #98bbff; }

input { width: 250px; }

#school_zip { width: 75px; }

#phone_area, #fax_area, #phone_pre, #fax_pre { width: 25px; }

#phone_last4, #fax_last4 { width: 36px; }

#comments {
	width: 400px;
	height: 100px;
}

#container {
	width: 785px;
	background-color: #fff;
	padding: 10px;
	text-align: left;
	margin: 0px auto;
}

#content {
	width: 550px;
	float: left;
}

#contact-form {
	margin-left: 15px;
	margin-right: 15px;
}

#contact-form fieldset {
	padding: 1em;
	border: 1px solid #ccc;
	margin: 1em 0em;
}

/* Styles specific to the T1 Professional Development Conference */
#content-wide-conference {
	width: 100%;
	height: 1090px;
	float: left;
	background: #fff url(/images/pd_conference.jpg) scroll top left no-repeat;
}

#content-wide-speakers {
	width: 100%;
	height: 1701px;
	float: left;
	background: #fff url(/images/pd_speakers.jpg) scroll top left no-repeat;
}

.speakers-gallery {	margin-left: 500px; }

#el-amin-img {
	margin-top: 40px;
	margin-bottom: 150px;
}

#shanahan-img {
	margin-bottom: 120px;
}

#pike-img {
	margin-bottom: 150px;
}

#davis-img {
	margin-bottom: 230px;
}

#banks-img {
	margin-bottom: 270px;
}

#carroll-img {
	margin-bottom: 150px;
}

#nasir-img {
	margin-bottom: 0px;
}

#content-wide-register {
	/* width: 100%; */
	width: 785px;
	height: 898px;
	float: left;
	background: #fff url(/images/pd_schedule_registration.jpg) scroll top left no-repeat;
}

#content-wide-register-response {
	/* width: 100%; */
	width: 785px;
	height: 898px;
	float: left;
	background: #fff url(/images/pd_blank.jpg) scroll top left no-repeat;
}

#registration-form {
	margin-top: 40px;
	margin-left: 381px;
}

#registration-form fieldset {
	padding: 1em;
	border-style: none;
	/* margin: 1em 0em; */
}

#pd-hide-slice {
	position: relative;
	bottom: 340px;
	left: 62px;
	width: 245px;
	height: 45px;
}

#pd-hide-slice img {
	/* display: block; */
	visibility: hidden;
} 
/* END specific styles */

#footer {
	margin-top: 6px;
	margin-bottom: 0px;
	padding-top: 6px;
	border-top-color: #8ca6cc;
	border-top-style: dotted;
	border-top-width: 1px;
	clear: both;
	text-align: center;
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
}

#header {
	width: 785px;
	height: 151px;
}

#navigation {
	width: 785px;
	text-align: center;
	background: #DE2430;
	margin: 10px 0px;
	height: 28px;
}

#page-head {
	background: #FFCC00;
	color: #DE2431;
	padding: 5px;
	font: lighter 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .3em;
}

#schools-served, .program-item {
	padding-left: 15px;
}

#schools-served li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#artsalive-list li {
	/* background: url(/images/widgets/bullet_10.gif) no-repeat 0 50%; */
	/* padding-left: 15px; */
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: circle;
	list-style-position: inside;
}

#schools-served ul.float {
	float: left;
	width: 220px;
}

#sidebar {
	float: right;
	width: 220px;
}

#sidebar h3 {
	padding-left: 25px;
	color: #000;
	font-weight: bold;
}

#sidebar img {
	display: block;
	margin-bottom: 1em;
	border: 0;
}

#sidebar p {
	font-size: 11px;
	line-height: 16px;
	padding-left: 25px;
}

#sidebar-gallery {
	width: 185px;
	height: auto;
	padding: 5px 5px 10px 5px;
	margin-left: 25px;
	background-color: #F6F9FB;
}

#sidebar-gallery img {
	border: 1px solid #2175BC;
}

#unit-images {
	width: 500px;
	padding-top: 12px;
	/* padding-left: 12px; */
	margin-left: 12px;
	border-top: 1px dotted #8ca6cc;
}

#unit-images img {
	float: left;
	margin-left: 12px;
}

#yellow-tape {background: url(/images/bar.png) repeat-x;}

#login-box {
	width: 150px;
	background-color: #effce7;
	margin-left: 25px;
	padding-top: 10px;
	border: 1px solid #98bbff;
}

#login-box h3 {padding-left: 10px;}

#login-box form {margin-top: 0.5em;}

#login-box input {width: 75px;}

#login-box p {
	padding-left: 10px;
	margin-bottom: 5px;
}

#login-box #data_action {
	width: auto;
	margin-bottom: 10px;
}

#thematic-units {margin-left: 15px;}

.breadcrumbs { 
    margin-bottom: 12px; 
    background-color: #f6f9fb; 
	border-bottom: 1px solid #e1e1e1; 
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

.pd-breadcrumbs { 
    margin-bottom: 0; 
    background-color: #f6f9fb; 
	color: #7b0013;
	/* border-bottom: 1px solid #e1e1e1; */
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.job-breadcrumbs { 
    margin-bottom: 12px; 
    background-color: #effce7; 
	border-bottom: 1px solid #e1e1e1; 
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

.breadcrumbs a:link, a:visited {color: #000;}

.breadcrumbs a:hover {
	color: #ab1821;
	text-decoration: none;
}

.callout {
	border: 1px solid;
	padding: 8px 10px;
	margin-bottom: 18px;
}

/* This will prevent the last element in the callout
	from adding extra space to the callout element.
		:last-child is a pseudo-class - _not_ compatible in IE6 */
.callout :last-child {margin-bottom: 0;}

.clear {
	clear: both;
	height: 18px;
}

.content-text {padding: 0 15px;}

.program-item h3, #thematic-units h3 {
	background: url(/images/widgets/bullet.gif) no-repeat 0 top;
	padding-left: 25px;
	margin-bottom: 0.5em;
	padding: 0 25px;
}

.program-item h3 a:link, .program-item h3 a:visited {color:#000;}

.program-item h3:hover, #thematic-units h3:hover {background: url(/images/widgets/bullet_alt.gif) no-repeat 0 top;}

#thematic-units a:link, #thematic-units a:visited {
	font-size: 90%;
	font-weight: 300;
}

.program-alt {
	background: #98BBFF;
	border-top: 1px solid #3366CC;
	border-bottom: 1px solid #3366CC;
}

.school-alt {
	background: #f6f9fb;
	border-top: 1px solid #3366CC;
	border-bottom: 1px solid #3366CC;
}

.section-head {margin-bottom: 19px;}

.section-subnav {
	font-family: verdana;
	font-size: 9px;
	line-height: 12px;
	width: 85px;
	display: block;
	float: left;
	margin: 0 0.5em;
	padding: 3px 0;
	text-transform: uppercase;
	text-align: center;
}

.section-subnav:hover {background-color: #E1EEF6;}

.program-item p {margin: 0 0 10px 25px;}
