/* Title: Global styles for screen media. Author: Simon Leadbetter simon@cogdesign.com. Last updated: 20 August 2008 */

/* --[ =LAYOUT ]------------------------------ */

/* Two column layout */
body.twoCol div#content div#main_content{width:580px;}
div#footer div.container{width:580px;}

/* Three column layout */
body.threeCol div#content{width:585px;padding:0 0 20px 190px;}
body.threeCol div#content div#intro{width:580px;}
body.threeCol div#content div#main_content_container{width:585px;}
body.threeCol div#content div#main_content_container div#main_content{width:245px; }
body.threeCol div#content div#tertiary_content{width:580px;}

/* Three column layout for RH modules added by AG*/
body.threeCol div#content div#main_content div#righthand_content{position:relative;margin-top:2em;margin-left:7em;}
div#new_country {float:left;position:relative;width:auto;margin:0;padding:0;width:572px;}

/* --[ =HOME PAGE ]--------------------------- */
body#t_home div#content div.cta{width:150px;}
body#t_home ul.news_summary{width:245px;}

/* --[ =NEWSROOM ]--------------------------- */
body#t_newsroom.threeCol div#content div#main_content_container div#main_content{width:410px;}
body#t_newsroom.threeCol div#content div#main_content_container div#newsroom_search_fields fieldset{width:410px!important;}
body#t_newsroom.threeCol div#content div#main_content_container div.highlighted_content{width:406px;}
body#t_newsroom.threeCol div#content div#main_content_container ul.news_summary{width:340px;}
body#t_newsroom.threeCol div#content div#main_content_container ul.news_summary li{width:370px;}   

/* --[ =TYPOGRAPHY ]--------------------------- */
div#footer p.copyright{position:absolute;top:14em;left:190px;}

