/***********************************************************************************************/
/* Reset
/***********************************************************************************************/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
*/


/***********************************************************************************************/
/* Body
/***********************************************************************************************/
body
{
	margin:				20;
	font-family:		Arial, Tahoma, Helvetica, Verdana, sans-serif; 
	background-color:	#366FCD;
	color:				#336644;
	font-size:			normal;
}


/***********************************************************************************************/
/* Div classes
/***********************************************************************************************/
div.skyblue
{
	background-color:	#1D57B5;
}

div.contentbackground
{
	background-color:	#FFFFFF;
}


/***********************************************************************************************/
/* Header style classes
/***********************************************************************************************/
h1, h2, h3, h4, h5, h6
{
	margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent;
	font-size:			normal;
}

h1
{
	font-size:			1.3em;
}


h2
{
	font-size:			1.1em;
}


h3
{
	font-size:			1.3em;
	font-weight:		bold;
	font-variant:		small-caps;
	margin-top:			30;
	color:				#009900;
}


/***********************************************************************************************/
/* Img classes
/***********************************************************************************************/
img.bioPortrait
{
	border-width:		thin;
	border-color:		#aa5555;
	width:				70px;
	border-style:		solid;
}


/***********************************************************************************************/
/* "Boldface" text classes
/***********************************************************************************************/
b.email
{
	font-family:		courier, serif;
	font-weight:		normal;
	color:				#ffffff;
}

b.faded
{
	color:				#aa5555;
	font-weight:		normal;
}


/***********************************************************************************************/
/* List classes
/***********************************************************************************************/
ul
{
	margin-left: 15;
}


ul.bioBullet
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/***********************************************************************************************/
/* Paragraph classes
/***********************************************************************************************/
p
{
	font-size:			1.1em;
	padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent;
	margin-top: 5;
	margin-bottom: 15;
	margin-left: 0;
	margin-right: 0;
}

p.email
{
	margin-top: 4;
	margin-bottom: 4;
}

p.inset
{
	margin-left: 25;
}

p.copyright
{
	font-size:			0.8em;
	color:				#FFFFFF;
	margin-top:			0;
}

p.MothersDayOutTitleText
{
    font-family:		First Grader, Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size:			3.1em;
	color:				#CC0000;
	font-weight:		normal;
	margin-top:			0;
	margin-bottom:		0;
}

p.MDOsubtitle
{
	font-variant:		small-caps;
	font-size:			1.1em;
	color:				#CC0000;
	font-weight:		bold;
	margin-top:			0;
	margin-bottom:		10;
}


/***********************************************************************************************/
/* Table classes
/***********************************************************************************************/

table.centeredBlockTitle
{
	max-width:			1300;
	width:				25%;
	min-width:			500;
}

table.centeredBlockRegular
{
	max-width:			1400;
	width:				85%;
	min-width:			600;
}

tr.darkened
{
	background-color:	#440000;
}

td.pricetable
{
	font-size:			1.1em;
	padding: 6; border: 0; outline: 0; vertical-align: baseline; background: transparent;
	margin-top: 2;
	margin-bottom: 2;
	margin-left: 8;
	margin-right: 8;
	background-color:	#F1E9D5;
}

td.calendartable
{
	font-size:			1.0em;
	padding: 6; border: 0; outline: 0; vertical-align: baseline; background: transparent;
	margin-top: 2;
	margin-bottom: 2;
	margin-left: 8;
	margin-right: 8;
}

td.stripe
{
	background-color:	#000099;
}

td.buttonActive
{
	background:url(navlink_bg_active.gif) repeat;
}

td.buttonActiveOld
{
	background-color: #00219A;	
	filter:alpha(opacity=60);
	opacity:0.6;
}

td:hover
{
}

td.buttonInactive
{
	color:				#ffffff;
	background:url(navlink_bg_inactive.gif) repeat;
	font-weight:		bold;
}

td.buttonInactiveOld
{
	color:				#ffffff;
	background-color:	#445EDD;
	font-weight:		bold;
}



/***********************************************************************************************/
/* TEXT HYPERLINKS
/***********************************************************************************************/
a:link
{
	font-weight:		bold;
	color:				#FF0000;
	text-decoration:	none;
}

a:visited
{
	font-weight:		bold;
	color:				#FF0000;
	text-decoration:	none;
}

a:hover
{
	color:				#FF3333;
	text-decoration:	underline;
}

a:active
{
	color:				#FF3333;
	text-decoration:	underline;
}


/***********************************************************************************************/
/* HYPERLINKED TEXT BUTTONS
/***********************************************************************************************/
a:link.button
{
	font-weight:		bold;
	color:				#D1D9FF;
	text-decoration:	none;
}

a:visited.button
{
	font-weight:		bold;
	color:				#D1D9FF;
	text-decoration:	none;
}

a:hover.button
{
	color:				#ffffff;
}

a:active.button
{
	color:				#ffffff;
}


/***********************************************************************************************/
/* HYPERLINKED TEXT HOMEPAGE LARGE LINKS
/***********************************************************************************************/
a:link.largelink
{
	font-weight:		normal;
	font-size:			1.7em;
	color:				#cc0000;
	text-decoration:	none;
}

a:visited.largelink
{
	font-weight:		normal;
	font-size:			1.7em;
	color:				#cc0000;
	text-decoration:	none;
}

a:hover.largelink
{
	color:				#ff0000;
	text-decoration:	underline;
}

a:active.largelink
{
	color:				#ff0000;
	text-decoration:	underline;
}



