/* AAC Literacy styles */


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

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

body {
	font-size: 96%;
	background: #d8ebff;
}

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




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

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

#header {
  background: #FFFFFF url("../../images/aac_literacy_header/index.jpg") no-repeat scroll left bottom;
  height: 194px;
  padding: 4px 10px 0;
  position: relative;
}

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

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

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


/*-------------------------*/
/* 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 7px 14px 0;
}

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

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



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

#navMenuUL{
}

.sf-menu li {
	background: none;
}


.sf-menu a {
	padding: .45em 1em;
	border: 1px dotted #CFDEFF;
	border-width: 0 0 1px;
}


.sf-vertical, 
.sf-vertical li { width: 12em;}

.sf-vertical li:hover ul, 
.sf-vertical li.sfHover ul { left:	12em; /* match ul width */ }

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

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



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

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

h2 {
	font-size: 1.2em;
	color: #4C82A8;
	padding: 1em 0 0;
}
p {
	padding: .4em 0;
}

#content ul {
	margin: .3em 2em;
}
#content li {
	list-style: disc;
	padding: 4px 0 0;
}

#content .disclaimer {
	font-size: .65em;
}

.videoCaption {font-size: xx-small}
	
#footer p {
	padding: 12px 20px 16px;
	color: #fff;
	font-size: .75em;
}
#footer a {
	color: #cff;
}
#footer a:hover { text-decoration: underline; }

.flashmovie { margin: 1em 2em; }	
	