@charset "UTF-8";
/* CSS Document */
/*
/* Screen.css
/*
/* Discription:  Written for the YourBestPartner micro-site to be used as the default/screen based stylesheet
/* for this site.   Stylesheet will be W3C compliasnt, and a seperate IE hacks sheet will be used for any 
/* browser specific hacks. 
/*
/* This stylesheet tested on:   PC: Firefox 3.5, Safari 4, Chrome,  IE 6 (with hacks stylesheet) 
/*                              Mac:  Safari 4,  Firefox  3.5.             
/*
/* 
/* Written by: Ryan DesRoches 
/* Last modified on:  10/26/2009
/*
/*********************************************************************************************************************/

body
{
	text-align:left;
	background:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	
}

p
{
	windows:5;
	orphans:10;
}

#outerWrapper
{
	text-align:left;
	
}

#printLogo
{
	display:block;
	float:left;
	page-break-after:avoid;	
	width:100%;
}

#printFooter
{
	width:100%;
	color:#000;
	text-align:center;
	font-style:italic;
}


#imageBackgroundWrapper
{
	background:#FFFFFF;
	display:block;
	float:left;
	width:100%;
	background:#FFF;
}


#innerWrapper
{
	width:760px;
	text-align:left;
}

/* The Turn off list */
#heading,
#flashHeading,
#bottomGradiant,
#navigation,
#pdfArea,
#legalFooter,
.backToTop,
.clickLinksAbove
{
	display:none;
}

#mainContent
{
	float:left;
	
}

#main
{
	float:left;
	width:600px;
}


#main h1,
#mainContent h1
{
	font-size:175%;
	text-align:left;
	color:#000;
	padding-top:15px;
	padding-bottom:0px;
	margin:0;
	font-style:italic;
}

#main h2,
#mainContent h2
{
	font-size:120%;
	text-align:left;
	color:#000000;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:10px;
	margin:0;
	font-style:italic;

}


#main p,
#mainContent p
{
	
	padding-left:10px;
	padding-right:0px;
}

#main h2
{
	padding-bottom:0;
	margin-bottom:0;
}

#main h2 strong
{
	color:#FF0000;
}

/* This is for paragraphs right after the h2 hedding so that they
/* fold right under them instead of having a space between the hedding tag and the 
/* paragraph tag.  */
.postH2
{
	padding-top:0;
	margin-top:0;
}


#footer
{
	display:none;
}

/* Special Characters such as &reg and &trade should come down in size a little bit */
.SpecialCharacters
{
	font-size:10px;
}


