/* CSS Document */
/* home page styles */

/* EITC logo and tree styles */
#header {
	background-color: #FBF9EA;	
}

#toplogo {
	width: 842px;
	height: 128px;
	background-image: url(../images/eitc_new_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	text-align: left;
}

#toplogo img {
	border: 0;
	margin: 0 0 0 25px;
}

.skipto {
	float: right;
	font-size: 75%;
	margin: 1em 2em 0 0;
	display: inline;
}

.skipto a:link, .skipto a:visited {

	text-decoration: none;
	color: #391300;
}

.skipto a:hover {
	text-decoration: underline;
}

#pageHeader {
	margin-left: 160px;
}

#pageHeader h1 {
	color: #50619B;
	margin-top: 0;
	padding-top: .6em;
}

#pageHeader a {
	color: #50619B;
	text-decoration: none;
	font-weight: bold;
}

/* main nav */

#navigation {
	height: 2.8em;
	width: 57.55em;
	margin: 0 0 0 7px;
	background-color: #79a19f;
	background-image: url(../images/menuborder.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 15px;
	clear: both;
}

#navigation ul {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	list-style: none;
	background-color: #003333;
/*	border-style: solid;
	border-color: #391300;
	border-width: 0 0 2px 0;
*/}

#navigation li  {
	float: left;
	height: 1.1em;
	background-color: #003333;
}

#navigation li a {
	float: left;
	padding: 1em .4em;
	height: 1.1em;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #003333;
}

#navigation li#calendar a {
	background-color: #99230d;
}

#navigation li#calendar a:hover {
	background-color: #666633;
}

* html #navigation li a { 
	padding: 1em .4em;
}
#navigation li a:hover {
	color: #f0f6e8;
	text-decoration: none;
	background-color: #666633;
}

#navigation li a.selected {
	background-color: #666633;
	text-decoration: none;
}

#navigation li a.sub {
	background-color: #003333;
	text-decoration: none;
	list-style-image: url(../images/subbullet.gif);
}

#navigation li a.sub {
	background-color: #666633;
	text-decoration: none;
}
	
#navigation ul li ul {
	position: absolute;
	width: 14.45em;
	top:4.35em;
	left: 8px;
	font-weight: bold;
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 0 01px;
	background-image: url(../images/submenuborder.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

* html #navigation ul li ul {
	width: 14em;
	top: 4.45em;
}

#navigation ul li ul li {
	width: 14em;
	height: 2.7em;
	display: block;
	float: none;
	padding: 0 0 4px 0;
	background-color: #391300;
}

* html #navigation ul li ul li {
	width: 14.45em;
	padding: 0;
}

#navigation ul li ul li a {
	display: block;
	float: none;
	background-color: #391300;
	width: 14em;
	height: 2.7em;
	padding: 2px 2px 2px 4px;
	margin: 0;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0 0 0
}

* html #navigation ul li ul li a {
	width: 14em;
}

#navigation ul li ul li a:hover {
	background-color: #666633;
	text-decoration: none;
}

/* collage and tagline */

#content {
	margin: 1em 0 0 15em;
	padding: 0 2.5em 0 0;
}
	
#homecontent {
	margin: 1em 0 0 2em;
	clear: both;
	width: 54em;
	padding: 0 2.5em 0 0;
	color: #333333;
}




/* styles to hide images for now */

#content img, #homecontent img { 
	visibility: hidden; position: absolute;
}

#content img.visibleimg, #homecontent img.visibleimg  { 
	visibility: visible;
	position: relative;
	}

/*******************************/


#collage {
	float: left;
	width: 23em;
	margin: 0 0 .5em 0;
	padding: 0;
}
#collage img {
	border: 2px solid #999999;
	
}

#collage p {
	color: #003333; 
	font-size: 100%;
	width: 90%;
	margin: .5em 0 .5em 1em;
}

#collage ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#collage ul li {
	float: left;
	margin: 0;
	display: block;
	width: 100px;
}

#register {
	float: right;
	padding-right: 2em;
	padding-top: 0px;
}
#register img {
	border:0;
}

/* what's new box */
#new {
	float: left;
	width: 29em;
	margin-left: 2em;
	background-color: #E4E9ED;
	padding: 1em;
	font-size: 90%;
	margin-bottom: 15px;
	border: 2px solid #391300;
	text-align: left;
	color: #333333;
}

#new h1 {
	margin-top: 0;
}

#new ul,  ul.documents {
	padding: 0;
	list-style: none;
	margin: 0 0 0 -1em;
}

#new ul ul,  ul.documents ul {
	list-style: disc;
	margin: 0 0 0 .5em;
}

#new li {
	margin: .5em 0 0 0;
}

#more li  {
	padding: 8px 0 0 0;
}

#new li, #more li {
	color: #333333;
	margin-top: .5em;
}

#new a, #more a {
	color: #333333;
	font-weight:bold;
	text-decoration: underline;
}

#new a:hover, #more a:hover {
	text-decoration: none;
}

#new li a:hover, #more li a:hover {
	text-decoration: none;
}

#new img {
	border: none;
}

#img {
	position:relative;
	float: right;
	padding: .5em 1.5em 1em 1.5em;
}

.newbox {
	border: 1px solid #391300;
	padding: 5px 4px;
}

.newOne {
	border-width: 3px 1px 1px 1px;
	border-color: #99230d;
	background-color: #fbe1db;
}

.newTwo {
	border-width: 3px 1px 1px 1px;
	border-color: #666633;
	background-color: #c6d7c8;
}
.newThree {
	border-width: 3px 1px 1px 1px;
	border-color: #003333;
	background-color: #f0e4be;
}

#slideshow {
	width: 320px;
	height: 200px;
	margin-left: 11px;
}


#content h1, #homecontent h1 {
	color: #391300;
	display: inline; 
	font-size: 140%;
}

#content h2, #homecontent h2 {
	color: #212d2c;
	display: inline; 
	font-size: 125%;
}

#content h3 {
	color: #333366; 
	font-weight: bold; 
	font-size: 115%;
}	

#content h4 {
	color:#006666;
	font-weight: bold; 
	font-size: 110%;
} 

#content ul li, #new li {
	margin-left: 18px;
}

a.regbutton {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	width: 172px;
	height: 33px;
	background-image: url(../images/reg_button.gif);
	background-repeat: no-repeat;
}

a.regbutton:hover {
	background-image: url(../images/reg_button_over.gif);
	background-repeat: no-repeat;
}
.floatbutton {
	width: 172px;
	float: right;
}