﻿/*	Early Learning Coalition Site Styles	*/
/*	By Mick Bockstruck						*/
/*	August 2007								*/
/*	© CWI Communications					*/

@charset "utf-8";

/* Structural Styles */
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: #000000;
}
p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}


.twoColFixLtHdr #container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header Styles */
.twoColFixLtHdr #header {
	background: url(/images/common/blue_gradient_bkgd.gif) repeat-x;
	padding: 0;  /* 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. */
	height: 100px;
	margin: 0px;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #header_interior {
	background: url(/images/common/blue_gradient_bkgd_interior.gif) repeat-x;
	padding: 0;  /* 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. */
	height: 120px;
	margin: 0px;
	width: 100%;
}
.tagline {
	margin: 0 0 0 20px;
	padding:0;
	position: absolute;
	left: 54px;
	top: 9px;
}
.photo {
	position: absolute;
	top: 95px;
	left: 331px;
	border: 4px solid #B3A47C;
	padding:0;
	margin:0;
	width: 485px;
	visibility: visible;
}
.logo {
	position: absolute;
	top: 160px;
	left: 15px;
	padding:0;
	margin:0;
}
.logo_interior {
	position: absolute;
	top: 120px;
	left: 15px;
	padding:0;
	margin:0;
}

/* Left Sidebar Styles */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}

.twoColFixLtHdr #left_nav {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #left_nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.twoColFixLtHdr #left_nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}
.twoColFixLtHdr #left_nav a:link, .twoColFixLtHdr #left_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	color: #B3A47C;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #left_nav a:hover {
	color: #003399;
	text-decoration: underline;
}
.twoColFixLtHdr #icon_nav ul {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 0;
	line-height: 0;
}
.twoColFixLtHdr #icon_nav ul li {
	margin: 0 0 0 6px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

/* Main Content Styles */
.twoColFixLtHdr #mainContent {
	width: 600px;
	border-left: 4px solid #B3A47C;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.twoColFixLtHdr #mainContent2 {
	width: 700px;
	border-left: 4px solid #B3A47C;
	margin-left: 245px;
	padding-left: 30px;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #B3A47C;
	line-height: 110%;
	margin: 0px 0px 20px;
	padding: 0px;
	border-bottom: 2px solid #B3A47C;
} 
.twoColFixLtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B3A47C;
	line-height: 110%;
	margin: 15px 0 0 0;
	padding: 0px;
} 
.twoColFixLtHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B3A47C;
	line-height: 110%;
	margin: 15px 0 0 0;
	padding: 0px;
} 
.twoColFixLtHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B3A47C;
	line-height: 110%;
	margin: 15px 0 0 0;
	padding: 0px;
} 

.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
	margin: 10px 0px 15px 0px;
	padding: 0px;
} 
.twoColFixLtHdr #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
	margin: 10px 0px 15px 10px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixLtHdr #mainContent ul li {
	margin: 5px 0 0 0px;
	padding: 0px 0px 0px 18px;
	background:url(/images/common/bullet_block.gif) no-repeat 0 3px;
}
.twoColFixLtHdr #mainContent ul li ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: disc;
}
.twoColFixLtHdr #mainContent ul li ul li {
	margin: 3px 0 0 0;
	padding: 0px 0px 0px 5px;
	background:none;
}

.twoColFixLtHdr #mainContent a:link {
	color: #B3A47C;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #003399;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #003399;
	text-decoration: underline;
}
.staff_photo {
	float:right;
	margin:5px 0 10px 10px;
	border: 1px solid #B3A47C;
}
.twoColFixLtHdr #alpha_anchors ul {
	margin: 15px 0 0 0;
	padding: 0px;
}
.twoColFixLtHdr #alpha_anchors ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.twoColFixLtHdr #alpha_anchors a:link, .twoColFixLtHdr #alpha_anchors a:visited {
	margin: 0 1px 0 0;
	padding: 1px 3px 1px 3px;
	list-style-type: none;
	display: inline;
	font-size: 10px;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B3A47C;
	font-weight:bold;
	color:#003399;
	text-decoration:none;
}
.twoColFixLtHdr #alpha_anchors a:hover {
	text-decoration:none;
	background-color:#003399;
	color:#ffffff;
}
.twoColFixLtHdr #partners td {
	border: 1px solid #B3A47C;
	padding: 10px;
	text-align:center;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	margin: 0;
}
.twoColFixLtHdr #partners a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B3A47C;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-decoration:none;
}
.twoColFixLtHdr #partners a:visited {
	color: #003399;
	text-decoration:none;
}
.twoColFixLtHdr #partners a:hover {
	color: #003399;
	text-decoration:none;
}
.twoColFixLtHdr #job_table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
	margin: 0px;
	padding: 3px;
	font-weight:bold;
	text-align:left;
	background-color: #B3A47C;
}
.twoColFixLtHdr #job_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
	margin: 0px;
	padding: 3px;
	text-align:left;
	border-bottom:solid 1px #B3A47C;
}


/* Announcements Box (Home Page) */
.twoColFixLtHdr #announcements {
	background-image: url(../images/common/announcements_bkgd.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 5px 10px;
	background-color: #000033;
}
.twoColFixLtHdr #announcements h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 130%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
}
.twoColFixLtHdr #announcements ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #ffffff;
	margin: 10px 0px 15px 10px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixLtHdr #announcements ul li {
	margin: 5px 0 0 0px;
	padding: 0px 0px 0px 18px;
	background:url(/images/common/bullet_block_white.gif) no-repeat 0 3px;
}
.twoColFixLtHdr #announcements a:link, .twoColFixLtHdr #announcements a:visited {
	color:#B3A47C;
	text-decoration: underline;
}
.twoColFixLtHdr #announcements a:hover {
	color:#ffffff;
	text-decoration: underline;
}

/* Footer Styles */
.twoColFixLtHdr #footer {
	margin: 20px 0;
	padding: 0 0 0 15px;
	border-top: 2px solid #B3A47C;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 110%;
	margin: 0px 0 7px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 130%;
	padding: 0;
	margin: 10px 0 0;
}
.twoColFixLtHdr #footer ul li {
	margin: 0 8px 0 0;
	padding: 0;
	display:inline;
}
.twoColFixLtHdr #footer a:link {
	color: #B3A47C;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:visited {
	color: #003399;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:hover {
	color: #003399;
	text-decoration: underline;
}

.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;
}

/* Application (Calendar, Members Only Section) Styles */
.displayTable {
  float: left;
  vertical-align: top;
  width: 450px;
}

.displayTable .displayRow {
  clear: left;
}

.displayTable .displayRow label {
  float: left;
  width: 150px;
}

.displayTable .displayRow input, .displayTable .displayRow select {
  float: left;
  width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.displayTable .displayRow textarea {
  width: 350px;
  height: 100px;
}

.displayInfo {
  float: left;
  width: 350px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-top: 8px;
  padding-bottom: 3px;
  font-style: italic;
}

.error {
  color: #FF0000;
  font-weight: bold;
}

input.error {
  background-color: #FFCCCC;
}


label.error {
  float: left;
  width: 200px;
}

/* tables */
table.sorted {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.sorted thead tr th, table.sorted tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.sorted thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sorted tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.sorted tbody tr.odd td {
	background-color:#F0F0F6;
}
table.sorted thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.sorted thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.sorted thead tr .headerSortDown, table.sorted thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.calendar {
	background-color: #CDCDCD;
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.calendar thead tr th, table.calendar tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	text-align: center;
	height: 20px;
	width: 66px;
}
table.calendar tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
  text-align: right;
  height: 40px;
  width: 66px;
}

table.calendar .calendar_event {
  font-weight: bold;
  color: #FF0000;
  cursor: pointer;
}

table.calendar .calendar_event:hover {
  text-decoration: underline;
}

.calendar #description {
  width: 462px;
  height: 60px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
table1{
  color: #FF0000;
  font-weight: bold;.twoColFixLtHdr #container #mainContent #table1 {
	background-color: #A4A400;
}
.twoColFixLtHdr #container #mainContent #table1 table {
	background-color: #CCCC00;
}
