@charset "utf-8";
/* CSS Document */

body {
	font-size:1em;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	color: #333333;
}



#footer {
	clear: both;
	margin-top: 115px;
	width: 790px;
	text-align: center;
	font-size: .75em;
	color: #FFFFFF;

}

/* footer link styles */
#footer a:link {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;

}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

/* base link styles */
a:link {
	color: #000066;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF0000;
}

/* styles used for home page */

/* body tag redefined for home only, contains whiteboard image as background */
body.home {
	background-image: url(images/whiteboard_home.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #666666;

}

/* nav div used on home only; images are set to display as block so that they automatically go to a new line */
#nav_home {
	position: absolute;
	left: 604px;
	top: 47px;

}

#nav_home img {
	display: block;

}

/* this div holds the home page comic */
#comic_home {
	background-image: url(images/comic_toys.gif);
	background-repeat: no-repeat;
	width: 729px;
	height: 450px;
	left: 35px;
	top: 78px;
	margin-top: 35px;
	margin-left: 25px;

}


#logo {
	z-index: 20;
	position: absolute;
	left: 42px;
	top: 41px;

}

/* sub page styles */

body.sub {
	background-color: #666666;
	text-align: center;

}

#sub_contentWrap {
	width: 759px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;

}

.subNav {
	width: 152px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;

}


.subLogoArea {
	background-image: url(images/sub_whiteboard.gif);
	background-repeat: no-repeat;
	height: 187px;

}


.sub_content {
	padding: 10px;

}


.sub_footer {
	text-align: center;
	font-size: .7em;
	background-image: url(images/rule.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 25px;
	clear: both;

}
a:link {
	color: #000066;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}


.title {
	margin-bottom: 10px;

}


p {
	font-size: .75em;
	line-height: 145%;
	color: #333333;
	padding-right: 25px;
	padding-left: 25px;

}

.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	padding: 5px;
}

.image_right {
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333333;

}

.image_right img {
	border: 1px solid #333333;

}

.image_left img {
	border: 1px solid #333333;

}

.image_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;

}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;

}

.contact {
	width: 225px;
	float: right;
	padding: 3px;
	background-image: url(images/contact_comic.gif);
	background-repeat: no-repeat;
	height: 300px;

}



.contact .talk {
	font-size: .85em;
	margin-top: 60px;
	width: 168px;
	margin-left: 30px;
	color: #01284B;

}

form.contactForm {
	margin-left: 25px;

}

hr.grayline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 700px;
	clear: both;

}

/* use for images when you don't want a border */
.image_left2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.image_right2 {
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;


}

.image_center {
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;


}

h1 {
	font-size: 1.25em;
	color: #01284B;
	margin-bottom: 0px;
	margin-left: 25px;

}

h2 {
	color: #01284B;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: .9em;
}

ul {
	font-size: .8em;
}

ol {
	font-size: .9em;
}

.errorText {
	color : #ff0000;
	font-size : .75em;
}

.errorTextBold {
	color : #ff0000;
	font-size : .85em;
	font-weight : bold;
}

.popquizoptions { 
	font-size:.75em;
	margin-left: 5em;
}

#image_panel {
	height:275px; 
	width:749px; 
	overflow:scroll;
}

#photo_bkd {
    position: absolute;    
	background-color: #333333;    
	top: 0;    
	left: 0;  
	z-index: 3;
}

#image_large {
    position: absolute;    
	width: 720px;    
	top: 150px; 
	z-index: 4;
	border: 4px solid #333333;
}

.pagingNav { 
       font-size : .75em; 
}

li {
       font-size : .95em;
}

.fontControl {
       font-size : .95em;
}

.smallFontLabel {
       font-size : .95em;
}

.mediumFontLabel {
       font-size : .95em;
}

.largeFontLabel {
       font-size : .95em;
}
