@charset "windows-1252";
body {
	font: 1em Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color: #e9f6ff;
	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-image: url(../images/bg_master.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	background-color: #e9f6ff;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-color: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
}
.oneColFixCtr #container #hdr {
	background-color: #ffffff;
	background-image: url(../images/hm_hdr_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #container #hdr h1 {
	margin: 0;
	padding: 0;
}
.oneColFixCtr #container #hdr h1 img {
	margin: 0;
	padding: 0;
}
.oneColFixCtr #container #hdr #majorLinx {
	padding: 0;
	margin:0;
	float: left;
	width: 225px; /*total is 205px, with 20px each side for padding 165px*/
}
.oneColFixCtr #container #hdr #majorLinx h2 {
	font-size: 1em;
	border-top: 1px solid #cc6600;
	padding: 4px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 20px;
}
.oneColFixCtr #container #hdr #majorLinx p {
	font-size: .8em;
	line-height: 1.2em;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 6px 0 15px 20px;
}



.oneColFixCtr #container #hdr #features {
	padding: 0 0 10px 0;
	margin:0;
	float: right;
	width: 530px; /*total is 526px, with padding at right 10px extraa*/
}


.oneColFixCtr #container #hdr #features img {
	padding: 0;
	margin:0;
	border: none;
}
.oneColFixCtr #container #hdr #features p {
	padding: 8px 0 0 4px;
	margin:0;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: bold;
	color: #7cacd0;
}


.oneColFixCtr #container #minorLinxContainer {
	width: 228px;
	float: left;
	/*background-image: url(../images/hm_minor_linx_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
	margin: 20px 0 0 0;
	padding: 0;
}
.oneColFixCtr #container #minorLinxContainer #minorLinxHdr {
/*	background-color: #ffffff;
	background-image: url(../images/hm_minor_linx_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #e9f6ff;
*/	
	margin: 0 0 -6px 0;
	padding: 0;
}

.oneColFixCtr #container #minorLinxContainer #minorLinx {
	/*width: 228px;
	float: left;*/
	background-color: #ffffff;
	background-image: url(../images/hm_minor_linx_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin:  0 0 -6px 0;
	padding: 0;
}
.oneColFixCtr #container #minorLinxContainer #minorLinx h3 {
	font-size: .8em;
	border-top: 1px solid #cc6600;
	padding: 4px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 15px 4px 20px;
}
.oneColFixCtr #container #minorLinxContainer #minorLinx p {
	font-size: .8em;
	padding: 0 15px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}
.oneColFixCtr #container #minorLinxContainer #minorLinx #formJump {
	border-top: 1px solid #cc6600;
	padding: 6px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 4px 15px 0 20px;
}
.oneColFixCtr #container #minorLinxContainer #minorLinx #jumpMenu {
	font-size: .8em;
	font-weight: bold;
}
.oneColFixCtr #container #minorLinxContainer #minorLinx ul {
	font-size: .8em;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 4px 15px 15px 20px;
	color: #cc6600;
}
.oneColFixCtr #container #minorLinxContainer  #minorLinx ul li {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 4px 15px 0 20px;
}
.oneColFixCtr #container #minorLinxContainer #minorLinxFooter {
	/*background-color: #ffffff;	
	background-image: url(../images/hm_minor_linx_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	margin: 0;
	padding: 0;
}













.oneColFixCtr #container #contentContainer {
	width: 530px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}
.oneColFixCtr #container #contentContainer #contentHdr {
	margin: 0;
	padding: 0;
}
.oneColFixCtr #container #contentContainer #content {
	background-color: #ffffff;
	background-image: url(../images/hm_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: -4px 0 0 0;
	padding: 0;
}
.oneColFixCtr #container #contentContainer #content p {
	margin: 0;
	padding: 12px 15px 0 20px;
	font-size: .8em;
	line-height: 1.2em;
}
.oneColFixCtr #container #contentContainer #contentFooter {
	margin: -4px 0 0 0;
	padding: 0;
}




.oneColFixCtr #container #footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.2em;
	color: #999999;
}




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



a {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
