/* 
Title:     Leede Research Group Stylesheet
Author:    design@studio2info.com
Updated:   April 2010
*/

/* General
---------------------------------------------------------- */

/* Clearfix - Clearing 21st Century Style - http://www.positioniseverything.net/easyclearing.html */ 
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
	}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

*{margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Arial, sans-serif;
	background: url(images/home/green-stripe.gif) top left repeat-x;
	}

#wrapper {
	width:960px;
	margin:0 auto;
	}


/* Header
--------------------------------------------------------------------------------- */	
#header {
	width:960px;
	height:155px;
	margin:0;
	}
	

#right_head {
	width:230px;
	margin:0;
	float:left;
	overflow:hidden;
	}

/* Main Navigation
---------------------------------------------------------------------------------- */

#left_head {
	width:730px;
	margin:0;
	float:left;	
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

#left_head li {
	margin-right:10px; 
	padding: 0;
	height:90px;
	list-style-type: none;
	}

#left_head a {
	display: block;
	padding: 90px 0 0 0;
	overflow: hidden;
	height:0 !important; 
	height /**/:90px; /* for IE5/Win only */
	}
	
#left_head a:hover {
	background-position: 0 -90px;
	}

#left_head a:active {
	background-position: 0 -90px;
	}

#left_head ul li a.selected {
	background-position: 0 -90px;
	}

#nav_about, #nav_expertise, #nav_facility, #nav_contact, #nav_survey, #nav_home {float:left;}

#nav_about a  {
	width: 75px;
	background: url(images/home/nav_images/about.gif) top left no-repeat;
	}

#nav_expertise a  {
	width: 75px;
	background: url(images/home/nav_images/expertise.gif) top left no-repeat;
	}
	
#nav_facility a  {
	width: 75px;
	background: url(images/home/nav_images/facility.gif) top left no-repeat;
	}
		
#nav_contact a  {
	width: 75px;
	background: url(images/home/nav_images/contact.gif) top left no-repeat;
	}

#nav_home a  {
	width: 75px;
	background: url(images/home/nav_images/home.gif) top left no-repeat;
	}
	
#nav_survey a  {
	width: 75px;
	background: url(images/home/nav_images/survey.gif) top left no-repeat;
	}



/* Center Content Divs
----------------------------------------------------------------------------------- */

#content_wrapper {
	width:960px;
	margin:0px;
	padding:0px;
	}	

#left_image {
	float:left;
	height:300px;
	width:270px;
	margin:0px;
	}

#content {
	margin:0px;
	padding-top:25px;
	float:left;
	width:690px;
	}

#content_copy {
	width:670px;
	height:125px;
	padding:0px;
	}
	
#content_callout {
	padding-top:25px;
	.padding-top:15px;
	width:670px;
	}

#content_bottom {
	margin:0px;
	padding:0px;
	width:960px;
	}

#bottom_left {
	padding-top:15px;
	.padding-top:0px;
	padding-left:4px;
	width:191px;
	float:left;
	}

#bottom_right {
	padding-top:35px;
	.padding-top:20px;
	width:750px;
	float:left;
	}

#bottom_right ul {list-style-type:none;}

#bottom_right ul li {display:inline;}

/* both needed! li does bullets, li a does text     */

#bottom_right ul li {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color:#727273;
	}

#bottom_right ul li a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color:#727273;
	text-decoration:none;
	line-height:2em;
	}

#bottom_right ul li a:hover {color:#eb8316;}

.special {font-size:13px;}

.callouts {
	display:block;
	overflow:hidden;
	height:0 !important;
	height /**/:0; /* for IE5/Win only */
	width:0 !important;
	width /**/:0; /* for IE5/Win only */
	}

/* Footer Div
--------------------------------------------------------------------------------------- */
	
#footer {
	border-top:1px solid #cccccc;
	width:960px;
	}
	
#left_footer {
	margin-top:25px;
	padding-left:20px;
	float:left;
	width:190px;
	}
	
#left_footer a {
	text-decoration:none;
	color:#727273;
	}

#left_footer a:hover {text-decoration:underline;}
	
#right_footer {
	padding-right:20px;
	text-align:right;
	margin-top:25px;
	float:right;
	width:730px;
	}

#right_footer a {
	text-decoration:none;
	color:#727273;
	}

#right_footer a:hover {text-decoration:underline;}

/* Typography
---------------------------------------------------------------------------------------- */	
h1 {
	font-size: 24px;
	font-weight:bold;
	color:#5c71ac;
	}
	
h2 {
	font-size: 18px;
	color:#eb8316;
	font-weight:bold;

	}
	
	
p.home {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#4b4b4b;
	line-height:1.6em;
	}

p {
	font-size: 11px;
	color:#727273;
	margin-bottom:10px;
	line-height:1.5em;
	}

.leadin {
	font-weight:bold;
	color:white;
	font-size:15;
	}
.white {color:white;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	