* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #F8F8F8;
	color: #000000;
}

/*CONTAINER DIV - WRAPS AND CENTERS EVERYTHING*/
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
/*HEADER ELEMENTS*/
#header {
	height: 135px;
}
#header h1 {
	float:left;
	background: url(../gui/earlycare_header_logo.png) no-repeat;	
	height: 135px;
	width: 325px;
}
#header h1 a {
	display: block;	
	height: 135px;
	width: 325px;
	text-indent: -9999px;
}
#navigation {
	margin-left:340px;
	width: 310px;
	padding: 20px 0;
	list-style:none;
}
#navigation li {
	width: 155px;
	float:left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
#navigation li a:link , #navigation li a:visited, #navigation li a:active {
	display: block;
	text-decoration: none;
	color: #006C84;
}
#navigation li a:hover {
	text-decoration: underline;
	color: #000;
}
#search {
	float: right;
	text-align: right;
	margin-top: 20px;
	width: 100px;
}
#search .text {
	width: 90%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #999;
	padding: 2px 0 2px 2px;
}
input, select, textarea {
	margin: 5px 0;
	padding: .2em;
	border: 1px solid #999;
}
input[type=submit], input[type=button] {
	font-size: 90%;
	cursor: pointer;
}

#search .button {
	font-size: 90%;
	margin: 5px 0;
	padding: .2em;
	border: 1px solid #999;
	cursor: pointer
}

/*ROUNDED TOP OF CONTENT AREA*/
#top_cap {
	height: 40px;
	background:url(../gui/top_cap.png) no-repeat left top;
}
#top_cap h1 {
	padding: 10px 10px 0 10px;
	font-weight:bold;	
	font: 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #DF812A;
	text-align:left;
}
/*MAIN CONTENT CONTAINER*/
#main{
	background:#FFF;
}

/*LEFT NAVIGATION*/
#subnav{
	float: left;
	width: 165px;
	list-style:none;
}
#subnav li {
	width: 100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-bottom: 20px;
	padding-left: 10px;
}
#subnav li a:link , #subnav li a:visited, #subnav li a:active {
	display: block;
	text-decoration: none;
	color: #DF812A;	
}
#subnav li a:hover{
	text-decoration: underline;
	color:#000;
}

/*CONTENT AREA*/
#content {
	margin: 0 0 0 185px;
	background: #FFF;
	border-left: solid 1px #CCC;
	padding: 0 10px;
}

/*ROUNDED BOTOM OF CONTENT AREA*/
#bottom_cap {
	height: 20px;
	background:url(../gui/bottom_cap.png) no-repeat left top;
}

/*FOOTER DIV*/
#footer {
	clear: both;
	height: 85px;
	margin-top: 20px;
	padding: 10px 0 0 0;
	background:url(../gui/earlycare_footer_bg.png) no-repeat left top;
	color:#000;
}
#footer a:link , #footer a:visited, #footer a:active {
	color:#000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}
#info {
	float: right;
	width: 350px;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
}
#footerlinks {
	float: left;
	width: 400px;
	text-align: left;
	padding-left: 10px;
}
#footer .subtle a:link, #footer .subtle a:visited, #footer .subtle a:active {
	color:#999;
	text-decoration:none;
}
#footer .subtle a:hover {
	color:#000;
	text-decoration:underline;
}

/*MISC CLASSES*/
.clear, .clearfloat { /* place a <div> or <br> before the close of a container <div> to fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.aligncenter {
	margin: auto;
	width: 100%;

	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	padding-left: 10px;
}
.breadcrumb a:link{
	color:#999999;
	text-decoration:none;
}
.breadcrumb a:visited{
	color:#999999;
	text-decoration:none;
}
.breadcrumb a:hover{
	color:#578FC1;
	text-decoration:underline;
}
.breadcrumb a:active{
	color:#578FC1;
	text-decoration:underline;
}

#content h1, h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	padding: 5px;
	color:#000;
}
#content p{
	line-height: 18px;
}

#content ul{
	list-style-type:none;
}

#content li{
	list-style: square url(none) outside;
	margin-left: 25px;
	line-height: 20px;
	te
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #00A66D;
}
#content a:hover {
	text-decoration: underline;
	color: #000;
}

/*CALL OUT STYLES*/

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 20px 10px;
	margin-bottom: 15px;
	line-height: 1.5em;
	color: #666666;
}


.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}
.data caption {
	padding: 0px;
	margin: 2px 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
}
.data th {
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background:#666;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #000;
	color:#FFF;
}
.data tr {
	padding: 0px;
	margin: 0px;
	background:url(../gui/grey_row_gradient.png) repeat-x #F8F8F8;
}
.data tr:hover {
	background:#FFF;
}
.data td {
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #E8E8E8;
}


/* CSS SELECTORS TO ADD IMAGE ICONS TO LINKS*/

#content a[href$=".pdf"]
,#content a[href$=".doc"]
,#content a[href$=".ppt"]
,#content a[href$=".xls"]
,#content a[href$=".txt"]
,#content a[href$=".zip"]
{
	margin-right: 5px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
#content a[href$=".pdf"]{background-image: url(../gui/bullets/pdf.gif);}
#content a[href$=".doc"]{background-image: url(../gui/bullets/doc.gif);}
#content a[href$=".ppt"]{background-image: url(../gui/bullets/ppt.gif);}
#content a[href$=".xls"]{background-image: url(../gui/bullets/xls.gif);}
#content a[href$=".txt"]{background-image: url(../gui/bullets/txt.gif);}
#content a[href$=".zip"]{background-image: url(../gui/bullets/zip.gif);}


#content a[href^="http"]{
	margin-right: 5px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icons/external-link.gif);
}
#content a[href^="mailto:"]{
	margin-left: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icons/email.gif);
}
#content a[href^="http://eclc.troywebconsulting.com/"]{
	margin-right: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image:none;
}
#content a[target="_blank"]{
	margin-right: 5px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icons/new-window.gif);
}

