
@import url(header_footer.css); /* Specific header and footer styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	text-align: center;
}
#page {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;
}
#content {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url(../images/article_bg_bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#content2 {
	margin: 0px;
	padding: 50px 100px;
	background-image: url(../images/article_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 20px;
	font-family: georgia, "times new roman", times, serif;
}

#content #title {
	margin: 50px 0 50px;
	line-height: normal;
}
#content #title.department {
	margin: 35px 0 50px;
	line-height: normal;
}
#content #title h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
	color: #02B3DE;
	font-size: 24pt;
	font-weight: bold;
	font-family: georgia, "times new roman", times, serif;
}
#content #title h2 {
	margin: 15px 0 0;
	padding: 0;
	color: #666;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content #title h2 a {
	color: #666;
}
#content #title p.byline {
	margin: 25px 0 0;
	padding: 0;
	text-indent: 0px;
	text-align: center;
	color: #999;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content #title p.byline a {
	color: #999;
}
#content #title p.department {
	margin: 0 0 15px;
	padding: 0;
	text-indent: 0px;
	text-align: center;
	color: #999;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: georgia, "times new roman", times, serif;
}

#content h2 {
	margin: 50px 0 25px;
	padding: 0;
	color: #02A4CC;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content p {
/*	text-align: justify; */
	text-indent: 15px;
}
#content p.first, #content p.no-indent {
	text-indent: 0px;
}
#content p.indent-all {
	text-indent: 0px;
	padding-left: 15px;
}
#content p.first:first-line {
	text-indent: 0px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content p.last:after {
	margin-left: 5px;
	content: url(../images/bug.gif);
}
#content blockquote {
	margin: 25px 50px;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content blockquote p {
	text-indent: 0;
}
#content blockquote.epigraph {
	margin-bottom: 35px;
	font-style: italic;
}
#content blockquote.epigraph p.attribution {
	margin: 0 0 0 15px;
	padding: 0;
	font-style: normal;
}
#content a {
	color: black;
}
#content span.caps {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content del {
	display: none;
	text-decoration: none;
}


/* Section separator */

div.section-separator {
	height: 100px;
	background: #fff url(../images/section_separator.gif) no-repeat scroll center;
}
div.section-separator hr {
  display: none;
}


/* Images */

div.image.inter {
	text-align: center;
}
div.image.inter img, img.inter {
	margin: 15px 0;
}
div.image.border img, img.border {
	border: 1px solid #CCC;
}
div.image.left {
	float: left;
	clear: left;
	margin: 10px 20px 20px 0px;
}
div.image.right {
	float: right;
	clear: right;
	margin: 10px 0px 20px 20px;
}
#content div.image p.caption {
	float: left;
	width: 200px;
	margin: 10px 0 0;
	padding: 0px;
	text-align: left;
	text-indent: 0;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content div.image p.source {
	float: right;
	margin: 6px 0 0;
	padding: 0px;
	text-align: left;
	text-indent: 0 ! important;
	font-size: 9px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}



/* Footnotes */

#content a.footnote {
	color: #02A4CC;
	vertical-align: super;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
div.footnotes {
	margin-top: 50px;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content div.footnotes p {
	text-indent: 0;
}


/* Vertical spacers for floating content */

div.spacer {
	float: right;
	clear: right;
	height: 100px;
	width: 1px;
}
div.spacer.left {
	float: left;
	clear: left;
	height: 100px;
	width: 1px;
}
.space-above {
	margin-top: 30px;
}



/* Pull quotes */

#content div.pull-quote {
	margin-bottom: 25px;
	margin-left: 25px;
	float: right;
	clear: right;
}
#content div.pull-quote.left {
	margin-left: 0;
	margin-right: 25px;
	float: left;
	clear: left;
}
#content div.pull-quote div.quote {
	padding: 15px 25px 25px;
	background-color: #E4F5FD;
	background-image: url(../images/background.gif);
	background-position: top center;
	text-align: center;
	color: #02A4CC;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;	
}



/* Sidebars */

#content div.sidebar {
	margin-bottom: 20px;
	margin-left: 25px;
	width: 225px;
	float: right;
	clear: right;
}
#content div.sidebar.left {
	margin-left: 0px;
	margin-right: 25px;
	float: left;
	clear: left;
}
#content div.sidebar div.container {
	padding: 15px;
	background-color: #E4F5FD;
	background-image: url(../images/background.gif);
	background-position: top center;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, geneva, helvetica, sans-serif;	
}
#content div.sidebar p {
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	text-indent: 0;
	font-size: 11px;
	line-height: 16px;
}
#content div.sidebar ul {
	margin-left: 1em;
	padding-left: 0;
}
#content div.sidebar h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	font-family: verdana, arial, geneva, helvetica, sans-serif;
}
#content div.sidebar a.title {
	font-weight: bold;
	color: #02A4CC;
}
#content div.sidebar a img {
	border: 0;
}

/* Spotlight site screenshot */

div.sidebar img.screenshot {
	margin-bottom: 10px;
	border: 1px solid #CCC;
}


/* Fine print */

#fine-print {
	margin: 0px;
	padding: 25px 150px 50px;
	color: #666;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}
#fine-print a {
	color: #666;
}
#fine-print p.copyright {
	color: #666;
	font-size: 11px;
	line-height: 16px;
}

