body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#183C5E;
	background-image:url(../images/interface/gradient_bkg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.thrColFixHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFEC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/interface/botBkgrnd.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
} 
.thrColFixHdr #header { 
	height:141px;
	padding: 0;
} 
.thrColFixHdr #headerImage { 
	background-image:url(../images/interface/header_2.jpg);
	height:141px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 15px; /* padding keeps the content of the div away from the edges */
	margin:90px 0 0 0;
}

.thrColFixHdr #sidebarAdr ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.thrColFixHdr #sidebarAdr ul li {	
	font-family:Verdana, sans-serif;
	color:#003366;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-align:right;
}
.thrColFixHdr #sidebarAdr ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:3px;
	list-style-type: none;
}
.thrColFixHdr #sidebarAdr ul ul li a {
	color:#004590;
	text-decoration:none;
}
.thrColFixHdr #sidebarAdr ul ul li a:hover {
	color:#004590;
	text-decoration:underline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px; /* padding keeps the content of the div away from the edges */	
}
.thrColFixHdr #mainContent { 
	margin: 25px 200px 25px 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #mainContentLftBorder {
	border-left:1px solid #245688;
	padding-left:15px;
}
.thrColFixHdr #mainContent h1 {
	font-size:20px;
}
.thrColFixHdr #mainContent ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
}
.thrColFixHdr #mainContent ul a {
	font-family:Verdana, sans-serif;
	color:#004590;
	text-decoration:none;
}
.thrColFixHdr #mainContent ul a:hover {
	font-family:Verdana, sans-serif;
	color:#004590;
	text-decoration:underline;
}

.thrColFixHdr #mainContent ul li {	
	color:#003366;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding-top:0px;
	list-style-type: none;
	margin-top:20px;
}
.thrColFixHdr #mainContent ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:3px;
	list-style-type: none;
}
.thrColFixHdr #mainContent ul ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin:3px 0 0 30px;
	list-style-type:disc;
}

/*----------------------- main content programs --------------------------*/
.thrColFixHdr #mainContentPrograms { 
	margin: 25px 25px 25px 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #mainContentPrograms h1 {
	font-size:20px;
}
.thrColFixHdr #mainContentPrograms p {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:5px;
	padding-left:0;
}
.thrColFixHdr #mainContentPrograms ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.thrColFixHdr #mainContentPrograms ul a {
	font-family:Verdana, sans-serif;
	color:#004590;
	text-decoration:none;
}
.thrColFixHdr #mainContentPrograms ul a:hover {
	font-family:Verdana, sans-serif;
	color:#004590;
	text-decoration:underline;
}
.thrColFixHdr #mainContentPrograms ul li {	
	color:#003366;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding-top:0px;
	list-style-type: none;
	margin-top:20px;
}
.thrColFixHdr #mainContentPrograms ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:10px;
	list-style-type: none;
}
.thrColFixHdr #mainContentPrograms ul ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin:3px 0 0 30px;
	list-style-type:disc;
}
.thrColFixHdr #mainContentPrograms ol  {	
	margin-top:0;
}
.thrColFixHdr #mainContentPrograms ol li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:10px;
}

.thrColFixHdr #mainContentPrograms ol a {
	font-family:Arial, sans-serif;
	color:#004590;
	text-decoration:none;
}
.thrColFixHdr #mainContentPrograms ol a:hover {
	font-family:Arial, sans-serif;
	color:#004590;
	text-decoration:underline;
}


.thrColFixHdr #mainContentProgramsLftBorder {
	border-left:1px solid #245688;
	padding-left:15px;
}


/*----------------------- main content media --------------------------*/
.thrColFixHdr #mainContentMedia { 
	margin: 25px 25px 25px 185px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #mainContentMedia h1 {
	font-size:20px;
}
.thrColFixHdr #mainContentMedia p {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:5px;
	padding-left:0;
}

.thrColFixHdr #mainContentMedia3 h1 {
	font-size:20px;
}
.thrColFixHdr #mainContentMedia3 p {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:5px;
	padding-left:0;
}
.thrColFixHdr #mainContentMedia3 ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.thrColFixHdr #mainContentMedia3 ul a {
	font-family:Verdana, sans-serif;
	color:#004590;
	text-decoration:none;
}
.thrColFixHdr #mainContentMedia3 ul a:hover {
	font-family:Verdana, sans-serif;
	color:#004590;
	text-decoration:underline;
}
.thrColFixHdr #mainContentMedia3 ul li {	
	color:#003366;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	list-style-type: none;
	margin-top:5px;
}
.thrColFixHdr #mainContentMedia3 ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:5px;
	list-style-type: none;
	border-bottom:1px dashed #CCCCCC;
}
.thrColFixHdr #mainContentMedia3 ul ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin:3px 0 0 30px;
	list-style-type:disc;
}
.thrColFixHdr #mainContentMedia3 ol  {	
	margin-top:0;
}
.thrColFixHdr #mainContentMedia3 ol li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:10px;
}

.thrColFixHdr #mainContentMediaLftBorder {
	border-left:1px solid #245688;
	padding-left:15px;
}

/*----------------------- main content media2 --------------------------*/

.thrColFixHdr #mainContentMedia2 h1 {
	font-size:20px;
}
.thrColFixHdr #mainContentMedia2 p {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:5px;
	padding-left:0;
}
.thrColFixHdr #mainContentMedia2 ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.thrColFixHdr #mainContentMedia2 ul a {
	font-family:Verdana, sans-serif;
	color:#004590;
	text-decoration:none;
}
.thrColFixHdr #mainContentMedia2 ul a:hover {
	font-family:Verdana, sans-serif;
	color:#004590;
	text-decoration:underline;
}
.thrColFixHdr #mainContentMedia2 ul li {	
	color:#003366;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	list-style-type: none;
	margin-top:5px;
	border-bottom:1px dashed #CCCCCC;
}
.thrColFixHdr #mainContentMedia2 ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:5px;
	list-style-type: none;
	border-bottom:none;
}
.thrColFixHdr #mainContentMedia2 ul ul ul li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin:3px 0 0 30px;
	list-style-type:disc;
}
.thrColFixHdr #mainContentMedia2 ol  {	
	margin-top:0;
}
.thrColFixHdr #mainContentMedia2 ol li {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:10px;
}



/* ---------------------------------------------------- */
/*					main content donate				*/ 

.thrColFixHdr #mainContentDonate { 
	margin: 25px 25px 25px 185px;
	padding: 0 15px;
}
.thrColFixHdr #mainContentDonate p {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:5px;
	padding-left:0;
}
.thrColFixHdr #mainContentDonate h1{ 
	color:#333333;
	font-family:Verdana, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:15px 0 10px 0;	
}

.thrColFixHdr #mainContentDonate ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.thrColFixHdr #mainContentDonate ul li{	
	color:#004590;
	font-family:Verdana, sans-serif;
	font-size:13px;
	font-weight:Bold;
	padding:0 0 5px 0;
}
.thrColFixHdr #mainContentDonate ul ul li{	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:9px;
	line-height:12px;
	font-weight:normal;
	text-align:left;
}
.thrColFixHdr #mainContentDonate a{	
	color:#004590;
	text-decoration:underline;
}
.thrColFixHdr #mainContentDonate a:hover{	
	color:#CC0000;
	text-decoration:none;
	
}
.thrColFixHdr #mainContentDonate ul ul ul li{	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	margin:5px 0 0 0px;
	padding:0;	
}

/* ---------------------------------------------------- */
/*					main content donate				*/ 

.thrColFixHdr #mainContentGetInvolved { 
	margin: 25px 25px 25px 185px;
	padding: 0 15px;
}
.thrColFixHdr #mainContentGetInvolved p {	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	margin-top:5px;
	padding-left:0;
}
.thrColFixHdr #mainContentGetInvolved h1{ 
	color:#333333;
	font-family:Verdana, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:15px 0 10px 0;	
}

.thrColFixHdr #mainContentGetInvolved ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.thrColFixHdr #mainContentGetInvolved ul li{	
	color:#004590;
	font-family:Verdana, sans-serif;
	font-size:13px;
	font-weight:Bold;
	padding:0 0 5px 0;
}
.thrColFixHdr #mainContentGetInvolved ul ul li{	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:9px;
	line-height:12px;
	font-weight:normal;
	text-align:left;
}
.thrColFixHdr #mainContentGetInvolved a{	
	color:#004590;
	text-decoration:underline;
}
.thrColFixHdr #mainContentGetInvolved a:hover{	
	color:#CC0000;
	text-decoration:none;
	
}
.thrColFixHdr #mainContentGetInvolved ul ul ul li{	
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	margin:5px 0 0 0px;
	padding:0;	
}



/* ---------------------------------------------------- */

#testimonial {
	font-family:Arial, sans-serif;
	font-size:12px; 
	color:#333; 
	padding:10px; 
	margin:60px 0 10px 40px; 
	border:solid 1px #F00; 
	width:600px;
	background-color:#EFEFF0;
}

.thrColFixHdr #footer { 
	font-family:Arial, serif;
	font-size:12px;
	line-height:22px;
	color:#CCCCCC;
	padding:10px 0 20px 0;
	width:950px;
	text-align:center;
	background-color:#183C5E;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer a {
	color:#CCCCCC;
	text-decoration:none;
}
.thrColFixHdr #footer a:hover {
	color:#FFFFCC;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---------------------------------------------------- */
/*					Acordian				*/ 

.TempHead {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#003366;
	text-align:left;
	padding:1px 0 3px 0;
	margin-top:0px;
}
.TempHead a {
	color:#003366;
	text-decoration:none;
}
.TempHead a:hover {
	color:#003366;
	text-decoration:underline;
}

.TempTeaser{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#003366;
	text-align:left;
	padding:5px 0 10px 0;
}
.TempTeaser p{
	margin:0;
}
.TempTeaser a {
	color:#004590;
	text-decoration:none;
}
.TempTeaser a:hover {
	color:#004590;
	text-decoration:underline;
}

.thepet {
	padding:0 0 10px 0;
	/*border-bottom:1px solid #003366;*/
}

.TempOpen{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight:normal;
	text-align:left;
	color: #003366;
	padding:0;
	
}
.TempClosed{
	padding-top:20px;
	cursor: hand;
	/*cursor: pointer;*/
	border-bottom:1px dashed #003366;
}

#AccordianWrapper {
	position:middle;
	text-align:center;
	margin:0 0 5px 0;
	border:1px solid #333333;
	background-color:#000000;
}


/*					simple gallery				*/ 
/*Make sure your page contains a valid doctype at the top*/

#simplegallery1{ /*CSS for Simple Gallery Example 1*/
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #004590;
float:left;
margin:5px 10px 10px 0;
}
#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align:center;
padding: 5px 10px;
line-height:13px;

}

#simplegallery2{ /*CSS for Simple Gallery Example 1*/
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #004590;
float:left;
margin:10px 10px 10px 0;
}
#simplegallery2 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 10px;
line-height:13px;
padding-left:0px;
}

#simplegallery3{ /*CSS for Simple Gallery Example 1*/
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #004590;
float:left;
margin:5px 10px 10px 0;
}
#simplegallery3 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 10px;
line-height:13px;
padding-left:0px;
}


/* ---------------------------------------------------- */
/*			     		forms            				*/ 
.Form
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #999999;	
	width:400px;
	border:solid 1px #333333;
	
}

.Form td
{
	padding:5px 5px 5px 10px;
	text-align:left;
	vertical-align:middle;
	border-bottom:dashed 1px #333333;
	color:#004590;
}

#FormHead
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #004590;
	font-weight:bold;
}

#FormSubHead
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #004590;
	font-weight:bold;
}
#FormSubHead2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #003366;
	font-weight:bold;
	padding-left:10px;
}

#FormSubIndent
{
	padding-left:30px;
}
#FormSubCopy
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #333333;
	font-weight:normal;
	padding-left:10px;
}
#FormSubCopy A, #FormSubCopy A:link, #FormSubCopy A:visited, #FormSubCopy A:active
{
	color: #CC0000;
	font-weight:bold;
	text-decoration:none;
}
#FormSubCopy A:Hover
{
	color: #CCCCCC;
	text-decoration:underline;
}
#FormSubCopy2
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333333;
	font-weight:normal;
	padding: 0 0 0 3px;
}

#CreditCard
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:14px;
	width:100%;
}
#CreditCard td
{
	padding:5px 0 5px 0;
	text-align:left;
	border-bottom:dashed 1px #9DB5D5;
}

/* Start Follow World Cup*/
.Cup
{
	color:#004590;
	font-family:Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	padding:5px 10px 5px 0;
	height:15px;
}
.Cup a {
	color: #CC0000;
	text-decoration:none;
}
.Cup a:hover {
	color: #CC0000;
	text-decoration:underline;
}

#PaginationTable {
	text-align:left;
	margin-top:5px;
	border-bottom:1px dashed #CCCCCC;
}
#PaginationTable td {
	font-family: Ariel, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #004590;
	text-align:left;
	padding:4px 0 4px 0;
}

#PaginationTable a {
	color: #004590;
	text-decoration:none;
}
#PaginationTable a:hover {
	color: #004590;
	text-decoration:underline;
	
}


/* ---------------------------------------------------- */
/*			    mobile widgets            				*/ 

.donation_box {width:260px;padding:0;margin:20px 0 0 20px; text-align:center;}
.donation_box td {padding:2px 2px 2px 2px; text-align:left; vertical-align:middle; font-size:12px;}

/*#centerContent {
	background-image:url(../images/interface/mobileDonate.png);
	background-repeat: no-repeat; 
	background-position: 300px 0px;
}
*/
p.lp_donateFields {margin:2px 0;text-align:center;color:#fff;font-size:12px;}

.lp_areaCode, .lp_prefix, .lp_last4 {font-size:12px;background:#fff;color:#181818;margin:0;border:2px solid #87650c;padding-left:3px;}

.lp_areaCode2, .lp_prefix2, .lp_last4_2, .lp_text {font-size:12px;background:#fff;color:#181818;margin:0;border:2px solid #87650c;padding-left:2px;}

.lp_areaCode, .lp_prefix {width:35px;}

.lp_last4 {width:45px;}

.small_copy {margin:0;padding:10px 0 5px 0;font:14px/16px arial;text-align:center;color:#333333;}

.lp_donateBtnBox {margin:auto;text-align:center; padding:0px;}

.lp_donateBtn {width:171px;height:35px;border:none; margin-top:5px;}

.lp_errorMsgBox {margin:3px auto;text-align:center;font:12px/14px arial;padding:3px 0;}

.lp_errorText { background-color:#ffc; padding:2px 10px;font-weight:bold;color:#f00;border:solid 1px #f00;}

.lp_successBox { height:140px; }

.lp_successBox p {margin:0;padding:10px 5px 5px 5px;font:14px/16px arial;color:#fff;}

.lp_successBox a {padding-top:5px; display:block; text-align:center;font:12px/16px arial;}

.lp_successBox a:hover {color:#fff;}

p.lp_donateLegal {text-align:left;font-size:11px arial;color:#666666; line-height:13px;}

p.lp_donateLegal a {color:#666666; text-decoration:underline;}

p.lp_donateLegal a:hover {color:#CC0000; text-decoration:none;}



