* {
	margin: 0;
	padding: 0;
}

a { outline: none !important; }

img { border: none; }

body {
	position: relative;
	height: 100%;
}

.clear {
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	float: none !important;
	clear: both !important;
}

body {
	background: #f2f2f2;
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
	color: #222;
}

#container {
	width: 740px;
	background: #fff url(/images/container-bkd.gif) left top no-repeat;
	margin: 50px auto 15px;
	padding: 15px 30px;
}

#header {
	position: relative;
	padding: 80px 0 0 0;
	margin: 0 0 40px 0;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 0;
}

#header .byline {
	position: absolute;
	top: 23px;
	right: 0;
}

#header .blurb {
	padding: 10px;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	color: #555;
	line-height: 1.5em;
}

#detail .left {
	width: 360px;
	height: 340px;
	margin: 0 20px 0 0;
	float: left;
}

#detail .right {
	float: left;
	width: 360px;
	height: 338px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

#detail .right .copy {
	position: absolute;
	bottom: 15px;
}

#detail .right .copy p {
	margin: 15px 0 0 0;
	line-height: 1.8em;
	color: #595959;
}

#content { margin: 40px 0 0 0; }

#content .funds .fund .nav ul {
	list-style: none;
	margin: 0 0 5px 0;
	position: relative;
	height: 13px;
}

#content .funds .fund .nav ul li {
	float: left;
	padding: 0 15px;
}

#content .funds .fund .nav ul li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#content .funds .fund .pointer { margin: 0 0 0 55px; }

#content .funds .fund .copy {
	background: #f8f8f8;
	border-top: 1px solid #d9d9d9;
	padding: 10px 15px;
	position: relative;
}

#content .funds .fund .copy > div {
	display: none;
	position: absolute;
	top: 10px;
	left: 15px;
	width: 705px;
}

#content .funds .fund .copy h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
}

#content .funds .fund .copy div.leftAlign {
	position: relative;
	top: -10px;
	left: -15px;
	margin: 0;
}

#content .funds .fund .copy div.rightAlign {
	float: right;
	position: relative;
	top: -10px;
	right: -20px;
	margin: 0;
}

#content .funds .fund .copy .leftAlign { float: left; }

#content .funds .fund .copy .work {
	text-align: right;
	padding: 15px 0 0 0;
}

#content .funds .fund .copy p.last { margin: 0; }

#content .funds .fund .copy b { font-size: 11px; }

#content .funds .fund .copy p {
	margin: 0 0 10px 0;
	line-height: 1.8em;
	color: #333;
}

#content .funds .fund .copy #thank_you_031810 ul li {
	width: 125px;
	margin: 5px 42px 5px 0;
}

#content .funds .fund .copy #thank_you_031810 #line1 li.square {
	width: 67px;
}

#content .funds .fund .copy #thank_you_031810 #line1 {
	width: 552px;
	margin: 0 auto;
	padding: 0 0 0 36px;
}

#content .funds .fund .copy #thank_you_031810 #line2 {
	width: 561px;
	margin: 15px auto 0 auto;
	padding: 0 0 0 36px;
}

#content .funds .fund .copy #thank_you_031810 #line2 li {
	width: 145px;
}

#content .funds .fund .copy #secondSponsor {
	padding: 20px 0 34px 0;
	text-align: center;
}

#content .funds .fund .copy a { color: #333; }

#content .funds .fund .copy ul {
	list-style: none;
	margin: 0 0 10px 20px;
}

#content .funds .fund .copy ul li {
	margin: 5px 10px 5px 0;
	float: left;
	width: 210px;
	text-align: center;
}

#links { margin: 20px 0 15px 0; }

#links ul { list-style: none; }

#links ul li {
	float: left;
	margin: 0 16px 0 0;
}

#links ul li.last { margin: 0 !important; }

#links ul li a {
	padding: 15px;
	border: 1px solid #d9d9d9;
	display: block;
	width: 330px;
}

#footer { margin: 0 0 50px 0; }

#footer p {
	margin: 10px 0;
	text-align: center;
	color: #949494;
	font-size: 10px;
}

#footer p a { color: #949494; }

#footer p b {
	font-size: 12px;
	color: #666;
}

#footer p b a { text-decoration: none; }

#footer #givenik { margin: 0 0 15px 0; }

#dither {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
}

#popover {
	position: fixed;
	width: 500px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -250px;
	display: none;
	background: #fff;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	padding: 40px 15px;
}

#popover .close {
	margin: 0 0 -12px 0;
	position: relative;
	top: -20px;
	text-align: right;
	display: block !important;
}

#popover > div { display: none; }

#popover h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#popover p {
	margin: 0 0 15px 0;
	color: #555;
	line-height: 1.5em;
}

#popover a {
	font-weight: normal;
	color: #333;
}

#popover p i { font-size: 11px; }

#popover p.last { margin: 0; }

#popover .work,
#popover .about { width: 500px; }

#popover .work .thumbs {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px 0;
}

#popover .work .thumbs ul { list-style: none; }

#popover .work .thumbs ul li {
	float: left;
	margin: 0 5px;
}

#popover .work .viewer { background: url(/images/popover-loading.gif) center center no-repeat; }

#p_letter .ians_letter {
	height: 590px;
	overflow-y: auto;
	overflow-x: visible !important;
	width: 500px;
	padding: 0 225px 0 0;
	background: url(/images/mix.jpg) right top repeat-y scroll;
}

.backLink { margin: -15px 0 10px 0; }
.backLink a {
	color: #222;
	text-decoration: none; }
.backLink a:hover { color: #444; }
#photos ul {
	list-style: none;
	width: 650px;
	margin: 0 auto 20px auto;
}
#photos ul li {
	width: 85px;
	height: 75px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
	float: left;
	cursor: pointer;
}
#viewDither {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
}
#viewer {
	position: absolute;
	z-index: 10000;
	top: 50%;
	left: 50%;
	display: none;
}
#viewer .frame {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
#viewer .close {
	text-align: right;
	z-index: 100000;
}
#viewer .close img {
	position: relative;
	right: 25px;
}