* {
	margin: 0;
	padding: 0;
}
body {
	background: #f8f2de;
	color: black;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 800px;
}
img {
	border: none;
}
p,td,th,blockquote,li,textarea,input {
	font-family: Georgia, Times, serif;
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 10px 20px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
table {
	margin-bottom: 15px;
}
td,th {
	vertical-align: top;
}
blockquote {
	font-size: 12px;
	font-style: italic;
	margin: 0 20px;
}
a {
	color: #0066ff;
	text-decoration: none;
}
a.hl {
	text-decoration: none;
}


/* CONTAINER */

#container {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* MENU */

ul#menu {
	display: none;
}


/* CONTENT */

#content {
	padding: 0;
}
#content p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	margin: 10px 20px;
}
#contenttable {
	width: 739px;
}
#rightcol {
	width: 285px;
}
#content #rightcol p {
	color: #8b8b8b;
	margin: 10px 10px 10px 0;
}
#iplogo {
	margin: 7px 0 0 2px;
}
.photocredit {
	font-style: italic;
}
/* because IE7 won't print most of the preceding text in the paragraph when the text is in italic */
*:first-child+html .photocredit {
	font-style: normal;
}


/* GIVE CARDS CONTENT MODS */

#gsb--give_cards #contenttable {
	width: 750px;
}
#gsb--give_cards #rightcol {
	width: 255px;
}
#gsb--give_cards #content #rightcol p {
	color: #3f79a1;
}
#cardpreview {
	left: 12px;
	position: absolute;
	top: 40px;
}


/* SHARE VIDEO CONTENT MODS */

#gsb--share_video #content p,#gsb--share_video #content td {
	font-family: Georgia, serif;
	font-size: 11px;
}
#gsb--share_video #content a {
	color: #ff0808;
}
#content p#videolinks {
	margin: 0 0 15px 120px;
}
#videolinks a {
	font-family: Arial, sans-serif;
}
#gsb--share_video #rightcol p {
	color: black;
	margin-bottom: 13px;
}
#gsb--share_video #content strong {
	font-size: 13px;
}
#gsb--share_video #content input {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	width: 140px;
}
#gsb--share_video #content #rightcol input {
	width: 220px;
}
#flashlink {
	background: url('/test/gsb/images/i-flash.gif') 0 0 no-repeat;
	font-weight: bold;
	padding-left: 20px;
}
#qtlink {
	background: url('/test/gsb/images/i-quicktime.gif') 0 0 no-repeat;
	font-weight: bold;
	padding-left: 20px;
}
#fblink {
	background: url('/test/gsb/images/i-facebook.gif') right no-repeat;
	padding-right: 20px;
}


/* FOOTER */

#footer {
	padding: 0 0 102px 80px;
}
#footer p {
	color: #00447c;
	font-size: 11px;
	padding: 4px 0;
}
#footer #flinks a {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#flinks img {
	padding-right: 10px;
}
#emaillink {
	background: url('/test/gsb/images/i-email.gif') 10px bottom no-repeat;
	padding-left: 35px;
}
#socnet {
	font-style: italic;
}
#footer p#credits {
	color: #aba69c;
	padding: 8px 0 20px 35px;
}
#credits a {
	color: #aba69c;
}


/* DYNAMIC LEADS */

.dlTab {
	display: none;
}
.showTab {
	display: block;
}
ul#dlNav {
	list-style-type: none;
	margin: 5px 0 0 180px;
}
ul#dlNav li { 
	background: none;
	float: left;
	padding: 0 10px 10px 0;
}
ul#dlNav a {
	background: url('/test/gsb/images/dy_leads_controls.gif') no-repeat;
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -1000px;
	width: 20px;
}
a#dlPrev {
	background-position: 0 0;
}
ul#dlNav a#dlNext {
	background-position: -60px 0;
}
ul#dlNav a#dlToggle {
	background-position: -20px 0;
}


/* MISC */

.noprint {
	display: none;
}