/*========================================================================================
	The CSS that's required to position the footer
==========================================================================================*/

html {
	height: 100%;
}
body {
	height: 100%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
	margin-top: -185px;
	margin-bottom: 0;
	clear: both;
	background-color: #f11279;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin-top: -185px;
	background-color: #f11279;
}
/*========================================================================================
	PAGE GENERAL
==========================================================================================*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
body {
	text-align: center;
	background-image: url(../images/global/bgd-page.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f11279;
}
#page {
	min-height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #page {
	height: 100%;
}
.clearer { /* go here for explanation: http://tangible.ca/articles/35/how-to-get-a-parent-div-to-expand-around-floated-content */
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	background-color: #f11279;
}
img {
	border: 0;
}
img.PDF {
	float: left;
	position: relative;
	margin-right: 10px;
}
.hide {
	display: none;
}
hr {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
/* ------------------------------ clouds (author: Ryan Scherf) ------------------------------ */
.cloud {
	position: absolute;
	width: 100%;
	height: 155px;
	left: 0;
	display: block;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.cloud_med {
	width: 122px;
}
.cloud_med_double {
	width: 161px;
	background-position: -472px 0;
}
.cloud_small {
	width: 63px;
	background-position: -211px 0;
}
.cloud_small_double {
	width: 89px;
	background-position: -122px 0;
}
.cloud_large {
	width: 198px;
	background-position: -274px 0;
}
.cloud1 {
	background: url(/images/global/clouds1.gif) repeat-x 300% 0;
	top: 300px;
}
.cloud2 {
	background: url(/images/global/clouds2.gif) repeat-x 150% 0;
	top: 135px;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
/*========================================================================================
	PAGE FONTS/COLORS
==========================================================================================*/

h1 {
	font-size: 24px;
	color: #7ad4f9;
	font-weight: lighter;
	padding-bottom: 15px;
	font-style: normal;
	line-height: 24px;
	text-align: left;
}
h2 {
	font-size: 18px;
	font-style: normal;
	color: #7ad4f9;
	font-weight: lighter;
	text-align: left;
	padding-bottom: 10px;
	line-height: 21px;
}
h2 a {
	font-size: 18px;
	font-style: normal;
	color: #7ad4f9;
	font-weight: lighter;
	text-align: left;
	padding-bottom: 10px;
	text-decoration: none;
}
h2 a:hover {
	font-style: normal;
	text-decoration: underline;
	color: #FFF;
}
h3 {
	font-size: 15px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/global/blockquote-line.png); /* Can't position .png background images in IESUX*/
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 25px;
}
h3 a {
	font-size: 15px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
h3 a:hover {
	font-size: 15px;
	font-style: normal;
	color: #7ad4f9;
	font-weight: normal;
	text-decoration: none;
}
a {
	text-decoration: underline;
	color: #7ad4f9;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.current {
	color: #333333;
	text-decoration: none;
}
.primary {
	color: #7ad4f9;
}
.secondary {
	color: #666666;
}
.tertiary {
	color: #CCCCCC;
}
/*========================================================================================
	HEADER STYLES
==========================================================================================*/

#header-container {
	height: 145px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
}
#header {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 145px;
	position: relative;
	margin-bottom: 0px;
	z-index: 1;
}
#logo {
	float: left;
	position: relative;
	height: 135px;
	width: 200px;
	margin-top: 10px;
}
/*========================================================================================
	PRIMARY NAV STYLES
==========================================================================================*/

#priNav {
	width: 438px;
	height: 73px;
	position: absolute;
	float: left;
	left: 235px;
	top: 40px;
}
#priNav ul {
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#priNav ul li {
	float: left;
	display: inline;
}
/* ------ start indented designreviver nav ------ */
/* see dropdown.css */
/* ------ end indented designreviver nav ------ */
#priNav ul li a {
	display: block;
	height: 73px;
}
#priNav ul li a.home {
	background: url(../images/global/nav/home.gif) no-repeat top left;
	width: 71px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#priNav ul li a.homeCurrent {
	background: url(../images/global/nav/home.gif) no-repeat top left;
	width: 71px;
	background-position: top right;
	position: absolute;
	left: 0px;
	top: 0px;
}
#priNav ul li a.about {
	background: url(../images/global/nav/about.gif) no-repeat 0 0;
	width: 72px;
	position: absolute;
	left: 71px;
	top: 0px;
}
#priNav ul li a.aboutCurrent {
	background: url(../images/global/nav/about.gif) no-repeat 0 0;
	width: 72px;
	background-position: top right;
	position: absolute;
	left: 71px;
	top: 0px;
}
#priNav ul li a.resources {
	background: url(../images/global/nav/resources.gif) no-repeat 0 0;
	width: 111px;
	position: absolute;
	left: 143px;
	top: 0px;
}
#priNav ul li a.resourcesCurrent {
	background: url(../images/global/nav/resources.gif) no-repeat 0 0;
	width: 111px;
	background-position: top right;
	position: absolute;
	left: 143px;
	top: 0px;
}
#priNav ul li a.give {
	background: url(../images/global/nav/give.gif) no-repeat 0 0;
	width: 113px;
	position: absolute;
	left: 254px;
	top: 0px;
}
#priNav ul li a.giveCurrent {
	background: url(../images/global/nav/give.gif) no-repeat 0 0;
	width: 113px;
	background-position: top right;
	position: absolute;
	left: 254px;
	top: 0px;
}
#priNav ul li a.shop {
	background: url(../images/global/nav/shop.gif) no-repeat 0 0;
	width: 71px;
	position: absolute;
	left: 367px;
	top: 0px;
}
#priNav ul li a.shopCurrent {
	background: url(../images/global/nav/shop.gif) no-repeat 0 0;
	width: 71px;
	background-position: top right;
	position: absolute;
	left: 367px;
	top: 0px;
}
#priNav ul li a:hover {
	background-position: top right;
}
#priNav ul li .current {
	background-position: top right;
}
/*========================================================================================
	SPECIAL CONTAINER STYLES
==========================================================================================*/

#special-break {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 65px;
}
#special-container1 {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/global/bgd-special.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#special-container2 {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/global/bgd-special2.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	top: -145px;
}
/*========================================================================================
	SPECIAL STYLES
==========================================================================================*/

#special1 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 955px;
	height: 450px;
}
#special1 .homePhoto {
	float: left;
	height: 280px;
	width: 548px;
	position: absolute;
	top: -55px;
	background-image: url(../images/global/special-photo-container.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}
#special1 .homePhotoFloat {
	height: 240px;
	width: 504px;
	position: absolute;
	top: -37px;
	padding-left: 22px;
	z-index: 0;
}
#special1 .tagLine {
	position: absolute;
	height: 60px;
	width: 297px;
	top: 130px;
	float: left;
	z-index: 1;
	padding-left: 552px;
}
#special2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 955px;
	height: 400px;
	position: relative;
}
/*========================================================================================
	CONTENT CONTAINER STYLES
==========================================================================================*/

#content-container1 {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
	top: -125px;
}
#content-container2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #f11279;
	top: -250px;
}
/*========================================================================================
	CONTENT STYLES
==========================================================================================*/

#content1 {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-bottom: 0px;
	color: #FFF;
}
#content2 {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-bottom: 0px;
	top: -20px;
	color: #FFF;
}
/*========================================================================================
	CONTENT PRICON STYLES
==========================================================================================*/

#priCon {
	width: 650px;
	position: relative;
	float: left;
	padding-right: 75px;
	padding-bottom: 25px;
	text-align: left;
	min-height: 400px; /* Will ensure that right hand sidebar content won't overflow left into this */
}
#priCon p {
	padding-bottom: 25px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
}
#priCon p a {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
}
#priCon p a:hover {
	text-decoration: none;
	color: #7ad4f9;
}
#priCon ul {
	text-align: left;
	background-color: #F42D84;
	padding: 25px;
}
#priCon ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	list-style-type: none;
	background-image: url(../images/global/ul-li.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-bottom: 8px;
}
#priCon ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #7ad4f9;
	text-decoration: underline;
}
#priCon ul li a:hover {
	text-decoration: none;
	color: #7ad4f9;
}
#priCon .inset {
	margin-bottom: -85px;
	margin-left: 15px;
	float: right;
	top: -85px;
	position: relative;
	height: 332px;
	width: 263px;
	background-image: url(../images/global/inset-photo-frame.png);
	padding-top: 20px;
	padding-left: 24px;
}
#priCon .video-container {
	float: right;
	position: relative;
	height: 242px;
	width: 327px;
	background-image: url(../images/global/video-photo-frame.png);
	top: -85px;
	margin-bottom: -85px;
	padding-top: 22px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 22px;
}
#priCon .video {
	float: right;
	height: 242px;
	width: 327px;
	position: absolute;
	top: -23px;
	right: 92px;
}
#priCon .squiggly {
	width: 650px;
	background-image: url(../images/global/blockquote-line.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 25px;
}
/* ------------------------------ contact form ------------------------------ */
#priCon .contact-form {
	font-size: 12px;
	width: 650px;
	text-align: left;
	color: #f11279;
}
#priCon .contact-form .form-field {
	color:#f11279;
	margin-bottom: 12px;
	padding: 5px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#priCon .contact-form textarea {
	color:#f11279;
	margin-bottom: 12px;
	padding: 5px;
	width: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#priCon .contact-form select {
	color:#f11279;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 5px;
	width: 300px;
}
#priCon .contact-form label {
	margin-bottom: 12px;
	font-size: 15px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#priCon .contact-form select {
	color:#f11279;
	font-size: 12px;
}
#priCon .contact-form .submit {
	height: 35px;
	width: 96px;
	background-image: url(../images/global/submit-button.png);
	background-position: center center;
	float: left;
	position: relative;
	margin-bottom: 25px;
}
/*-----------------pagination-----------------*/
#priCon .pagenation {
	float: left;
	position: relative;
	width: 650px;
	margin-bottom: 15px;
	background-image: url(../images/global/blockquote-line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}
#priCon .pagenation ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #f11279;
}
#priCon .pagenation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: none;
}
#priCon .pagenation ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	background-image: none;
}
#priCon .pagenation ul li a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #7ad4f9;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: underline;
	padding: 5px;
}
#priCon .pagenation .current {
	font-size: 14px;
	font-weight: bold;
	color: #7ad4f9;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
}
/* ------------------------------ blockquote ------------------------------ */
#priCon .blockquote {
	width: 635px;
	position: relative;
	margin-bottom: 30px;
	background-image: url(../images/global/blockquote-line.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
}
#priCon .blockquote .text {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	width: 540px;
	background-image: url(../images/global/icons/Icon-Large-Quotes.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 150px; /* Will ensure that right hand sidebar content won't overflow left into this */
}
#priCon .blockquote .text .signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
}
/*-----------------info block-----------------*/
#priCon .infoblock {
	width: 635px;
	position: relative;
	margin-bottom: 30px;
	background-image: url(../images/global/blockquote-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 15px;
	padding-bottom: 45px;
	float: left;
}
#priCon .infoblock .image {
	float: left;
	width: 185px;
	position: relative;
	padding-right: 25px;
}
#priCon .infoblock .image .photo-container {
	height: 165px;
	width: 165px;
	float: left;
	position: relative;
	background-image: url(../images/global/infoblock-photo-frame.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 20px;
}
#priCon .infoblock .text {
	float: left;
	position: relative;
	width: 425px;
	padding-top: 15px;
}

/*========================================================================================
	CONTENT SECCON STYLES
==========================================================================================*/

#secCon-container {
	width: 225px;
	position: relative;
	float: left;
}
#secCon {
	width: 225px;
	float: left;
	position: relative;
	text-align: left;
}
#secCon p {
	font-size: 13px;
	padding-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#secCon .quote {
	font-style: italic;
}
/* ------------------------------ newsletter email sign up area ------------------------------ */
#divider {
	background-image: url(../images/global/secCon-line.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 225px;
	height: 15px;
	padding-bottom: 25px;
	float: right;
	position: relative;
}
#newsletter {
	width: 225px;
	position: relative;
	margin-bottom: 85px;
	height: 165px;
	float: right;
}
#newsletter form {
}
#newsletter form label {
	font-size: 24px;
	color: #7ad4f9;
	padding-right: 5px;
	font-weight: lighter;
	padding-bottom: 20px;
	float: left;
}
#newsletter form input.button {
	background-image: url(../images/global/submit-button.png);
	background-position: center center;
	height: 35px;
	width: 96px;
	margin-top: 15px;
	position: relative;
	float: right;
}
#newseltter form .shorts {
	float: left;
	width: 225px;
	position: relative;
}
#newsletter form input.short-left {
	width:95px;
	border:1px solid #ccc;
	float:right;
	color: #f11279;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#newsletter form input.short-right {
	width:95px;
	border:1px solid #ccc;
	float:right;
	color: #f11279;
	float: right;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#newsletter form input.text {
	color:#f11279;
	border:1px solid #ccc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 215px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*========================================================================================
	FOOTER STYLES
==========================================================================================*/

#footer .wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	background-image: url(../images/global/footer-line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	background-color: #f11279;
	margin-bottom: 0px;
	padding-top: 45px;
	height: 140px;
}
#footer .wrapper ul {
	list-style-type: none;
	margin-top: 10px;
	float: left;
	position: relative;
	margin-bottom: 25px;
}
#footer .wrapper ul li {
	display: inline;
	font-size: 16px;
	padding-right: 15px;
	color: #7ad4f9;
	text-transform: lowercase;
	font-style: normal;
	font-weight: lighter;
}
#footer .wrapper ul li a {
	color: #7ad4f9;
	text-decoration: none;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: lighter;
	font-style: normal;
}
#footer .wrapper ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer .wrapper ul li .current {
	color: #FFFFFF;
}
#footer .wrapper .legal {
	list-style-type: none;
	float: left;
	color: #FFFFFF;
	clear: both;
	width: 600px;
	text-align: left;
	font-size: 13px;
}
#footer .wrapper .LastPipe {
	background: none;
}
#footer .wrapper .social {
	width: 225px;
	position: relative;
	float: right;
	text-align: right;
}
