* { margin: 0; padding: 0; }

/*div { border: 1px solid #FF0000; }*/

body {
	font-size: 62.5%;  
	background: #E9E9E9;
}   


a img {
	border: none;
	border:0;
	}	

a {text-decoration: none;}

a:hover {text-decoration: underline;}
	
hr {display:none;}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}

#skip {display:none;}	
	
h1 {/*height: 79px;*/}

#headerlogo {
		position: absolute;
		top: 20px;
		left: 30px;
		width: 426px;
		height: 79px;
		background: url('/img/logo.gif') no-repeat;
		}
#headerlogo h1 { text-indent:-5000px; overflow: hidden; }

h2 {
	clear: none;
	margin: 0 0 10px 0;
	padding-bottom: 6px;
	font: 1.8em/1em 'lucida grande',tahoma,sans-serif;
	letter-spacing: 2px;
	color: #5E3369;
	text-transform: uppercase;
	}
	 
h3 {
	clear: none;
	margin: 5px 0 2px 0;
	padding-bottom: 3px;
	font: bold 1.2em/1em 'lucida grande',tahoma,sans-serif;
	letter-spacing: 1px;
	color: #ff9300;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	}
	 		

h5 {
	clear: none; 
	margin: 0 0 4px 0;
	padding-bottom: 3px;
	font: 1.2em/1em 'lucida grande',tahoma,sans-serif;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	}
	
#topbar{
	background:#FFF url('/img/head-back.gif') repeat-x;
	height:145px;
	/*width:100%;*/
	}
#greensplash {
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	background:#88903D;
	height: 210px;
	padding-top:10px;
	}
	
 	

/* global elements: wrap, foot, jump menu
----------------------------------------------------------------------------*/
#globalwrap,#topwidth,#globaljump,#greenwrap,#foot-pad { 
	width: 840px;
	margin: 0 auto;
	position: relative;
}
#globaljump { z-index: 50000; /*float:left;*/}
	

#globaljump form {
	float: right;
	height: 40px;
	background: url(/img/jump-bg.gif) repeat-x;
	}
#globaljump fieldset {
	border:1px solid #FF0000;
	float: left; /* forces Mozilla to shrink form to size */
	background: transparent url(/img/jump-left.gif) no-repeat;
	border: 0 none;
	}
#globaljump label {
	display: block;
	float: left;
	height: 40px;
	background: transparent url(/img/jump-right.gif) right top no-repeat;
	}
#globaljump select {
	margin: 10px 25px 0;
	font-size: 10px;
	}
	
#foot {
	border-top:3px solid #FFF;
	position: relative;
	clear: both;
	margin-top: 20px;
	padding: 20px 0;
	background: #5E3369;
	height: 150px;
	}
	#foot a, #contactfloater a { color: #FF9300;  }
	#foot a:hover, #contactfloater a:hover {color: #FF9300 }

#foot-pad { font: normal 1em/1em 'lucida grande',tahoma,sans-serif; color:#FFF; }

#top-pad { margin-left: 81px; border-bottom: 1px solid #808080; }
 
#contactfloater {
		position: absolute;
		top: 70px;
		right: 0;
		width: 100px;
		height: 30px;
 		font: 1em 'lucida grande',tahoma,sans-serif;
	}
 

/* nav menu
----------------------------------------------------------------------------*/
#nav {
		position: absolute;
		top: 115px;	
		left: 50px;
	}


#navigation-primary {
	height: 29px;
	background: #5E3369;
	}

	#navigation-primary ul {
		width: 745px;
		margin: 0 auto; padding: 0px;
		list-style: none;
		}

	#navigation-primary li {
		float: left;
		height: 29px;
		position: relative;
		}

		#navigation-primary a {
			display: block;
			height: 29px;
			text-indent: -3000px; overflow: hidden;
			}

		#navigation-primary a:hover {
			background-position: 0 -29px;
			}

		#nav-home a {
			width: 63px;
			background: transparent url(/img/nav-home.gif);
			}

		#nav-missional a {
			width: 149px;
			background: transparent url(/img/nav-missional.gif);
			}

		#nav-experience a {
			width: 126px;
			background: transparent url(/img/nav-experience.gif);
			}

		#nav-questions a {
			width: 159px;
			background: transparent url(/img/nav-questions.gif) no-repeat;
			}

		#nav-apply a {
			width: 66px;
			background: transparent url(/img/nav-apply.gif) no-repeat;
			}

		#nav-alumni a {
			width: 113px;
			background: transparent url(/img/nav-alumni.gif) no-repeat;
			}

		#nav-blog a {
			width: 64px;
			background: transparent url(/img/nav-blog.gif) no-repeat;
			}

	#navigation-primary li ul li {
		height: auto;
		}

	#navigation-primary li ul li a {
		display: block;
		height: auto;
		padding: 3px 16px;
		background: transparent; color: #000;
		text-indent: 0;
		text-decoration: none;
		border-bottom: 1px solid #5E3369;
		position: relative;
		width: 150px;
		font: normal 1.2em/1.8 'lucida grande',tahoma,sans-serif;
		text-align:left;
		}

	#navigation-primary li ul a:hover {
		background: #5E3369; color: #fff;
		}

	#navigation-primary li ul {
		position: absolute;
		left: -3000px;
		width: 182px;
		background: #BBBBBB ;
		padding: 2px 0 0 0;
		z-index: 200000;
		}

	#navigation-primary li:hover ul, #navigation-primary li.sfhover ul {
		left: auto;
		}

body#home #nav-home	a,
body#missional #nav-missional a,
body#experience #nav-experience a,
body#questions #nav-questions a,
body#apply #nav-apply a,
body#blog #nav-blog a,
body#alumni #nav-alumni a
{background-position: 0 -29px;}
 
  

/* global stuff
----------------------------------------------------------------------------*/
/*
colors
purple: #5E3369
green: #88903D
grey: #E9E9E9
*/
 
 .blogpic {
 	float:right; 
 	margin:0 7px 7px 7px;
 	border:1px solid #CCC;
 	}
.blogpic img { padding: 4px; }
 
ul {list-style: none;}

.float-r {float:right;}
.float-l {float:left;}

 
.button a { 
	display:block;  
	width: 100px;
	background: #234A7A; 
	color:#FFF; 
	padding: 0 5px; 
	font-weight: normal;
	text-decoration:none;
	font-size: 10px;
	text-align:center;
}
.button a:hover { 
	background: #142A44; 
	color:#FFF; 
	text-decoration: none; 
	}

/* photos 
----------------------------------------------------------------------------*/
 
#homefeature {
	position: absolute;
	top: -15px;
	right: 0;
	width: 445px;
	height: 262px;
	background-position: top left;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://leadtime.org/img/home-photo.png',sizingMethod='scale');
}
html>body #homefeature {background-image: url(/img/home-photo.png);}


/* home page specific 
----------------------------------------------------------------------------*/
 
#home-wrap {margin-top:17px;}
#home-wrap a:link { color: #FD9300; }
#home-wrap a:visited { color: #666; }

#home-video {
	width: 308px; 
	height: 357px;
	padding: 10px 10px 0 10px;
	float:left;
	background: #5E3369;
	}
#home-vid-bord {
	border: 4px solid #FFF;
}
#vidthumbsbox { width: 290px; height: 70px; margin-top: 10px;}

.vidthumb { 
 	float:left;
 	width: 40px; height: 40px;
 	margin-right: 7px;
 	}

.vidthumb img{
 	border: 1px solid #FFF;
}

.vidthumb:hover img{
 	border: 3px solid #F8931B;
}

.vidthumb:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

#vidthumbsbox a span {display: none;} 

/* this for IE7 */
#vidthumbsbox a:hover span {
   display: block;
   position: absolute; 
   top: 362px; 
   left: 0; 
   width: 318px;
   padding: 5px; 
   z-index: 100;
   color: #FFF; background: #884A98;
   font: 10px Verdana, sans-serif; 
   text-align: center;
	}

/* this for standards browsers, hidden from IE7  */
html>/**/body #vidthumbsbox a:hover span {
   display: block;
   position: absolute; 
   top: 344px; 
   left: 0; 
   width: 318px;
   padding: 5px; 
   z-index: 100;
   color: #FFF; background: #884A98;
   font: 10px Verdana, sans-serif; 
   text-align: center;
   }
	

  

#home-desc {
	width: 465px;
	color:#777;
	margin-left: 355px;
	}

#home-lead {
	width: 220px; 
	font: normal 1.2em/1.8 'lucida grande',tahoma,sans-serif;
}
#home-blog {
	width: 220px; 
	float:right; 	
	font: normal 1em/1.6 'lucida grande',tahoma,sans-serif;
	padding-top:15px;
}
	#home-lead2 {
		width: 465px; 
		font: normal 1.2em/1.8 'lucida grande',tahoma,sans-serif;
		padding-top: 5px;
	}
	#home-blog2 {
		width: 220px; 
		float:right; 	
		font: normal 1em/1.6 'lucida grande',tahoma,sans-serif;
		padding-top:5px;
	}
	#home-news2 {
		width: 220px; 
	 	
		font: normal 1em/1.6 'lucida grande',tahoma,sans-serif;
		padding-top:5px;
	}

#home-features { 
	min-height: 210px; 
	margin: 10px;
	font: normal 1em/1.4 'lucida grande',tahoma,sans-serif;
	} 

.home-featurette,.home-featurette-last {
	float:left;
	width: 157px;
	min-height: 210px;
	color:#777;
	}
.home-featurette {margin: 0 55px 0 0; }
.home-featurette img, .home-featurette-last img { border: 4px solid #FFF; }
.home-featurette-last {margin: 0;}


/* inside page specific 
----------------------------------------------------------------------------*/
#inside-wrap { padding: 2em 1em;}

#inside { 
	width: 46em;
	padding: 2em 1em;
	font: normal 1.2em/1.8 'lucida grande',tahoma,sans-serif;
	color:#777;
	}
	#inside p { margin-bottom: .3em; }
	#inside h3 { padding-top: 1em;}
	#inside a:link {color: #FF9300; text-decoration: underline;}
	#inside a:visited {color: #5E3369}
	
#sidebox { 
	width: 19em;
	padding: 1.8em;
	float: right;
	background: #88903D;
	font: normal 1em/1.6 'lucida grande',tahoma,sans-serif;
	color:#fff;
	border: 3px solid #FFF;
	} 
	#sidebox a:link {color:#FFC54A; font-weight: bold; }
	#sidebox a:visited {color:#FFC54A}
	#sidebox h4 { color: #FFF; }
  
.inside-photo { float:right; padding: 0 1em;}

.inside-box {
	border: 3px solid #FFF;
	background: #FF9300;
	color:#FFF;
	padding: 1em .8em 0 1em;
	width: 40em;
	}
	.box-left {	 
		width: 45%; 
		}
	.box-right {
		float:right;
		width: 45%;
		}

.inside-box b {text-decoration: underline; }
	
.featurebox {
	margin: 1em 1em 1.2em 1em;
	background: #FF9300;
	padding: .8em;
	color:#FFF;
	border: 3px solid #FFF;
	}
  

.featurebox p {
	text-indent: 1.6em;
	font: normal 1.4em/1.6 georgia,serif;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('/img/quote-l.gif');
}
 
.quotes p {
	display: inline;
	padding: 0 32px 5px 0;
	background-position: bottom right;
	background-repeat: no-repeat;
}
 
.quote { font-size: 120%; }

.arrows ul {
	list-style: none;
	margin: .5em 0 1em 0;
	padding-left: 18px;
	}
.arrows ul li {
	padding: 0 0 4px 18px;
	line-height: 1.4em;
	background: url('/img/arrow.gif') no-repeat 0 4px;
	}
  
.arrows ul ol {
	margin: .5em 0 1em 1em;
	padding-left: 18px;
	}
.arrows  ol li {
	padding: 0 0 4px 0;
	line-height: 1.4em;
	background: none;
	}

#sidebox ul, .inside-box ul {
	list-style: none;
	margin: .5em 0 1em 0;
	padding-left: 15px;
	}
#sidebox ul li, .inside-box ul li {
	padding: 0 0 4px 15px;
	line-height: 1.4em;
	background: url('/img/arrow-w.gif') no-repeat 0 4px;
	}


/* blog  
----------------------------------------------------------------------------*/
.blogentries ul {
	list-style: none;
	margin: .5em 0 1em 0;
	padding-left: 12px;
	}
.blogentries ul li {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(/img/bullet.gif) no-repeat 0 4px;
	}

#searchbox {
	position: absolute;
	top: 68px;
	left: 570px;
	width: 200px;
	height: 65px;
}
#searchbox input {
font-size: 10px;
}


.quotes p {
	display: inline;
	padding: 0 32px 5px 0;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.side-quote { 
	padding: 10px 20px; 
	text-indent: 18px;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
	background: transparent url(/img/quote-l-white.gif) no-repeat 10px 8px;
}

.quoter { text-align:right; font-size: 90%;}

.smallcaps { font-variant: small-caps; }

.dots-x {background: transparent url('/img/dot-h.gif') 0 -2px repeat-x; height: 1px;}

.dots-y {background: transparent url('/img/dot-v.gif') repeat-y; width: 10px; }

.tiny {
font-size: 9px;
margin-left:10px;
text-align: center;
}	

.rowshade {background: #D1EEE0;  }

.small {font-size: 85%; }


/* forms 
----------------------------------------------------------------------------*/

.formstyle {
   font-size: 10px;
   color: #FFF; 
   background: #8BB1D9; 
   width: 80px;
}

#buttonset {
/*border: 1px #503a2a solid;*/
width: auto;
width: 90px;
text-align: center;
}

.quotetable input, .quotetable select, .quotetable textarea {
  	font: 11px Verdana, Arial, sans-serif;
	border: 1px inset #CCC;
	height: auto;
	padding: 1px;
	background: #FFF;
	color: #777;
  }
  
#submit input {
	font: 11px Verdana;
	padding: 2px;  
	border: 3px double;
	border-color: #FFF; 
	background: #88903D;
	display: block;
	margin: 5px 0;
	cursor: pointer;
	color: #FFF;
	width: 140px;
}	
	
#submit input:focus {
	border: 3px double;
	border-color: #FFF; 
	background: #696F2F;
/*	display: block;*/
/*	margin: 5px 0;*/
	cursor: pointer;
	color: #FFF;
	}
	
.textfield {width: 355px;} 
.textfield-w {width: 320px;} 


legend { 
	margin: 10px 0 10px;
	padding: 2px 4px;
	border-top: 1px solid #94A4D2;
	border-right: 1px solid #94A4D2;
	border-left: 1px solid #94A4D2;
}
	
 .req {color: #B00000; font-size:  9px; }

input:focus, textarea:focus, .quotetable input:focus, .quotetable textarea:focus { 
	background: #FDFFE8; 
	border: 1px solid #5E3369; 
	color: #000; 
	font-weight: bold; 
}  
  
.tlabel {
	text-align:right;
	vertical-align:top;
	padding-right: 5px; 
	width: 160px;
	}

table.t1 {border-collapse: collapse; font-size: 10px;}
td.td1 { border-style: solid; border-width: 1.0px; border-color: #bfbfbf; padding: 0.0px 5.0px}

 
.ind { margin-left: 1.5em} 
 
 /*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {
	margin:7px 0;
	font: 1.1em/1em 'lucida grande',tahoma,sans-serif;
	letter-spacing: 1px;
	color: #ff9300;
	text-transform: uppercase;
/*
	border-bottom: 1px solid #ccc;
*/

}


/* image and left padding for DDs */
#TJK_DL dd {background:url(/img/answer.gif) no-repeat 0 10px;padding-left:55px; padding-bottom: 5px; clear:left;}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding-left:32px;}
/*
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
*/
/*#TJK_DL dt a:focus {font-weight:bold}*/
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(/img/toggleDLplus.gif)}
#TJK_DL .DTminus a {background-image:url(/img/toggleDLminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}

