@charset "utf-8";

/* CSS Document */


 

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	background-image: url(images/bg-hor.png);

}

.flrgt {

	float:right;

	}

.thrColAbsHdr #contentcontainer {

	position: relative;

	z-index: 2;

	top: 10px;

}





.thrColAbsHdr #sidebar1 {

	position: absolute;

	top: 20px;

	left: 0;

	width: 160px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-style: normal;

	color: #000000;

	text-align: left;

	z-index: 1;

}

.thrColAbsHdr #container {

	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */

	width: 900px;

	text-align: left;

	border-top-color: #000000;

	border-right-color: #000000;

	border-bottom-color: #000000;

	border-left-color: #000000;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

} 



/* Tips for absolutely positioned sidebars with header and footer:

1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.

2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.

3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.

4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.

*/

.thrColAbsHdr #header {

	height: 160px;

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 0px;

	top: 10px;

	margin-top: 20px;

	width: 900px;

	z-index: 10;

	position: relative;

} 

.thrColAbsHdr #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 */

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}

.thrColAbsHdr #sidebar2 {

	position: absolute;

	top: 20px;

	width: 160px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9px;

	z-index: 1;

	right: 0px;

}

.thrColAbsHdr #mainContent {

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: 150px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000000;

	position: absolute;

	top: 20px;

	width: 580px;

}

.thrColAbsHdr #footer {

	width: 350px;

	font-size: 9px;

	background-image: url(images/playerbg2.png);

	height: 250px;

	position: fixed;

	left: 0px;

	bottom: 0px;

	z-index: -1;

} 
.thrColAbsHdr #mainContent h3{
	margin-top: 0px;	
}
.thrColAbsHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.thrColAbsHdr #footer a:link {
	color: #FFFFFF;
}
.thrColAbsHdr #footer a:visited {
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.blue_top/* box style */

  {

	position: relative;

	height: 49px;

	text-align: center;

	background-image: url(images/box_images/bxtop.png);

	margin-left: 11px;

	margin-right: 15px;

	color: #FFFFFF;

	display: block;

}

.blue_content  {

	position: absolute;

	width: 100%;

	margin-top: 49px;

	margin-bottom: 23px;

}

.blue_content_text  {

	background-color: #FFFFFF;

	padding: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

	display: block;

	margin-left: 10px;

	margin-right: 15px;

}

.blue_content_text  h3 {

	font-size: 14px;

	color: #3366FF;

	}

.blue_footer  {

	background-image: url(images/box_images/btm.png);

	height: 23px;

	margin-right: 15px;

	margin-left: 11px;

	display: block;

}

.blue_bxbtmright  {

	background-image: url(images/box_images/btmright.png);

	position: absolute;

	height: 23px;

	width: 15px;

	right: 0px;

	bottom: 0px;

	visibility: visible;

	display: block;

}

.blue_bxbtmleft  {

	background-image: url(images/box_images/btm_lft.png);

	position: absolute;

	height: 23px;

	width: 11px;

	left: 0px;

	bottom: 0px;

	visibility: visible;

	display: block;

}

.blue_leftcrn  {

	position: absolute;

	left: 0px;

	top: 0px;

	background-image: url(images/box_images/top_left.png);

	height: 49px;

	width: 11px;

	visibility: visible;

	display: block;

}

.blue_rightcrn  {

	position: absolute;

	top: 0px;

	right: 0px;

	background-image: url(images/box_images/top_right.png);

	width: 15px;

	height: 49px;

	visibility: visible;

	display: block;

}

.blue_boxcontainer   {

	position: relative;

	height: 100%;

	width: 100%;

}

.blue_bxleftside  {

	position: absolute;

	height: 100%;

	left: 0px;

	top: 0px;

	width: 10px;

	bottom: 0px;

	background-image: url(images/box_images/left_side.png);

	visibility: visible;

	display: block;

	clip: rect(auto,auto,auto,auto);

}

.blue_bxrightside  {

	position: absolute;

	width: 15px;

	background-image: url(images/box_images/right_side.png);

	visibility: visible;

	display: block;

	right: 0px;

	top: 0px;

	height: 100%;

}

.test1  {

	position: relative;

}



.thrColAbsHdr #bxtop {

	background-image: url(images/bx-topwaff.png);

	height: 30px;

	font-size: 12px;

	color: #FFFFFF;

	text-align: center;

	padding-top: 20px;

	margin-top: 10px;

}

.thrColAbsHdr #bxcontent {

	background-color: #FFFFFF;

	padding: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	border-top-width: medium;

	border-right-width: medium;

	border-bottom-width: medium;

	border-left-width: medium;

	border-top-style: groove;

	border-right-style: ridge;

	border-bottom-style: ridge;

	border-left-style: groove;

	border-top-color: #3399FF;

	border-right-color: #3399FF;

	border-bottom-color: #3399FF;

	border-left-color: #3399FF;

}

.thrColAbsHdr #bxcontent h3 {

	font-size: 14px;

	color: #3366FF;

}





.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

 

[if IE 5]>

<style type="text/css"> 

/* place css box model fixes for IE 5* in this conditional comment */

.thrColAbsHdr #sidebar1 { width: 180px; }

</style>

<![endif]

h1 {

	font-size: 12px;

	color: #FFFFFF;

}

h2 {

	font-size: 12px;

	color: #FFFFFF;

}

h3 {

	font-size: 12px;

	color: #FFFFFF;

}

.thrColAbsHdr #bgpic {

}

.thrColAbsHdr #header_menu {

	height: 30px;

}

.c1 {

  clear:both;

}



.c2 {

	float:left;

	width:33%;

	text-align: center;

	vertical-align: top;

}



.c3 {

	float:left;

	width:33%;

	text-align: center;

	vertical-align: top;

}



.c4 {

	clear:both;

}



.c5 {



  }

td img {

/* Another Mozilla/Netscape bug with making sure our images display correctly */

	display: block;

}



#FWTableContainer1328278238 {

/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */

	position:relative;

	margin:0px;

	width:900px;

	height:162px;

	text-align:left;

}



#MMMenuContainer0330114733_0 {

/* This ID is related to the master menu div for menu MMMenuContainer0330114733_0 and contains the important positioning information for the menu as a whole */

	position:absolute;

	left:571px;

	top:152px;

	visibility:hidden;

	z-index:300;

}



#MMMenu0330114733_0 {

/* This class defines things about menu MMMenu0330114733_0's div. */

	position:absolute;

	left:0px;

	top:0px;

	visibility:hidden;

	background-color:#000066;

	border:1px solid #ffffff;

	width:124px;

	height:76px;

}



.MMMIFVStyleMMMenu0330114733_0 {

/* This class determines the general characteristics of the menu items in menu MMMenu0330114733_0 */

	border-top:1px solid #3366ff;

	border-left:1px solid #3366ff;

	border-bottom:1px solid #000066;

	border-right:1px solid #000066;

	width:124px;

	height:26px;

	voice-family: "\"}\"";

	voice-family:inherit;

	width:116px;

	height:18px;

}



.MMMIVStyleMMMenu0330114733_0 {

/* This class determines the general characteristics of the menu items in menu MMMenu0330114733_0 */

	border-top:0px;

	border-left:1px solid #3366ff;

	border-bottom:1px solid #000066;

	border-right:1px solid #000066;

	width:124px;

	height:25px;

	voice-family: "\"}\"";

	voice-family:inherit;

	width:116px;

	height:18px;

}



#MMMenu0330114733_0_Item_0 {

/* Unique ID for item 0 of menu MMMenu0330114733_0 so we can set its position */

	left:0px;

	top:0px;

}



#MMMenu0330114733_0_Item_1 {

/* Unique ID for item 1 of menu MMMenu0330114733_0 so we can set its position */

	left:0px;

	top:26px;

}



#MMMenu0330114733_0_Item_2 {

/* Unique ID for item 2 of menu MMMenu0330114733_0 so we can set its position */

	left:0px;

	top:51px;

}



#MMMenuContainer0330114733_0 img {

/* needed for Mozilla/Camino/Netscape */

	border:0px;

}



#MMMenuContainer0330114733_0 a {

/* Controls the general apperance for menu MMMenuContainer0330114733_0's items, including color and font */

	text-decoration:none;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#000000;

	text-align:left;

	vertical-align:middle;

	padding:3px;

	background-color:#ffffff;

	font-weight:normal;

	font-style:normal;

	display:block;

	position:absolute;

}



#MMMenuContainer0330114733_0 a:hover {

/* Controls the mouse over effects for menu MMMenuContainer0330114733_0 */

	color:#ffffff;

	background-color:#000084;

}

#MMMenuContainer0330120023_1 {

/* This ID is related to the master menu div for menu MMMenuContainer0330120023_1 and contains the important positioning information for the menu as a whole */

	position:absolute;

	left:671px;

	top:152px;

	visibility:hidden;

	z-index:300;

}



#MMMenu0330120023_1 {

/* This class defines things about menu MMMenu0330120023_1's div. */

	position:absolute;

	left:0px;

	top:0px;

	visibility:hidden;

	background-color:#000066;

	border:1px solid #ffffff;

	width:151px;

	height:276px;

}



.MMMIFVStyleMMMenu0330120023_1 {

/* This class determines the general characteristics of the menu items in menu MMMenu0330120023_1 */

	border-top:1px solid #3366ff;

	border-left:1px solid #3366ff;

	border-bottom:1px solid #000066;

	border-right:1px solid #000066;

	width:151px;

	height:26px;

	voice-family: "\"}\"";

	voice-family:inherit;

	width:143px;

	height:18px;

}



.MMMIVStyleMMMenu0330120023_1 {

/* This class determines the general characteristics of the menu items in menu MMMenu0330120023_1 */

	border-top:0px;

	border-left:1px solid #3366ff;

	border-bottom:1px solid #000066;

	border-right:1px solid #000066;

	width:151px;

	height:25px;

	voice-family: "\"}\"";

	voice-family:inherit;

	width:143px;

	height:18px;

}



#MMMenu0330120023_1_Item_0 {

/* Unique ID for item 0 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:0px;

}



#MMMenu0330120023_1_Item_1 {

/* Unique ID for item 1 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:26px;

}



#MMMenu0330120023_1_Item_2 {

/* Unique ID for item 2 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:51px;

}



#MMMenu0330120023_1_Item_3 {

/* Unique ID for item 3 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:76px;

}



#MMMenu0330120023_1_Item_4 {

/* Unique ID for item 4 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:101px;

}



#MMMenu0330120023_1_Item_5 {

/* Unique ID for item 5 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:126px;

}



#MMMenu0330120023_1_Item_6 {

/* Unique ID for item 6 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:151px;

}



#MMMenu0330120023_1_Item_7 {

/* Unique ID for item 7 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:176px;

}



#MMMenu0330120023_1_Item_8 {

/* Unique ID for item 8 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:201px;

}



#MMMenu0330120023_1_Item_9 {

/* Unique ID for item 9 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:226px;

}



#MMMenu0330120023_1_Item_10 {

/* Unique ID for item 10 of menu MMMenu0330120023_1 so we can set its position */

	left:0px;

	top:251px;

}



#MMMenuContainer0330120023_1 img {

/* needed for Mozilla/Camino/Netscape */

	border:0px;

}



#MMMenuContainer0330120023_1 a {

/* Controls the general apperance for menu MMMenuContainer0330120023_1's items, including color and font */

	text-decoration:none;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#000000;

	text-align:left;

	vertical-align:middle;

	padding:3px;

	background-color:#ffffff;

	font-weight:normal;

	font-style:normal;

	display:block;

	position:absolute;

}



#MMMenuContainer0330120023_1 a:hover {

/* Controls the mouse over effects for menu MMMenuContainer0330120023_1 */

	color:#ffffff;

	background-color:#000084;

}

#MMMenuContainer0330121249_2 {

/* This ID is related to the master menu div for menu MMMenuContainer0330121249_2 and contains the important positioning information for the menu as a whole */

	position:absolute;

	left:757px;

	top:152px;

	visibility:hidden;

	z-index:300;

}



#MMMenu0330121249_2 {

/* This class defines things about menu MMMenu0330121249_2's div. */

	position:absolute;

	left:0px;

	top:0px;

	visibility:hidden;

	background-color:#000066;

	border:1px solid #ffffff;

	width:92px;

	height:151px;

}



.MMMIFVStyleMMMenu0330121249_2 {

/* This class determines the general characteristics of the menu items in menu MMMenu0330121249_2 */

	border-top:1px solid #3366ff;

	border-left:1px solid #3366ff;

	border-bottom:1px solid #000066;

	border-right:1px solid #000066;

	width:92px;

	height:26px;

	voice-family: "\"}\"";

	voice-family:inherit;

	width:84px;

	height:18px;

}



.MMMIVStyleMMMenu0330121249_2 {

/* This class determines the general characteristics of the menu items in menu MMMenu0330121249_2 */

	border-top:0px;

	border-left:1px solid #3366ff;

	border-bottom:1px solid #000066;

	border-right:1px solid #000066;

	width:92px;

	height:25px;

	voice-family: "\"}\"";

	voice-family:inherit;

	width:84px;

	height:18px;

}



#MMMenu0330121249_2_Item_0 {

/* Unique ID for item 0 of menu MMMenu0330121249_2 so we can set its position */

	left:0px;

	top:0px;

}



#MMMenu0330121249_2_Item_1 {

/* Unique ID for item 1 of menu MMMenu0330121249_2 so we can set its position */

	left:0px;

	top:26px;

}



#MMMenu0330121249_2_Item_2 {

/* Unique ID for item 2 of menu MMMenu0330121249_2 so we can set its position */

	left:0px;

	top:51px;

}



#MMMenu0330121249_2_Item_3 {

/* Unique ID for item 3 of menu MMMenu0330121249_2 so we can set its position */

	left:0px;

	top:76px;

}



#MMMenu0330121249_2_Item_4 {

/* Unique ID for item 4 of menu MMMenu0330121249_2 so we can set its position */

	left:0px;

	top:101px;

}



#MMMenu0330121249_2_Item_5 {

/* Unique ID for item 5 of menu MMMenu0330121249_2 so we can set its position */

	left:0px;

	top:126px;

}



#MMMenuContainer0330121249_2 img {

/* needed for Mozilla/Camino/Netscape */

	border:0px;

}



#MMMenuContainer0330121249_2 a {

/* Controls the general apperance for menu MMMenuContainer0330121249_2's items, including color and font */

	text-decoration:none;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#000000;

	text-align:left;

	vertical-align:middle;

	padding:3px;

	background-color:#ffffff;

	font-weight:normal;

	font-style:normal;

	display:block;

	position:absolute;

}



#MMMenuContainer0330121249_2 a:hover {

/* Controls the mouse over effects for menu MMMenuContainer0330121249_2 */

	color:#ffffff;

	background-color:#000084;

}

.test2 {

	position: relative;

	width: 400px;

}

.cblue_bxheader {

	height: 49px;

	width: 100%;

	position: absolute;

	left: 0px;

	top: 0px;

}

.blue_bxfooter {

	height: 23px;

	width: 100%;

	position: relative;

	bottom: 0px;

}

.cbluebx_container {

	width: 150px;

	position: relative;

}



.cbluebx_title {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-align: center;

	height: 40px;

	width: 140px;

	position: relative;

	background-image: url(boxstyles/WhiteOutline/box3img/bx_top.png);

	padding-right: 5px;

	padding-left: 5px;

	padding-right: 10px;

	padding-left: 10px;

}

.centbluebx_title {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	text-align: center;

	height: 40px;

	width: 560px;

	position: relative;

	background-image: url(http://www.hindleyjuniors.com/themes/HindleyJ3cOld1/boxstyles/WhiteOutline/box3img/centbx_top.png);

	padding-right: 10px;

	padding-left: 10px;

}

.cbluebx_content {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000033;

	height: 100%;

	width: 150px;

	background-image: url(boxstyles/WhiteOutline/box3img/bx_mid.png);

	padding-left: 10px;

}

.cbluebx_footer {

	background-image: url(boxstyles/WhiteOutline/box3img/bx_btm.png);

	height: 30px;

	width: 160px;

	position: relative;

	font-family: "Edwardian Script ITC";

	font-size: 16px;

	color: #FFFFFF;

	text-align: center;

}

.centbluebx_container {

	width: 560px;

	padding-right: 10px;

	padding-left: 10px;

	padding-top: 5px;

}

.centbluebx_content {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	color: #000033;

	height: 100%;

	width: 560px;

	background-image: url(http://www.hindleyjuniors.com/themes/HindleyJ3cOld1/boxstyles/WhiteOutline/box3img/centbx_mid.png);

	padding-left: 10px;

	padding-right: 10px;

}

.centbluebx_content  h3 {

	font-size: 14px;

	color: #3366FF;

	}

.centbluebx_footer {

	background-image: url(http://www.hindleyjuniors.com/themes/HindleyJ3cOld1/boxstyles/WhiteOutline/box3img/centbxbtm.png);

	height: 40px;

	width: 580px;

	position: relative;

	font-family: "Edwardian Script ITC";

	font-size: 16px;

	color: #FFFFFF;

	text-align: center;


