@charset "utf-8";
/* CSS Document */
@import url("navigation.css");

#container {
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #73338f;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ad77c4;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#containerToDo {
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0C9CB6;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

#mainContent {
	width: 556px;
	float: right;
	background:#FFFFFF/* url(../_images/gradientBG.jpg) left top no-repeat*/;
	padding: 6px 15px 15px 15px;
} 


#mainToolkit {
	width: 586px;
    height:357px;
	float: right;
	padding: 0px 0px 0px 0px;
	background:#FFFFFF;
} 
#mainClouds {
	width: 586px;
	height: 440px;
	float: right;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF url(../_images/cloudBG.jpg) left top no-repeat;
} 

#footer {
	width: 752px;
	margin: 0px auto 0px auto;
	text-align: center;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

#body {
	width: 752px;
	background: url(../_images/menuStrip.gif) left top repeat-y;
}

/* styles for header */
#subHeader1 {
	background: url(../_images/Title_top.gif);
	height: 42px;
	overflow: hidden;
}

#subHeader2 {
	background: url(../_images/Title_bottom.gif);
	height: 51px;
	overflow: hidden;
}


#logo {
	background: url(../_images/Logo2.gif);
	width: 124px;
	height: 99px;
	position: absolute;
	z-index: 100;
	margin: -73px 0px 0px 602px;
	overflow: hidden;
}

#kite {
	/*background: url(../_images/kite.png);*/
	width: 521px;
	height: 404px;
	position: absolute;
	/*z-index: 200;*/
	margin: 23px 0px 0px 23px;
	/*overflow: hidden;*/
}

#logoIndex {
	background: url(../_images/Logo.gif);
	width: 114px;
	height: 74px;
	position: absolute;
	z-index: 100;
	margin: -63px 0px 0px 610px;
	overflow: hidden;
}


.reflectBox {
	border: 1px solid #73338f;
	margin: 10px;
}

.imgBox {
	width:250px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}

.imgBox h3 {
	font-size: 1.1em;
	padding: 0.5em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #f8f5ec url(../_images/contentTop.gif) left bottom repeat-x;
	width: 236px;
}

#ibLast {
	width:250px;
	padding: 0px;
	border: 1px solid #000000;
	margin: 0px auto 0px auto;
}

#ibLast h3 {
	font-size: 1.1em;
	padding: 0.5em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #f8f5ec url(../_images/contentTop.gif) left bottom repeat-x;
	width: 236px;
}

.reflectBox p {
	padding: 10px;
}

.reflectBox h3{
	font-size: 1.1em;
	padding: 0.5em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #f8f5ec url(../_images/contentTop.gif) left bottom repeat-x;
}

.nextBack{
	width: 130px; 
	display: block; 
	float: right; 
	padding: 0px 15px 8px 0px; 
	margin-top: 15px;
}

#footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

#footer #links {
	padding-bottom: 9px;
}
#footer #links a:link {
	color: #000;
}
#footer #links a:visited {
	color: #000;
}
#footer #links a:hover {
	color: #ad77c4;
}

#environments{
	margin: 0px auto 0px auto;
}

.imgBorder{
	border: 1px solid #000000;
}

.iconList {
	margin-top: 0px;
	margin-bottom: .5em;
}

.movieBorder {
	width: 320px;
	height: 300px;
	
}

.standards blockquote{
	margin-top: 0;
	margin-bottom: 0;
}
.gone{
	display: none;
}
.gone2{
	display: none;
}
.gone3{
	display: none;
}

.here{
	display: block;
	border: dashed 1px; 
	padding: 5px; 
	margin-left: auto;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 460px;
	background-color:#EFEFEF;
	height:auto;
}
.here2{
	display: block;
	/*margin: auto;*/
	width: 100%;
	height:auto;
}
.here3{
	display: block;
	width: 500px;
	height:auto;
	padding: 7px; 
}
#introContent {
	width: 700px;
	margin-left:40px;
	margin-right:auto;
	margin-top:130px;
	background:#FFFFFF;
	padding: 15px 15px 15px 15px;
} 

