@charset "utf-8";
/* CSS Document */

/*for list rollovers*/
.list {
	list-style: none;
	border: 2px solid #CBCBCB;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	display: block;
}
.list a:hover, .list a:active {
	background-color: #CFCFCF;
	color: #C60;
	display: block;
}
.list a {
	padding: 5px;
	color: #963;
	display: block;
}
.list p {
	padding: 5px;
	display: block;
	margin: 0px;
}
.list li {
	padding: 5px;
	display: block;
}
#more {
	padding-left: 265px;
	display: block;
}

/*for rotating content*/
#tips, #tips li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#tips{
	width: 300px;
	font-size: 16px;
	line-height: 120%;
	height: 225px;
	}
#tips li{
	padding: 0px;
	background: #;
	display: none; /* hide the items at first only */
	}
#rotationPad {
	display: block;
	clear: both;
	height: 20px;
}
.rotationLoc1 {
	float: left;
	clear: left;
}
.rotationLoc2 {
	float: right;
}
.rotationLoc3 {
	float: right;
	padding-right: 25px;
}
.listLeft {
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 472px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBCB;
	border-right-color: #CBCBCB;
	border-bottom-color: #CBCBCB;
	border-left-color: #CBCBCB;
}
.listRight {
	display: block;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 472px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBCB;
	border-right-color: #CBCBCB;
	border-bottom-color: #CBCBCB;
	border-left-color: #CBCBCB;
}
#links {
	display: inline;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}
#contact {
	width: 400px;	
}
