/* CSS Document */

/*<![CDatA[*/ html, body, #wrapperMain {
	min-height: 100%; /*Sets the min height to the   height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height   for IE5+/Win, since IE wrongly expands   an element to enclose its content.   This mis-behavior screws up modern    browsers*/
	margin: 0;
	padding: 0;
}
html>body, html>body #wrapperMain {
	height: auto; /*this undoes the IE hack, hiding it   from IE using the child selector*/
}
#wrapperMain {
	position: absolute;
	top: 0;
	left: 0;
}
#footer {
	bottom: 0;
	width: 100%;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
}
#main {
	margin-bottom: 3em; /*Modify value as needed for    footer height.*/
	height: auto;
	padding: .5em;
} /*]]>*/
#logo-strip {
	height: 60px;
	width: 100%;
}


body {
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman";
	font-size: 12px;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#container  a {
	display: block;
	text-decoration: none;
	margin-top: 2px;
	padding: 10px;
	font-size: 18px;
	color: #000000;
}
#top {
	background-image: url(images/top.png);
	height: 44px;
	width: 777px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#wrapper {
	width: 349px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	width: 777px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottom {
	background-image: url(images/bottom.png);
	height: 40px;
	width: 777px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
}


.information {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

.pane {
	height: 250px;
}

.search {
	color: #666666;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/input.png);
	height: 19px;
	width: 158px;
	text-indent: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-style: italic;
}
#content {
	width: 92%;
	text-align: left;
	color: #555555;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	margin-bottom: 22px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.edit {background-image:url(images/plus.png);
		height: 20px;
		width: 20px;}
.clear {background-image:url(images/minus.png);
		height: 20px;
		width: 20px;}
#selections a { background-color: #FFFFFF !important;
				padding: 0px !important;
				font-size:12px !important;}
h5{font-size:14px;}