﻿/* Suppor Layout Styles (Slices: bottomNav, flash, logo, mainImgae, mainText, sideBox_Bottom, sideBox_Top, topNav) */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4A8275;
	text-align: center;
	color: #202020;
	margin: 0 auto;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(/wps/wcm/zcg/themes/html/MyTheme/images/ZCGBGimg.jpg);
}

#mainTable {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:1090px;
}

#logo {
	position:absolute;
	left:20px;
	top:3px;
	width:220px;
	height:106px;
	z-index: 1;
}

#topNav {
	position:absolute;
	left:263px;
	top:15px;
	width:485px;
	height:80px;
	text-align: right;
	z-index: 0;
}

#support {
	position:absolute;
	left:33px;
	top:120px;
	width:715px;
	height:900px;
	z-index: 0;
	border: 1px solid #666666;
	background-color:#FFFFFF;
}

#bottomNav {
	position:absolute;
	left:0px;
	top:1040px;
	width:800px;
	height:11px;
	text-align: center;
	white-space: nowrap;
	clear: both;
}

/* =========================================== */
/*   			   Text Styles                 */
/* =========================================== */
/* main portlet at Home page */
.topNav {
	font-family: "Century Gothic", Georgia, "Times New Roman";
	font-size: 14px;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	clear: right;
}

.phoneNum {font-size:11px;font-weight: bold; line-height: 20px; color: #FF6600;}

.siteTool {
	font-family: "Century Gothic", Georgia, "Times New Roman";
	font-size: 11px;
	color: #333333;
	text-align: right;
	float: right;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0px;
	white-space: nowrap;
	clear: right;
    padding-right:4px;
}
/* Search */
.searchInputText { color:#999999;font-size: 11px;}
.searchButton { border:none; background:#fff; font-size: 11px; color:#333; font-weight:bold; height:20px;}

.homeBottom {
	font-family: "Myriad Pro", Sylfaen;
	font-size: 14px;
	color: #003333;
	vertical-align: middle;
	text-align: left;
	clear: both;
	padding: 0px;
	margin: 30px 10px 0px 15px;
	display: block;
	height: 100px;
}

/* main portlet at Home page */
/* bottom navigation */
.bottomNav {
	font-family: "Century Gothic", Georgia, "Times New Roman";
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 20px;
}

/* footer */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

/* =========================================== */
/*   			   Link Styles                 */
/* =========================================== */
#mainTable a:link, a:visited  {
	color: #333;
	text-decoration: none;
}
#mainTable a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

#mainTable a:active {
	color: #333;
	text-decoration: none;
}

#support a.link:link, a.link:visited {
	color: #ff6600;
	text-decoration: underline;
	}
#support a.link:hover {
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
	}
#support a.link:active {
	color: #ff6600;
	text-decoration: underline;
	}

/* End Suppor Layout Styles Styles */