* {
	margin: 0;
	padding: 0;
}
body {
	background: #f8f2de;
	color: black;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 805px;
}
img {
	border: none;
}
p,td,th,blockquote,li,textarea,input {
	font-family: Calibri, Arial, sans-serif;
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	margin: 10px 20px;
}
h1 {
	font-size: 18px;
	display: none;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 1.2em;
}
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:hover {
	text-decoration: underline;
}
a.hl {
	text-decoration: none;
}


/* CONTAINER */

#container {
	background: url('../images/background.gif') repeat-y;
	left: 0;
	position: absolute;
	top: 0;
	width: 805px;
}

/* MENU */

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#menu li {
	position: absolute;
}
#b-home, #b-home a.hl {
	background: url('../images/b-home-x.gif') no-repeat;
	height: 21px;
	left: 80px;
	top: 110px;
	width: 50px;
}
#b-home a {
	background: url('../images/b-home.gif') no-repeat;
	display: block;
}
#b-givecards, #b-givecards a.hl {
	background: url('../images/b-give_cards-x.gif') no-repeat;
	height: 21px;
	left: 130px;
	top: 112px;
	width: 92px;
}
#b-givecards a {
	background: url('../images/b-give_cards.gif') no-repeat;
	display: block;
}
#b-sharevideo, #b-sharevideo a.hl {
	background: url('../images/b-share_video-x.gif') no-repeat;
	height: 21px;
	left: 222px;
	top: 110px;
	width: 119px;
}
#b-sharevideo a {
	background: url('../images/b-share_video.gif') no-repeat;
	display: block;
}
#b-support, #b-support a.hl {
	background: url('../images/b-support-x.gif') no-repeat;
	height: 21px;
	left: 341px;
	top: 110px;
	width: 96px;
}
#b-support a {
	background: url('../images/b-support.gif') no-repeat;
	display: block;
}
#b-about, #b-about a.hl {
	background: url('../images/b-about-x.gif') no-repeat;
	height: 22px;
	left: 80px;
	top: 131px;
	width: 135px;
}
#b-about a {
	background: url('../images/b-about.gif') no-repeat;
	display: block;
}
#b-media, #b-media a.hl {
	background: url('../images/b-media-x.gif') no-repeat;
	height: 22px;
	left: 215px;
	top: 131px;
	width: 66px;
}
#b-media a {
	background: url('../images/b-media.gif') no-repeat;
	display: block;
}
#b-francais, #b-francais a.hl {
	background: url('../images/b-francais-x.gif') no-repeat;
	height: 20px;
	left: 281px;
	top: 131px;
	width: 88px;
}
#b-francais a {
	background: url('../images/b-francais.gif') no-repeat;
	display: block;
}
#menu li a:hover {
	background: none;
}


/* CONTENT */

#content {
	background: url('../images/content-bg.jpg') no-repeat;
	padding: 0 0 0 61px;
}

#content p {
	font-family: Calibri, Arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin: 10px 20px;
}
#contenttable td {
	padding-top: 170px;
}
#home #contenttable td, #contenttable table td {
	padding-top: 0;
}
#rightcol {
	width: 285px;
}
#content #rightcol p {
	color: #8b8b8b;
	margin: 10px 60px 10px 20px;
}
#iplogo {
	margin: 7px 0 0 20px;
}
.photocredit {
	font-style: italic;
}


/* GIVE CARDS CONTENT MODS */

#gsb--give_cards #rightcol {
	width: 301px;
}
#gsb--give_cards #content #rightcol p {
	color: #3f79a1;
	margin-left: 18px;
}
#gsb--give_cards #iplogo {
	margin: 7px 0 0 18px;
}
#cardpreview, #cardpreview1, #cardpreview2, #cardpreview3, #cardpreview4, #animatedCardPreview, #cardpreview5 {
	left: 74px;
	position: absolute;
	top: 176px;
}
#animatedCardPreview {
  display:none;
}


/* SHARE VIDEO CONTENT MODS */

#gsb--share_video #content p,#gsb--share_video #content td {
	font-family: Calibri, Arial, sans-serif;
	font-size: 13px;
}
#gsb--share_video #content a {
	color: #ff0808;
}
#content p#videolinks {
	margin: 0 0 15px 120px;
}
#videolinks a {
	font-family: Calibri, 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: Calibri, Arial, sans-serif;
	font-size: 13px;
	margin-top: 3px;
	width: 140px;
}
#gsb--share_video #content #rightcol input {
	width: 220px;
}
#flashlink {
	background: url('../images/i-flash.gif') 0 0 no-repeat;
	font-weight: bold;
	padding-left: 20px;
}
#qtlink {
	background: url('../images/i-quicktime.gif') 0 0 no-repeat;
	font-weight: bold;
	padding-left: 20px;
}
#fblink {
	background: url('../images/i-facebook.gif') right no-repeat;
	padding-right: 20px;
}


/* FOOTER */

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


/* DYNAMIC LEADS */

.dlTab {
	display: none;
	padding-top: 170px;
}
.showTab {
	display: block;
	padding-top: 170px;
}
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('../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;
}

/* Form Styles */

.formHeaders {
  background-color: #8CC43F;
  color: #FFFFFF;
  font-size: 12pt;
  font-family: Calibri, Arial, sans-serif;
}

#formTable {
  font-size: 12pt;
  font-family: Calibri, Arial, sans-serif;;
  color: #000000;
}

.ecards td {
  width: 50%;
}