/*
    This file is intended to contain custom styles for simple customization scenarios. This file is specified
    after all standard CSS files, so rules defined here with the same specificity as those in standard CSS
    files should apply.
    
    It is considered a best practice to add styles via this file instead of directly modifying a standard CSS
    file. This approach allows for more straightforward upgrade, bugfix and migration scenarios.
    
    Potential simple customization scenarios might include color/font changes, padding/margin changes, etc.
*/

html, body  {
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
	margin: 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 */
	background-image: url(/content/images/siteimages/diagonal_bg.gif);
	background-repeat:repeat;
}
.global-breadcrumb {
    right:0px;
    top:0px;
    background:#CCC;
    color:black;
    font-size:11px;
    padding-top:5px;
    width:100%; 
    line-height:11px; 
    padding-bottom:5px;  
}
.global-breadcrumb-a{
	width: 973px;
	margin:0px auto;
	text-align:left;
}
.global-breadcrumb-a a {
    text-decoration:underline;
    font-size:11px;
}

.global-links {
    margin-left:21px
}
div.header_family {
            width: 973px;
            height:25px;
            top:15px;
            padding-top:15px;
   			padding-bottom:15px;
   			margin:0px auto;
   			text-align:left;
   			display:block;
   
			
         }
.header_HTML{
   width: 973px;
   padding-top:15px;
   padding-bottom:15px;
   margin:0px auto;
   text-align:left;
   display:block;
   
}
 
 .header_HTML img{
   border:0px;
 }
 
a{
 color:#005480;
 text-decoration:underline;
 }
 #BreadCrumB a:hover { 
 color: #996600; 
 }
 
 .Header_support {
 float:right;
 }
 
 .Header_LOGO{
 display:block;
 overflow:hidden;
 }
 
 .Header_support a:hover, .Begin_Content_HTML a:hover{
 text-decoration:underline;
 }
 
 .Begin_Content_HTML {
   width: 973px;
   padding-top:10px;
   padding-bottom:0px;
   margin:0px auto;
   text-align:right;
   display:block;
   border-top:1px solid #CCC;
   border-right:1px solid #CCC;
   border-left:1px solid #CCC;
   background:#FFF;
}
.Begin_Content_HTML  span, .Header_support span{
 padding-right:15px;
 display:inline;
 }
 
 
 

.body_HTML{
   width: 973px;
   margin:0px auto;
   text-align:left;
   display:block;
   border-left:1px solid #CCC;
   border-right:1px solid #CCC;
   background:#FFF;
   overflow:hidden;
   height:auto;
   padding-top:10px;
  
}

.body_HTML .BreadCrumb_001{
  padding-left:15px;
  margin-bottom:5px;
}

.BreadCrumb_002{
  padding-left:15px;
  margin-bottom:5px;
  overflow:hidden;
}

.left_breadBox{
   background:url(/content/images/siteimages/left_breadBox.jpg);
   height:66px;
   width:16px;
   background-repeat:no-repeat;
   display:block;
   float:left;
  
   }
   
   .center_breadBox{
   background:url(/content/images/siteimages/center_breadBox.jpg);
   height:66px;
   width:907px;
   background-repeat:repeat-x;
   display:block;
   float:left;
}
   
   .center_breadBox div{
   height:63px;
   width:900px;
   text-align:right;
   padding-right:10px;
   overflow:hidden;
   padding-top:20px;
   position:relative;
   top:-5px;
   vertical-align:middle;
   
   }
   
   .center_breadBox div img.cat{
   float:left;
   position:relative;
   top:-5px;
   
   }
   

     .center_breadBox .tx{
   background:url(/content/images/tx/family/gotocat_tx.gif);
   height:63px;
   width:900px;
   background-repeat:no-repeat;
   background-position:center left;
   text-align:right;
   padding-right:10px;
   overflow:hidden;
   padding-top:20px;
   position:relative;
   top:-5px;
   }

   .center_breadBox div img{
   position:relative;
   top:7px;
   border:0px;
   }
   
    .right_breadBox{
   background-image:url(/content/images/siteimages/right_breadBox.jpg);
   height:66px;
   width:16px;
   background-repeat:no-repeat;
   display:block;
   float:left;
   background-position:left;

   }
   
   .bluebox_full{
  margin:0px auto;
  width:934px;
  height:15px;
  padding-top:5px;
  padding-bottom:5px;
  background-image:url(/content/images/siteimages/blue_topbar_full.jpg);
  background-repeat:no-repeat;
  overflow:hidden;
  vertical-align:middle;
  }
  
  
    .bg_full_bottom_001{
    margin:0px auto;
  width:914px;
  padding-left:20px;
  height:20px;
  background-repeat:no-repeat;
  background-image:url(/content/images/siteimages/bg_full_bottom_001.jpg);
  margin-bottom:5px;
  
  }
  
  .white, h1.white {color:#FFF; font-size: 14px; font-weight:bold; padding-left:20px;}

   h2{
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}

table.results {
	font-size: 11px;
	
	padding: .2em;
	spacing: 0;
	border-collapse:collapse;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom:1px solid #999999;
}
table.results td {
	padding: 2px;
	
}
table.results .r0 td {
	background-color: eaedda;
	padding: 2px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}

.align_right {
float: right;
}

.align_left {
float: left;
}


.align_center {
float:inherit;

}
table.results tr th {
	background-color: #A4B253;
	padding: 4px;
	font-weight: bold;
	color: #FFF;
	margin: 2px;
	background-image: url(/content/images/siteimages/games_table_th.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;	
}

table.results .last{

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}




table.results tr.r1a td {
	background-color: FFF;

}
table.results tr.r1b td {
	background-color: #E4E4E4;
	
}

table.results tr.r1c td { background-color: #FFF;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

table.results tr.r1d td { background-color: #E4E4E4;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


table.results tr.r2a td { background-color: #982230; color: #FFF;}

table.results tr.r2b td {
	background-color: #e9c21b;
	color: #333333;
}

table.results tr.r1c td { background-color: FFF;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

table.results tr.r2c td { background-color: #4a86a5; color: #333333;}
table.results tr.r2d td { background-color: #93a445; color: #FFF;}


table.results tr.r3 td {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

table.results tr.r4a td {
	background-color: #D3A992;
	color: #333333;
}
table.results tr.r4b td {
	background-color: #F1D382;
	color: #333333;
}
table.results tr.r4c td {
	background-color: #5397B8;
	color: #333333;
}
table.results tr.r4d td {
	background-color: #CBD2A5;
	color: #333333;
}
table.results strong {
font-size: 12px;
}

table.studyguide {
	padding: 3px;
	spacing: 0;
	border-collapse:collapse;
	text-align: left;
	
}
table.studyguide td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 15px;
}
table.studyguide tr.d0 td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
	text-align: center;
}

.last {
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
} 
.first {
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 
table.studyguide tr th {
	background-color: #A4B253;
	padding: 2px;
	border: 1px solid #999999;
	font-weight: bold;
	color: #FFF;
	background-image: url(/content/images/siteimages/games_table_th.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	height: 20px;
}
table.studyguide tr.d1 td {
	background-color: #FFFFFF;
}
table.studyguide tr.d3 td {
	background-color: #DDEBB7;
}

#ll_left_bg p {
	font-size: 14px;
	font-weight: bold;
	color: #016895;
	text-align: center;
	padding-top:0 px;
	display:block;
	padding-bottom:0px;
	margin:0px
	padding-top:12px;
}


#ll_left_top {
	width: 221px;
	height:12px;
	background-image: url(/content/images/siteimages/ll_box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	
}

#ll_left_bottom {
	width: 221px;
	height:12px;
	
	background-image: url(/content/images/siteimages/ll_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}

.faq {
font-size: 11px;
margin: 0;
}

.faq h2 {
	font-size: 14px;
	color: #7E3517;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E3517;
	padding-top: 20px;
}

.bg_full_001M h1{
color: #7E3517;
font-size:22px;
padding:0px;
margin:0px;
line-height:22px;
}

.bg_full_001M strong{
color: #7E3517;}

.close {
background-image: url(/content/images/siteimages/faq_plus.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;

}
.open {
background-image: url(/content/images/siteimages/faq_minus.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	}
	.close strong, .open strong{
	color:#666;
	}
	
.faq p{
display:none;
}

.faq h3{
cursor:pointer;
}

.red {
	color: #7E3517;
}

.mainContent a{color:#005480; text-decoration:underline;}
a:hover { color: #996600; }

.boxTitle{
color:#7E3544;
font-weight:normal;
font-size:18px;
font-family: "Trebuchet MS" Arial, Tahoma, Helvetica, sans-serif;
display:block;
line-height:21px;
}

#ll_left_bg {
	width: 193px;
	height: 75px;
	overflow:hidden;
	margin: 0px;
	background-image: url(/content/images/siteimages/ll_box_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}

#ll_left_bg h1 {
	font-size: 18px;
	font-weight: normal;
	color: #844533;
	text-align: center;
	display:block;
	padding:0px;
	margin:0px;
	line-height:auto;
	height:35px;
	
}

.left_blue_td{

 background-color:#E1ECF1;
 padding-left:0px;
 margin-left:0px;
 line-height:10px;

 


}

.midileTD {
 background-image:url(/content/images/siteimages/slider.png);
 background-position:right;
 background-repeat:repeat-y;
  padding-left:0px;
 margin-left:0px;
   padding-right:0px;
 margin-right:0px;
 vertical-align:top;

 }
 
 .bottomHider {
 background-image:url(/content/images/siteimages/slider.png);
 background-position:right;
 background-repeat:repeat-y;
 background-color:#FF0000;
  padding-left:0px;
 margin-left:10px;
   padding-right:0px;
 margin-right:10px;
 }

.left_blue_td img, .midileTD img{
 padding-left:0px;
 margin-left:0px;
 padding-top:0px
 margin-top:0px;
 vertical-align:top;

 
}



.left_blue_td .r_1{
background-color: #982230;
width:234px;
height:25px;
color: #FFFFFF;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .r_2{
background-color: #e9c21b;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .r_3{
background-color: #5397B8;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .r_4{
background-color:  #93a445;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
line-height:25px;
border:1px solid #8C8C8C;
}
.left_blue_td .r_5{

width:246px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
line-height:25px;

}

.closewindow {
	
	height: 35px;
	float:none;
	display:block;
	
}

.left_blue_td b{
	}
	
	.Txt_r {
	width:200px;
	float:right;
	}
	
	
	#bluebar_right_top {
	width: 240px;
	height:18px;
    float: left;
	background-image: url(/content/images/siteimages/box240-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#bluebar_right_bottom {
	width: 240px;
	height:18px;
	float: left;
	background-image: url(/content/images/siteimages/box240-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
#bluebar_right_bg {
	float: left;
	width: 210px;
	margin-top: 0px;
	background-image: url(/content/images/siteimages/box240-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dbdbdb;
	border-left-color: #dbdbdb;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	color: #7E3517;
	vertical-align: top;
}


table.games {
	padding: 3px;
	spacing: 0;
	border-collapse:collapse;
	text-align: left;
	width: 820px;
	border:1px solid #ccc;	
}
table.games td {
	padding: 3px;
	
}
table.games tr.d0 td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
	text-align: center;
}

table.games tr {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
	text-align: left;
}

.last {
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
} 
.first {
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
} 
table.games tr th {
	background-color: #A4B253;
	padding: 2px;
	border: 1px solid #999;
	font-weight: bold;
	color: #FFF;
	background-image: url(/content/images/siteimages/games_table_th.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	height: 20px;
}
table.games tr.d1 td {
	background-color: #FFFFFF;
}
table.games tr.d3 td {
	background-color: #DDEBB7;
}

table.games img{
   margin-left:0px;
}
   


.mainUL {
	margin:0px auto;
	list-type-style: none;
	text-align:left;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	float:none;
	overflow:hidden;
	width:980px;

	}
	
	.mainUL li{
	float:left;
	padding-right:0px;
	list-style-type: none;
	display:inline;
	width:auto;
	}
	
	#leftContent{
	width:644px;
	padding-top:0px;
	padding-left:20px;
	}
	
	.homeTable{
	position:relative;
	top:-15px;
	}





.thebox {
	
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	padding-top:5px;
	padding-bottom:5px;
	width: 313px;
	overflow:hidden;	
	}

	
	

.boxcontent{
width: 313px;
margin:0px;
padding:0px;

background-repeat:repeat-y;
height:100px;
}

.boxcontent .insideBox{
padding-left:20px;
padding-right:15px;
padding-top:8px;
line-height:23px
}

.boxcontent img{
padding-right:12px;
}

.b_bottom{
background: url(/content/images/siteimages/box313-bottom_blue.jpg);
background-repeat:no-repeat;
height:28px;
}

.g_bottom{
background: url(/content/images/siteimages/box313-bottom_green.jpg);
background-repeat:no-repeat;
height:28px;

}

.gray_bottom{
background: url(/content/images/siteimages/box313-bottom_green.jpg);
background-repeat:no-repeat;
height:28px;

}



.supportBox{
background-image: url(/content/images/siteimages/support_resources.jpg);height:90px; background-repeat:no-repeat; width:140px; float:left;
}

.insideBox span{
height:70px;
display:block;
float:none;
overflow:hidden;
padding:0px;
margin:0px;
}

.BoxContent_container{
padding-left:20px;
padding-top:50px;


}












.middile_right{
margin-top:15px;
color:#666;
line-height:20px;
font-size:14px;
padding-bottom:12px;
}

.middile_right span{
color:#7E3544;
}

.right-BOTTOM-content {
width:223px;
text-align:left;
margin:0px auto;
padding-left:24px;
padding-top:20px;
padding-right:20px;
background:#FFF;
padding-bottom:12px;
}

.bottom_right{
background-image:url(/content/images/siteimages/left-nav-bg-bottom-gray.gif);
width:275px;
height:18px;
background-repeat:no-repeat;
}

.right-BOTTOM-content a{
color:#FFF;
text-decoration:none;
font-weight:bold;
padding-left:12px;
 width:155px;
 height:22px;
 line-height:22px;
 display:block;
padding-bottom:5px;
background-repeat:no-repeat;
}
.right-BOTTOM-content a:hover{
text-decoration:underline;
}

.green {
 text-align:left;
 background-image:url(/content/images/siteimages/green_button.jpg);

 }
 
 .blue {
 text-align:left;
 background-image:url(/content/images/siteimages/blue_button.jpg);

 }
 
#leftContent h1{
color: #7e3517;
}

.submitgo{
	height: 22px;
	width: 73px;
	background: url(/content/images/siteimages/blogboxBg.jpg) no-repeat top left;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	text-align: left;
	text-indent: 14px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
}
 
img {border:0px;}

table.results {
	font-size: 11px;
	
	padding: .2em;
	spacing: 0;
	border-collapse:collapse;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom:1px solid #999999;
}
table.results td {
	padding: 2px;
	
}
table.results .r0 td {
	background-color: eaedda;
	padding: 2px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}

.align_right {
float: right;
}

.align_left {
float: left;
}


.align_center {
float:inherit;

}
table.results tr th {
	background-color: #A4B253;
	padding: 4px;
	font-weight: bold;
	color: #FFF;
	margin: 2px;
	background-image: url(/content/images/siteimages/games_table_th.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;	
}

table.results .last{

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right:1px solid #CCC;
}




table.results tr.r1a td {
	background-color: FFF;

}
table.results tr.r1b td {
	background-color: #E4E4E4;
	
}

table.results tr.r1c td { background-color: #FFF;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

table.results tr.r1d td { background-color: #E4E4E4;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


table.results tr.r2a td { background-color: #982230; color: #FFF;}

table.results tr.r2b td {
	background-color: #e9c21b;
	color: #333333;
}

table.results tr.r1c td { background-color: FFF;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

table.results tr.r2c td { background-color: #4a86a5; color: #333333;}
table.results tr.r2d td { background-color: #93a445; color: #FFF;}


table.results tr.r3 td {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

table.results tr.r4a td {
	background-color: #D3A992;
	color: #333333;
}
table.results tr.r4b td {
	background-color: #F1D382;
	color: #333333;
}
table.results tr.r4c td {
	background-color: #5397B8;
	color: #333333;
}
table.results tr.r4d td {
	background-color: #CBD2A5;
	color: #333333;
}
table.results strong {
font-size: 12px;
}

table.studyguide {
	padding: 3px;
	spacing: 0;
	border-collapse:collapse;
	text-align: left;
	
}
table.studyguide td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 15px;
}
table.studyguide tr.d0 td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.5em;
	text-align: center;
}

.last {
	background-color: #FFF;
	border-right:1px solid #CCC;
} 
.first {
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 
table.studyguide tr th {
	background-color: #A4B253;
	padding: 2px;
	border: 1px solid #999999;
	font-weight: bold;
	color: #FFF;
	background-image: url(/content/images/siteimages/games_table_th.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	height: 20px;
}
table.studyguide tr.d1 td {
	background-color: #FFFFFF;
}
table.studyguide tr.d3 td {
	background-color: #DDEBB7;
}

h3 {
	font-size: 14px;
	color: #7E3517;
	padding-top:20px;
	padding-bottom:10px;
	margin:0px;


}


.footer_HTML{
   width: 973px;
   margin:0px auto;
   text-align:left;
   display:block;
   border:1px solid #CCC;
   background:#FFF;
   height:auto;
   margin:0px auto;
   overflow:hidden;
}

.footer_HTML div{

   float:left;
   padding-top:15px;
}

.footer_HTML #T_img{

   display:inline;
   padding:15px;
   line-height:15px;
    width:780px;
}

/* oooooooooooooo Begin Bread Crumbs ooooooooooooo */
.bread-crumbs {
  background:#FFF;
  font-size:11px;
  font-weight:normal;
  font:Verdana,Arial,Sans-Serif;
  width: 973px;
  height:16px;
  margin:0px auto;
  text-align:left;
  display:block;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCCCCC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCCCCC;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCCCCC;

}
.bread-crumbs a {
  color:black;
  white-space:nowrap;
  text-decoration:underline;
  font-weight:normal;
}
.bread-crumbs a:hover {}
/* oooooooooooooo End Bread Crumbs ooooooooooooo */

#BreadCrumB {
    width:100%;
   
    height:16px;
    margin-top:0px;
    padding-top:4px;
    line-height:11px;
 }
 
 languageSelector {
    width: 973px;
    right:24px;
    top:24px;
    background:#FFF;
 }

 
 
 
 
 
 
 
 
 
 
    /* Added by Ivy */
    
    
    
.centerDivs {
	width: 973px;
    height:auto;
	margin:0px auto;
	text-align:left;
	padding-bottom:14px;
	padding-left:0px;

}

 .centerDivs img{
    margin-left:10px; border:0px; 
	}
	
	.centerDivs div span{ padding-right:15px; }
	#content div span{padding-right:5px;}
	.centerDivs span a:hover, .supportHref:hover{ text-decoration:underline; color:#005480;}
	.centerDivs span a, #content span a, .supportHref{text-decoration:none; color:#005480;}
	#lang_var {padding:5px;}   
	
	
	ul.mainUL {
	margin:0px auto;
	width: 100%;
	list-style: none;
	float:left;
	text-align:left;
	padding-top:0px;
	background:#FFF;	
	padding-bottom:10px;
	padding-left:0px
	
	
	}
	
	ul.mainUL li{
	float:left;
	padding-right:13px;
	}
	
	
	#leftContent{
	width:644px;
	padding-top:0px;
	padding-left:20px;
	}
	
	
	.familyHeading{
	font-size: 22px;
	color: #7e3517;
	font-weight: normal;
	font-family: "Trebuchet MS" Arial, Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height :20px;
	display:inline;
}

#slider h1{
	font-size: 22px;
	color: #7e3517;
	font-weight: normal;
	font-family: "Trebuchet MS" Arial, Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height :20px;
	display:inline;
}
#banner-photo {line-height:20px;}
#banner-photo h1 {font-weight: bold;}






.boxcontent{
width: 313px;
margin:0px;
padding:0px;
background-repeat:repeat-y;
height:100px;
}


.insideBox{
padding-left:20px;
padding-right:15px;
padding-top:8px;
line-height:23px
}

.boxcontent img{
padding-right:12px;
}


.insideBox span{
height:70px;
display:block;
float:none;
overflow:hidden;
padding:0px;
margin:0px;
}

.submitgo{
	height: 22px;
	width: 73px;
	background: url(/content/images/siteimages/go_button.png) no-repeat top left;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	text-align: left;
	text-indent: 14px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
}
.familyStrong {
color:#7E3544;
}	 


.b_bottom{
background: url(/content/images/siteimages/box313-bottom_blue.jpg);
background-repeat:no-repeat;
height:28px;
}


.w_bottom{
background: url(/content/images/siteimages/box313-bottom.gif);
background-repeat:no-repeat;
height:28px;

}


.right-TOP-content{
background-image:url(/content/images/siteimages/left-nav-bg-top-gray.gif);
width:275px;
height:20px;

}



.right-CENTER-content{
background-image:url(/content/images/siteimages/left-nav-bg-center-gray.GIF);
width:275px;
text-align:center;
color:#333;

}


.orangeBox {
width:223px;
height:150px;
background-image:url(/content/images/siteimages/learninglocatorbox_1.gif);
text-align:left;
margin:0px auto;
padding-left:24px;
padding-top:12px;
padding-right:20px;
background-repeat:no-repeat;

}



.boxTitle{
color:#7E3544;
font-weight:normal;
font-size:18px;
font-family: "Trebuchet MS" Arial, Tahoma, Helvetica, sans-serif;
display:block;

}



.middile_right{
margin-top:15px;
color:#666;
line-height:20px;
font-size:14px;
padding-bottom:12px;
}



.right-BOTTOM-content {
width:223px;
text-align:left;
margin:0px auto;
padding-left:24px;
padding-top:20px;
padding-right:20px;
background:#FFF;
padding-bottom:12px;
}
.right-BOTTOM-content a{
color:#FFF;
text-decoration:none;
font-weight:bold;
padding-left:12px;
 width:155px;
 height:22px;
 line-height:22px;
 display:block;
padding-bottom:5px;
background-repeat:no-repeat;
}
.right-BOTTOM-content a:hover{
text-decoration:underline;
}


.green {
 text-align:left;
 background-image:url(/content/images/siteimages/green_button.jpg);

 }
 
 .blue {
 text-align:left;
 background-image:url(/content/images/siteimages/blue_button.jpg);

 }
 
 
 .bottom_right{
background-image:url(/content/images/siteimages/left-nav-bg-bottom-gray.gif);
width:275px;
height:18px;
background-repeat:no-repeat;
}

/* select Course Page */


  
  
   .bg_full_001M{
  margin:0px auto;
  width:914px;
  background-image:url(/content/images/siteimages/bg_full_001.jpg);
  line-height:18px;
  padding-left:20px;
  padding-top:5px;
  padding-bottom:15px;
  }
  
     .bg_full_001{
  margin:0px auto;
  width:914px;
  background-image:url(/content/images/siteimages/bg_full_001.jpg);
  line-height:18px;
  padding-left:20px;
  padding-top:5px;
  padding-bottom:15px;
  }
  
  .bg_full_bottom_001{
    margin:0px auto;
  width:914px;
  padding-left:20px;
  height:20px;
  background-repeat:no-repeat;
  background-image:url(/content/images/siteimages/bg_full_bottom_001.jpg);
  
  }
  
  
  
  
   /* Added By Naresh */
.bg_full_001SG{
  margin:0px auto;
  width:914px;
  background-image:url(/content/images/siteimages/bg_full_001.jpg);
  line-height:18px;
  padding-left:20px;
  padding-top:15px;
  padding-bottom:15px;
}

.bg_full_bottom_001SG{
    margin:0px auto;
  width:914px;
  padding-left:20px;
  height:20px;
  background-repeat:no-repeat;
  background-image:url(/content/images/siteimages/bg_full_bottom_001.jpg);
  
}

.midileTDSG {
 background-image:url(/content/images/siteimages/slider.png);
 background-position:right;
 background-repeat:repeat-y;
  padding-left:0px;
 margin-left:0px;
   padding-right:0px;
 margin-right:0px;
vertical-align: top;
 }
 
 .midileTDSG img{
 padding-left:0px;
 margin-left:0px;
 padding-top:0px
 margin-top:0px;
 vertical-align:top;
}
 .SGtd{
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px;	
	padding-left: 10px;	
	margin-top: 15px;
  }
.SGtable{
	padding: 3px;
	spacing: 0;
	border-collapse:collapse;
	text-align: left;
}
 .firstSG {
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px;	
	padding-left: 10px;	
	margin-top: 15px;
}

a.standard-link  {
    color:#01209f;
    text-decoration:underline;
}
.bg_full_001 H1 {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 22px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #7e3517; FONT-SIZE: 22px; PADDING-TOP: 0px
}
.wlp-bighorn-book {
   margin-left:0px;
   width:100%;
   background-image: url(/content/images/siteimages/diagonal_bg.gif);
   
}



 /* Added By Ivy 13.01.10 */


.mainULFamily {
	margin:0px auto;
	list-type-style: none;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	float:none;
	overflow:hidden;

	}
	
	.mainULFamily li{
	float:left;
	padding-right:13px;
	list-style-type: none;
	display:inline;
	width:auto;
	}
	
	#supportTX td{
	padding-top:10px;
	}
	#supportTX ul{
	padding-top:0px;
	padding-left:20px;
	margin:0px;
	/*list-style-type: none;*/
	}
	
	#supportTX  h3{
	display:block;
	padding:0px;
	margin:0px;
	height:30px;
	}
	
	.right-TOP-content-tx{
    background-image:url(/content/images/siteimages/left-nav-bg-top-w-gray.gif);
    width:275px;
    height:18px;
    }
	
	.boxTitle p b{
	border:0px;
	background:none;
	color:#000;
	}
	
	.boxTitle p{padding:0px; margin:0px;}
	
.r_1 b, .r_2 b, .r_3 b, .r_4 b, .r_5 b, .r_6 b{
background-color: #FFF;
border:1px solid #8C8C8C;
line-height:20px;
height:20px;
padding-left:5px;
padding-right:5px;
text-align:center;
display:block;
float:left;
margin-top:3px;
color:#666;
	}
	
.left_blue_td .mn_r_1{
background-color: #dbb8a4;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .mn_r_2{
background-color: #f6db96;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .mn_r_3{
background-color: #fffdb0;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .mn_r_4{
background-color: #d5d9b4;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
line-height:25px;
border:1px solid #8C8C8C;
}

.left_blue_td .ref_r_1{
background-color: #dbb8a4;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .ref_r_2{
background-color: #f6db96;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .ref_r_3{
background-color: #fffdb0;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .ref_r_4{
background-color: #d5d9b4;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
line-height:25px;
border:1px solid #8C8C8C;
}

.left_blue_td .tn_r_1{
background-color: #dbb8a4;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .tn_r_2{
background-color: #fffdb0;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .tn_r_3{
background-color: #d5d9b4;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
line-height:25px;
border:1px solid #8C8C8C;
}
.left_blue_td .az_r_1{
background-color: #fffdb0;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

.left_blue_td .az_r_2{
background-color: #8ab4e9;
width:234px;
height:25px;
color: #333333;
font-weight:bold;
padding:5px;
border:1px solid #8C8C8C;
line-height:25px;
}

table.results tr.mnr2a td { background-color: #dbb8a4; color: #333333;}
table.results tr.mnr2b td { background-color: #f6db96; color: #333333;}
table.results tr.mnr2c td { background-color: #fffdb0; color: #333333;}
table.results tr.mnr2d td { background-color: #d5d9b4; color: #333333;}

table.results tr.refr2a td { background-color: #dbb8a4; color: #333333;}
table.results tr.refr2b td { background-color: #f6db96; color: #333333;}
table.results tr.refr2c td { background-color: #fffdb0; color: #333333;}
table.results tr.refr2d td { background-color: #d5d9b4; color: #333333;}

table.results tr.tnr2a td { background-color: #dbb8a4; color: #333333;}
table.results tr.tnr2b td { background-color: #fffdb0; color: #333333;}
table.results tr.tnr2c td { background-color: #d5d9b4; color: #333333;}

table.results tr.azr2a td { background-color: #fffdb0; color: #333333;}
table.results tr.azr2b td { background-color: #8ab4e9; color: #333333;}


.mn_pptitle_1{
color: black;
}
.mn_pptitle_2{
color: black;
}
.mn_pptitle_3{
color: black;
}
.mn_pptitle_4{
color: black;
}

.ref_pptitle_1{
color: black;
}
.ref_pptitle_2{
color: black;
}
.ref_pptitle_3{
color: black;
}
.ref_pptitle_4{
color: black;
}

.tn_pptitle_1{
color: black;
}
.tn_pptitle_2{
color: black;
}
.tn_pptitle_3{
color: black;
}

.az_pptitle_1{
color: black;
}
.az_pptitle_2{
color: black;
}
	
