/* 
	GENERAL RULES ABOUT STYLES:
	
	STYLES ARE CASE-SENSITIVE - "title" IS NOT THE SAME AS "Title"
	
*/

/*******************************************************************************************/
/*                                                                                         */
/*                                   GLOBAL STYLES                                         */
/*                            THESE STYLES AFFECT ALL PAGES                                */
/*                                                                                         */
/*******************************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#A92652;
	text-align:center;
	margin:0px auto;	
	padding:0px auto;
	min-height:1000px;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px auto;	
	padding:0px auto;
	}
a img {
	border:0;
	margin:0px auto;	
	padding:0px auto;
	}
	
/*******************************************************************************************/
/*         CONTAINER FOR SITES - INCLUDES MAIN MENU NAVIGATION AND CONTENT AREA DIV        */	
/*******************************************************************************************/

/* general formatting */
#container {
	width:800px;
	background-color:#FFFFFF;
	border:0px;
	text-align:left;
	margin:0px auto;	
	padding:0px auto;
	}
/* main navigation */
#container .nav{
	background-image:url(../images/back.jpg);
	width:117px;
	height:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
	color:#000000;
	margin:0px auto;	
	padding:0px auto;
	}
#container .nav a {
	text-decoration:none;
	color:#000000;
	padding:11px 0px 11px 0px;
	margin:0px auto;	
	padding:0px auto;
	}
#container .nav a:hover{
	color:#FFFFFF;
	margin:0px auto;	
	padding:0px auto;
	}
#container .nav:hover {
	background-image:url(../images/back2.jpg);
	width:117px;
	height:38px;
	margin:0px auto;	
	padding:0px auto;
}

/* Footer navigation menu */
#footer {
	color:#FFFFFF;
	font-size:9pt;
	text-align:center;
	text-decoration:none;
	margin: 10px 0 10px 0;
	padding:0px auto;
	}	
#footer a{
	color:#FFFFFF;
	font-size:9pt;
	text-align:center;
	text-decoration:none;
	margin:0px auto;	
	padding:0px auto;
	}
#footer a:hover {
	text-decoration:underline;
	margin:0px auto;	
	padding:0px auto;
	}


/*****************************************/
/*      THE HOME PAGE - home.dwt         */
/*      WHAT'S NEW - splitTables.dwt     */
/*****************************************/
#home {
	width:800px;
	background-color:#FFFFFF;
	border:0px;
	margin:0px auto;
	padding:0px auto;	
	}
/*****************************************/
/*   THE OTHER PAGES - subLevel_v3.dwt   */
/*****************************************/
#main {
	width:800px;
	background-color:#FFFFFF;
	border:0;
	margin:0px auto;
	padding:0px auto;
	min-height:500px;
	}
/* this style places the main image in the top left, and allows text to wrap around it */
#main img {
	float:right;
	margin:0px 0px 10px 10px;
	padding:0px auto;
	}
/* allows text to wrap around an image placed to the right */
#main .floatRight img { 
	float: right; 

	margin-right:15px;
	padding:0px auto;
	}
/* allows text to wrap around an image placed to the left */
#main .floatLeft img { 
	float: left; 
	padding:0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;	
	margin-right:15px;
	padding:0px auto;
	}	

	

/* general formatting for content areas */
#content {
	text-align:left;
	line-height:28pt; 
	margin:0px auto;	
	padding:80px 20px 20px 20px; /* Padding values read as Top, Right, Bottom, Left. 80px padding on Top accommodates Page Title (color bar) */
	}
/* general formatting for links contained within the "content" div */	
#content a {
	color:#990033;
	margin:0px auto;	
	padding:0px auto;
	}

/* formatting for table rows (tr) within the "content" div with a class of "header" */	
#content  tr .header {
	color:#FF0000;
	margin:0px auto;	
	padding:0px auto;
	}
/* formatting for table rows (tr) within the "content" div with a class of "header" */	
#content  tr .total {
	color:#FF0000;
	font-size: 20pt;
	font-weight: bold;
	margin:0px auto;	
	padding:0px auto;
	}
/* formatting for table rows (tr) within the "content" div with a class of "innerTable" */
#content tr .innerTable {
	margin:0px auto;	
	padding:0px auto;
	}
/* formatting for table columns (td) within the "content" div with a class of "header" */	
#content td .innerTable {
	line-height:10pt;
	margin:0px auto;	
	padding:0px auto;
	}
	
/* page title and colored bar on pages with an image to the right */
#pageTitle {
	position:absolute;
	border-top:solid 1px #373836;
	border-right:solid 1px #373836;
	border-bottom:solid 1px #373836;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size:18pt;
	font-style:italic;
	font-weight:bold;
	text-shadow:#666666;
	color:#671919;
	width:478px;
	margin:0px auto;	
	padding:30px 0px 10px 20px;
	}
/* page title and colored bar on pages with no image */
#pageTitleFull {
	position:absolute;	
	border-top:solid 1px #373836;
	border-right:solid 1px #373836;
	border-bottom:solid 1px #373836;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size:18pt;
	font-style:italic;
	font-weight:bold;
	color:#671919;
	width:780px;
	margin:0px auto;	
	padding:30px 0px 10px 20px;
	}	

/******************** BEGINNING OF STYLES SPECIFIC TO "HOME" PAGE *************************/	
/*                                                                                        */
/******************************************************************************************/
#home .homeBox1 {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:16pt; /* Lower this value to fit more text into the box */
	margin:60px 15px 0px 15px;	
	padding:0px auto;
	}
#home .homeBox1 a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin:0px auto;	
	padding:0px auto;
	}
#home .homeBox1 a:hover {
	text-decoration:underline;
	margin:0px auto;	
	padding:0px auto;
	}
#home .homeBox2 {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:60px 15px 0px 15px;	
	padding:0px auto;
	}
#home .homeBox2 img {
	float:right;
	margin:0px auto;	
	padding:0px 40px 10px 30px;
	}
#home .homeBox3 {	
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:60px 15px 0px 15px;	
	padding:0px auto;
	}
#home .homeBox3 img {
	float:left;
	margin:0px auto;	
	padding:0px auto;
	}
#partners  {
	background-color:#696969;
	height:45px;
	width:100%;
	margin:0px auto;	
	margin:0px auto;	
	color:#FFFFFF;
	vertical-align:middle;
	}
#partners td {
	text-align:left;
	}
#partners img {
	margin:0px 10px 0px 10px;
	}
	
	
/************ BEGINNING OF STYLES SPECIFIC TO "PANDA STORY" PAGE **************************/	
/*                                                                                        */
/******************************************************************************************/
#content .pandaStory .title {
	color:#990033;
	font-size:10pt;
	font-weight:bold;
	margin:0px auto;
	padding:10px 0 10px 0;
	display:block;		
	}
#content .pandaStory p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px auto;	
	padding:0px 0px 20px 0px;
	line-height:14pt;
	}
#content .pandaStory img {
	float:right;
	margin:0px 0px 0px 20px;
	}	
/* this style places the chart of donations and allows text to wrap around the image */	
#content .pandaStory .chart {
	float:right;
	margin:0px auto;	
	padding:0px 10px 0px 20px;
	}
#content .pandaStory a{
	color:#990033;
	margin:0px auto;	
	padding:0px auto;
	}


	
/************ BEGINNING OF STYLES SPECIFIC TO "WHO WE HELP" PAGE **************************/	
/*                                                                                        */
/******************************************************************************************/
/* general formatting for text contained in paragraphs, within a div class of "whoWeHelp" within div "content" */ 
#content .whoWeHelp p{
	line-height:14px;
	font-size:10pt;
	}
/* allows text to wrap around an image (img) placed to the left. div id="content", div class="whoWeHelp", p class="leftImage" */
/* 5 pixel top margin, 20 pixel right margin. because no font-size is specified, it inherits it from the style "#content .whoWeHelp p" (above) */
#content .whoWeHelp .leftImage img{
	float:left;
	margin:5px 20px 0px 0px;
	}
/* text wraps around an image placed on the right, contained within <p class="rightImage"> <p> on the "Who We Help" Page */
/* 5 pixel top margin, 20 pixel left margin. because no font-size is specified, it inherits it from the style "#content .whoWeHelp p" */
#content .whoWeHelp .rightImage img{
	float:right;
	margin:5px 0px 0px 20px;
	}
/* titles - generally designated as <span class="title"> title goes here </span> */
#content .whoWeHelp .title{
	font-size:10pt;
	display:block;
	}
/* links contained within <p class="articles"> </p> on the "Who We Help" Page */	
#content .whoWeHelp .articles a{
	color:#990033;
	margin:0px auto;	
	padding:0px auto;
	display:block;
	line-height:22px;
	font-weight:normal;
	font-style:normal;
	}	
#content .whoWeHelp a{
	color:#990033;
	margin:0px auto;	
	padding:0px auto;
	font-weight:bold;
	font-style:italic;
	}
/************* BEGINNING OF STYLES SPECIFIC TO "FASHION SHOW" PAGE ************************/	
/*                                                                                        */
/******************************************************************************************/
#content .fashionShow .title {
	color:#990033;
	font-size:14pt;
	font-weight:bold;
	margin:0px auto;
	padding:10px 0 10px 0;	
	}
#content .fashionShow .subTitle {
	color:#000000;
	font-weight:bold;
	font-size:10pt;
	display:block;
	padding:5px 0px 10px 0px;
	}
/*#content .fashionShow ul {
	list-style:none;background-color:blue;
	margin:0px auto;
	padding:0px auto;
	line-height:20pt;
	width:300px;
	}
#content .fashionShow li.one {
	text-align:left; background-color:#99CC66;
	float:left;
	width:65px;
	margin:0px auto;
	padding:0px auto;
	}
#content .fashionShow li.two {
	display:block;background-color:red;
	width:180px;
	margin:0px auto;
	padding:0px auto;
	}*/
#content .fashionShow p {
	font-size:10pt;
	line-height:20pt;
	}	
#content .fashionShow a{
	color:#990033;
	margin:0px auto;	
	padding:0px auto;
	}
#content .fashionShow .imgLeft img{
	float:left;
	margin:0px 20px 0px 0px;
	}
#content .fashionShow .eventInfo {
	padding:0px 10px 0px 10px;
	line-height:20pt;
	width:310px;
	}	
#content .fashionShow .eventTable {
	padding:0px 10px 0px 10px;
	text-align:right;
	font-size:9pt;
	}
#content .fashionShow .eventHeading {
	color:#990033;
	font-size:10pt;
	font-weight:bold;
	}
#content .fashionShow .event {
	color:#990033;
	font-weight:bold;
	display:block;
	line-height:16pt;
	}
#content .fashionShow .eventContact {
	color:#990033;
	font-weight:normal;
	display:block;
	line-height:10pt;
	}
	
	
	
/************* BEGINNING OF STYLES SPECIFIC TO "WHAT'S NEW" PAGE **************************/	
/*                                                                                        */
/******************************************************************************************/	
#content .whatsNew .title {
	color:#990033;
	font-size:10pt;
	font-weight:bold;
	margin:0px auto;
	padding:10px 0 10px 0;
	display:block;		
	}
#content .whatsNew p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px auto;	
	padding:0px 0px 20px 0px;
	line-height:14pt;
	}
#content .whatsNew a{
	color:#990033;
	margin:0px auto;	
	padding:0px auto;
	}
#content .whatsNew .threeCol {
	width:100%;
	margin:0px auto;	
	padding:0px auto;
	}
#content .whatsNew .col1 {
	width:200px;
	/*border-right:1px dashed #B23F66;*/
	margin:0px auto;	
	padding:0px 10px 0px 10px;
	border-right:1px dashed #B23F66;
	}
#content .whatsNew .col1 img {
	float:none;
	display:block;
	margin:0px auto;	
	padding:5px 5px 10px 5px;
	}
#content .whatsNew .col2 {
	width:230px;
	margin:0px auto;	
	padding:0px 10px 0px 20px;
}
#content .whatsNew .col2 img {
	float:none;
	display:block;
	margin:0px auto;	
	padding:5px 5px 10px 5px;
	}
#content .whatsNew .col3 {
	border-left:1px dashed #B23F66;
	width:245px;
	margin:0px auto;
	padding:0px 5px 0px 10px;	
	}
#content .whatsNew .col3 img {
	float:left;
	margin:0px 10px 20px 0px;
	padding:0px auto;
	}

/************ BEGINNING OF STYLES SPECIFIC TO "OUR PARTNERS" PAGE **************************/	
/*                                                                                        */
/******************************************************************************************/
#content .ourPartners .title {
	color:#990033;
	font-size:10pt;
	font-weight:bold;
	margin:0px auto;
	padding:0px auto;
	display:block;		
	}
#content .ourPartners p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px auto;	
	padding:0px 0px 0px 0px;
	line-height:18pt;
	}
#content .ourPartners underwriters{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px auto;	
	padding:0px 0px 0px 0px;
	line-height:18pt;
	}
#content .ourPartners img {
	float:right;
	margin:0px 0px 0px 20px;
	}	
#content .ourPartners a{
	color:#990033;
	margin:0px auto;	
	padding:0px auto;
	}

/************ BEGINNING OF STYLES SPECIFIC TO "CONTACT US" PAGE **************************/	
/*                                                                                        */
/******************************************************************************************/
#content .contactUs .title {
	color:#990033;
	font-size:12pt;
	font-weight:bold;
	margin:0px auto;
	padding:0px auto;
	display:block;		
	}
#content .contactUs p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px auto;	
	padding:0px 0px 30px 0px;
	line-height:18pt;
	}
#content .contactUs img {
	float:right;
	margin:0px 0px 0px 20px;
	}	
#content .contactUs a{
	color:#990033;
	margin:0px auto;	
	padding:0px auto;
	}

	

/**********************************************/
.title {
	color:#990033;
	font-size:14;
	font-weight:bold;
	margin:0px auto;
	padding:10px 0 10px 0;		
	}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:0px auto;	
	padding:0px auto;
	}
	
	
