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


/************** Begin global styles */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
        padding: 0;
        margin: 0;
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
.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;
}
.bold {
	font-weight: bold;
}

/************** End global styles */








/************** Begin Homepage styles */

.home #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.home #nav {
	float: left;
	margin-top: 10px;
}
.navRightborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.home #header {
	background-image:url(images/header_bg2.jpg);
	background-repeat: no-repeat;
	padding-top: 125px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 250px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000;
} 
.home #header img {
	float: left;
	margin-right: 10px;
}
.home #header h1 {
	padding: 30px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.home #header h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
}
.home #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 0;
}
.home #sidebar1 p {
	padding-bottom: 10px;
}
.home #sidebar1 h1 {
	color: #090;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}
.home #newsFeed {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 0 0;
	clear: right;
}
.home #newsFeed p {
	padding-bottom: 10px;
}
.home #newsFeed h1 {
	font-size: 16px;
	padding-bottom: 10px;
}
.home #newsFeed p a {
	font-size: 10px;
	color: #090;
}
.home #newsFeed p a:hover {
	color: #000;
}
.lastUpdated {
	font-size: 9px;
	color: #090;
}
.home #mainContent {
	margin: 0 250px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.child #mainContent h1 {
	color: #FFF;
	font-size: 22px;
	padding-bottom: 10px;
}
.child #mainContent h2 {
	font-size: 18px;
	padding-bottom: 5px;
}
.child #mainContent a {
	color: #063;
}
.child #mainContent a:hover {
	font-weight:bold;
}

.home #mainContainer {
	float: left;
	width: 700px;
}
.home #footer {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	position: relative;
	float: left;
} 
.home #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 */
}
#footer p a  {
	color: #999;
	text-decoration: none;
}
#footer p a:hover {
	color: #096;
	text-decoration: underline;
}


/************** End Homepage styles */




/************** Begin Childpage styles */
.child #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/child_header_bg.jpg);
	background-repeat: no-repeat;
	min-height: 490px;
} 
.child #mainContent {
	width: 100%;
	margin-top: 30px;
	float: left;
	padding: 0 10px 0 10px;
}
.child #leftContent {
	width: 500px;
	float: left;
	clear: left;
}
.child #photo img {
	border: 3px solid #FFF;
}

.child #leftContent ul {
	list-style-position: outside;
	padding-left: 25px;
}
.child #leftContent ul li {
	padding-bottom: 5px;
}

.child #leftContent p {
	padding: 0 0 10px 0;
}
.child #photo {
	float:right;
	padding: 0 30px 10px 0;
}
.child #header {
	color: #FFF;
	padding: 15px 0 0 107px;
} 
.child #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
}
.child #header h2 {
	font-size: 11px;
}
.child #navigationBar {
	float: left;
	clear: left;
	padding: 45px 0 0 10px;
}
.child #navigationBar ul {
	list-style-type: none;
}
.child #navigationBar ul li {
	display: inline;
}
.child #navigationBar a {
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-right: 30px;
}
.child #navigationBar a:hover {
	text-decoration:underline;
}
.child #footer {
	padding: 5px 0 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.child #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

/************** End Childpage styles */
