/* --------------------------------------------
Studio 24 CSS styles: Main
Last updated: 22 May 2006 by Fabian
----------------------------------------------- */


/* =STRUCTURE
----------------------------------------------- */
html, body {
	/* Stick footer to bottom of page */
    /* height: 100%; */
}

body {
	background: url(../img/global/body-bg2.gif) center top repeat-y;
	font: 80%/140% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	/* Hack to stop Mozilla moving horizontal position when scrollbars appear */
	overflow: -moz-scrollbars-vertical;
}

#container {
	width: 760px;
	text-align: left;
	margin: auto;
	background: #fff;
	position: relative;

	/* Stick footer to bottom of page */
	/*
	position: relative;
	min-height: 100%;
	height: 100%; */
	/* Box model hack for IE5.5 */
	/*
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto; */
}

/* Stick footer to bottom of page 
html>body #container {
	height: auto;	
}
*/

a img {
	border: 0 none;
}

blockquote {
	margin: auto 0;
	padding: auto 0;
	}

dt, dd {
	padding: 2px 0;
	}

dt {
	width: 130px;
	float: left;
	}

dd {
	margin-left: 140px;
	}

span {
	font-size: 90%;
	}


/* =LISTS
----------------------------------------------- */
#content ul {
	list-style: none;
}

#content ul li {
	background: url(../img/global/arrow.gif) no-repeat top left;
	padding: 2px 0 0 10px;
}

dl.awards dt {
	float: none;
	width: auto;
	font-weight: bold;
	}

dl.awards dd {
	margin: 0;
	margin-bottom: 10px;
	}
	
dl#news_list dd {
	background: url(../img/global/arrow.gif) no-repeat top left;
	padding: 2px 0 0 10px;
	margin-bottom: 10px;
	}

/* =LINKS
----------------------------------------------- */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* =HEADINGS
----------------------------------------------- */
#content h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#content h1 {
	background: url(../img/global/double-stroke.jpg) bottom repeat-x;
	font-size: 190%;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
}

#content h2 {
	background: url(../img/global/double-stroke.jpg) bottom repeat-x;
	font-size: 140%;
	margin: 20px 0 20px 0;
	padding: 0 0 10px 0;
}

#content h3 {
	font-size: 120%;
	font-style: italic;
	margin: 20px 0 0 0;
	padding: 0;
}



/* =BRANDING
----------------------------------------------- */
#branding {
	width: 740px;
	margin: 0 10px;
}

#branding #goto-content {
	position: absolute;
	left:-2000em;
}

/* Image replacement 
   Using Mike Rundle's technique at
   http://phark.typepad.com/phark/2003/08/accessible_imag.html
   */
#branding #ir-branding {
	background: url(../img/global/top-banner.jpg) no-repeat;
	width: 740px;
	height: 80px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
}

/* =NAVIGATION
----------------------------------------------- */

#navPrimary {
	background: url(../img/global/top-border-shadow.jpg) repeat-x bottom;
	width: 740px;
	height: 32px;
	margin: 10px 10px 0 10px;
	padding: 0 0 14px 0;
}

#navPrimary ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 740px;
	height: 32px;
	position: relative;
}

#navPrimary ul#nav {
	background: url(../img/navigation/menu-bg.gif) repeat-x;
}

#navPrimary li { /* all list items */
	float: left;
	position: relative;
	/*width: 8em;*/
}

#navPrimary li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
}

#navPrimary li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	width: auto;
}

#navPrimary li ul li {
	clear: both;
	width: 100%;
	display: block;
	float: left;
	margin:0;
}

#navPrimary li ul li a {
	font-size: 1em;
	text-indent: 0;
	height: 100%;
	width: auto;
	text-decoration: none;
	color: black;
	padding: 5px 25px 0 25px;
	margin: 0;
	background: url(../img/navigation/sub-nav-middle-wide.png) 0 repeat-y;
}

#navPrimary li ul li a span {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#navPrimary li ul li.top a {
	background: url(../img/navigation/sub-nav-top-wide.png) 0 top no-repeat;
	padding-top: 1.35em;
}

#navPrimary li ul li.bottom a {
	background: url(../img/navigation/sub-nav-bottom-wide.png) 0 bottom no-repeat;
	border-bottom: none;
	padding-bottom: 1.35em;
}

#navPrimary li ul li.bottom a span {
	border-bottom: none;
}

#navPrimary li ul li a:hover {
	background: url(../img/navigation/sub-nav-middle-wide.png) -191px repeat-y;

}

#navPrimary li ul li.top a:hover {
	background: url(../img/navigation/sub-nav-top-wide.png) -191px top no-repeat;
}

#navPrimary li ul li.bottom a:hover {
	background: url(../img/navigation/sub-nav-bottom-wide.png) -191px bottom no-repeat;
}

#navPrimary li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navPrimary li:hover ul, #navPrimary li.over ul { /* lists nested under hovered list items */
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	width: 191px;
}

/* Image replacement */
#navPrimary li a#ir-nav-1 {
	background: url(../img/navigation/home.gif) no-repeat;
	width: 62px;
}
#navPrimary li:hover a#ir-nav-1, #navPrimary li.sfhover a#ir-nav-1 {
	background: url(../img/navigation/home_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-2 {
	background: url(../img/navigation/about.gif) no-repeat;
	width: 61px;
}
#navPrimary li:hover a#ir-nav-2, #navPrimary li.sfhover a#ir-nav-2 {
	background: url(../img/navigation/about_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-3 {
	background: url(../img/navigation/creative.gif) no-repeat;
	width: 73px;
}
#navPrimary li:hover a#ir-nav-3, #navPrimary li.sfhover a#ir-nav-3 {
	background: url(../img/navigation/creative_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-4 {
	background: url(../img/navigation/technical.gif) no-repeat;
	width: 79px;	
}
#navPrimary li:hover a#ir-nav-4, #navPrimary li.sfhover a#ir-nav-4 {
	background: url(../img/navigation/technical_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-5 {
	background: url(../img/navigation/strategic.gif) no-repeat;
	width: 76px;	
}
#navPrimary li:hover a#ir-nav-5, #navPrimary li.sfhover a#ir-nav-5 {
	background: url(../img/navigation/strategic_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-6 {
	background: url(../img/navigation/portfolio.gif) no-repeat;
	width: 78px;	
}
#navPrimary li:hover a#ir-nav-6, #navPrimary li.sfhover a#ir-nav-6 {
	background: url(../img/navigation/portfolio_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-7 {
	background: url(../img/navigation/contact.gif) no-repeat;
	width: 69px;	
}
#navPrimary li:hover a#ir-nav-7, #navPrimary li.sfhover a#ir-nav-7 {
	background: url(../img/navigation/contact_roll.gif) no-repeat;
}

/*

#navPrimary {
	background: url(../img/global/top-border-shadow.jpg) repeat-x bottom;
	width: 740px;
	height: 32px;
	margin: 10px 10px 0 10px;
	padding: 0 0 14px 0;
}

#nav {
	list-style: none;
	background: url(../img/navigation/menu-bg.gif) repeat-x;
	width: 740px;
	height: 32px;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	width: 7em;
	height: 32px;
	margin: 0;
}

#nav li a {
	display: block; 
	text-decoration: none; 
	text-indent: -9999px;
	height: 32px;
}

/* Drop-down menus

#nav li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
/*	background: url(../img/navigation/sub-nav-bg.gif) bottom center no-repeat;
	left: -999em;
	width: 170px;
/*	border: 1px solid red;
}

/* Show sub-nav */
/* Disable sub-nav due to IE7 bug, SRJ 11/02/2008
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li {
	position: relative;
	left: -17px; /* positioning the drop down menu 
	margin: 0;
	padding: 0;
	width: 196px;
	height: auto;
	font-size: 85%;
	background: url(../img/navigation/sub-nav-middle.png) center repeat-y;
	z-index: 10;
/*	border: 1px solid blue;
}

/* Hack: alternative gif image for IE6
* html #nav li ul li {
	background: url(../img/navigation/sub-nav-middle.gif) center repeat-y;
}

#nav li ul li a {
	margin: 0 10px 0 10px;
	padding: 5px 15px;
	height: auto;
	text-indent: 0;
	border-bottom: 1px solid #ccc;
	color: #000000;
	position: relative;
	z-index: -5;
	background: #EEE;
}

/* Positioning for IE as Z-index does not work
*html #nav li ul li a {
	margin: 0 18px 0 19px;
	padding: 5px;
	height: 0px;
}

/* Edward TO DO: Need to rejig the CSS to make this bg color work seamlessly
#nav li ul li a:hover {
	background-color: #DDD;
}

#nav li ul li.top {
	background: url(../img/navigation/sub-nav-top.png) center top no-repeat;
	padding: 12px 0 0 0;
}

/* Hack: alternative gif image for IE6
* html #nav li ul li.top {
	padding: 0;
	background: url(../img/navigation/sub-nav-top.gif) center top no-repeat;
}

* html #nav li ul li.top a {
	padding-top: 17px;
	background: #EEE url(../img/navigation/sub-nav-top.gif) center top no-repeat;
}

#nav li ul li.bottom {
	padding: 0 0 15px 0;
	background: url(../img/navigation/sub-nav-bottom.png) center bottom no-repeat;
}

/* Hack: alternative gif image for IE6
* html #nav li ul li.bottom {
	background: url(../img/navigation/sub-nav-bottom.gif) center bottom no-repeat;
	padding: 0;
}

* html #nav li ul li.bottom a {
	background: #EEE url(../img/navigation/sub-nav-bottom.gif) center bottom no-repeat;
	padding-bottom: 17px;
}

#nav li ul li.bottom a {
	border: 0;	
}

/* Image replacement
#navPrimary li a#ir-nav-1 {
	background: url(../img/navigation/home.gif) no-repeat;
	width: 62px;
}
#navPrimary li:hover a#ir-nav-1, #navPrimary li.sfhover a#ir-nav-1 {
	background: url(../img/navigation/home_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-2 {
	background: url(../img/navigation/about.gif) no-repeat;
	width: 61px;
}
#navPrimary li:hover a#ir-nav-2, #navPrimary li.sfhover a#ir-nav-2 {
	background: url(../img/navigation/about_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-3 {
	background: url(../img/navigation/creative.gif) no-repeat;
	width: 73px;
}
#navPrimary li:hover a#ir-nav-3, #navPrimary li.sfhover a#ir-nav-3 {
	background: url(../img/navigation/creative_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-4 {
	background: url(../img/navigation/technical.gif) no-repeat;
	width: 79px;	
}
#navPrimary li:hover a#ir-nav-4, #navPrimary li.sfhover a#ir-nav-4 {
	background: url(../img/navigation/technical_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-5 {
	background: url(../img/navigation/strategic.gif) no-repeat;
	width: 76px;	
}
#navPrimary li:hover a#ir-nav-5, #navPrimary li.sfhover a#ir-nav-5 {
	background: url(../img/navigation/strategic_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-6 {
	background: url(../img/navigation/portfolio.gif) no-repeat;
	width: 78px;	
}
#navPrimary li:hover a#ir-nav-6, #navPrimary li.sfhover a#ir-nav-6 {
	background: url(../img/navigation/portfolio_roll.gif) no-repeat;
}
#navPrimary li a#ir-nav-7 {
	background: url(../img/navigation/contact.gif) no-repeat;
	width: 69px;	
}
#navPrimary li:hover a#ir-nav-7, #navPrimary li.sfhover a#ir-nav-7 {
	background: url(../img/navigation/contact_roll.gif) no-repeat;
}

*/


/* =CONTENT
----------------------------------------------- */
#content {
	width: 668px;
	background: url(../img/global/content-bg.jpg) repeat-y;
	
	margin: 0;
	padding: 35px 36px 18px 36px;
	margin: 0 0 0 10px;
	/* overflow: auto; */
	
	/* Padding for footer */
	/* padding-bottom: 70px; */
}

/* Secondary pages */
#content #contentPrimary {
	float: left;
	width: 400px;
	height:auto!important;
	height:200px;
	min-height:200px;
}

#content #navSecondary {
	float: right;
	width: 200px;
}

#content #navSecondary h2 {
	font-weight: normal;
	margin: 15px 0;
	padding: 0 0 8px 0;
}

#content #navSecondary ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#content #navSecondary ul li {
	font-size: 85%;
}

#content img.img-Page {
	float: right;
	margin-top: 20px;
}

#content object.img-Page {
	float: right;
	margin-top: 20px;
}

#content .img-Page {
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}

/* Wide layout */
#content div#contentPrimary.wide {
	width: 650px;
	float: none;
}

#content div#navSecondary.wide {
	clear: both;
	float: none;
}

.arrow {
	font-size: 70%;
}

/* =FOOTER
----------------------------------------------- */
#footer {

	/* Stick footer to bottom of page */
	/* position: absolute;
    bottom: 0;
	height: 28px;
	*/
	
/*  position: relative;
	clear: both; */
	background: #EEE url(../img/global/footer-bg.gif) no-repeat left top;
	font-size: 80%;
/*	height: 25px;*/
/*	width: 730px;*/
	margin: 0 10px;
/*	padding: 15px 10px 0 0; */
	text-align: center;
	border: 0px solid red;
	padding-top: 40px;
	padding-bottom: 10px;
	height: 25px;
}

#footer ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
/*	padding-top: 15px; */
}

#footer ul li {
	display: inline;
	border-left: 1px solid #333;
	padding: 0 0 0 8px;
	margin: 0 3px;
}

#footer ul li.li-noBar {
	border: none;
	padding-left: 0;
}

/* Image replacement for back to top arrow */
#footer a#goto-top {
	background: url(../img/global/top.gif) no-repeat center center;
	width: 16px;
	height: 15px;
	text-indent: -9999px;
	position: relative;
	top: -26px;
	float: right;
	padding: 5px 55px 0 0;
	margin: 0 0 0 0;
}

#footer a#goto-top:hover {
	background: url(../img/global/top-roll.gif) no-repeat center center;
}

/* =NEWS
----------------------------------------------- */
#caption {
    float: right;
    width:200px;
	margin-top: 20px;
	text-align:center;
}

#content h2.h2-news {
	background: 0 none;
	font-size: 140%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

#published {
    font-size:90%;
    color:#000;
}

dl#news_list dt {
    float: none;
	width: auto;
    margin: 0;
    padding:0;
}

dl#news_list dd {
	margin: 0 0 10px 10px;
}

/* =PORTFOLIO
----------------------------------------------- */

div#slideshow{
	float: right;
	height: 161px;
	position: relative;
	width: 210px;
} 
 
div#slideshow img {  
    left: 0;
	height: 161px;
	position: absolute;
    top:  0; 
    width: 210px;
}