@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d4d4d4;
	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;
}

/**
 * Font Sizes, Styless and Colors  
 * ----------------------------
 * 
 */
 
a:link {color: #FFA800; text-decoration:none}
a:hover {color: #FF0000;}
a:visited {color: #CCCCCC; text-decoration:none}

#container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4a4a4a;
	color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header { 
	height : 120px; 	
    margin: 0 auto;
	text-align: center;  
	width:930px;
	background-image: url(../spanishforkids/imageskids/grade3-images/header.gif);
}

#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #4a4a4a; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFFFFF;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#rightcol {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #4a4a4a; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFFFFF;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#leftcol h2, #rightcol h2 {font: normal 1.0em Verdana, Arial, Helvetica, sans-serif; text-decoration:underline; color: #FFFFFF; margin-bottom: 5px; text-align: center;}
#leftcol p, #rightcol p {font: normal 0.8em Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;}

#navbar {
	margin: 0 0 15px 0;
	padding: 0;
	background: #666666;
	list-style-type: none;
	width: 500px;
	float: left;
	font-size: 0.8em;
}

#navbar li {
	margin: 0;
	padding: 0;
	float: left;
}

#navbar a {
	float: left;
	width: 124px;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	border-right: 1px solid #000000;
}

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:hover {
	background: #FFA800;
	color: #000000;
}

#navbar a:active {
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
}

#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #2d2d2d;
} 

#mainContent h1 {font: bold small-caps 1.2em Verdana, Arial, Helvetica, sans-serif; color:#FFA800; background-color: #2d2d2d; text-align:center;}
#mainContent h2 {font: bold 1.0em Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; background-color: #2d2d2d; display:inline-block; text-align:center;}
#mainContent p {font: normal 0.8em Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; display:inline-block;}

#footer { 
	clear: both;
	text-align: center;
	margin: 0px auto;
	width: 930px;
	height: 80px;
	background-image: url(../Images/layout-black/footer-black.jpg);
}

  
/**
 * Class Definitions  
 * ----------------------------
 * 
 */

.clearfloats { /* 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;
}

.navmenu {
	width: 160px;
	font-size: .75em;
}

.navmenu ul {
	border: 0;
	margin: 12px 20px 10px 1.25em;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #666666;
}

.navmenu li {
	border-bottom: 2px solid #666666;
	margin: 0;
	padding: .3em 0;
	text-indent: .5em;
}

.navmenu a {
	display: block;
	background-color: #999999;
	padding: .3em 3px;
}

.navmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navmenu a:hover {
	background-color: #ffa800;
	color: #000000;
	text-decoration: none;
}

.navmenu a:active {
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
}

ul.gr3vocab {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: center;
	line-height: 1em;
	list-style: none;
}

ul.gr3vocab li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.gr3vocab a {
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	background-color: #ccc;
	text-align: center;
	width: 125px;
	margin: 10px;
}

ul.gr3vocab a:hover {
	background-color: #ffa800;
	border: 0;
}

table.menu {
	width: 500px;
	border-collapse:collapse;
	text-align:center;
	margin-bottom: 20px;
}

table.menu td {
	background-color: #FFFFFF;
	color: #000000;
	font: 0.8em normal Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

table.menu th {
	background: url(../images/table-header-bg.gif);
	color: #FFFFFF;	
}

table.menu td, table.menu th {
	padding: 5px 5px;
}

table.menu a {
	text-decoration: none;
}

.table.menu a:link {
	color: #000099;
	text-decoration: none;
}

.table.menu a:visited {
	color: #0099CC;
	text-decoration: none;
}

.table.menu a:hover {
	color: #990000;
	text-decoration: none;
}

table.vocab {
	width: 500px;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 20px;
}

table.vocab td {
	background-color: #CCC;
	color: #000000;
	font: 0.8em normal Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

table.vocab tr.odd td {
	background: transparent url(../spanishforkids/imageskids/grade3-images/table-row-bg.png) repeat
	top left;
}

table.vocab th {
	background: url(../spanishforkids/imageskids/grade3-images/table-header-bg.gif);
	color: #FFFFFF;
	text-align: center;	
}

table.vocab td, table.vocab th {
	padding: 5px 5px;
}

table.vocab a {
	text-decoration: none;
}

.table.vocab a:link {
	color: #000099;
	text-decoration: none;
}

.table.vocab a:visited {
	color: #0099CC;
	text-decoration: none;
}

.table.vocab a:hover {
	color: #990000;
	text-decoration: none;
}

.googlead {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.sitead {
	border: 0px;
	margin: 10px 5px 10px 5px;
	text-align:center;
}

.buttonrgtcol {
	margin-bottom: 10px;
}

.orbs {
	text-align: center;
	background-color:#000000;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 20px;
	border: solid 1px #CCC;
}