@charset "UTF-8";

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;	/* removes default underline */
	color: #999999;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;	/* adds underline on rollover */
	color: #CCCCCC;
}

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #000000;	/* This is the page's background color, outside of the container */
	margin: 0; 				/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;			/* Apparently this is the font color for the text inside the HTML page's body tag */
}

#bodyText {
	
	/* Width and height purposely set to be smaller than the actual body block so margins can center it */
	width: 680px;
	height: 390px;
	
	/* More or less centers the text in the body block */
	margin: 5px 10px 5px 10px;
	
	/* Need to overwrite the font color and size */
	color: #FFFFFF;
	font-size: 80%;
	
	/* Adds scrollbars as needed, otherwise hidden */
	overflow: auto;		
	
	/* This only works in IE, unfortunately */
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #000000;


}

#bodyRightBorder {
	background: url(../images/contentPage/animated/contentPage_body05.jpg);
	background-repeat: no-repeat;
	
	width: 35px;
	height: 447px;
	float: left;
}

.clearfloat { 				/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* The container holds the entirety of the site's layout */
#container { 
	width: 980px;  			/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;			/* Constrains the height of the site (duh) */
	background: #000000;	/* This controls the background color of the container */
	margin: 0 auto; 		/* the auto margins (in conjunction with a width) center the page */
	/*border: 0px;			/* Specifying no border */
	text-align: left; 		/* this overrides the text-align: center on the body element. */
}

.fltlft { 					/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt { 					/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

#footer { 
	background: url(../images/contentPage/animated/contentPage_footer.jpg);
	background-repeat: no-repeat;
	
	background-position: center;
	
	width: 980px;
	height: 54px;
} 

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;	/* removes default underline */
	color: #666666;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;	/* removes default underline */
	color: #999999;
}

#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: 5px 20px 30px 0; 		/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	text-align: right;
	font-size: 80%;
}

#header {  
	/* All of the image paths are relative to this css stylesheet, not the HTMl page it applies to */
	background: url(../images/contentPage/animated/contentPage_header.jpg);
	background-repeat: no-repeat;	/* Don't tile the image */
	/*background-position: top center;		/* Aligns the image */
	width: 980px;
	height: 74px;
	margin-top: 50px;				/* Give a 50 pixel buffer between the top of the page and the content */
}

#imageLinkLeft {
	color: #CCCCCCC;
	font-size: 70%;
	text-align: left;
	float: left;
	width: 70px;
	padding: 0px 0px 0px 5px;
}

#imageLinkRight {
	color: #CCCCCC;
	font-size: 70%;
	text-align: right;
	float: right;
	width: 70px;
	padding: 0px 5px 0px 0px;
}

#mainContent {
	background: url(../images/contentPage/animated/contentPage_mainContent.jpg);
	background-repeat: no-repeat;
	/*background-attachment: fixed;		/* This broke more than it fixed, so it's being removed */
	background-position: center;		/* Safari and Firefox seem to be ok with this, IE not so much */
	
	width: 701px;
	height: 413px;
	float: left;	
}

#mainContentContainer {
	background: #000000;
	
	width: 701px;
	height: 447px;
	float: left;

}

#mainContent ol {

	/* Define the properties for ordered lists */
	list-style: lower-alpha;
	list-style-position: outside;

}

#navBody {
	background: url(../images/contentPage/animated/contentPage_navBody.jpg);
	background-repeat: no-repeat;
	
	width: 165px;
	height: 234px;
	float: left;	/* Firefox 2.0.0.9 doesn't seem to like this element without the float: left, though IE doesn't care either way */
	
}

#navBody p {

	margin: 0;

	/* changing the font properties */
	color: #CCCCCC;
	font-size: 80%;
	text-align: left;
	
	/* again, use padding to align it properly */
	padding: 5px 15px 5px 15px;

}

#navBody2 {
	background: url(../images/contentPage/animated/contentPage_navBody2.jpg);
	background-repeat: no-repeat;
	
	width: 165px;
	height: 101px;
	float: left;
}

#navBody2 td {

	margin: 0;

	/* changing the font properties */
	color: #CCCCCC;
	font-size: 70%;
	text-align: left;

}

#navBorderLeft {
	background: url(../images/contentPage/animated/contentPage_body03.jpg);
	background-repeat: no-repeat;
	
	width: 35px;
	height: 447px;
	float: left;	
}

#navBorderRight {
	background: url(../images/contentPage/animated/contentPage_body04.jpg);
	background-repeat: no-repeat;
	
	width: 44px;
	height: 447px;
	float: left;
}

#navContainer {
	background: #000000;
	
	width: 165px;
	height: 447px;
	float: left;
}

#navDivider {
	background: url(../images/contentPage/animated/contentPage_navDivider.jpg);
	background-repeat: no-repeat;
	
	width: 165px;
	height: 42px;
	float: left;	/* Firefox 2.0.0.9 doesn't seem to like this element without the float: left, though IE doesn't care either way */
}

#navHome {
	background: #000000;
	
	width: 165px;
	height: 35px;
	float: left;	/* Firefox 2.0.0.9 doesn't seem to like this element without the float: left, though IE doesn't care either way */
}

#navTitle {
	background: url(../images/contentPage/animated/contentPage_navTitle.jpg);
	background-repeat: no-repeat;
	
	width: 165px;
	height: 35px;
	
	float: left;	/* Firefox 2.0.0.9 doesn't seem to like this element without the float: left, though IE doesn't care either way */	
}

#navTitle p {

	margin: 0;		/* zeroing the margins 'cause apparently it's the cool thing to do */
	padding: 10px 0px 5px 0px;	/* padding here is used to center the text in the title space */
	
	text-align: center;
	

	
	color: #666666;		/* Font color */
	font-size: 90%;		/* Font size */
	font-weight: bold;	/* Embolden the font to do greater things */
}

/* First part of the row that includes the title of the step currently being viewed */
#titleRow01 {
	background: url(../images/contentPage/animated/contentPage_body01.jpg);
	background-repeat: no-repeat;		/* Don't tile the image */
	/*background-position: top center;	/* Aligns the image */
	width: 547px;
	height: 26px;
	float: left;
	
}

/* Second part of the row that includes the title of the step currently being viewed. Actually contains the text */
#titleRow02 {
	background: url(../images/contentPage/animated/contentPage_pageTab.jpg);
	background-repeat: no-repeat;		/* Don't tile the image */
	/*background-position: center;	/* Aligns the image */
	width: 398px;
	height: 26px;
	color: #CCCCCC;		/* Font color */
	font-size: 90%;	/* Font size */
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	text-align: center;
	float: left;
}

/* Last part of the row that includes the title of the step currently being viewed */
#titleRow03 {
	background: url(../images/contentPage/animated/contentPage_body02.jpg);
	background-repeat: no-repeat;		/* Don't tile the image */
	/*background-position: top center;	/* Aligns the image */
	width: 35px;
	height: 26px;
	float: left;
}

#upperFooter {
	background: url(../images/contentPage/animated/contentPage_body06.jpg);
	background-repeat: no-repeat;
	
	background-position: center;
	
	width: 701px;
	height: 34px;
	float: left;
}
