/* CSS Document */

/*
http://www.positioniseverything.net/explorer/doubled-margin.html

*/

html, body {
		height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/diagonal-lines.gif);
	background-repeat: repeat;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	min-height: 100%;
	height: auto;
	background: #FFFFFF;
	border-right-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BABAAB;
`
	border-left-color: #BABAAB;
	border-left-width: 6px;
	border-left-color: #BABAAB;
}

	/* Hack for IE, Reset to 100% height */
* html #wrapper {
	height: 100%;
}
	/* End IE Hack */
	
#content-wrapper {
}

#content {
	width: 500px;
	float: left;
	padding: 0px;
	margin-left: 25px;
	display: inline;
	/* display inline removes the IE double margin bug */
}
#content-small {
	width: 400px;
	float: left;
	padding: 0px;
	margin-left: 25px;
	display: inline;
	/* display inline removes the IE double margin bug */
}
#content p, #content-small p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	margin-bottom: 1.6em;
}


#sidebar {
	width: 160px;
	float: right;
	margin-right: 25px;
	display: inline;
	/* display inline removes the IE double margin bug */
}

#sidebar-wide {
	width: 260px;
	float: right;
	margin-right: 25px;
	display: inline;
	/* display inline removes the IE double margin bug */
}

#footer {
	clear: both;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 40px;
}

#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

.image-thumb-first {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 55px;
}
.image-thumb-first-noborder {
	padding: 3px;
	margin-top: 55px;
}
.image-thumb {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.image-detail {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 15px;
}

.caption {
	font-size: 10px;
	line-height: 1.2em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
}

p {
	margin: 0px;
	padding: 0px;
}

#content p.bottomline {
  padding-bottom:10px;
  border-bottom:1px solid #DDD;
  margin-bottom:9px;
}

a:link {
	color: #0767A9;
	text-decoration: none;
}
a:visited {
	color: #0767A9;
	text-decoration: none;
}
a:hover {
	color: #099CFF;
	text-decoration: underline;
}


.image-head {
	margin-top: 20px;
	margin-bottom: 20px;
}

#credit {
	clear: both;
	margin-right: 35px;
	margin-left: 25px;
	padding-top: 15px;
	padding-bottom: 50px;
	
	}
.credit {
	margin-top: 40px;
	text-align: right;
	float: right;
}
.subhead {
	font-weight: bold;
}


li.inline {
  display: inline;
  padding-left: 5px;
  padding-right: 6px;
  border-right: 1px solid #099CFF;
}

li.last {
  display: inline;
  padding-left: 6px;
  padding-right: 3px;
  border-right: 0px;
} 

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	margin: 20px 0px 0px;
	padding: 0px;
}
.float-right {
	float: right;

}
.float-left {
	float: right;
	margin-right: 10px;
}
.pdf {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	vertical-align: text-top;
}
strong em { text-decoration: underline; font-style: normal; }
