@charset "UTF-8";
body  {
	margin: 0px;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0;
	background-color: #8597a5;
	background-image: url(images/body_Header_new.png);
	background-repeat: repeat-x;
	background-position: 10px top;
}

li {
	list-style-position: outside;
	list-style-image: url(images/Bullets_new.gif);
}
 #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003E5F;
	border-right-color: #003E5F;
	border-bottom-color: #003E5F;
	border-left-color: #003E5F;
} 
 #header {
	background-color: #fefefe;
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(images/helpingheader.gif);
	float:left;
	height: 145px;
	width: 780px;
	border: 0;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
} 
 #header p {
	padding: 0;
	margin: 0 5px 0 0;
	background-attachment: fixed;
	background-image: url(images/Helping_heading_new.gif);
	background-repeat: repeat-x;
	background-position: right top;
	top: -30px;
	clip: rect(40px,auto,auto,auto);
}

#navigation {
	margin-top: 127px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FAA421;
	height: 16px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}

#navigation a:link, #navigation a:visited, #navigation a:focus {
	text-decoration: none;
	font-size: 16px;
	color: #003e5f;
	float: none;
	margin-right: 28px;
	margin-left: 28px;
}

#navigation a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	float: none;
	margin-right: 28px;
	margin-left: 28px;
}

 #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 168px;
	padding: 0 5px 0 1px;
	float: none;
	border: 0;
} 



#mainContent a:link, #mainContent a:focus, #mainContent a:visited{
	color: #003e5f;
	text-decoration: none;
}

#mainContent a:hover { /*Got rid of the blue boxes that were appearing in the "Click a Brick" image on the homepage*/
	border: 0;
	color: #000000;
	text-decoration:underline;
}

#mainContent img {
	border:0;
	float: left;
	margin-bottom: 10px;
}

 #mainContent h1{
	margin-left: 20px;
}

#mainContent h2{
margin-left: 20px;
}

#mainContent h6 {
	font-style: italic;
	margin-left: 20px;
}
#mainContent li{
	margin-left: 30px;
	margin-right: 20px;
}
#mainContent p {
	margin-right: 20px;
	margin-left: 20px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-right: 25px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 560px;
	padding-bottom: 15px;
	padding-left: 11px;
}

#sidebar1 a:link, a:focus, a:visited { /*For the sidebar links; Tells the links to be where they are*/
	color: #003e5f;
	text-decoration: none;
	float: none;
	padding: 0px;
	margin: 0px;
}
#sidebar1 a:hover { /*For sidebar links, but tells the color when you hover over a link in the sidebar*/
	color: #000000;
}

 #footer {
	background-color: #0c2f4c;
	font-size: 10px;
	margin-top: -16px;
	color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: -10px;
} 
 #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 */
	background-image: none;
	background-repeat: no-repeat;
	background-position: right -35px;
}


.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;
}

.imageshomepage {
	margin: 0px;
}
.clickabrick {
	width: 142px;
	margin-top: 10px;
	border:0;
}

.images {
	margin-right: 20px;
}


.imagesidebar1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

