@charset "UTF-8";

#page-container{
	width: 955px;
    margin: 50px auto;
	min-height: 100%;
	border-style: solid;
	border-color: #E5E5E5;
	background: white;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	border-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #000000;
}	
#page-container-drills{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	border-style: solid;
	border-color: #E5E5E5;
	background: white;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}	
	
div#hdr{
	margin-left: auto;
	margin-right: auto;

}
div#menu{
	margin-left: 5px;
	margin-top: 4px;
	position: absolute;
	height: 25px;
	width: 30px;
	padding: 0px;
}
div#photo{
	float: left;
	width: 242px;
	/*height:630px;*/
	margin-left: 73px;
	margin-bottom: 75px;
}
div#scope{
	float: left;
	width: 304px;
	margin-bottom: 75px;
}
div#toast{
	float: left;
	width: 266px;
	margin-bottom: 75px;
}
div#footer{
	clear: left;
	height: 120px;
	background: #ffffff;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: block;
	/* [disabled]width: 0px; */
}
div#sites{
	float: left;
	margin-left: 10px;
	clear: none;
	display: block;
}
div#copyright {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	width: 300px;
	text-align: center;
	color: #cdcdcd;
	padding-top: 10px;
	margin-left: 98px;
}
div#why{
	float: right;
	margin-right: 10px;
	clear: none;
	display: block;
}



div#instruction {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-left: 510px;
}
div#content{
	margin-top:20px;
	margin-left:35px;
	margin-right:35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


@font-face {
    font-family: 'OstrichSansMedium';
    src: url('ostrich-regular-webfont.eot');
    src: url('ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-regular-webfont.woff') format('woff'),
         url('ostrich-regular-webfont.ttf') format('truetype'),
         url('ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OstrichSansCondensedLight';
    src: url('ostrich-sans-fontfacekit/ostrich-light-webfont.eot');
    src: url('ostrich-sans-fontfacekit/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ostrich-sans-fontfacekit/ostrich-light-webfont.woff') format('woff'),
         url('ostrich-sans-fontfacekit/ostrich-light-webfont.ttf') format('truetype'),
         url('ostrich-sans-fontfacekit/ostrich-light-webfont.svg#OstrichSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}




h2 { font-family: 'OstrichSansMedium'; color: #999999 }
h1.fontface {font-family: 'Snippet', sans-serif; color:#CCCCCC; font-size: 40px; align-center;}


.slidingDiv {
	height:200px;
	margin-bottom:1px;
}

.show_hide {
	display:inherit;
}
.slidingDiv2 {
	float:left;
	width:304px;
	margin-bottom:1px;
	height:200px;
}

.show_hide2 {
	display:inherit;
}
.slidingDiv3 {
	float:left;
	width:304px;
	margin-bottom:1px;
	height:200px;
}

.show_hide3 {
	display:inherit;
}




p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 30px;
}

#page-container-drills #content iframe {
	text-align: center;
}
a:link {
	color: #BBB;
	text-decoration:none
}a:visited {
	color: #CCC;
	text-decoration:none
}
