/* CSS Document */
body  {
	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: "Trebuchet MS", Arial;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images-silver/body_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container .subFooter {
	font-size: 1em;
	color: #666666;
	padding: 00px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container .subFooter a {
	color: #000000;
}


.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images-silver/container_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 93px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #header #mainNav {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #header #mainNav ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header #mainNav ul li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.2 em;
	background-image: url(../images-silver/nav-right.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #666666;
	font-weight: bold;
}

.active{
	display: block;
	color: #000000;
	text-decoration: none;
	width: 200px;
	height: 30px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images-silver/nav-tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-weight: bold;
}
.notActive{
	display: block;
	color: #333333;
	text-decoration: none;
	width: 200px;
	height: 30px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #container #sidebar1 #sidebarHeader {
	height: 200px;
	padding: 10px;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #logo {
	height: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
.twoColFixLtHdr #container #mainContent #logo img {
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 29px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.style4 {font-size: 1.4em}




.twoColFixLtHdr #container #sidebar1 p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent #text {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent #text #guestbook {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #text #guestbook #response {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	border: 1px none #999999;
}
.twoColFixLtHdr #container #mainContent #text #guestbook #comment .guestComment {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxText {
	font-size: 0.7em;
	font-family: "Trebuchet MS", Arial;
	width: 40%;
}
.form_btn {
	font-family: "Trebuchet MS", Arial;
	font-size: .9em;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #successText {
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
	margin: 10px;
	padding: 5px;
	border: 1px solid #0099CC;
}
.twoColFixLtHdr #container #mainContent #successText a {
	color: #333333;
}
.twoColFixLtHdr #container #mainContent #form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent #form #requestForm #spacer {
	height: 20px;
}
.twoColFixLtHdr #container .subFooter img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.creditLink {
	text-decoration: none;
}
.twoColFixLtHdr #container #header #mainNav a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	width: 200px;
	height: 30px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images-silver/nav-tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer a {
	color: #666666;
}
.twoColFixLtHdr #container #mainContent #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.success {
	font-family: "Trebuchet MS", Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
}
