/* CSS Document */
/* This CSS document controls the main page only because it will be set up differently than most (and probably all) of the Tier 2 pages.  It has a left column, a wide right column that is broken into several sections - 2 sections on top, 1 middle section and 2 sections on the bottom.  Underneath all of that is the footer. */

body {
	background-image:  url("../graphics/backgrounds/pagebg.gif");
	text-align:center;
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 0px 10px;
	padding: 0px;
}

strong {
	font-weight: bold;
}

#wrapper {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	background-image:  url("../graphics/backgrounds/mainbg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	background-image: url(../graphics/headergraphics/TileHeaderBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 200px;
	
}

#leftcol {
	width:205px;
	padding:0px;
	float:left;
	
}
	
/* This controls the entire wide right side of the document - the main column*/
#maincol {
	background-color: #FFFFFF;
	background-image:  url("../graphics/backgrounds/maincolbg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	width:565px;
	float:left;
}

/* This controls the left side section in the TOP ROW of the wide right main column */
#maintopleft {
	width: 267px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	height: 160px;
}

/* This controls the right side section in the TOP ROW of the wide right main column */
#maintopright {
	width: 255px;
	float: left;
	background-color: #FFFFFF;
	padding: 40px 10px 10px;
	height: 130px;
}

/* This controls the faded BLUE MIDDLE ROW in the wide right main column */
#mainmiddlerow {
	width: 542px;
	background-color: #d3dde3;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px;
	padding: 0px 10px 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 98;
}

/* This controls the LEFT side section in the BOTTOM ROW of the wide right main column */
#mainbottomleft {
	width: 245px;
	float: left;
	background-color: #FFFFFF;
	height: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* This controls the PICTURE OF THE BOY WITH BRIEFCASE in the BOTTOM ROW of the wide right main column */
#mainbottomctr {
	width: 91px;
	float: left;
	text-align: center;
	background-color: #eeeeee;
	height: 175px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;	
}

/* This controls the RIGHT side section in the BOTTOM ROW of the wide right main column */
#mainbottomright {
	width: 181px;
	float: left;
	background-color: #eeeeee;
	height: 175px;
	padding: 10px 10px 0px 5px;

}

/* Bottom Menu */
#bottommenu {
	background-color: transparent;
	background-image:  url("../graphics/backgrounds/menubottombg.jpg");
	background-position: left top;
	height: 25px;
	width: 770px;
	padding-top: 10px;
	

}

/* Footer */
#footer {
	background-color: transparent;
	background-image:  url("../graphics/backgrounds/footerbg.jpg");
	background-position: left top;
	width: 770px;
	padding-top: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;

}

/* Below are elements on the page */

.leftcoltitle {
	text-align: center;

}
		
.arrow {
	float: right;
	margin-top: 6px;
	margin-left: 5px;

}

.leftarrow {
	float: left;
	margin-top: 6px;
	margin-left: 5px;

}
			
.creativeface {
	float: left;
	margin-right: 15px;
		
}
	
.w3c {
	float: left;
}

.menuline {
	margin-top: -15px;

}
