/* AAC Literacy styles */


/*-------------------------*/
/* some basics */

* { 
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 96%;
	background: #7facef url(../../images/aac_kids_bg/index.jpg);
}

a { 
	text-decoration: none; 
	color: #00F;
}
a:hover, a:visited { color:  #4C82A8; } 




/*-------------------------*/
/* main page divs */

#container {
	width: 847px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: #fff url(../../images/aac_kids_header/index.jpg) no-repeat left bottom;
	padding: 4px 10px 0;
	position: relative;
	height: 192px;
}

#middle {
	background: #fff url(../../images/aac_kids_strip/index.jpg) repeat-y;
	overflow: auto;
	min-height: 575px;
}

#content {
	margin: 0 0 0 14em;
	padding: 1em;
}

#footer {
	background: #fff url(../../images/aac_kids_footer/index.jpg) no-repeat;
	min-height: 45px;
	clear: both;
}


/*-------------------------*/
/* main element divs */
	
a#psu {
	position: absolute;
	left: 22px;
	top: 10px;
}

#header a#psu img { 
	padding: 0;
	border: none;
}


#headimg {
	float: right;
	width: 236px;
	padding: 6px 0 12px;
}

#nav {
	float: left;
	width: 14em;
}

#search {
	color: #1133AA;
	padding: 2px;
	font-size: .92em;
}


/*-------------------------*/
/* suckerfish mods */

#navMenuUL{
}

#nav li {
	background: none;
	overflow: auto;
}

#nav li li {
	background: #fff;
}

#nav a, #nav a:visited {
	padding: .45em 1em;
	border: 1px dotted #CFDEFF;
	border-width: 0 0 1px;
	color: #00F;
	line-height: 1.3em;
	display: block;
	position: relative;
}
#nav a:hover { background: #CFDEFF; }

#nav li li a { border-width: 1px 0 0; }


#nav ul,
#nav, 
#nav li,
#nav li li  { width: 12em;} 				/* match ul width */


#nav li:hover ul, 
#nav li.sfHover ul,
ul#nav li li:hover ul, 
ul#nav li li.sfHover ul { left:	12em;  } 	/* match ul width */


#nav li li li, #nav li li ul { width: 6em; }

#navMenuUL .sf-sub-indicator { background-image: url(../../images/arrows_nav/index.png); }

#nav a > .sf-sub-indicator { top: 7px; }



/*-------------------------*/
/* typography */
#content p, #content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006;
}
h1, h2, h3 {
}

h1 {
	font-size: 1.4em;
	color: #03F;
	padding: .6em 0 .3em;
}

h2 {
	font-size: 1.2em;
	color: #03F;
	padding: 1em 0 0;
}
h3 {
	font-size: 1.1em;
	color: #03F;
	padding: 1em 0 0;
}
p {
	padding: .6em 0;
}

.sub {
	font-size: .8em;
}

#content ul {
	margin: 4px 10px;
	overflow: auto;
}
#content li {
	list-style: none;
	background-image: url(../../images/bullet_1/index.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 4px 0 0 20px;
}
#content li li {
	background-image: url(../../images/bullet_2/index.gif);
}
#content li li li {
	background-image: url(../../images/bullet_3/index.gif);
}
#content .disclaimer {
	font-size: .65em;
}

#footer p {
	padding: 12px 20px 16px;
	color: #fff;
}
#footer a {
	color: #0CF;
}
#footer a:hover { text-decoration: underline; }

.flashmovie { margin: 1em 2em; }	
	
.leftimg {
	float: left;
	margin: 6px 10px 6px 0;
}
.rightimg {
	float: right;
	margin: 6px 0 6px 10px;
}
.toggleimg {
	float: right;
	margin: 6px 6px 10px;
}


/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */
