/* Reset */

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, div { margin: 0; padding: 0; list-style: none; }

/* End Reset */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	color: #3f045c;
	opacity: 0.99999; 
	text-shadow: 0 0 0 #000;
	}

p a {
	color: #0078C2;
	text-decoration: none;
	font-weight: bold;
	}

p {
	font-size: 1.2em;
	line-height: 160%;
	margin-bottom: 13px;
	color: #7e7e7e;
	}

p a:hover, #breadcrumbs ul li a:hover {
	padding-bottom: 1px; 
	border-bottom: 1px dotted #0078C1; 
}


/* Headers */

h1 {
	font-size: 2.5em;
	color: #494b92;
	background: url(../images/secondaryLogoHeader.png) left no-repeat;
	padding-left: 30px;
	font-weight: normal;
	margin-bottom: 12px;
	}
	
#secondary3Middle h1 {
	background-position: 282px;
	padding-left: 312px;
	}	

#secondary3Middle.leftHeader h1 {
	background-position: 0;
	padding-left: 30px;
	}	
	
#singlePR h2 a {
	text-decoration: none;
	}	
	
h2 {
	font-size: 2em;
	color: #000000;
	font-weight: normal;
	margin-bottom: 7px;
	display: block;
	}	
	
h2#productsTop {
	margin-top: 20px;
	}	
	
h2#careerTitle {
	margin-bottom: 20px;
	}	
	
h2.partnerList {
	margin-bottom: 20px;
	}	
	
h2.whatsNewCase {
	margin-top: 30px;
	}	
	
h3#technologyAlliancePartners {
	margin-top: 20px;
	margin-bottom: 20px;
	}	
	
h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #3f045c;
	margin-bottom: 7px;
	}	

#secondary2Left ul#leadership li h2 {
	margin-top: 20px;
	}	
	
#containerTabs h2 {
	font-size: 2.2em;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 150%;
	}
	
#containerTabs h3 {
	font-size: 1.4em;
	color: #e5e5e5;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 5px;
	margin-bottom: 3px;
	}

#containerTabs h3 a {
	color: #FFFFFF;
	text-decoration: none;
	}

#indexAboutRight h3 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
	}

#secondary3Right h5 {
	color: #494b92;
	font-size: 1.6em;
	background: url(../images/secondaryRightColumnHeader.png) no-repeat;
	height: 23px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	width: 216px;
	display: block;
	}

/* End Headers */


/* Structure */

#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	}
	
#container {
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	}	

#header {
	width: 100%;
	float: left;
	}
	
#logo a {
	/*width: 201px;
	height: 72px;*/
	display: block;
	border: none;
	float: left;
	}
#utilities ul li {
	display: inline;
	margin-left: 10px;
	background-image: url(../images/UtilityBullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding-left: 14px;
}

#utilities ul li.donate {
	background-image: url(../images/donateBullet.gif);

	
}

#utilities ul li a, #utilities ul li a:visited {
	list-style-image: url(../images/UtilityBullet.gif);
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#utilities ul li a:hover, #utilities ul li a:hover:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #999999;
	text-decoration: none;
}

#utilities ul li a.donate, #utilities ul li a:visited.donate {

color: #ff1564;

}

#utilities ul li a:hover.donate, #utilities ul li a:hover:visited.donate {
border-bottom-color: #FF6600;
color:#FF6600

}

#navigation {
	width: 100%;
	height: 43px;
	float: left;
	display: block;
	margin-top: 15px;
	background: url(../images/navigationBar.png) no-repeat;
	}

#indexImage {
	width: 937px;
	height: 263px; 
	margin-top: 20px;
	float: left;
	}

#footer {
	float: left;
	width: 897px;
	margin-top: 20px;
	padding: 20px;
	padding-top: 15px;
	background-color: #dfe0fd;
	background-image: url(../images/footerTop.png);
	background-repeat: no-repeat;
	}

#footerListHolder {
	background: url(../images/footerBottom.png) no-repeat center bottom;
	float: left;
	padding-bottom: 11px;
	}

#footerBottom {
	width: 897px;
	color: #666666;
	padding: 20px;
	float: left;
	}
	
#footerBottom p {
	font-size: 1em;
	margin-bottom: 6px;
	text-align: center;
	}	

#breadcrumbs {
	width: 927px;
	display: block;
	color: #3f045c;
	float: left;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: url(../images/breadcrumbsUnderline.png) no-repeat bottom left;
	}
	
#breadcrumbs a {
	color: #6f8694;
	text-decoration: none;
	}
	
#breadcrumbs a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #6f8694;
	}
	
#secondaryWrapper {
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
	}
	
#secondary3Left, #secondary3Middle, #secondary3Right, #secondary2Left {
	float: left;
	}
	
#secondary3Left {
	width: 262px;
	margin-top: 5px;
	}

#secondary2Left {
	width: 661px;
	padding-right: 39px;
	}
	
#secondary3Middle {
	width: 661px;
	padding-right: 39px;
	}
	
#secondary3Middle img {	
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	}	
	
#secondary3Right {
	width: 236px;
	margin-top: 5px;
	}

.secondary3RightBoxAdditional {
	margin-top: 13px;
	background: url(../images/secondaryRightColumnBottom.png) bottom no-repeat;
	padding-bottom: 10px;
	float: right;
	}

.secondary3RightBoxAdditional img, .secondary3RightBoxDownloads img {
	text-align: center;
	margin-left: 75px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	}	

.secondary3RightBoxPR, .secondary3RightBoxDownloads {
	margin-bottom: 13px;
	background: url(../images/secondaryRightColumnBottom.png) bottom no-repeat;
	padding-bottom: 10px;
	float: right;
	}
	
.secondary3RightBox {
	background: url(../images/secondaryRightColumnBottom.png) bottom no-repeat;
	padding-bottom: 10px;
	float: right;
	}

p.paragraphUnderline {
	background: url(../images/secondaryLeftList.png) no-repeat bottom right;
	padding-bottom: 17px;
	margin-bottom: 12px;
	}
	
p.paragraphUnderlineRight {
	background: url(../images/secondaryLeftList.png) no-repeat bottom right;
	padding-bottom: 17px;
	margin-bottom: 12px;
	text-align: right;
	font-weight: bold;
	}	
	
#partnersBottom {
	float: left;
	margin-top: 30px;
	width: 661px;
	}	
	
.productsListHolder {
	float: left;
	}	
	
/* End Structure */


/* Lists */

#navigation li {
	display: inline;
	}

#navigation li a {
	font-size: 1.5em;
	color: #FFFFFF;
	float: left;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 31px;
	padding-top: 12px;
	border-right: 1px solid #FFFFFF;
	letter-spacing: 1px;
	}
	
#navigation li a:hover {
	background: url(../images/navigationHover.png) repeat-x;
	border-right: 1px solid #FFFFFF;
	float: left;
	display: block;
	}	

#navigation li a#Resources, #navigation li a#Contribute, #navigation li a#Programs {
	width: 138px;
	}
	
#navigation li a#Events {
	width: 136px;
	}

#navigation li a#Home, #navigation li a#News {
	width: 134px;
	}

#navigation li a:hover#Home {
	background: url(../images/sample/navigationBarLeft.png) no-repeat left center;
	border-right: 1px solid #FFFFFF;
	}

#navigation li a#Home.selected {
	background: url(../images/navigationBarLeft.png) no-repeat left center;
	}
	
#navigation li a.selected {
	background: url(../images/navigationHover.png) repeat-x;
	}
		
#footer ul {
	float: left;
	display: block;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
	}

#footer ul.firstList {
	padding-left: 0;
	}

#footer ul.lastList {
	padding-right: 0;
	border: none;
	}

#footer ul li {
	display: block;
	margin-bottom: 4px;
	line-height: 150%;
	}	
	
#footer ul li a {
	color: #666666;
	font-size: 1.1em;
	text-decoration: none;
	}	

#footer ul li a {
	padding-bottom: 1px;
	border-bottom: 1px dotted #F4F2EB;
	}
	
#footer ul li a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #666666;
	}
	
#footer ul li.footerHeader a {
	font-weight: bold;
	font-size: 1.3em;
	color: #3f045c;
	}	

#footer ul li.footerHeader a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3f045c;
	}	

#footer ul li.footerHeader {
	display: block;
	margin-bottom: 5px;
	}	
	
#breadcrumbs ul li {
	display: inline;
	float: left;
	margin-left: 4px;
	}	
	
#secondary3Right ul {
	background: url(../images/secondaryRightColumnBody.png) repeat-x #FFFFFF;
	padding-top: 7px;
	border-left: 1px solid #d9e1fd;
	border-right: 1px solid #d9e1fd;
	padding-bottom: 15px;
	}
	
#secondary3Right ul li {
	display: block;
	width: 234px;
	}
	
#secondary3Right ul li a {
	color: #6e8593;
	font-size: 1.25em;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(../images/secondaryRightColumnListItem.gif) no-repeat bottom;
	}			

#secondary3Right ul li a.selected {
	font-weight: bold;
	}

#secondary3Right ul li a.secondaryRightIndentBold {
	font-size: 1.05em;
	padding-left: 25px;
	background-image: none;
	font-weight: bold;
	}	
	
#secondary3Right ul li a.secondaryRightIndent {
	font-size: 1.05em;
	padding-left: 25px;
	background-image: none;
	}	
	
#secondary3Right ul li a:hover {
	font-weight: bold;
	}	

#secondary2Left ul {
	margin-top: 20px;
	}
	
#secondary2Left ul#pressReleases.singlePR {
	margin-top: 0;
	}	
	
#secondary2Left ul li {
	display: block;
	background: url(../images/secondaryLeftList.png) no-repeat bottom right;
	padding-bottom: 5px;
	margin-bottom: 12px;
	}

#secondary2Left a, #secondary3Middle a {
	color: #3f045c;
	}
	
#secondary2Left a:hover, #secondary3Middle a:hover {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3f045c;
	}

#secondary2Left ul#leadership li {
	margin-bottom: 30px;
	}

#secondary2Left ul#pressReleases li {
	margin-bottom: 30px;
	float: left;
	}	
	
#secondary2Left ul#pressReleases li h2 a {
	text-decoration: none;
	}	
	
#secondary2Left ul#pressReleases li h2, #secondary2Left ul#pressReleases li p {
	margin-left: 85px;
	}

#secondary2Left ul#pressReleases li .dateBox {
	background: url(../images/secondaryLeftPressReleases.png) no-repeat;
	width: 71px;
	height: 71px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	}

p.alignRight {
	text-align: right;
	}

#secondary2Left ul#pressReleases li#singlePR {
	background-image: none;
	margin-bottom: 0px;
	}

#secondary2Left ul#pressReleases li .dateBox .dateBoxMonthYear {
	width: 71px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 11px;
	}
	
#secondary2Left ul#pressReleases li .dateBox .dateBoxDay {
	width: 71px;
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
	}	
	
/* Fix IE. Hide from IE Mac - Holly hack \*/
	
* html #secondary3Right ul li a , * html #indexAboutRight ul li a { 
	height: 1%; 
	}

/* End Holy Hack */	
	
ul#partnersBottomList, ul.productsList, ul#productList {
	padding-left: 20px;	
	float: left;
	display: block;
	width: 636px;
	padding-bottom: 30px;
	margin-top: 5px;
	}
	
ul#productList {
	padding-bottom: 0px;
	margin-top: 10px;
	}	
	
ul.productsList {
	padding-bottom: 10px;
	}
	
ul#partnersBottomList li.allianceBottom {
	margin-bottom: 0;
	}
	
ul#partnersBottomList li, ul.productsList li, ul#productList li { 
	background-image: none;
	padding-bottom: 5px;
	margin-top: 0px;
	float: left;
	padding-left: 20px;
	background: url(../images/secondaryLogoBullet.png) left top no-repeat;
	background-position: 0px 2px;
	}
	
ul#productList li {
	display: block;
	width: 600px;
	}

ul#partnersBottomList.TechPartners p {
	width: 490px;
	float: right;
	}

ul#partnersBottomList.TechPartners {
	background: url(../images/secondaryLeftList.png) no-repeat bottom right;
	padding-bottom: 17px;
	margin-bottom: 12px;
	}

ul#partnersBottomList li p, ul#productList li p {
	margin-bottom: 0;
	}

ul#partnersBottomList li img {
	float: left;
	padding-right: 10px;
	}

/* End Lists */


/* Contact Form */

#contactForm {
	float: left;
	margin-top: 20px;
	}

#contactForm form {
	margin: 0;
	padding: 0;
	}
	
#contactForm h2 {
	font-size: 2em;
	color: #FFFFFF;
	background: url(../images/formContactHeader.png) no-repeat;
	width: 649px;
	display: block;
	text-align: right;
	height: 35px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-right: 12px;
	line-height: 150%;
	}

#secondary2Left #contactForm #contactFormHolder ul {
	background: url(../images/formContactBG.png) repeat-x #FFFBF5;
	border-left: 1px solid #E6E6E5;
	border-right: 1px solid #E6E6E5;
	display: block;
	float: left;
	width: 659px;
	margin-top: 0;
	height: auto;
	padding-top: 30px;
	}

#secondary2Left #contactForm #contactFormHolder.formPPA ul {
	background: #FFFBF5;
	background-image: none;
	border-left: 1px solid #E6E6E5;
	border-right: 1px solid #E6E6E5;
	display: block;
	float: left;
	width: 659px;
	margin-top: 0;
	height: auto;
	padding-top: 30px;
	}

#secondary2Left #contactForm #contactFormHolder.formPPA ul.top {
	background: url(../images/formContactBG.png) repeat-x #FFFBF5;
	border-left: 1px solid #E6E6E5;
	border-right: 1px solid #E6E6E5;
	display: block;
	float: left;
	width: 659px;
	margin-top: 0;
	height: auto;
	padding-top: 30px;
	}

#secondary2Left #contactForm #contactFormHolder ul#LoginForm {
	background: url(../images/formLoginBG.png) repeat-x #FFFBF5;
	border-left: 1px solid #E6E6E5;
	border-right: 1px solid #E6E6E5;
	display: block;
	float: left;
	width: 659px;
	margin-top: 0;
	height: auto;
	padding-top: 30px;
	}

#contactForm #contactFormHolder ul li {
	display: block;
	background-image: none;
	margin-top: 0;
	width: 629px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
	}
	
#contactForm #contactFormHolder ul li input, #contactForm #contactFormHolder ul li select {
	font-size: 2em;
	padding: 5px;
	width: 350px;
	color: #666666;
	border: 1px solid #FCC06D;
	background: url(../images/formContactInput.png) repeat-x;
	}
	
#contactForm #contactFormHolder ul li select {
	cursor: pointer; 
	}
	
#contactForm #contactFormHolder ul li select option {
	background: #FFFFFF;
	color: #666666;
	}
		
#contactForm #contactFormHolder ul li#contactFormButtonList {
	width: 193px;
	display: block;
	float: right;
	padding-top: 0;	
	padding-bottom: 0;
	margin-bottom: 0;
	}	

#contactForm #contactFormHolder ul li textarea {
	font-size: 2em;
	padding: 5px;
	width: 460px;
	color: #666666;
	height: 162px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #FCC06D;
	background: url(../images/formContactTextArea.png) repeat-x #FFF7EC;
	}
	
#contactForm #contactFormHolder ul li input.buttonSubmit {
	background: url(../images/formButtonSubmit.png) no-repeat;
	width: 193px;
	height: 40px;
	display: block;
	border: none;
	float: right;
	padding: 0;
	position: relative;
	right: 9px;
	display: inline;
    -moz-outline:none;
	}
	
#contactFormHolder {
	background: url(../images/formContactBottom.png) no-repeat bottom;
	padding-bottom: 14px;
	float: left;
	}
#contactForm #contactFormHolder ul li .contactFormLeft {
	font-size: 20px;
	color: #ee9340;
	width: 150px;
	float: left;
	}
	
#contactForm #contactFormHolder.formPPA ul li .contactFormLeft {
	font-size: 20px;
	color: #ee9340;
	width: 160px;
	padding-right: 20px;
	float: left;
	}

#contactForm #contactFormHolder.formPPA ul li .contactFormTop, #contactForm #contactFormHolder.formPPA ul li .contactFormTopEndUser {
	font-size: 15px;
	color: #000000;
	float: left;
	}

#contactForm #contactFormHolder.formPPA ul li .contactFormTopEndUser {
	margin-top: 20px;
	}

#contactForm #contactFormHolder.formPPA ul li .contactFormCheck {
	font-size: 14px;
	color: #000000;
	float: left;
	}
	
#contactForm #contactFormHolder.formPPA ul li .contactFormCheckboxText {
	top: 5px;
	position: relative;
	}
	
#contactForm #contactFormHolder.formPPA ul li input.formCheckbox {
	width: 15px;
	margin-right: 10px;
	height: 15px;
	float: left;
	display: inline;
	}
	
#contactForm #contactFormHolder.formPPA ul li textarea {
	font-size: 2em;
	padding: 5px;
	width: 430px;
	color: #666666;
	height: 162px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #FCC06D;
	background: url(../images/formContactTextArea.png) repeat-x #FFF7EC;
	}

	
#contactForm #contactFormHolder ul li .contactFormLeft, #contactForm #contactFormHolder ul li .contactFormRight {
	}

#endUser {
	float: left;
	}

/* End Contact Form */


/* Index Tabs */

#tabsWrapper {
	float: left;
	}

#containerTabs {
	float: none;
	height: 295px;	
	}
	
#containerTabs ul#footertab.tabs-nav {
	float: left;
	width: 937px;
	display: block;
	background: url(../images/indexTabsBackground.gif) no-repeat center top;
	}		
	
#tabsWrapper {
	margin-top: 55px;
	padding-bottom: 15px;
	background-color: #969aac;
	background-image: url(../images/indexTabsBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#containerTabs .containerTabsSection {
	width: 275px;
	float: left;
	padding-right: 20px;
	display: inline;
	margin-top: -10px;
	}

#containerTabs .containerTabsSection p {
	padding-left: 5px;
	color: #FFFFFF;
	}

#containerTabs #abusePevention .containerTabsSection p {
	height: 137px;
	overflow: hidden;
	}

.indexTabsMore a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 191px;
	height: 21px;
	float: right;
	margin-top: 5px;
	display: block;
	background: url(../images/indexTabsButtonBackground.gif) no-repeat;
	padding-top: 6px;	
	color: #FFFFFF;
	text-decoration: none;
	}
	
.indexTabsMore a:hover {
	color: #636987;
	background-image: url(../images/indexTabsButtonBackgroundHo.gif);
	background-repeat: no-repeat;
	}

.footerIndent {
	text-indent: 5px;
	}

#indexAboutLeft {
	float: left;
	width: 700px;
	}
	
#indexAboutRight {
	float: right; 
	width: 167px;
	padding: 0;
	margin: 0;
	}
	
#indexAboutRight ul li {
	font-size: 1.4em;
	}
	
#indexAboutRight ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/indexTabAboutUnderline.png) no-repeat bottom;
	}
	
#indexAboutRight ul li a:hover {
	font-weight: bold;
	}

#homelessnessPoverty ul {
	margin-top: 10px;
	padding-left: 25px;
	}

#homelessnessPoverty ul li {
	list-style: disc;
	}

#childFamily p, #tabPartners p, #healthWellness p {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	}

#tabPartners .indexTabsLargeText {
	padding-left: 40px;
	margin-top: 25px;
	}

.indexTabsLargeTextHeader {
	font-size: 1.5em;
	}
	
.indexTabsLargeTextHeader a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.indexTabsLargeTextHeader a:hover {
	border-bottom: 1px dotted #FFFFFF;
	}
	
/* End Index Tabs */
	

/* Forms */

label.error {
	float: right;
	color: #383636;
	font-size: 1.4em;
	margin-top: 5px;
	width: 477px;
	}
	
#secondary2Left #contactForm #contactFormHolder.formPPA ul label.error {	
	width: 447px;
	}
	
#RadiantaContactFormUpdate { 
	text-align: center;
	font-size: 1.6em;
	}
	
#RadiantaContactFormUpdate p {
	margin-bottom: 15px;
	}
	
#contactFormHolder ul li#RadiantaContactFormUpdate {
	margin-bottom: 0;
	}
	
/* End Forms */
#utilities {
	display: block;
	float: right;
	margin-top: 39px;
}
