/* 
	All Content World Fit for Kids
	Design by Mark Machanek
	CSS/HTML by Thomas S. Lowry 
	
	Dark Blue   =  #004562
	Light Blue  =  #cdd8e0
	Cream       =  #f2ebcf

*/

/* Website Container for Centering Content */

body {
	background-color: #004562;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding: 0;
    text-align: center; /*for IE*/
}

#siteContainer {
	position: relative;
	margin: 0 auto;
	width: 850px;
	text-align: left;
	padding: 0px;
	z-index:1;

}

/* Links */
a:link { font-family: Georgia, Times New Roman, serif ; text-decoration: underline; font-size: 12px; color: #d3914f }
a:visited {  font-size: 12px; color: #d3914f; text-decoration: underline; }
a:active, a:hover { font-size: 12px; color: #ffffff; background-color:#d3914f; text-decoration: underline; }


/* Text */
.bodyCopy {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.subHead {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #487d9f;
	text-decoration: none;
}
.subHead2 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #CA4D1A;
	text-decoration: none;
}
.subHead3 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.subHead4 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #CA4D1A;
	text-decoration: none;
}
.subHead5 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #7D6A55;
	text-decoration: none;
}
.sansCremeBold {
	font-family: Arial, Helvetica, san-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	color: #d3914f;
	text-decoration: none;
}
.body2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.headline {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #457594;
	text-decoration: none;
}
.boxStyle {
	color: #333333;
	padding: 0px 12px 0px 12px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	line-height: 18px;
}
.boxStyle2 {
	color: #333333;
	padding: 11px 12px 0px 0px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	line-height: 20px;
}

/* CLEAR FIX */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Content Divs */

#headerGraphic { position:relative; left:0px; top:0px; z-index:1; width:850px }
#menuBar { position:relative; left:0px; top:0px; z-index:2; width:850px }

/* Boxes */

#homeBox1 { position:relative; border-style:solid; border-width: 1px; border-color:#FFFFFF; background-color: #ffffff; z-index:4; width:408px; float: left; }
#homeBox2 { position:relative; border-style:solid; border-width: 1px; border-color:#FFFFFF; background-color: #ffffff; z-index:4; width:408px; float: right; }
#logoBox { position:relative; border-style:solid; border-width: 1px; border-color:#FFFFFF; background-color: #ffffff; left:10px; top:22px; z-index:4; width:828px; float: left; }

#mainContent { position:relative; border-style:solid; border-width: 1px; border-color:#FFFFFF; background-color: #ffffff; left:10px; top:12px; z-index:4; width:828px; float: left; }

#logoContainer1 {
	position:absolute;
	right:85px;
	top:745px;
	z-index:20;
	width:150;
	float: right;
}

#logoContainer2 {
	position:absolute;
	right:85px;
	top:890px;
	z-index:22;
	width:150;
	float: right;
}
