@charset "utf-8";
/* CSS Document */
@import url("navigation.css");

.twoColFixLtHdr #container {
	width: 753px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../_images/menuStrip.gif) left top repeat-y;
	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. */
} 

.twoColFixLtHdr #containerToDo {
	width: 753px;  /* 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. */
} 

.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #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;
}

.twoColFixLtHdr #mainContent {
	width: 555px;
	float: right;
	padding: 6px 15px 15px 15px;
} 

.twoColFixLtHdr #footer {
	width: 753px;
	margin: 10px auto 0px auto;
	text-align: center;
} 

.twoColFixLtHdr #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: 753px;
	background: url(../_images/menuStrip.gif) left top repeat-y;
}

/* styles for header */
#subHeader1 {
	background: url(../_images/Title_top.gif);
	height: 41px;
	overflow: hidden;
}

#subHeader2 {
	background: url(../_images/Title_bottom.gif);
	height: 51px;
	overflow: hidden;
}


#logo {
	background: url(../_images/Logo.gif);
	width: 120px;
	height: 109px;
	position: absolute;
	z-index: 100;
	margin: -79px 0px 0px 620px;
	overflow: hidden;
}

#logoIndex {
	background: url(../_images/logoIndex.gif);
	width: 120px;
	height: 109px;
	position: absolute;
	z-index: 100;
	margin: -79px 0px 0px 620px;
	overflow: hidden;
}


.reflectBox {
	border: 1px solid #0C9CB6;
	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: #0C9CB6;
}

#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: -.4em;
	margin-bottom: -.5em;
}
