body, td, div, a, p, pre {
	font-size:12px;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
body {
	margin:0;
	background-color:#c0d7d0;
	padding: 0;
	text-align:center;
}



#container {
	width: 980px;
	margin:0 auto;
	padding: 0;
	text-align:left;
	position:relative;
	z-index:1;
	background-color:#FFF;
	
}
#wrapper {
	background:#c0d7d0 url("../graphics/layout/page-shadow.gif") repeat-y center;
}

/* Header */
div#header {
	height: 163px;
	position:relative;
	z-index:100;
	text-align: center;
	width: 975px;
	background-image: url(../graphics/layout/header-bg.png);
	background-repeat: repeat-x;
}

#header h1 {
	position: relative;
	top:15px;
	background: transparent url("../graphics/layout/land_and_water.png") no-repeat;
	width:410px;
	height:80px;
	margin:0 0 0 350px;
	padding:0;
}

#header h1 img {
	display: none;
}
#header h1 span { display:none;}


#head-right-end {
	background:transparent url("../graphics/layout/navend-right.png") no-repeat;
	position:absolute;
	right: -5px;
	top: 0;
	height: 45px;
	width: 63px;
	z-index:300;
}

/* Nav Bar */
#nav-container {
	height: 48px;
	position: absolute;
	left:244px;
	bottom: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 750px;
}
#nav {
	border: none;
	padding:0;
	margin:3px 0 0 20px;
	z-index:100;
}


#nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
	vertical-align: middle;
	position: relative;
	height: 35px;
}

#nav a {
	font: bold 16px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	border-right: 1px solid #0e3293;
	border-left: 1px solid #0e3293;
	float: left;
	font-weight: bold;
	margin: 0 5px 0 0 ;
	text-decoration: none;
	padding: 5px 5px 6px 5px;
	line-height: 22px;
}




#nav a:link.active, #nav a:visited.active, #nav a:hover, #nav a:focus, #nav a:active, #nav .selected a, #nav .selected a:hover , #nav .selected a:focus, #nav .selected a:active {
	color: #0e3293;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #c3cce4;
}


/* Content Layout */
#content {
	margin:0;
	text-align:left;
	position:relative;
	z-index:200;
}


#main-col {
	margin: 0 0 0 234px;
	padding: 10;
	position: relative;
	z-index:200;
	overflow:visible;
}

#side-col {
	position: absolute;
	top: -133px;
	left: 3px;
	width: 224px;
	margin: 0;
	padding: 0;
	z-index:200;
	text-align: center;
	background-color: transparent;
	background-image: url(../graphics/layout/lightblue-bg.png);
}


#side-col #current-issue {
	background: transparent url("../graphics/layout/issue-bg.png") no-repeat bottom !important;
	z-index:200;
}
#side-col #side-content {
	margin: 0;
	padding: 5px 5px 0 0;
	text-align: left;
	background-color :#FFF;
}
#side-col p {
	padding: 0;
	margin: 5px 0 0 0;
}
#current-issue #current-subscribe {
	height: 25px;
	display: block;
}
#current-issue a, #current-issue a:link, #current-issue a:active, #current-issue a:visited {
	text-decoration: none;
	color: #000;
}
#current-issue a:hover {
	text-decoration: underline;
}



/* banner junk */
#banner {
	position:relative;
	top: 164px;
	left: 296px;
	padding: 10px;
	position: absolute;
	/*width: 735px;*/
	width: 640px;
	z-index: 1;
	overflow:visible;
	text-align: center;
	background-color: #f3f7f6;
	z-index:1000;
	height: 81px;
}
#banner .bc-ll, #banner .bc-lr, #banner .bc-ur {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	background-image: url("../graphics/layout/banner-corner-ll.gif");	
}
#banner .bc-lr{
	background-image: url("../graphics/layout/banner-corner-lr.gif");	
	left: auto;
	right: 0;
}
#banner .bc-ur {
	background-image: url("../graphics/layout/banner-corner-ur.gif");	
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
}

div.banner-displayed {
	padding-top: 106px !important;

}

#spotlite {
	position: absolute;
	top: 40px;
	right: 0;
	width: 215px;
	height: 226px;
	z-index: 1000;
}

#footer {
	padding: 5px;
	background-color: #0e3293;
	color: #FFF;
	margin: 0;
}
div.cols {
	width: 100%;
	float: left;
	margin: 0 10px 10px 0;
	position:relative;
}


br.clear, hr.clear {
	clear: both;
}

/* Jump Links */
ul.jump, .jump {
	position : absolute;
	top : -500px;
	left : -500px;
	z-index : 500;
}

ul.jump a:focus, ul.jump a:active {
	position : absolute;
	top : 490px;
	left : 510px;
	background-color : #0e3293; 
	color : #FFF;
	padding : 5px;
	font-weight : bold;
	border : 1px solid #FFF;
	width : 130px;
	font-size: 12px;
}
ul.jump a:hover {
	background-color:#c3cce4;
	color: #0e3293;
}





#print-title {
	display: none;
}



/* Positioned Links */
a#link-escn {
	position:absolute;
	top:12px;
	right:76px;
	z-index:301;
	width: 60px;
	height: 70px;
	display: block;
}
a#link-home {
	position:absolute;
	top:22px;
	left:304px;
	z-index:301;
	width: 495px;
	height: 74px;
	display: block;
}

/* Content Styling */

#content h3 {
	font-weight: bold;
	font-size: 20px;
	color: #0e3293;
	margin: 10px 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #0e3293;
	font-style: italic;
}


h4.bar {
	font: bold 16px "Trebuchet MS", arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 5px;
	color: #FFF;
	background-color: #0E3192;
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4.bar span {
	position:absolute;
	top:4px;
	right: 26px;
	height: 22px;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
	color:#FFF;
	background: #0E3192;
	border: 1px solid #0E3192;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height:35px;
	padding:5px;
	text-align:center;
	margin-bottom:2px;
}

a.button:hover,#content-right a.button:hover {
	color: #0E3192;
	background-color: #C2CCE4 !important;
}

/* ESCN */
#escn-week {
	width: 214px;
	background: #bfbeba url("../graphics/escn-week.jpg") no-repeat top left;
	position: relative;
	
	margin: 10px 0 0 8px;
	border:1px solid white;

}
#escn-week-inset {
	border: 1px solid black;
	width: 196px;

	margin: 80px 0 20px 8px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	top: 79px;
	font-size: 14px;
}
#escn-week-inset a {
	text-decoration: none;
	color: black;
}
#escn-week-inset a:hover {
	color: #7E0034;
}
#escn-week-inset h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 3px;
	color: #007E4A;
}
#escn-week-inset ul {
	padding-left: 0px;
	margin-left: 0px;
}
#escn-week-inset li {
	list-style-position: inside;
	list-style-type: square;
	font-style: italic;
	padding-bottom: 6px;
	padding-left: 6px;
}

/* Buyers Guide */
#BGcontainer {
	width: 720px;
	height: 600px;
	margin-right: 10px;
}

#catList, #compList {
	float: left;
	width: 260px;
	height: 200px;
	text-align: left;
}
#compList {
	width: 450px;
	border-left: 2px solid #0E3293;
	padding-left: 8px;
}
#detailWrapper {
	width: 720px;
	border-top: 2px solid #0E3293;
	padding-top: 8px;
	margin-top: 8px;
	text-align: left;
}
#compDetail {
	text-align: left;
}

#map {
	width: 320px;
	height: 320px;
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 2px solid #0E3293;
	visibility: hidden;
}

#catList ul, #compList ul, #compDetail ul {
	padding-left: 0px;
	margin-left: 4px;
	margin-top: 4px;
}

#catList li, #compList li, #compDetail li {
	list-style-type: none;
	margin-left: 8px;
	margin-bottom: 4px;
}

#info {
	display: none;
}

.fakelink {
	color: #06f;
	text-decoration: none;
	cursor: pointer;
}
.fakelink:hover {
	font-weight: bold;
	color: #c00;
	text-decoration: underline;
}

/* Old Styles */
img { border: 0px; margin: 0px; padding: 0px; }

p.topic-head {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #29359A;
}
span.article-title { font-weight: bold; }
span.article-author { font-style: italic; font-weight: lighter }
span.article-subtitle {
	font-weight: lighter;
	font-style: italic;
}
p.article{ font-weight: bold; margin-right: 30px; margin-left: 30px }
td.features-col  { text-align: left; vertical-align: top; width: 400px }
td.cover-cell { text-align: left; vertical-align: top; width: 99% }
td.masthead-cell {
	text-align: left;
	vertical-align: top;
	width: 1%;
	margin-bottom: 6px;
}
a:visited { color: #f60; text-decoration: none }
a:link { color: #06f; text-decoration: none }
a:hover  { color: #c00; text-decoration: underline }
td.bottom-cell { text-align: left; vertical-align: top; width: 50% }
td.topic-head { padding-top: 10px }
p.image   { font-weight: bold; text-align: center }
p.image img { border: 2px black solid }
h1.story { font-size: inherit; font-weight: bold; text-decoration: none; margin-bottom: -12px }
p.footnotes  { font-style: italic }
#copyright { font-size: smaller }

#escn { position: absolute; right: 0px; top: 0px; z-index:0; }
#escn-banner { position: relative; padding-bottom: 10px; text-align: center; z-index:1 }
table.callout {
	border: 2px solid black;
	background-image:url(graphics/blend_green.jpg);
	background-repeat:repeat-y;
	text-align: justify;
	font-weight: bold;
	font-size: 18px;
}
li { list-style-type: square; }
#container #content #main-col div {
	z-index: auto;
}
