/* Defaults */
* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font: .9em/1.4em Arial, Helvetica, sans-serif;
	background-color: #c9c8c8;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica;
}

ul, li {
	list-style: none;
}

img {
	border: none;
}
/* Default Linkage */

a:link {
	text-decoration: none;
	color: #9C3012;
}

a:visited {
	color: #7E7E7E;
}

a:hover {
	color: #656565;
}

/* Typography */
#currentColumn h3 {
	display: block;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0 3px 5px;
	font-size: .9em;
	background-color: #fff;
}

#currentColumn h4 {
	margin: 5px 0 3px 0;
	font-size: .9em;
	padding-left: 5px;
}

#currentColumn h5 {
	padding-left: 3px;
}

#currentColumn ul {
	border-top: 1px solid #000;
}

#currentColumn ul li a {
	display: block;
	border-bottom: 1px solid #000;
	padding: 3px 0 3px 3px;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}

#currentColumn ul li a:hover {
background-color: #F7F7F7;
}

#content p {
	margin: 0 0 10px 10px;
}

#mainColumn h2 {
	display: block;
	border-top: 5px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 5px 3px 0;
	margin-bottom: 10px;
}

#mainColumn p {
	font: .95em/1.3em Arial, Helvetica, sans-serif;
}

#mainColumn #toplead p {
	margin: 0;
	padding-left: 10px;
}

#mainColumn h3 {
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

#mainColumn h4 {
	font-size: .9em;
}

#sectionsColumn h3 a {
	display: block;
	padding: 2px 0 1px 5px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #666;
	color: #000;
	font-size: .8em;
}

#sectionsColumn h3 a:hover {
	color: #fff;
	background-color: #9C3012;
}

#sectionsColumn li {
	font: .9em/1.1em Arial, Helvetica, sans-serif;

}

#sectionsColumn ul li a {
	padding: 3px 2px 3px 3px;
display: block;
}

#sectionsColumn ul li a:hover {
background-color: #F7F7F7;
}

/* Structure */

#container {
	width: 1040px;
	margin: 0px auto;
	text-align: left;
	border-left: 1px solid #574E3F;
	border-right: 1px solid #574E3F;
	background-color: #fff;
}

#banner {
	height: 150px;
	background: url("/images/peak/template/peakbanner.jpg") no-repeat;
}

#banner a h1 {
	text-indent: -1000px;
	position: absolute;
}

#content {
	float: left;
	padding: 20px 0 0 20px;
}

#search {
	float: right;
	width: 165px;
}

#topNav {
	width: 100%;
	background-color: #000;
	height: 20px;
	border-top: 1px solid #fff;
}

#currentColumn {
	width: 140px;
	float: left;
	display: inline;
	background-color: #E5E5E5;
}

#thisIssue {
	margin-bottom: 10px;
}

#mainColumn {
	float: left;
	margin: 0 25px 0 25px;
}

#home #mainColumn {
	width: 370px;
}

#article #mainColumn, #section #mainColumn {
	width: 520px;
}

#mainColumn #toplead {
	background-color: #E3E3E3;
	padding: 10px;
	margin-bottom: 10px;
}

#sectionsColumn {
	float: left;
	display: inline;
	width: 300px;
}

#rightcolumn {
	width: 300px;
	float: right;
	display: inline;
	padding-top: 20px;
}

#footer {
	border-top: 1px solid #000;
	clear: both;
	text-align: right;
	padding: 5px;
	background-color: #E5E5E5;
}.

.image {
	border-bottom: 1px solid #000;
	float: right;
	width:300px;
	height:200px; 
	padding: 6px 0 3px 5px;
	font-size: .9em; 
	margin: 2px 0 5px 5px;
}

/* Top Navigation */	

#topNav a {
	font-size: .7em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 0 11px 0 11px;
	border-right: 1px solid #fff;
	letter-spacing: 1px;
}

#topNav a:hover {
	background-color: #9C3012;
}
/* Section Navigation */

#sections ul {
	float: left;
	display: inline;
}

#sections li {
	float: left;
	display: inline;
}

/* Search */

#search h4 {
	text-transform: uppercase;
	color: #fff;
	margin: 35px 0 5px 0;
	font-size: .9em;
}

#searchbox {
	width: 120px;
}

#searchform {

}

#searchSubmit {

}

#search p {
	margin-top: 10px;
}

/* Media */


/* Advertising */

#adsmall {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

#adbanner {
	border: 10px solid white;
	border-right: none;
}

#advertical {
	float: left;
}

#adsense {
	padding: 6px;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
}