@charset "UTF-8";
a:link {
	color: #006;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
	text-align: left;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
	background: url(none) repeat-x;
}
body {
	background: #FFF;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	list-style: square inside;
	margin: 3px 0px 10px 40px;
	text-align: left;
	text-indent: -16px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 1100px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
.oneColElsCtrHdr #header {
	background: #FFF;
	padding: 20;  /* 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. */
	color: #000;
	text-align: center;
	margin: 20px 10px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0.6em 0 0.4em; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	font-size: 1.6em;
	background: #FFF;
	word-spacing: normal;
}
#header a img {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	border-style: none;
	float: left;
}
#header img {
	display: inline;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	float: right;
	margin-left: 120px;
}
.headerimageYTO {
	float: right;
	border-style: none;
	clear: none;
}
#navbar {
	margin: 10px 0px 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	text-align: center;
	position: relative;
	background: url(none);
}
.oneColElsCtrHdr #container #header h4 {
	font-weight: normal;
	font-size: 0.8em;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF;
}
.oneColElsCtrHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/background.gif) repeat-x;
	border: thin solid #DDD;
	width: 600px;
	float: left;
	margin: 20px 0px;
	text-align: left;
}
.oneColElsCtrHdr #mainContentNoSidebar {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/background.gif) repeat-x;
	border: thin solid #DDD;
	width: 1075px;
	float: left;
	margin: 20px 0px;
}
#sidebar {
	background: url(../images/background.gif) repeat-x;
	margin: 20px;
	padding: 0px 5px;
	width: 400px;
	float: left;
	border: thin solid #CCC;
}
.sidebarhead {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	background: #BBB;
	padding: 5px;
	color: #000;
	margin-right: -5px;
	margin-left: -5px;
}
.sidebarsubhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0em;
	color: #444;
}
.articleDescription {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 0px 10px 10px;
}
.articleSubhead {
	font-size: 1.1em;
	color: #222;
	font-weight: bold;
	margin: 10px 10px 0px;
}
.sidebartext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin: 5px;
	text-align: left;
}
.repText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: left;
	margin: 2px;
	padding: 2px;
}
.sidebarnav {
	margin: 0px;
	cursor: pointer;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/background.gif) repeat-x;
	margin-top: 15px;
	height: auto;
} 
.oneColElsCtrHdr #container #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background: url(../images/background.gif) repeat-x;
	border: thin solid #DDD;
	width: auto;
}
.linkHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 0px 50px 50px;
	margin-bottom: -4px;
	margin-top: 50px;
}
.linkpagetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding-left: 100px;
	padding-right: 100px;
}
#sitemapcontainer {
	margin: 0px;
	padding: 10px;
	height: 270px;
	background: url(../images/background.gif) repeat-x;
	border: thin solid #BBB;
	clear: both;
}
.siteMaphead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding: 6px 2px 2px;
}
.sitemaptext {
	font-size: 0.8em;
	font-weight: normal;
	padding: 2px;
}
#sitemap1 {
	margin: 0px;
	padding: 0px;
	width: 20%;
	float: left;
	text-align: left;
}
#sitemap2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
	text-align: left;
}
#sitemap3 {
	width: 20%;
	float: left;
	padding: 0px;
	text-align: left;
}
#sitemap4 {
	float: left;
	width: 20%;
	padding: 0px;
	text-align: left;
}
#sitemap5 {
	float: left;
	width: 20%;
	padding: 0px;
}
.oneColElsCtrHdr #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: 0.8em;
	color: #888;
	text-align: center;
}
.maincontentHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}
.maincontentImage {
	margin: 2px;
	padding: 2px;
	float: left;
}
.repphoto {
	float: right;
	padding: 5px;
	margin: 5px;
	border: thin solid #BBB;
}
.rephead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #500;
	text-align: left;
}
sidebarrep1 {
	background: url(../images/background.gif) repeat-x;
	margin: 5px;
	padding: 5px;
}
.reccoSub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #600;
	margin: 10px 20px 0px;
	text-align: left;
}
.reccoText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 0px 70px 0px 40px;
	text-align: left;
}
.centeredPhotoNoBorder {
	text-align: center;
	border-style: none;
}
.hubbubText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: 40px;
}
.faqQuestion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 20px 20px 0px;
	padding: 0px;
	text-align: left;
}
.faqAnswer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 0px 10px 0px 30px;
	text-align: left;
}
