@charset "utf-8";
/* CSS Document */

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;
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #ccc;
	/*background-attachment:fixed; for Firefox and Opera*/
	background-image: url(../../Images/mtlc-bgd-brown-grey.jpg); /*mtlc-bgd-brown-grey.jpg OR bgstripe.jpg*/
	background-position:center top;	/*in case of large bg, center top; else not needed*/
	background-repeat:no-repeat; /*if stripe, repeat-x; else no-repeat;*/
}
#headerbglink { 
width:800px; /*this width will be equal to the background image width minus the padding/margin*/ 
height:150px; /*this height will be equal to the background image height*/ 
margin:0;
padding:0;
} 
#headerbglink a { 
width:100%; 
height:100%; 
display:block; 
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #204060;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #204060;
	text-decoration: none;
}
div.container  {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #333;
	text-align: left;
	background-color: #FFFFFF;
} 

div.header  {
	background: #ffffff;
	padding: 0px 10px 0px 20px;
	background-image: url(../../Images/headerbg2.jpg); /*headerbg was the original*/
	height: 150px;
	border-bottom: 1px solid #333;
} 
div.header  h1  {
	margin: 0;
	padding: 80px 0 0px 0;
	color: #FFFFFF;
	font-size: 175%;
}
div.header   h2   {
	padding: 0;
	color: #D2E0EE;
	font-size: 110%;
	text-align: center;
	margin: 0;
}

/* NAVIGATION BAR*/
div.navbar {
	background-color: #ECE6DA;
	height: 40px;
	border-bottom: 1px solid #333;
	padding: 0 0 0 10px;
	margin: 0;
}

div.navbar ul{
	margin: 0 0 0 10px;
	padding: 12px 10px 10px 10px;
}
div.navbar li{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	margin-left: 10px;
	font-weight: bold;
	color: #000066;
	font-size: 95%;
	
}
div.navbar li a
	{
	text-decoration: none;
	color: #006;
	border: none;
	
	}
	
div.navbar li a:hover
	{
	text-decoration: none;
	color: #fff;
	background-color:#006;
	border: none;
	}
/* SIDE BAR */
div.sidebar  {
	width: 200px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #333;
	font-size: 90%;
	border-bottom: 1px solid #333;
	background-color: #D2E0EE;
	float: left;
}
div.sidebar p {
	font-size: 80%;
	padding: 0 5px 0 10px;
}

div.sidebar      h3     {
	margin: 0;
	padding: 8px 0 0 30px;
	color: #006;
	font-size: 90%;
	text-align: left;
	background-image: url(../../Images/sideSecBG.jpg);
	height: 25px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

div.sidebar ul{
	margin: 0;
	padding: 5px 5px 5px 10px;
	list-style-type: none;
	margin-left: 30px;
    text-indent:-30px;
}
div.sidebar li{
	display: block;
	font-weight: normal;
	color: #006;
	font-size: 90%;
	padding-bottom: 5px;
}
div.sidebar li a
	{
	text-decoration: none;
	color: #006;
	border: none;
	}
	
div.sidebar li a:hover
	{
	text-decoration: none;
	color: #fff;
	background-color:#006;
	border: none;
	}

div.sidepicbox {
	padding:0 0 5px 0;
	margin: 0 0 0px 0px;
	width:200px;
	height:150px;
	}
div.sidepicbox img{
border: 1px solid #333;}
div.sidepicbox a.imagelink{
	text-decoration:none;
	border-bottom-width: 0px;

}

/* MAIN CONTENT*/
div.mainContent  {
	margin: 0px 0px 0px 200px;
	padding: 0px 10px 10px 15px;
} 
div.mainContent h1 {
	color: #29537C;
	font-size: 125%;
}
div.mainContent h2 {
	font-size: 115%;
	color: #7D3F00;
	margin-bottom: 0px;
}
div.mainContent h3 {
	font-size: 105%;
	color: #29537C;
}
div.mainContent p {
	font-size: 95%;
	color: #333333;
}
div.footer  {
	padding: 0 5px 10px 5px;
	background-color: #ECE6DA;
	border-top: 1px solid #333;
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.container .sidebar ul .sidebar-sublist {
	margin-left: -30px;
	text-indent:15px;
}
.container .sidebar ul .sidebar-sublist li{
	padding-left: 10 px;
	background:url(http://www.mathtlc.org/Images/sidebar-bullet-icon.gif) no-repeat 0 40%;
	
	}
	
/*-------------- NEWS BOXES ------------------*/
div.news h4{
	font-size: 85%;
	padding:5px 5px;
	margin:0;
	color:#FFFFFF;
	background-color:#006; /*Deep Blue*/
}
div.news p{
	font-size: 80%;
	padding: 10px 5px 10px 5px;
	margin:0;
	}
div.news {
border: 1px solid #333;
}
#feature {
margin:10px 5px;
}
#feature p{
	background-color: #D2E0EE;
}
#feature h4{
	background-color:#000066;
	color: #FFFFFF;
}

#box1 {
	margin: 10px 0 30px 0;
}
#box1  h4  {
	background-color:#663333;
	
}
#box1 p {
	background-color: #FFCCCC;
	padding: 3px 3px 3px 5px;
	
}
#box2   h4  {
	background-color:#000066;
}
#box2 p {
	background-color: #D2E0EE;
}
.style4 {font-size: 90%}
/*------------------------- END NEWS BOX STYLES -----*/
div.floatright {
	float: right;
	width: 200px;
	padding: 5px 0px 5px 5px;
	
	
}
div.footer p {
	font-size: 80%;
}
.contentcell {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.container .mainContent table .titlerow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
 /* images in text*/
div.imagefloat
	{
	font-size: 80%;
	text-align: center;
	float: right;
	padding: 2px;
	margin: 0 0 5px 5px;
		
	}
div.imagefloat img{border: 0px solid #899089; /*greyish*/}
div.imagefloat a.imagelink{
	text-decoration:none;
	border-bottom-width: 0px;
}
div.slogan{
	color:#0000CC;
	font-size: 110%;
}
img.floatrightimg {
	float: right;
}

