/*STYLES NEEDED FOR NARROW SCREEN VIEW */

body.screen_low #sitecontainer {
	width: 770px;
}

body.screen_low #content {
	width: 572px;
}

body.screen_low #footer {
	width: 725px;
}
body.screen_low html>body #footer {
	width: 770px;
}
body.screen_low div.pagecontent {
	width:310px;
	padding-right:0
}
body.screen_low div.search {
	width:145px;
	font-weight:normal;
}
body.screen_low div.search ul {
	font-size:90%;
	text-align:right;
	margin:0;
	list-style:none;
}
body.screen_low div.search ul li a:link, div.search ul li a:visited {
	background:url(../images/site_objects/arw_grey_right.gif) no-repeat center left;
	text-decoration:none;
	padding:0 0 0 7px;
}
body.screen_low div.search ul li a:hover, div.search ul li a:focus, div.search ul li a:active {
	text-decoration:underline;
}
body.screen_low div.insidecontent {
	margin: 0px 0 0 0;
}
body.screen_low #branding div.logo {
	padding:0px 0 10px 0;
}
/*body.screen_low h1 {  
	margin: 29px 0 0 216px;
}
body.screen_low div.pagecontent ul.newsreleases li a {
	width:240px;
}*/
