/* Start of CMSMS style sheet 'Press' */
/* RESET
===============================================================*/

* {padding: 0; margin: 0} 
strong {font-weight: bold}
em {font-style: italic}
ol, ul, li {list-style:none;}
a {outline:none } /* Gets rid of Firefox's dotted borders */
a img {border:none } /* Gets rid of IE's blue borders */


/* TYPOGRAPHY
===============================================================*/
p{
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 6px 0;
}

h1 {font-size: 2em;
margin: 10px 0 0 0;
color: #CC3300;
}

h2 {font-size: 1.2em;
margin: 10px 0 10px 0;
color: #000000;
}

.author{
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	color: #000000;
	margin: 0;
}

.source{
color: #333333;
text-align: left;
font-weight: bold;
margin: 5px 0 0 0;
line-height: 1em;
}

.date{
	color: #000000;
	text-align: left;
	margin: 0;
}

.close{margin-top:0}

a:link, a:visited{
text-decoration: none;
color: #841808;
}

a:hover{color: #D86539;}


/* LAYOUT
===============================================================*/

body {
	font: 75% "Courier New", Courier, monospace;
	background: #BD4A21 url(images/sitewide/press-body-bg.jpg) no-repeat center top;
	color: #000000;
}

/* -- header -- */

#header {
	height: 40px;
	width: 580px;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
	padding-left: 90px;
}

/* -- content wrap -- */

#content-wrap {
	width: 670px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/sitewide/press-repeating-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#top {
	height: 344px;
	position: absolute;
	width: 670px;
	top: 0;
	right: 0;
	z-index: 2;
	background-image: url(images/sitewide/press-paper.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	float: left;
	position: relative;
	padding: 0 70px 0 90px;
	z-index: 5;
}

#bottom-bg {
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(images/sitewide/press-bottom-bg.jpg);
}

#clear{
	margin: 0 0 50px 0;
	padding-bottom: 100px;
}

#clearfix {
	padding: 15px 0 0 0;
	margin: 0;
	clear: both;
}

/* -- footer -- */

#footer {
	clear: both;
	background-image: url(images/sitewide/press-bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer-wrap {
	width: 585px;
	height: 100px;
	margin: 0 auto;
	padding-left: 85px;
}
/* End of 'Press' */

