@charset "utf-8";
/* null browser styles */
body, html {
	margin: 0;
	padding: 0;
}
img {
	padding:0;
	margin:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	
}
/* null browser spacing for vert elements */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}


/* General Styles */
body {
	font-size: 100.1%; /* Corrects ems in IE and Opera percentage fix */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}
blockquote {
	margin: 2em 10%;
}


/* All Layout General Styles */
#header {
	width: auto;
	height: 200px;
	padding: 1px; /* Prevents Margin Collapse */
	margin: 0px auto;
}
h1, h2, h3, h4 {
	margin-top: 1.2em;
	margin-bottom: 0px;
}
#overlay {
	background: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.wrapper {
	width: 960px;
	text-align: left;
	margin: 0px auto;
}
.ovr_start {
	opacity: 0;
	visibility: hidden;
	filter:alpha(opacity=0); /* Fix for IE */
}
.ovr_hover {
	opacity: .7;
	visibility: visible;
	filter:alpha(opacity=70); /* Fix for IE */
}


/* Header Styles */
.about_1 {
	background: url(img_header/about.jpg) no-repeat center 0px;
}
.about_2 {
	background: url(img_header/about.jpg) no-repeat center -200px;
}
.about_3 {
	background: url(img_header/about.jpg) no-repeat center -400px;
}
.about_4 {
	background: url(img_header/about.jpg) no-repeat center -600px;
}
.projects_1 {
	background: url(img_header/projects.jpg) no-repeat center 0px;
}
.projects_2 {
	background: url(img_header/projects.jpg) no-repeat center -200px;
}
.projects_3 {
	background: url(img_header/projects.jpg) no-repeat center -400px;
}
.projects_4 {
	background: url(img_header/projects.jpg) no-repeat center -600px;
}
.people_1 {
	background: url(img_header/people.jpg) no-repeat center 0px;
}
.people_2 {
	background: url(img_header/people.jpg) no-repeat center -200px;
}
.people_3 {
	background: url(img_header/people.jpg) no-repeat center -400px;
}
.people_4 {
	background: url(img_header/people.jpg) no-repeat center -600px;
}
.contact_1 {
	background: url(img_header/contact.jpg) no-repeat center 0px;
}
.contact_2 {
	background: url(img_header/contact.jpg) no-repeat center -200px;
}
.contact_3 {
	background: url(img_header/contact.jpg) no-repeat center -400px;
}
.contact_4 {
	background: url(img_header/contact.jpg) no-repeat center -600px;
}


/* Navbar Styles */
#navbar {
	margin-top: 10px;
	margin-left: 10px;
	position: relative; /* Required for z-index */
	z-index: 10; /* Stays above all other elements */
}
#nav_right {
	color: #ffffff;
	font-size: 0.7em;
	text-align: right;
	width: 190px;
	float: right;
}
#nav_crd {
	background-color:#000000;
	padding: 0.3em;
	text-align: center;
}
#nav_bgsu {
	margin: 5px 5px 0px 0px;
}
#nav_search {
	text-align: center;
	float: right;
}
#navbar img {
	float: left;
	margin-right: 0.4em;
	background: #000000;
	border-style: none;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#navbar li {
	float: left;
}
#navbar li a {
	color: #CCCCCC;
	display: block;
	padding: .5em 0 0 .6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	width: 8em;
	text-decoration: none;
}
#navbar li a:hover,#navbar li a:active{
	color: #000000;
	font-weight: bold;
}
#navbar li a.nav_leadItem:hover,#navbar li a.nav_leadItem:active{
	color: #cccccc;
	font-weight: 100;
}
#nav1,#nav2,#nav3,#nav4 {
	margin-right: 0.4em;
}
#navbar li a.nav_leadItem {
	padding: 0.3em 0.3em 2em .5em;
}
.nav_start {
	background-color: #000000;
	color: #ffffff;
	overflow: hidden;
	height: 44px;
}
.nav_hover {
	background-color: #ffffff;
	color: #000000;
	height: 140px;
}


/* Index Content Styles */
#indx_content {
	height: 340px;
	margin-top: 70px;
	margin-left: 10px;
	padding-left: 200px;
}
#indx_subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	width: 600px;
	line-height: 1.3;
	padding: 8px;
	margin: 20px 0 0 10px;
}


/* Regular Content Styles */
#content {
	margin: 15px 0 0 10px;
	padding: 1px 0;
	float: left;
}
#col_nav {
	width: 120px;
	min-height: 400px;
	float: left;
}
#col_nav_head {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 2em;
	font-weight: bold;
	padding: 0 0 0 10px;
}
#col_nav ul {
	list-style: none;
	margin: 10px 0 0 15px;
}
#col_nav li {
	margin: 4px 0 0 0;
	line-height: 1em;
}
#col_nav li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .72em;
	color: #FFFFFF;
	padding: 4px 0 4px 6px;
}
#col_nav li a.current, #col_nav li a.current:hover, #col_nav li a.current:active {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}
#col_nav li a:hover, #col_nav li a:active {
	background: #4d4d4d;
	font-weight: bold;
}
#col_text {
	width: 580px;
	background: #FFFFFF;
	min-height: 400px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	padding: 0 0 30px 0;
	text-align:justify;
}
#col_text h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #4d4d4d;
	margin: 20px 30px 0 30px;
	padding: 0 0 5px 10px;
	border-bottom: 1px dashed #4d4d4d;
}
#col_text h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #4d4d4d;
	margin: 15px 30px 0 30px;
	padding: 0 0 0 30px;
	background: url(img_icons/cal_silver.jpg) no-repeat left center;
}
#col_text h3.photo_img {
	background: url(img_icons/photo.png) no-repeat left center;
	padding: 0 0 0 35px;
	line-height: 1.4em;
}
#col_text h3.projects {
	background: url(img_icons/projects.png) no-repeat left center;
	padding: 0 0 0 22px;
	line-height: 1.4em;
}
#col_text h3.publications {
	background: url(img_icons/publications.png) no-repeat left center;
	padding: 0 0 0 15px;
	line-height: 1.4em;
}
#col_text h3.publicationsedit {
	background: none;
	padding: 0 0 0 0px;
	line-height: 1.4em;
}
#col_text h3.people {
	background: none;
	padding: 0 0 0 0;
	line-height: 1.4em;
	margin-top: 0;
}
#col_text a:link, #col_text a:hover  {
	color: #f47932;
	text-decoration: none;
	font-weight: bold;
}
#col_text a:active, #col_text a:visited  {
	color: #CECECE;
	text-decoration: none;
}

#col_text p {
	margin: 10px 30px 0 30px;
}
#col_text ul li {
	background: url(img_icons/ul_li.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 0 0 50px;
	line-height: 1.5em;
	list-style: none;
}
#col_photos {
	margin: 15px 30px 0 50px;
}
#col_photos img {
	padding: 0 10px 10px 0;
	margin: 0;
	border: none;
}
.acc_about {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5959AC;
}
.acc_projects {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3A9C7E;
}
.acc_people {
	font: Arial, Helvetica, sans-serif
	font-weight: bold;
	color: #eab044;
}
.acc_contact {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c4404b;
}


/* Side Column Styles */
#col_side {
	width: 250px;
	background: #4D4D4D;
	min-height: 400px;
	float: left;
	padding: 0 0 30px 0;
}
#col_side h1 {
	background: url(img_icons/side_arrow.png) no-repeat left center;
	font-size: .8em;
	font-weight: bold;
	margin: 15px 15px 0 10px;
	padding: 0 0 0 30px;
	color: #f47932;
}
#col_side p {
	margin: 10px 20px 0 20px;
	font-size: .7em;
	color: #ffffff;
}
#col_side a:link, #col_side a:hover {
	color: #f47932;
	text-decoration: none;
}
#col_side a:visited, #col_side a:active {
	color: #3A9C7E;
	text-decoration: none;
}
#col_side.swf_height_fix {
	min-height: 630px;
}


/* News Styles Set 1 */
#news_wrapper {
	height: 100px;
}
#news_wrapper img {
	border: none;
}
#news1_container {
	position: relative; /* needed for trans layer placement */
}
#news1_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 5px;
	position: absolute; /* needed for trans layer placement */
	z-index: 1;
}
#news1_opacity {
	height: 100px;
	width: 350px;
	margin: 0px 0px 0px 10px;
	background: #000000;
	position: absolute; /* needed for trans layer placement */
	opacity: 0.8;
	filter:alpha(opacity=80); /* Fix for IE */
}
#news1_img {
	float:left;
	width: 90px;
	margin: 0px 5px 0px 10px;
	display: inline; /* Fix for IE */
}
#news1_text {
	float: left;
	height: 90px;
	width: 245px;
	vertical-align: top;
}
#news1_body h1 {
	font-size: 1.2em;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px 0px 5px 0px;
}


/* News Styles Set 2 */
#news2_container {
 /* needed for trans layer placement */
	margin: 0 0 0 370px;
	height: 103px;
}
#news2_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 5px;
	position: absolute; /* needed for trans layer placement */
	z-index: 1;
	height: 103px;
}
#news2_opacity {
	height: 101px;
	width: 450px;
	background: #000000;
	position: absolute; /* needed for trans layer placement */
	opacity: 0.8;
	filter:alpha(opacity=80); /* Fix for IE */
}
#news2_img {
	float:left;
	width: 100px;
	margin: 0px 5px 0px 0px;
}
#news2_text {
	float: left;
	height: 90px;
	width: 335px;
	vertical-align: top;
}
#news2_body h1 {
	font-size: 1.2em;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px 0px 5px 0px;
}


/* Footer Styles */
#footer_container {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 2.4em;
	font-size: 0.71em;
	margin: 15px 0px 10px 10px;
	clear: both;
	float: center;
	position: relative;
	z-index: 5;
}
#footer_container a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_container a:hover,#footer_container a:active {
	color: #000000;
	background-color: #FFFFFF;
}
#footer1 {
	background: #4d4d4d;
	padding: 0px 5px;
	float: left;
}
#footer2 {
	background: #4d4d4d;
	padding: 0px 5px;
	float: left;
	margin: 0px 0px 0px 10px;
}
#footer3 {
	background: #4d4d4d;
	padding: 0px 5px;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 580px;
}

/* Extra Style */
#form_settings {
	width: 640px;
	height: auto;
	border: 2px solid #999;
	background:#FFF;
	min-height: 330px;
	margin: auto;
}
#form_labels {
	width: 80px;
	height: auto;
	margin: 10px 0 10px 20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	float: left;
}
#form_entries {
	width: 500px;
	height: auto;
	margin: 10px 20px 10px 10px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 23px;
	float: left;
}
.sor_reg {
	background: #E5E5E5;
	border: 1px solid #666;
	color: #000;
}
	





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
