/* IMPORT THE FRAMEWORK STYLE SHEET */
@import "../Shared/Style/Style.css";

/*********************************************************
/*********************************************************
/* GLOBAL STYLES                                         */

	body	{background-color:#666666; color:#666666; font-size:70%; margin:0; padding:0px;}

	/* FONT-FAMILY and COLOR */
	*		{font-family: Verdana, Arial, Helvetica, Sans-Serif;}
	
	/* FONT-SIZE - STANDARD ELEMENTS */
	p, div.Content, div.FullContent, div.CMSContent, ul
			{line-height:150%;}
				
	/* FONT-SIZE - FORM ELEMENTS */	
	input, select, textarea
			{font-size:100%;}


/*********************************************************
/* MAJOR LAYOUT ELEMENTS                                 */

	#Page						{margin:0 auto; width:746px;}
	#Page #Header				{}
	#Page #Header #Logo			{float:left; width:176px;}
	#Page #Header #Nav			{float:left; width:570px;}
	#Page #Body					{background-color:#FBFAF8; border-top:solid 2px White; clear:both;}
	#Page #Body #Banner			{}
	#Page #Body #Spacer			{}
	#Page #Body #Content		{clear:both; padding:0 20px 20px 25px;}
	#Page #Footer				{background-image:url(../../Graphics/Layout/Footer.jpg); background-repeat:repeat-y; border-top:solid 3px #CAC0D3; clear:both; color:White; font-size:92%; line-height:140%; padding:6px; text-align:center;}
	
	#Page #Header img			{vertical-align:bottom;}
	#Page #Body #Banner img		{display:block; float:left;}

/*********************************************************
/* STANDARD HTML ELEMENT STYLES                          */

	a:link,
	a:visited	{color:#ED9037; text-decoration:none;}
	a:hover		{color:#ED9037; text-decoration:underline;}
	a:active	{color:Black;}

	h1			{color:Grey; font-size:200%;}
	h2			{color:#ED9037; font-size:135%;}
	h3			{color:#ED9037; font-size:120%;}

	q			{font-style:italic;}
	strong		{font-weight:bolder;}

/*********************************************************
/* PREBUILT STYLE CLASSES (CUSTOMIZE AS NECESSARY)       */

	
	
/*********************************************************
/* PREBUILT STYLE ID SELECTORS                           */

	/* ANCHOR TAG STYLES */
	#Footer a,		
	#Footer a:visited		{color:White; font-weight:bold; text-decoration:none;}
	#Footer a:hover			{color:Black;}
	#Footer a:active		{color:Black;}
	
	
/*********************************************************
/* CUSTOM STYLES                                         */
	
	div.HomeContent					{margin:20px 0 0 20px;}
	div.PageContent					{margin:20px 0 0 20px;}
	div.HomeCallouts				{float:right; margin:0 10px 10px 40px;}
	div.HomeCallouts a img			{display:block;}
		
	div.Image						{border:solid 3px #E6E6E6; float:right; margin:0 0 10px 20px;}
	div.Image img					{border:solid 3px White; display:block;}
	div.Image div.Caption			{background-color:#E6E6E6; border:solid 3px White; border-top-width:0; font-size:92%; font-weight:bold; padding:4px;}
	

/*********************************************************
/* STYLE OVERRIDES (FROM SHARED STYLE)                   */	
