@charset "utf-8";
/* CSS Document */

html,body  {
	font: 100% Verdana, Arial, Helvetica, 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;
	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: #FFFFFF;
	height:100%;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#headertitle {
	background-color: #000000;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 900px;
}

.twoColFixRtHdr #header {
	padding: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. */
	margin: 0px;
	background-color: #000000;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 300px;
	background-color: #000000;
	float: right;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixRtHdr  #footerContainer {
	padding-bottom:1px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	min-height: 160px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
} 
.twoColFixRtHdr #footer {
	position:absolute;
	bottom:0px;
	height:92px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-position: bottom;
} 
.twoColFixRtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	color: #656565;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}




.twoColFixRtHdr #nav {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	height: 43px;
}

#menu-centered {
	height: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.sep {
	background-image: url(../images/nav-sep.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#menu-centered li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-centered a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 20px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#menu-centered a:hover {
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
.flower {
	position: relative;
	height: 24px;
	background-image: url(../images/flowerbutton.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #BFBFBF;
	margin: 0px;
	width: 270px;
}
.flower a {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #BFBFBF;
	width: 270px;
}
.flower a:hover {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #BFBFBF;
	width: 270px;
}


#contact {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	line-height: 18px;
}
#contact a {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#contact a:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
#rightcol {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;

}
.twoColFixRtHdr #mainList {
	padding-bottom:1px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 600px;
	min-height: 160px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.blue {color: #55A0CD}.twoColFixRtHdr #mainList a {
	padding-bottom:1px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
	line-height: 22px;
}
