
/* Wrapper for Columns Content */
.wrapper{
   position: relative;
   float: left;
   left: 2.50%;
   width: 95.00%;
   top: 20px;
   background-color: white;
}





#headmenu {
	top: -10px;
	height: 30px;
	z-index: 12;

}

.header {
	top: -10px;
	height: 247px;
	z-index: 13;

}


/* Columns */
.left1{
   position: relative;
   float: left;
   /*left: 0.25%;*/
   left: 3%;
   top: -40px;
   /*width: 36.00%;*/
   width: 31.00%;
   height: 125%;
   background-color: white;
   font: normal small Arial, Helvetica, sans-serif;
   font-size: 1.12em;   /* font-size: 16px; */
   /*padding: 0 0 0 15px;*/
   padding: 0 0 10% 0;
}

.left1 p {
	background: url(images/gradient.gif) repeat-x
}

.left2{
   position: relative;
   float: left;
   /*left: 1.25%;*/
   left: 7%;
   top: -40px;
   /*width: 36.00%;*/
   width: 31.00%;
   height: 125%;
   background-color: white;
   font: normal small Arial, Helvetica, sans-serif;
   font-size: 1.12em;   /* font-size: 16px; */
   padding: 0 0 10% 0;
}

.left2 p {
	background: url(images/gradient.gif) repeat-x
}

.title {
	padding-right: 5px;
}

.message p {
	width: 95%
}

.right{
   position: relative;
   float: right;
   right: 1.50%;
   top: -40px;
   width: 19.50%;
   height: 125%;
   /*background-color: #ccccff;*/
   background-color: white;
   padding: 0 0 10% 0;
   font: normal small Arial, Helvetica, sans-serif;
   font-size: 1.12em;   /* font-size: 16px; */
    z-index: 10;

}


/* Footers */
.footersub p {
	position: relative;
	float: left;
	left: 100px;
	top: 0px;
	padding: 7px 0 0 40px;
	font: normal small Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.footersub a:visited {
	text-decoration: none;
	color: white;
}

.footersub a:link {
	text-decoration: none;
	color: white;
}

.footersub2 p {
	position: relative;
	float: right;
	left: 2.50%;
	top: 0px;
	padding: 7px 70px 0 40px;
	font: normal small Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

.footersub2 a:visited {
	text-decoration: none;
	color: white;
}

.footersub2 a:link {
	text-decoration: none;
	color: white;
}

.footersub2 a:hover {
	text-decoration: underline;
	color: yellow;

}



/* Images Settings */
img {/* border style for all images */
  	border: 0;
}

/* <img class="b t" src="../assets/rez_120.jpg" width="120" height="120" /> */
img.b {/* replacement for <br /> after images */
	display: block; /* forces line break for content after */
}

img.t {/* top margin control */
	margin-top: 0.8em;
}

/* <h2><img class="g53" src="../assets/T60-90ee90.gif" /></h2>*/
img.g53 {/* scalable em size class 468px/60px banners */
	width: 29.25em; /* replaces 468px width */
	height: 3.8em; /* replaces 60px height */
}

img.fyi-it {/* scalable em size class 468px/60px banners */
	width: 200px; /* replaces 15.60em width */
	height: 130px; /* replaces 10.13em height */
}

.resize {
	width: 200px;
	height : auto;
}

.resize {
	width: auto;
	height : 300px;
}



/* Top headmenu navbar text */
#navbar {
	
	height: 30px;

}

#navbar a:visited {
	text-decoration:none;
	color: white;
}

#navbar a:link {
	text-decoration:none;
	color: white;
}

#navbartext {
	float: right;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: -5px;
	font: normal small Arial, Helvetica, sans-serif;

}

#navbartext a:visited {
	text-decoration:none;
	color: white;
}

#navbartext a:link {
	text-decoration:none;
	color: white;
}

div#navbartext a:hover {
	color: yellow;
	text-decoration:underline;
}

a.navlink {
	text-decoration:none;
	font-size: 13px;
	color: white;
}




/* DropDown Menu Location */
.locatedropdown {
	position: relative;
	top: -10px;
	left: 17%;
	width: 100%;
	z-index: 11;
}




/* Title of website in header */
.name {
	position: relative;
	float: left;
	left: 2.50%;
	padding: 34px 5px 0 25px;
	font: normal small Arial, Helvetica, sans-serif;
	color: #5aa738;
}


/* Parent to Title of page */
.nametitleparent {
	/*http://www.webmasterworld.com/forum83/4694.htm*/
   	text-align:center;
   	margin:0 auto;
}

/* Parent to Title of page */
.nametitleparent a {
	/*http://www.webmasterworld.com/forum83/4694.htm*/
   	color:green;
   	font-size:16px;
}

/* Title of page */
.nametitle {
	position: relative;
	top: -15px;
	padding: 0 0 15px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #5aa738;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	
}



/* Search Box */
.searchbox {
	position: relative;
	float: left;
	left: -8%;
	top: 10px;
	font: normal small Arial, Helvetica, sans-serif;
	color: #90c874;
	z-index: 4;
}



/* Spacing around the client links */
.clientsspacing {
	display: block; /* forces line break for content after */
	font: normal small Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0 25px 0;
}

.element {
	cursor: pointer;
	cursor: hand;
}

