.handheld {
	display: none;
}
.screen {
	display: block;
}
span.screen, a.screen, abbr.screen {
	display: inline;
}
body {
	background-image:url('/js/look2010/site_bg_2010.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

/* Banner */
#titlebannertext {
	position: absolute;
	font-size: 24px;
	color: #003D7D;
}
#titlebanner {
	margin-top: 20px;
	margin-left: 20px
}

/* Containers */
div.container {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div.bigcontainer {
	width: 100%;
	text-align: center;
}

/* Logo */
div.logo {
	float: left;
	width: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Utility Menu */
div.navBar {
	text-align:right;
	width:650px;
	float: right;
	margin-top: 50px;
}
div.navBar p {
	margin-right:20px;
}
div.navBar a {
	margin-left:15px;
	text-decoration: none;
}

/* Dynamic Menu */
div.menuBar {
	width: 100%;
	height: 28px;
	background-color: #B2BB1E;
	padding-left: 20px;
	clear: both;
	margin-bottom: 10px;
}
div.menuBar div.menuTrigger {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 7px;
	text-align: left;
}
div.menuBar div.menuTrigger a {
	text-decoration: none;
	text-align: left;
}
.rightMenuItem {
  float: right;
  margin-top: 8px;
  margin-right: 20px;
}

/* Right Nav */
div.rightNav {
	float: right;
	width: 210px;
	background-image: url('/js/look2010/home_right_nav_bg.jpg');
	background-repeat: repeat-y;	
}
div.rightNav a:hover {
	color: #003D7D;
}
div.rightNav h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#003366;
	margin:0 0 5px 0;
	padding:5px;
	display:block;
	width:210px;
	height:27px;
	background-image:url('/js/look2010/home_right_nav_header.jpg');
	background-repeat:no-repeat;
	text-align: left;
}
div.rightNav h3.first {
	display:block;
	width:210px;
	height:28px;
	background-image:url('/js/look2010/home_right_nav_top.jpg');
	background-repeat:no-repeat;
}
div.rightNav p {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
}
div.rightNav p.viewAll {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin:0 20px 10px 10px;
}
div.rightNav p.viewAll a {
	text-decoration:none;
}
div.rightNav div.rightNavFooter {
	display:block;
	width:210px;
	height:16px;
	background-image:url('/js/look2010/home_right_nav_footer.jpg');
	background-repeat:no-repeat;
}
div.rightNav ul{
	list-style-type: none;
	padding-left: 15px;
	margin-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
div.rightNav h4 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 8pt;
}
div.rightNav li{
	padding-bottom: 8px;
}
div.rightNavNoPad img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
}
div.rightNavNoPad {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: auto;
}
div.rightNav div.contactUs {
	height: 119px;
}
div.rightNav p {
	padding: 2px;
}

/* Footer */
div.footer {
	width: 1000px;
	font-size:10px;
	padding:5px 0 0 25px;
	clear:both;
	margin:0;
} 
div.footer * {
  font-size: 10px;
}
div.footer p {
	margin: 0px;
	padding-bottom: 10px;
}
div.footer a {
	text-decoration: none;
}

/* Left Nav */
div.leftNav {
	width: 250px;
	margin: 0px;
	margin-left: 20px;
	float: left;
}
div.leftNav ul {
	width: 180px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
div.leftNav a {
	color: #999999;
}
div.leftNav a.current {
	color: #000000;
	font-weight: bold;
}
div.leftNav a:hover {
	color: #8BB4E8;
}
div.leftNav a.current:hover {
	color: #003D7D;
}
div.leftNav li {
  margin: 0px;
  padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.leftNavHeader {
	font-size: 14px;
	font-weight: bold;
	color: #003D7D;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
/* Breadcrumbs */
div.breadcrumbs {
  margin-top: 10px;
}
div.breadcrumbs a {
  color: black;
  font-size: 11px;
  text-decoration: underline;
}
div.breadcrumbs a:hover {
	color: #003D7D;
}
/* Content Element */
div.smallerBody {
	width: 700px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
div.smallBody {
	width: 960px;
	float: left;
	margin-left: 20px;
}
div.smallBody div.body, div.smallBody div.breadcrumbs {
	width: 690px;
	padding-left: 10px;
	padding-right: 10px;
}
div.smallerBody div.body, div.smallerBody div.breadcrumbs {
	width: 480px;
	padding-right: 10px;
}
div.body h1 {
  width: 100%;
}
div.breadcrumbs {
	float: left;
}
div.body {
	float: left;
}
div.body h2 {
  font-size: 16px;
}
div.body h3 {
  font-size: 14px;
}
div.body h4 {
  font-size: 13px;
}

/* Element specific */
div.subpageLink div.subpageContent {
	width: 360px;
}
div.ce_rssFeedBox {
	margin: 0px;
	padding: 0px;
	float: right;
	padding: 8px;
}
div#bodyContainer div.ce_rssFeedBox a {
  text-decoration: none;
}
