/* ######### CSS for Shade Tabs. Remove if not using ######### */
#frontpagetabs {
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	padding: 0px;
	height: 250px;
	width: 560px;
	margin-bottom: 0px;
}

.tabcontent{
display:none;
}
.shadetabs{
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 15px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	z-index: 1;
	
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #423229;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin: 0px;
	top: 1px;
	font-size: 15px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d5f3f5;
	border-right-color: #d5f3f5;
	border-left-color: #d5f3f5;
	background-color: #d5f3f5;
}

.shadetabs li a:visited{
color: #423229;
}

.shadetabs li a:hover{
	text-decoration: none;
	background-color: #d5f3f5;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	text-decoration: none;
	position: relative;
	z-index: 500;
	color: #423229;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d3cdde;
	border-right-color: #d3cdde;
	border-left-color: #d3cdde;
	height: 25px;
	background-color: #FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#favorcontainer {
	width:553px;
	margin-bottom: 10px;
	margin-top: 5px;
	height: 215px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 2px solid #d3cdde;
	background-color: #FFFFFF;

}
#squares {
	height:175px;
	width: 550px;
	margin-top: 5px;
}
#item1{
	width:165px;
	float: left;
	height: 165px;
	border: 1px solid #aae2ea;
	padding: 0px;
	clear: none;
	background-position: center top;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#item2{
	width:165px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	float: left;
	height: 165px;
	border: 1px solid #aae2ea;
}
#item3{
	width:165px;
margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	float: left;
	height: 165px;
	border: 1px solid #aae2ea;
}
#itemnav {
	width:534px;
	height: 30px;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

.itemlinks1, .itemlinks1 a:link{
	width:165px;
	float: left;
	height: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #423229;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.itemlinks2, .itemlinks2 a:link{
	width:165px;
	float: left;
	height: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #423229;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding: 0px;
	text-decoration: none;
}
.itemlinks3, .itemlinks3 a:link{
	width:165px;
	float: left;
	height: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #423229;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	text-decoration: none;
}
.itemlinks1 a:visited, .itemlinks2 a:visited, .itemlinks3 a:visited {
color: #423229; font-weight: bold;
}
.itemlinks1 a:active, .itemlinks2 a:active, .itemlinks3 a:active {
color: #423229;
}
.itemlinks1 a:hover, .itemlinks2 a:hover, .itemlinks3 a:hover {
	color: #b1e3e8;
}
