@charset "UTF-8";
/* CSS Document */

body  {
	font: 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(images/background-word-collage.jpg) no-repeat;
	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: #000000;
	line-height: 12pt;
}
.wrapper {
	background: url(images/top_shadow.png) no-repeat;
	margin: 24px auto 0px;
	width: 970px;
	position: relative;
	padding-top: 24px;
}
#container {
	width: 938px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/side_shadow.png);
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 0px;
	padding-left: 15px;
} 
#header {
	background: url(none) no-repeat center top;
	padding: 0 10px 0 380px;
	height: 120px;
}
a:link {
	color: #313131;
	text-decoration: none;
}
#sidebar1 a {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #313131;
}
a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
} 
#nav {
	margin: 0;
	padding-right: 0px;
	padding-left: 210px;
	background: #aa1516 url(none) no-repeat;
}
.pod {
	padding: 0px 0px;
}
#slideshow {
	position:relative;
	height:253px;
	width:862px;
	padding-left: 40px;
}

#slideshow IMG {
	position:absolute;
	top:8px;
	left:50;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
}
#mainContent {
	margin-top: -10px;
	margin-right: 360px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 60px;
} 
#footer {
	padding: 0 0px 0 10px;
	background: url(none);
	margin-right: 0px;
	margin-top: -17px;
} 
#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 */	
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.style2 {
	font-size: 70%
}
.style3 {
	color: #313131;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: #313131;
}
a:active {
	text-decoration: none;
	color: #313131;
}
.style5 {
	font-size: 12px;
	color: #555555;
}
