/* CSS Document */

html,body
{
	margin:0px 0px 20px 0px;
	padding-bottom:0px;
	font-family: arial, helvetica, verdana, sans-serif;
	background-color:#ffffff;
	background-image: url(images/page-background3.gif);
	background-repeat:repeat-y;
	background-position: top left;
	font-size:80%;
	color:#ffffff;
	width: 100%;
	height:100%;
	font-style: normal;
}

/* ++++++++++++++++++++++++++++++++TYPOGRAPHY ++++++++++++++++++++++++++++++*/

h1
{
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size: 150%;
}

h2
{
color:#ffffff;
font-size: 140%;
}

h3
{
color:#000000;
font-size: 130%;
font-weight: bold;
}

h4
{
color:#ffffff;
font-size: 115%;
}

h5
{
color:#ffffff;
font-size: 115%;
}

h6
{
color:#ffffff;
font-size: 115%;
}

p
{
color:#ffffff;
font-size: 130%!important;
}


hr
{
color:#ffffff;
}

.yellow-text
{
color:#FFD600;
}

.black-text
{
color:#000000;
}


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

a:visited
{
	text-decoration: underline;
	color: #000066;
}
a:active
{
text-decoration: underline;
color: #99CC99;
}

a:hover
{
text-decoration: underline;
color: #FFD600;
}


.nomargin 
{
margin: 0px!important;
padding: 0px!important;
}


/*+++++++Specific typography-tags+++++++++*/

#intro h1
{
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-size: 115%!important;
margin: 10px 5px 5px 5px;
}

.three-column-table h2
{
margin-bottom : 0px;
padding: 0px;
color:#ffffff;
font-style:italic; 
}

#content-container h2
{
color:#ffffff;
font-size: 115%;
width: 400px;
margin: 5px;
}

.three-column-table p
{
margin-top: 2px!important;
line-height: 130%;
}

.red-link-hover a:hover 
{
text-decoration: underline;
color: #ffffff!important;
}

.small-text
{
font-size: xx-small;
}

.small-text2
{
font-size: x-small;
padding-left: 10px;
padding-right: 10px;
}
/*+++++++Horizontal Lists+++++++++*/


.page-horz-links ul
{
margin: 5px 0px 20px 0px;
padding: 0;
list-style-type: none;
text-align: left;
}

.page-horz-links ul li { display: inline; }

.page-horz-links ul li a
{
text-decoration: none;
padding: .5em 0.1em;
color: #ffffff!important;
}

.page-horz-links ul li a:hover
{
color: #FFCC00!important;
}


/*++++++++++++++++++++++++++++++++++++LAYOUT++++++++++++++++++++++++++++++++++++++*/

#container
{
	width: 100%;
	height: 100%;
	margin: 0px;
	line-height: 130%;
	color: #DB0048;
}

/*+++++Skip to content/navigation++++++*/

#skip
{
display: none;
}

/*+++++Header++++++*/


#header
{
width: 770px;
height: 43px;

}

/*++++++Left Column++++++*/
.left-column
{
float: left;
width: 181px;
margin: 0;
z-index: 500;

}

/*++++++Breadcrumb++++++*/

#breadcrumb
{
	background-color: #ffffff;
	padding: 0px 0px 4px 0px;
	color: #999966;
	margin-left: 200px;
}

#breadcrumb a:link
{
	color: #6699CC;
}

/*++++++Main Content++++++*/

#home-content-container,#books-content-container
{
margin: 0px 20px 20px 200px;
background-color: #91B678;
text-align: left;
}


.flash-container
{
	margin: 20px 20px 0px 200px;
	text-align: left;
	height: 90%;
	z-index: 10;
	background-color:#FFFFFF;
}


/*++++++Intro++++++*/


#intro
{
min-height:150px;
margin: 0px;
}

/*++++++Homepage Text ++++++*/

#home-content-top-left
{
position: relative;
left: 10px;
top: 10px;
width: 66px;
margin: 10px 10px 10px 10px;
float:left;
}

#home-content-top-center
{
width: 380px;
text-align : center;
background-color:#FFFF00;
}

#home-content-top-right
{
position: relative;
right:0px;
top: 10px;
width: 66px;
margin: 10px 10px 10px 10px;
float:right;
}

#home-text
{
padding-left: 200px;
display: block;

}

#home-text2
{
background-color: #91B678;
padding: 20px;
display: block;
min-height: 291px;
height: 291px;

}

#home-text2-img
{
float:right;

}
#home-nip
{
width: 180px;
height:300px;
background-color: #FFFF33;
float: left;
}


/*++++++Books-pages++++++*/


#books-content-container
{
background-color: #FFFF99;

}

#books-border-wrapper
{
	padding-top: 20px;
	background-color: #DB0048;

}

#books-title
{ 
background-color: #DB0048;
margin: 0px 10px 10px 10px;
padding: 0px 10px 10px 10px;
}

.books-paragraph-margin
{
	background-color:#DB0048;
	padding: 25px 25px 25px 25px;
}

.books-table-margin
{
padding: 25px 25px 25px 25px;
}


.three-column-table
{
width: 100%;
background-color:#91B678;
}


.div-blue-background
{
background-color:#91B678;
}

.back-to-top
{
text-align: right;
margin: 10px 0px 10px 0px;
}


/*++++++Footer ++++++*/

#footer
{
	clear: both;
	padding: 3px 5px 3px 247px;
	color: #DB0048;
	margin: 0px!important;
}



#footer a:link
{

}


/*++++++Misc ++++++*/

.ear:hover
{
cursor: pointer;
}

#vertical-navigation
{
width:181px;
height: 185px;
}

#flash-left
{
clear:both;
} 

/*++++++Horizontal Nav++++++*/


#g4p-top-nav1,#g4p-top-nav2
{
	width: 150px;
	background-color:#DB0048;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	margin-top: -10px;
	margin-left:20px;
	visibility: hidden;
}

#g4p-top-nav2
{
margin-left:37px;
}

.g4p-top-nav-css{
border:1px solid #666666;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
}

.g4p-top-nav-css a{
display: block!important;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFFFFF!important;
font-size: 130%;
font-weight: bold;
}

.g4p-top-nav-css a:hover{ /*hover background color*/
background-color: #E86850;
color: #FFDE00!important;
}
#books-border-wrapper-puzzles {
	background-color: #DB0048;
	padding-top: 20px;
}
.books-paragraph-margin_game {
	padding: 25px 25px 25px 25px;
}
#flash-cc-game {
	margin: 0px 20px 20px 200px;
	text-align: left;
}
#cc-flash-container {
	margin: 20px 20px 20px 200px;
	background-color: #FFFFFF;
	text-align: left;
}
#footlinksforccgame {
	width: 500px;
	padding-left: 320px;

}
