@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 12px;
	width: 100%;
	display: table;
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../image-files/background-baby-0809.jpg);
	}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
#header  {
	height: 155px;
	width: 900px;
	margin: 0px;
	padding: 0;
} 
#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 */
}

#mainContent  {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 603px;
	position: relative;
	top: 0px;
} 
#mainContent h1 {
	font-size: 26px;
	color: #E02874;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent-norightcolumn h1 {
	font-size: 1.5em;
	color: #06172A;
	text-align: center;
}
#mainContent h2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 20px;
	text-align: center;
}
#mainContent-norightcolumn h2 {
	font-size: 1.2em;
	color: #D87093;
	text-align: center;
}
#mainContent  h3 {
	font-size: 12px;
	color: #333;
	margin-top: 18px;
}
#mainContent h4 {
	color: #777777;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent-norightcolumn h4 {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a {
	font-weight: normal;
}
#mainContent table {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}	
#mainContent td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 15px;
}
#mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent-norightcolumn h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #006;
}
#mainContent-norightcolumn li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContent-norightcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent blockquote {
	font-style: italic;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../image-files/);
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #B6CA01;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-position: center;
}

/* left menu SBI Includes */
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 192px;
	top: 142px;
	position: absolute;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 ul{ 
	margin-left:10px;
	padding-left: 5px; 
	list-style:none; 
	padding-bottom:0; 
	margin-bottom:1px; 
	margin-top:2px; 
	font-size:14px;
}
#sidebar1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height:20px;
}
#sidebar1 li a:link {
	text-decoration: none;
	color: #000000;
}
#sidebar1 li a:visited {
	text-decoration: none;
	color: #000000;
}
#sidebar1 li a:hover {
	text-decoration:underline;
	color: #0000FF;
}
#sidebar1 h2 {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 0px;
}
#sidebar1 h2 a:link {
	text-decoration: none;
	color: #000000;
}
#sidebar1 h2 a:visited {
	text-decoration: none;
	color: #000000;
}
#sidebar1 h2 a:hover {
	text-decoration:underline;
	color: #0000FF;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	
/* end left menu */
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
	top: 155px;
	position: absolute;
	left: 807px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	height: 2200px;
	background-color: #eeead8;
}
#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3em;
	margin-left: 8px;
}
#sidebar2 h3 {
	color: #EEEEEE;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar2 h4 {
	font-style: normal;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer  {
	text-align: center;
	margin-top: 40px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFFFFF;
} 
#footer a {
	color: #0000FF;
}
#footer  p  {
	margin: 10; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
#mainContent-norightcolumn {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 550;
	position: relative;
	top: 0px;
}
#sidebarTPK {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	top: 155px;
	position: absolute;
	text-decoration: none;
	margin: 0px;
	left: 1px;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.borderpix {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#side-tab-home {
	float: right; /* since this element is floated, a width must be given */
	width: 596px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 479px;
	position: absolute;
	left: 191px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	height: 505px;
	background-color: #d8c5a4;
}
.borderpixhome {
	padding: 11px;
	background-color: #ebf6fc;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}





/* ------ Begin Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 120%;
color: #D87093;
border-bottom: 1px solid #8B0A30;
margin: 12px 0 12px 5px;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 5px;
}

.Navigation li {
background-color: #f9d6f0;       
border: 1px solid #8B0A30;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #8B0A30;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color:#8B0A30;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #dc73e5;   
text-decoration: underline;
}



/* ------ End Left Column Navigation ------ */
