@charset "utf-8";

/* #F2971C orange, #4C2D8E purple, #79C051 green */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(/images/topBannerFront.gif) left top;/* Puzzle pieces on the top banner */
	height: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #headerLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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 */
	padding-left: 15px;
}

.oneColFixCtrHdr #headerRight {
	margin: 0 0 0 325px;
	padding-top: 105px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.oneColFixCtrHdr #breadcrumb {
	padding: 7px 4px 7px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background: #FFFFFF;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #4C2D8E;
	font-weight: bold;
}

.oneColFixCtrHdr #breadcrumb a {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #breadcrumb a:visited {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #breadcrumb a:hover {
	color: #F2971C;
	text-decoration: none;
}

.oneColFixCtrHdr #breadcrumbRight {
	padding: 4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	margin: 0px;
	background: #F2971C;
}

.oneColFixCtrHdr #breadcrumbRight form{
	padding: 0px;
	margin: 0px;
		font-size: 11px;
}


.submit{
	background-color: #79C051;
	font-size: 11px;
	cursor: default;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 12px;
	margin-top: 20px;
}

.oneColFixCtrHdr #mainContent h1{
	font-size: 15px;
	color: #4C2D8E;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #mainContent h2{
	font-size: 13px;
	color: #79C051;
}
.oneColFixCtrHdr #mainContent h3{
	font-size: 12px;
	color: #F2971C;
}

.oneColFixCtrHdr #searchBox {
	margin: 10px;
	padding: 6px;
	width: 250px;
}

.oneColFixCtrHdr #footer {
	padding: 0 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0; 
	font-size: 12px;
	text-align: center;
}

.oneColFixCtrHdr #footer a {
	color: #4C2D8E;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	color: #4C2D8E;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #79C051;
	text-decoration: none;
}

.oneColFixCtrHdr #flashVideo{
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
	padding: 0px;
	width: 330px;
}
