/* menu links */
#header1 {
	min-width: 580px;       
	min-height: 150px;
	padding: 0px 0px;      /* CC padding */
	background-color: #CCCCCC;
}

#img1 {
	/*width: 90%; */
	min-width: 580px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}





.m {
	font-family: Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	position: relative;
	width: 120px;
	height: 30px;
	text-decoration: none;
}


.m:hover {
    font-family: Arial, Verdana;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
	color: #CCCCCC;
	position: relative;
    width: 120px;
    height: 30px;
	text-decoration: none;
}

.m1 {
	font-family: Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	position: relative;
	width: 120px;
	height: 30px;
	background-color: #666666;
    text-decoration: none;
}


.m1:hover {
	font-family: Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	width: 120px;
	height: 30px;
	background-color: #666666;
	text-decoration: none;
}

/* body text 	width: 600px; */
.w {
	font-family: Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	position: relative;
	display: block;
	width: 100%;
	left: 0;
	top: 2px;
}

.ws {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	position: relative;
	display: block;
	width: 350px;
	left: 0;
	top: 5px;
}

.wb {
    font-family: Arial, Verdana;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
	color: #000000;
	position: relative;
    display: block;
    width: 600px;
    left: 5px;
    top: 5px;
}

.wi {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	position: relative;
	display: block;
	width: 600px;
	left: 5px;
	top: 5px;
}

/* external links */
.we:hover {
    font-family: Arial, Verdana;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: "10px"
    float: left;
    clear: both;
}

/* external links */
.we {
    font-family: Arial, Verdana;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
	color: #000000;
	position: relative;
	top: "10px"
    float: left;
    clear: both;
}

.wt {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: "10px"
    float: left;
	clear: both;
	float: left;
}

.wt:hover {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: "10px"
    float: left;
	clear: both;
	float: left;
}


.transparant {
opacity:.50;
 -moz-opacity: 0.5;
 filter: alpha(opacity=50); 
}


.points {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	position: relative;
	float: left;
	clear: both;
	list-style-position: inside;
	list-style-type: disc;
	visibility: inherit;
	display: list-item;
	text-indent: 20px;
}


#imagehover1  
{  
  float:left;  
  position:relative;
  transition:transform 0.4s ease;
}  
#imagehover1:hover 
{ 
  -webkit-transform:scale(5); /* or some other value */
    transform: translate(160%, 100%) scale(5);
	/*height: 400px;  */
}




