/*CAMBIUM LAYER - CSS DOCUMENT*/

/*Main/Index Page */

.bodyTile {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-attachment: scroll;
	background-image: url(../assets/site-images/tile.gif);
	background-repeat: repeat;
	color: #000000;	
}

.bodySection{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-image: url(../assets/site-images/bodyImg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 755px;
	width: 750px;
}

.bodyFrame{
	clear: both;
	float: left;
	height: 700px;
	width: 650px;
	position: relative;
	left: 35px;
	top: 20px;
	/*border: thin solid #913F17;*/
	text-align: left;
}

.qNav{
	background-attachment: scroll;
	background-image: url(../assets/site-images/quickNav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 230px;
}

.newsSection{
	background-attachment: scroll;
	background-image: url(../assets/site-images/newsborder3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: none;
	float: left;
	height: 402px;
	width: 230px;
}

.newsFrame{
	left: 19px;
	top: 86px;
	position: relative;
}

.aboutBox{
	clear: none;
	float: left;
	height: auto;
	width: 380px;
	position: relative;
	padding: 10px 20px 20px;
}

#pointerID{
	position: absolute;
	visibility: visible;
	z-index: 50;
	/*left: 100px;*/
}
/*END-Main/Index Page */
/*News-About Page */

/*.newsframe {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	background-attachment: scroll;
	background-image: url(../assets/site-images/newsborder2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
	position: relative;
	float: left;
	height: 360px;
	width: 240px;
	top: 150px;	
}*/

.quicklinks{
	background-attachment: scroll;
	background-image: url(../assets/site-images/quicklinkBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 230px;
	clear: both;
	position: absolute;
	left: 165px;
	
	z-index: 50;
}

/*END-News-About Page */
/*Pillows Item Page*/

.pillows{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}

/*END-Pillows Item Page*/
/*Cards Item Page*/

/*END-Cards Item Page*/
/*Boxes Item Page*/

/*END-Boxes Item Page*/
/*Contact Page*/

/*END-Contact Page*/
