@charset "utf-8";
/* CSS Document */

body  {
	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;
	background-color: #1B2E3C;
	background-image: url(../images/str/bg_global.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container  {
	width: 998px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/str/bg_container.png);
	background-repeat: repeat-y;
} 
#container2 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center top;
	background-repeat: no-repeat;
}
#Ccontainer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/photoBG_content.jpg);
}

#headerHome {
	margin-left: 354px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#headerChild {
	margin-left: 380px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}

#header  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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 */
}
#LeftHomeNav {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* padding keeps the content of the div away from the edges */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 146px; /* padding keeps the content of the div away from the edges */
	margin-top: 260px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 28px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #496887;
	border-right-color: #496887;
	border-bottom-color: #496887;
	border-left-color: #496887;
	height: 420px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	margin-top: 260px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 4px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #496887;
	border-right-color: #496887;
	border-bottom-color: #496887;
	border-left-color: #496887;
	height: 420px;
}
#ChildSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 297px; /* padding keeps the content of the div away from the edges */
	margin-top: 85px;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin-right: 33px;
	padding-right: 8px;
	background-color: #EEE2D4;
}
#RightHomeNav {
	float: right; /* since this element is floated, a width must be given */
	width: 188px; /* padding keeps the content of the div away from the edges */
}

#mainContent  {
	margin-top: 134px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 186px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#ChildContent {
	margin-top: 0px;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer  {
	background-image: url(../images/str/footer.png);
	height: 100px;
	padding-top: 0;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	width: 1000px;
	background-position: center top;
	color: #999999;
} 
.CenterImage {
	display: block;
	text-align: center;
	margin: 0 auto;
}
#footer  p  {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
