@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	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: right; /* 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.jpg);
	background-repeat: repeat-x;
	
}
.oneColFixCtrHdr #container {
	width: 960px;  /* 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 #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 7px #999;
	-webkit-box-shadow:0 0 7px #999;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
	background-image: url(../images/header.jpg);
	height: 157px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
#partnerlinks {
	float:right;
	position:relative;
	top:0.5em;
	left:0px;
	overflow:hidden;
	clear:right;
	width:150px;
	border:#999 1px solid;
	margin: 0  0 0;
}

#partnerlinks h2 {
    background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	padding:inherit;
	color:#006;
	font-size:14px;
	padding-bottom:5px;
	padding-bottom:5px;
    margin:0;
    border-bottom:1px solid #ccc;
    text-align:center;
}

#partnerlinks ul {
  margin:0 0 1em 0;
  padding:0 1em 0 1em;  
}

#partnerlinks li {
  list-style-type:none;
}

.unorderedlist {
  margin-top:3em; /* space above the list */
  text-align:center;
  background-color:#FFF;
}

.unorderedlist li {
  margin-top: 1em; /* Space between list items */
  background:#FFF;
}

.oneColFixCtrHdr #header h1 {
	float: none;
	font-size: 14px;
	color:#666;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #0099CC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #mainContent h2 {
	color: #022441;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header a:link {
	color: #666;
	font-weight: lighter;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:visited {
	color: #666;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:hover {
	color:#0099CC;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:active {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #footer a:link {
	color: #666;
	text-decoration: none;
	font-weight: lighter;
}
.oneColFixCtrHdr #footer a:visited {
	color: #666;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #0099CC;
	text-decoration: none;
}
.homeRight {
	background:#fff;
	float:right;
	border:1px solid #ccc;
	position:relative;
	width:160px;
	margin:0px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 7px #CCC;
	-webkit-box-shadow:0 0 7px #CCC;
}
.oneColFixCtrHdr #footer a:active {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}
.oneColFixCtrHdr #footer {
	color:#666;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
		-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;

}
.oneColFixCtrHdr #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 */
	font-size: 11px;
	text-align: center;
}
.oneColFixCtrHdr #copyright {
	font-size:10px;
	color:#666;
	text-align:center;
	line-height:18px;
}
