@charset "UTF-8";
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 */
	background-color: #363739;
}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.thrColFixHdr #header {
	background: #363739;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	padding: 1mm;
	height: 75px;
	float: none;
	clear: none;	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	 /* 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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: left 20
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	border: #DDD 1px solid;  /* padding keeps the content of the div away from the edges */
	margin-top: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: #DDD 1px solid; 
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	border: #DDD 1px solid;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 15px;
	margin-right: 270px;
	margin-bottom: 15px;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #363739; 
} 
.thrColFixHdr #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 */
}
.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;
}
.thrColFixHdr #righttext {
	text-align: right;
	padding: 3px;
	float: right;
	height: auto;
	width: 200px;
	vertical-align: bottom;
}


.more {
    display: none;
}

a.showLink, a.hideLink {
    text-decoration: none;
    color: #b50000;
    padding-left: 8px;
    background: transparent url('file:///Macintosh HD/Users/DB/Documents/Endeavor Tutoring Website/down.gif') no-repeat left; 
}

a.hideLink {
    background: transparent url('file:///Macintosh HD/Users/DB/Documents/Endeavor Tutoring Website/up.gif') no-repeat left; 
}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #1e1f21;
	color: #1e1f21; 
}


#navcontainer { width: 200px; }

.thrColFixHdr #sidebar1 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Helvetica, Arial, sans-serif;
}

.thrColFixHdr #sidebar1 a
{
display: block;
padding: 3px;
width: 160px;
background-color: #ffffff;
border-bottom: 1px solid #ddd;
}

.thrColFixHdr #sidebar1 a:link, #navlist a:visited
{
color: #b50000;
text-decoration: none;
}

.thrColFixHdr #sidebar1 a:hover
{
background-color: #b50000;
color: #ffffff;
}

#logo_image {
	float: left;
}

#header_choices {
	float: right;
}
.style_white_text {
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}
.stylewhite a {
	color: #fff;
	text-decoration: none;
}
.stylewhite a:link {
	color: #ffffff;
	text-decoration: none;
}
.stylewhite a:hover {
	color: #d75900;
	text-decoration: none;
}
.stylewhite a:visited {
	color: #ffffff;
	text-decoration: none;
}
.stylegray a {
	color: #363739;
	text-decoration: none;
}
.stylegray a:link {
	text-decoration: none;
	color: #363739;
}
.stylegray a:hover {
	color: #d75900;
	text-decoration: none;
}
.stylegray a:visited {
	text-decoration: none;
	color: #363739;
}
.stylegray a:active {
	text-decoration: none;
	color: #363739;
}
#whitelink {
	font-family: Helvetica, Arial;
	color: #ffffff;
	text-decoration: underline;
	display: inline;
}

.footer #whitelink a {
	font-family: Helvetica, Arial;
	color: #ffffff;
	text-decoration: underline;
	z-index: 5000;
}
.footer #whitelink a:link {
	color: #ffffff;
	text-decoration: underline;
}
.footer #whitelink a:hover {
	color: #d75900;
}


.footer a:hover { 
	color: #d75900;
}
#footer a:hover { 
	color: #d75900;
}
.thrColFixHdr .footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #363739; 
} 
.thrColFixHdr .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 */
}
.copyright {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}
.address_bar2 {
	font-size: 14px;
	font-weight: bold;
	color: #d75900;
	text-align: center;
}