@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/background_stretch.jpg) repeat-x left top;
	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: #6e6e6e;
}

#Container {
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 20px;
}
#Header {
	padding: 0;  /* 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. */
	margin: 0 auto;
	height: 194px;
	width: 959px;
}
#Header img {
	margin: 0px;
	padding: 0px;
}
#Sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* 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: url(../images/sidebar-background.jpg) no-repeat left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 12px;
	margin-left: 20px;
	height: 355px;
}
#SidebarContent {
	width: 185px;
	margin: 0px 20px;
	padding: 10px 0px 0px;
	text-align: left;
}
#MainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}
#MainContentInnerPage {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}
#Footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.gif) no-repeat left top;
	width: 903px;
	margin: 0px auto;
}
#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: 15px 0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-weight: bold;
}
.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;
}

/* Top Nav Styles */
#TopNavBackground {
	background: #FFFFFF url(../images/nav-background.jpg) repeat-x left top;
	width: 901px;
}
.TopNavContainer {
	width: 858px;
	height: 55px;
	border-top: 1px solid #d0d1d6;
	margin: 0px auto;
	clear: both;
}
.TopNavContainer ul {
	padding: 5px 0px 0px;
	margin: 0px;
	list-style: none;
}
.TopNavContainer ul li {
	float: left;
	margin-right: 2px;
	text-align: center;
}
.TopNavContainer ul li a {
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 5px 13px;
	font-weight: bold;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.TopNavContainer .HomeSectionNav a {
	color: #6e6e6e;
	border-top: 2px solid #002469;
	background-color: #ffffff;
}
.TopNavContainer .HomeSectionNav a:hover {
	color: #ffffff;
	background-color: #002469;
	border-top: 2px solid #dfdfdf;
}
.TopNavContainer .ContactSectionNav a {
	color: #6e6e6e;
	border-top: 2px solid #a34bc8;
	background-color: #ffffff;
}
.TopNavContainer .ContactSectionNav a:hover {
	color: #ffffff;
	background-color: #a34bc8;
	border-top: 2px solid #dfdfdf;
}
.TopNavContainer .ServicesSectionNav a {
	color: #6e6e6e;
	border-top: 2px solid #76b900;
	background-color: #ffffff;
}
.TopNavContainer .ServicesSectionNav a:hover {
	color: #ffffff;
	background-color: #76b900;
	border-top: 2px solid #dfdfdf;
}
.TopNavContainer .AboutSectionNav a {
	color: #6e6e6e;
	border-top: 2px solid #10a6b5;
	background-color: #ffffff;
}
.TopNavContainer .AboutSectionNav a:hover {
	color: #ffffff;
	background-color: #10a6b5;
	border-top: 2px solid #dfdfdf;
}
.TopNavContainer .TestimonialsSectionNav a {
	color: #6e6e6e;
	border-top: 2px solid #f1ab00;
	background-color: #ffffff;
}
.TopNavContainer .TestimonialsSectionNav a:hover {
	color: #ffffff;
	background-color: #f1ab00;
	border-top: 2px solid #dfdfdf;
}
.TopNavContainer .StayCurrentSectionNav a {
	color: #6e6e6e;
	border-top: 2px solid #e96b12;
	background-color: #ffffff;
}
.TopNavContainer .StayCurrentSectionNav a:hover {
	color: #ffffff;
	background-color: #e96b12;
	border-top: 2px solid #dfdfdf;
}
.TopNavContainer .OpportunitiesSectionNav a {
	color: #6e6e6e;
	border-top: 2px solid #f02333;
	background-color: #ffffff;
}
.TopNavContainer .OpportunitiesSectionNav a:hover {
	color: #ffffff;
	background-color: #f02333;
	border-top: 2px solid #dfdfdf;
}
/* End Top NavStyles */

/* Begin Template Specific Styles */
.HomePageImage {
	padding: 0px 15px 0px 0px;
	width: 135px;
	float: left;
	margin: 0px;
	height: 150px;
}
.HomePageText {
	width: 450px;
	padding: 0px 0px 5px;
	height: 130px;
	margin: 0px 0px 0px 150px;
}
/* End Template Specific Styles */

