@charset "utf-8";

body {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	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: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	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-color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD

}
.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 */
	text-align: right;
	font-weight: bold;
}

.oneColFixCtrHdr #container #header table tr td {
	font-family: Calibri;  /* affects menu bar fonr*/
	font-weight: bold;
	text-align: center;
}

#page {
	margin: 0px;
	width: 940px;
	height: 320;
}
#topContainer {
	overflow: auto;
}
.controller {
	background-image: url(Images/custom_left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 320px;
	width: 40px;
	float: left;
}
#next {
	background-image: url(Images/custom_right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#slider {
	height: 320px;
	width: 860px;
	float: left;
	overflow: hidden;
}

#footer {
	width: 940px;
	margin:auto;
	
}.oneColFixCtrHdr #container #header table tr td p font b {
	padding-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
}

.oneColFixCtrHdr #container #header table tr td font {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr #container table tr td strong h3 img {
	padding-left: 9px;
	padding-right: 3px;
}
.oneColFixCtrHdr #container table tr td h3 {
	padding-right: 5px;
	padding-left: 5px;
}

.oneColFixCtrHdr #container table tr td h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-transform: none;
	padding-left: 5px;
}

.oneColFixCtrHdr #container table tr td p {
	padding-right: 5px;
	padding-left: 5px;
}

.oneColFixCtrHdr #container table tr td table {
	text-align: center;
	border: thin solid #000;
	padding-left: 5px;
	padding-right: 5px;
}


.oneColFixCtrHdr #container table tr td table tr th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
