/* brockington.org WINDOWS layout */

body {
	background: #006666;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
	}

/* link behavior */


a {
	color: #006666;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	}


/* tops */

h1	{
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
	}
	
h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}
	
h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 15px;
	}

h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 0 0;
	text-align: left;
	}

hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	border: 0;
	}
	
/* content positioning */

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 765px;
	background: #ffffff url(images/rightdrop2.jpg) top right repeat-y;
	border: 0;
	}

/*top positioning*/

/*home page*/

#printlogo {
	display: none;
	}

#header {
	width: 718px;
	height: 300px;
	background: #ffffff;
	border-width: 1px 0 0 1px;
	border-color: #000000;
	border-style: solid;
	margin: 0;
	padding: 15px 15px 0 15px;
	}
	
#menu {
	position: absolute;
	top: 286px;
	left: 15px;
	width: 700px
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	}

#sidebar {
	float: right;
	width: 179px;
	margin-right: 16px;
	padding: 30px 21px 0 20px;
	background: #ffffff;
	}

/*end home page*/

/*inner pages*/

#iheader {
	width: 718px;
	height: 135px;
	background: #ffffff;
	border-width: 1px 0 0 1px;
	border-color: #000000;
	border-style: solid;
	margin: 0;
	padding: 15px 15px 0 15px;
	}
	
#logo {
	position: absolute;
	top: 35px;
	left: 35px;
	height: 34px;
	width: 120px;
	z-index: 1;
	}
	
#imenu {
	position: absolute;
	top: 121px;
	left: 15px;
	width: 700px
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	}

#isidebar {
	float: right;
	width: 179px;
	margin-right: 16px;
	padding: 0 21px 0 20px;
	background: #ffffff;
	font-size: 9px;
	}

#isidebar p {
	margin-bottom: 40px;
	}
	
/*end inner pages*/
	
#menu ul, #imenu ul {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding-left: 15px;
	}

#menu li, #imenu li {
	float: left;
	line-height: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 5px;
	margin-right: 5px;
	}

#menu a, #imenu a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

#menu a:hover, #imenu a:hover { 
	color: #ffff99;
	}

#menu ul li.sel, #imenu ul li.sel {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #000000;
	}

#menu ul li a.sel2, #imenu ul li a.sel2 {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	}

/*middle positioning*/
	
#main {
	float: left;
	width: 460px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0;
	padding: 30px 32px 25px 35px;
	background: #ffffff;
	}

#image1 {
	float: left;
	width: 220px;
	border: 0;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 9px;
	}
	
#image2 {
	float: right;
	width: 220px;
	border: 0;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 9px;
	}
	
#footer {
	position: relative;
	clear: both;
	width: 765px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #006666;
	}
	
#footmenu {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 750px;
	height: 20px;
	background: #006666;
	color: #ffffff;
	text-align: center;
	}
	
#footmenu a {
	color: #ffffff;
	}
	
#footmenu a:hover {
	color: #e1e1e1;
	}

td {
	font-size: 9px;
	color: #006666;
	}
	
/*dynamic pages*/

#fullmain {
	float: left;
	width: 670px;
	border-left: 1px solid #000000;
	margin: 0;
	padding: 30px 32px 25px 35px;
	background: #ffffff;
	}

#fullmain table {
	width: 670px;
	}
	
.news {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	}

.news input, textarea, select {
	background: #eeeeee;
	}

.news .head {
	text-align: right;
	}

.news td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	padding: 5px;
	}

.news table {
	width: 460px;
	background: #ececec;
	border: 2px solid #cccccc;
	}

.redtext { 
	font-weight: bold;
	color: #ff3333;
	}

.greentext { 
	font-weight: bold;
	color: #33cc33;
	}

.date {
	font-size: 9px;
	font-style: italic;
	}


#log {
	float: left;
	margin-top: 170px;
	margin-left: 230px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	}

#nsidebar {
	float: right;
	width: 179px;
	margin-right: 16px;
	padding: 0;
	background: #ffffff;
	font-size: 13px;
	}

#fullmain {
	float: left;
	width: 670px;
	border-left: 1px solid #000000;
	margin: 0;
	padding: 30px 32px 25px 35px;
	background: #ffffff;
	}

#fullmain table {
	width: 670px;
	}

.boxlink {
	background: #006666;
	color: #ffffff;
	padding: 2px 2px;
	margin: 0 1px;
	border: 2px solid #cccccc;
	}

#fullmain a:hover {
	color: #cccccc;
	}
	
/*other randomness*/

#imain {
	float: left;
	width: 460px;
	height: 700px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0;
	padding: 30px 32px 25px 35px;
	background: #ffffff;
	}

/*contact pages*/
	
#cmain {
	float: left;
	width: 713px;
	border-left: 1px solid #000000;
	margin: 0;
	padding: 30px 0 25px 35px;
	background: #ffffff;
	}

#csidebar {
	float: right;
	width: 179px;
	margin-top: -30px;
	margin-right: 0px;
	padding: 30px 21px 0 20px;
	background: #ffffff;
	border-left: 1px solid #000000;
	}

#ctext {
	width: 440px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	}

/*people bios*/

#bio {
	height: 75px;
	border-bottom: 1px solid #e1e1e1;
	}

#bio1 {
	float: left;
	margin-right: 10px;
	}

.nopicture {
	display: none;
	}
	
#bio2 {
	padding-top: 10px;
	}
	
#bio2 h2 {
	margin: 0;
	}

.people {
	font-size: 11px;
	}

/*main lists*/

#main ul {
	list-style-image: url('images/bulletsmall.gif');
	}
	
#main ul li {
	padding-bottom: 10px;
	}

/*copyright info*/

#copy {
	font-size: 9px;
	}

/*image floats GIS*/

.float {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 9px;
	width: 180px;
	}
	
.float img {
	border: 0;
	}
	
.float2 img {
	float: right;
	clear: right;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 9px;
	border: 0;
	}

/*selected arrows*/

.arrow {
	position: relative;
	right: 12px;
	}

.arrow2 {
	position: relative;
	right: 9px;
	}
	
.arrow2:hover {
	color: #006666;
	}

/*drop shadow*/

#bottomdrop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 765px;
	height: 16px;
	background: #006666;
	}

#bottomdrop1 {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #000000;
	background: #006666 url(images/bottomdrop1.jpg) top left no-repeat;
	}
	
#bottomdrop2 {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 735px;
	height: 15px;
	border-top: 1px solid #000000;
	background: #006666 url(images/bottomdrop2.jpg) top left repeat-x;
	}
	
#bottomdrop3 {
	position: absolute;
	top: 0px;
	left: 750px;
	width: 16px;
	height: 16px;
	background: #006666 url(images/bottomdrop3.jpg) top left no-repeat;
	}
	
#rightdrop1 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	background: #006666 url(images/rightdrop1.jpg) top right no-repeat;
	}

/* pop up images */

#popcontainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 565px;
	background: #ffffff url(images/rightdrop2.jpg) top right repeat-y;
	}

#popfooter {
	position: relative;
	clear: both;
	width: 565px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: #006666;
	}

#popbottomdrop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 565px;
	height: 16px;
	background: #006666;
	}

#popbottomdrop1 {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #000000;
	background: #006666 url(images/bottomdrop1.jpg) top left no-repeat;
	}
	
#popbottomdrop2 {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 535px;
	height: 15px;
	border-top: 1px solid #000000;
	background: #006666 url(images/bottomdrop2.jpg) top left repeat-x;
	}
	
#popbottomdrop3 {
	position: absolute;
	top: 0px;
	left: 550px;
	width: 16px;
	height: 16px;
	background: #006666 url(images/bottomdrop3.jpg) top left no-repeat;
	}

/* login page */

#log_body {
	background: #cccccc;
	}
	
#log_container, #log_container_2 {
	position: relative;
	width: 242px;
	margin: 0 auto;
	border: 1px solid #000000;
	}

#log_container_2 { 
	width: 300px;
	}

#log_logo {
	border-bottom: 1px solid #000000;
	background: #008888;
	}

#log_content {
	padding: 10px 40px;
	text-align: center;
	background: #ffffff;
	}

#log_content p {
	font-size: 12px;
	}

/* new additions */

p.sep {
	margin-top: 0; 
	padding-top: 15px; 
	border-top: 1px solid #ccc;
	}

div#internship {
	font-size: 11px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}

	div#internship p {
		padding: 0;
		margin: 15px 0;
		}

div.item {
	border-top: 1px dotted #ccc;
	}	

#main h2.reg {
	margin-top: 0;
	}

#main h3.reg {
	padding-top: 11px;
	font-size: 110%;
	}

#main ul.reg {
	margin: 0;
	padding: 0 0 0 15px;
	}

	#main ul.reg li {
		margin: 0;
		padding: 0;
		}
		
#main ul.reg2 {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	}		
	
	#main ul.reg2 li {
		margin: 5px 0;
		padding: 0;
		}
		
		#main ul.reg2 ul {
			list-style-image: url('images/bullet-empty.gif');
			padding-left: 15px;
			}
			
			#main ul.reg2 ul li {
				margin: 0;
				}

#apply {
	background: #eee;
	padding: 5px 0;
	text-align: center;
	}	
	
	#apply big {
		text-transform: uppercase;
		font-size: 150%;
		font-weight: bold;
		}
		
#note {
	background: #eee;
	padding: 5px 10px;
	text-align: left;
	font-size: 95%;
	}
			

/* APPLICATION */

#application label {
	display: block;
	font-size: 105%;
	}
	
#application .form-item {
	margin: 25px 0;
	}
	
	#application .form-item input.text,
	#application .form-item select,
	#application .form-item textarea {
		width: 300px;
		background: #fff;
		border: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
		font-size: 12px;
		}	
	
#application .form-group {
	background: #eee;
	padding: 1px 25px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 25px 0;
	}	
	
	#application .form-group h4 {
		color: #666;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 20px;
		}
	
#application .form-indent {
	margin-top: 10px;
	border-left: 2px solid #ccc;
	padding: 0 0 0 20px;
	}	
	
#application .aap-description {
	padding: 0;
	margin: 0 0 10px 25px;
	font-size: 90%;
	color: #777;
	}	

.research-head {
	font-size: 120%;
	margin: 0;
	}

	.research-head a {
		font-weight: bold;
		}

.research-body {
	color: #777;
	}
	
.research-hr {
	color: #e1e1e1;
	margin-top: 20px;
	}	
	
/* fixing for internet explorer, whee! */

*html p {
	margin-top: 8px;
	margin-bottom: 8px;
	}

*html h2 {
	margin-bottom: 8px;
	}

*html #header {
	padding: 12px 14px 0 14px;
	}
	
*html #header img {
	position: relative;
	top: 2px;
	}
	
*html #iheader {
	padding: 12px 14px 0 14px;
	}
	
*html #iheader img {
	position: relative;
	top: 2px;
	}	

*html #sidebar {
	float: left;
	margin: 0;
	padding: 30px 19px 0 19px;
	}

*html #isidebar {
	position: relative;
	left: -16px;
	padding: 0 20px 0 20px;
	margin: 0;
	}

*html #csidebar {
	margin-right: -15px;
	}

*html #rightdrop1 {
	right: -1px;
	}

*html .float {
	margin-top: 0;
	font-size: 8px;
	}

*html #bio1 img {
	position: relative;
	top: 2px;
	}

*html #menu li {
	padding-bottom: 6px;
	}
	
*html #imenu li {
	padding-bottom: 6px;
	}
	
*html #menu ul li.sel {
	border-bottom: 1px solid #000000;
}

*html #imenu ul li.sel {
	border-bottom: 1px solid #000000;
}

*html #log {
	float: left;
	margin-top: 100px;
	margin-left: 120px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	}
	
*html #log_content {
	padding: 10px 38px;
	}