/* 
LOW-GRAPHICS

Edited:Chris Pugsley - 6 September 2007
Author:Stacy Prendeville
Website: http://www.
Created:5 July 2006
 */
 
/*Import common global styles*/
@import url("pagespecific.css");
@import url("typography.css"); 
@import url("navigation.css"); 
@import url("colours.css"); 
@import url("footer.css");
@import url("call_to_action.css"); 
/*Index page */
@import url("index.css"); 

 
/*
global values
======================================
*/

/* Remove padding and margin */

* {
margin:0px;
padding:0px;
}

body{
min-width:760px;
}

#hide {
height:0;
width:0;
overflow:hidden;
position: absolute; /* for the benefit of IE5 Mac */
}

.skip {
height: 0;
width: 0;
overflow: hidden;
position: absolute; /* for the benefit of IE5 Mac */
}

#outer{
width:910px;
/*margin: 0 auto;*/
/*background: url(../template_img/outer_bg.gif) repeat-y;*/
text-align:left;
}


/* Remove border around linked images */
img {
border: 0;
}

/* Class for clearing floats  - check maybe this can be deleted if not used*/
.clear {
clear:both;
}


/*
header values
======================================
*/

#header{
width:910px;
height:225px;
background-color:#FFFFFF;
background-image:url(../../template_img/low-graphics-hd.gif);
background-repeat:no-repeat;
}

#header img{
display:none;
}

#branding h1{
display:inline;
font-size:0;
}

#branding h1 a{
text-decoration:none;
}

div#flash-brand{
display:none;
}

#branding{
width:235px;
height:225px;
float:right;
}

/*
content values - widths and floats - no padding left & right avoiding need for box model hack
================================================================================
*/

#wrapper {
width:700px;
float:right;
padding:5px 0 20px 0;	
}


#main_nav {
width:210px;
float:left;
padding:5px 0 20px 0;
}

#nav_ident {
float:left;
margin: 20px 0 0 0;
padding: 0 0 0 10px;
}

#content_main {
width:435px;
float:left;
}

#content_links {
width:245px;
float:right;
}

#content_links p {
margin-bottom:20px;
}

/*
company logo
======================================
*/

.logo {
padding-top:30px;
 }

 /*
profiles page tables
======================================
*/

#academic_table {
width:435px;
float:left;
}

#academic_table td {
width:50%;
}

#research_table {
width:100%;
}

#research_table td {
width: 25%;
}

#profiles_desc {
width: 230px;
float: right;
}

.profile_a {
width: 100%;
padding:0;
margin: 10px 0 10px 0;
background:#ecf5fc;
}

.profile_b {
width: 100%;
padding:0;
margin: 10px 0 10px 0;
background:#f3f8fc;
}

#profile_pic {
width:88px;
margin:0 0 10px 0;
padding:0;
float:right;
}

#profile_name, #profile_qualifications {
width:342px;
margin:5px 0 10px 0;
padding:8px;
float:left;
}

#profile_position, #profile_school, #profile_contact, #profile_research, #profile_publications, #profile_name_wide, #profile_qualifications_wide {
width:435px;
margin:5px 0 10px 0;
padding:8px;
float:left;
}

#profile_name h3, #profile_qualifications h3, #profile_position h3, #profile_school h3, #profile_contact h3, #profile_research h3, #profile_publications h3, #profile_name_wide h3, #profile_qualifications_wide h3 {
margin-top:3px;
font-size:1.2em;
font-weight:bold;
}

#profile_name p, #profile_qualifications p, #profile_position p, #profile_school p, #profile_contact p, #profile_research p, #profile_publications p, #profile_name_wide p, #profile_qualifications_wide p {
margin:0;
}

#profile_contact table {
margin:0;
}