body {
	background-color: #dddddd;
	margin: 0;
	text-align: center;
	font-size: 12px;
}

#header {
	width: 745px;
	min-height: 80px;
	margin: auto;
	border-bottom: solid 3px #bbb;
	position: relative;
	background-color: #fff;
	text-align:left;
}
#logo {
	position: absolute;
	right: 0;
	top: 20px;
}	
#topNav {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}
#topNav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#topNav a {
	height: 40px;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#topNav a span {
	display: none;
}
#t-home a {
	width: 62px;
	background: url(images/tabs/t-home.gif) no-repeat 0 0;
}
#t-home a:hover {
	background: url(images/tabs/t-home.gif) no-repeat 0 -40px;
}
#p-home #t-home a {
	background: url(images/tabs/t-home.gif) no-repeat 0 -80px;
}
#t-profile a {
	width: 140px;
	background: url(images/tabs/t-profile.gif) no-repeat 0 0;
}
#t-profile a:hover {
	background: url(images/tabs/t-profile.gif) no-repeat 0 -40px;
}
#p-profile #t-profile a {
	background: url(images/tabs/t-profile.gif) no-repeat 0 -80px;
}
#t-readers a {
	width: 81px;
	background: url(images/tabs/t-reader.gif) no-repeat 0 0;
}
#t-readers a:hover {
	background: url(images/tabs/t-reader.gif) no-repeat 0 -40px;
}
#p-readers #t-readers a {
	background: url(images/tabs/t-reader.gif) no-repeat 0 -80px;
}
#t-production a {
	width: 100px;
	background: url(images/tabs/t-production.gif) no-repeat 0 0;
}
#t-production a:hover {
	background: url(images/tabs/t-production.gif) no-repeat 0 -40px;
}
#p-production #t-production a {
	background: url(images/tabs/t-production.gif) no-repeat 0 -80px;
}
#t-digital a {
	width: 129px;
	background: url(images/tabs/t-digital.gif) no-repeat 0 0;
}
#t-digital a:hover {
	background: url(images/tabs/t-digital.gif) no-repeat 0 -40px;
}
#p-digital #t-digital a {
	background: url(images/tabs/t-digital.gif) no-repeat 0 -80px;
}	
#topNav ul {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 10px 0;
	width: 745px;
}
#p-digital #t-digital ul li a, #p-home #t-home ul li a, #p-profile #t-profile ul li a, #p-readers #t-readers ul li a, #p-production #t-production ul li a {
	background-image: none;
}
#topNav ul {
	display: none;
}
#p-digital #t-digital ul, #p-home #t-home ul, #p-profile #t-profile ul, #p-readers #t-readers ul, #p-production #t-production ul {
	display: block;
}
#topNav ul li a {
	background-image: none;
	display: inline-block;
	width: auto;
	text-decoration: none;
	font-size: 12px;
	padding: 0 5px;
	border-right: solid 1px;
	line-height: 20px;
	height: auto;
}
#topNav ul li a:hover {
	background-image: none; 
}

/* Home Page Site Map -------------------------------- */

td.siteMap {
	padding: 10px;
}
.siteMap ul {
	padding: 0;
	margin: 1em 0;
	list-style: none;
}
.siteMap a {
	padding: 5px;
}
.siteMap li a {
	display: block;
	padding: 5px 0;
	width: 100%;
	font-weight: bold;
	border-bottom: solid 1px #D9D9D9;
	text-indent: 5px;
}
.siteMap li a:hover {
	color: #444;
	
	background-color: #D9D9D9;
}
.siteMap li {
	padding: 0;
	margin: 0;
	width: 100%;
}
.centerTable {
	margin: auto;
}

/* Margins */
.mrgL20{margin-left:20px;}

/* global ----------------------------- */
.clearClass{clear:both;width:100%;font-size:0;line-height:0;height:0px;}
.left{float:left;}
.right{float:right;}

.divider{background:url(images/grey.gif) repeat-x 0 center;height:1px;width:100%;font-size:0;padding-top:10px;padding-bottom:10px;}

/* Subnav ------------------------------- */
#logo{float:right;}
#subNav{margin:5px;width:735px;}
#subNav ul{margin:0;padding:0;list-style-type:none;}
#subNav li{width:137px;margin:5px;float:left;}
#subNav li a{width:137px;text-align:center;padding:5px 0;display:block;background:#F1F1F1;font-size:10px;color:#666;}
#subNav li a:hover{background:#e0e0e0;}

h1{font-size:1em;margin:0;}
h1 span{display:none;}
