@CHARSET "UTF-8";
/* main styling */

body {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #444242;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	height:100%;
	width: 100%;
}

A:link {
	color: #444242;
	text-decoration: underline;
}
A:visited {
	color: #444242;
	text-decoration: underline;
}
A:active {
	color: #444242;
	text-decoration: underline;
}
A:hover {
	color: #87b509;
	text-decoration: underline;
}

.guestpageframe{
	width: 100%;
	border-collapse: collapse;
}

.guestpageframe .hspacer,
.pageframe .hspacer{
	height: 16px;
	background-image: url("../img/guest-menu-hspacer.gif");
	background-repeat: repeat-x;
	background-position: center;
}

.pageframe{
	width: 100%;
	border-collapse: collapse;
}

.guestpageframe .bannerTop {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px; 
	width: 100%;
}

.guestpageframe .bannerTop .seg0{
	background-image: url("../img/guest-banner-top-s0.gif");
	background-repeat: no-repeat;
	background-position: right bottom;	
	height: 250px;
	border-top: solid 1px #DFE0DE;
	border-bottom: solid 1px #92928C;
	margin: 0px;
	padding: 0px;
}

.guestpageframe .bannerTop .seg1{
	background-image: url("../img/guest-banner-top-s1.gif");
	background-repeat: no-repeat;
	background-position: left bottom;	
	width: 290px;
	height: 250px;
	border-top: solid 1px #DFE0DE;
	border-bottom: solid 1px #92928C;
	margin: 0px;
	padding: 0px;
}

.guestpageframe .bannerTop .seg2{
	background-image: url("../img/guest-banner-top-s2.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;	
	text-align: right;
	vertical-align: top;
	width: 700px;
	height: 250px;
	border-top: solid 1px #DFE0DE;
	border-bottom: solid 1px #92928C;
	margin: 0px;
	padding: 0px;
}

.guestpageframe .bannerTop .seg3{
	background-image: url("../img/guest-banner-top-s3.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;	
	height: 250px;
	border-top: solid 1px #DFE0DE;
	border-bottom: solid 1px #92928C;
	margin: 0px;
	padding: 0px;
}

.guestpageframe .topHSpacer,
.pageframe .topHSpacer{
	font-size: 1px;
	background-image: url("../img/guest-menu-hspacer.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
}

.pageframe .bannerTop{
	background-image: url("../img/banner-top-bg.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	vertical-align: top;
	height: 70px;
	border-top: solid 1px #DFE0DE;
	border-bottom: solid 1px #92928C;
	padding: 0px;
}

.bannerBtm{
	background-image: url("../img/banner-btm-bg.gif");
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	vertical-align: top;
	height: 59px;
	border-top: solid 1px #DFE0DE;
	border-bottom: solid 1px #92928C;
	padding: 0px;
}

.warning{
	font-weight: bold;
	color: red;
	font-size:11px;
}

