#searchbox
{
  //  background-color: #eaf8fc;
background-color: ccc;
   // background-image: linear-gradient(#fff, #d4e8ec);
background-image: linear-gradient(#f2f2f2, #f2f2f2);
    border-radius: 25px;    
    border-width: 1px;
    border-style: solid;
    //border-color: #c4d9df #a4c3ca #83afb7;    
border-color: #ccc #ccc #ccc;           
    width: 280px;
    height: 32px;
    padding: 10px;
    margin: 10px auto 5px;
   float: left;
    overflow: hidden; /* Clear floats */
}

#keyword, 
#submit {
    float: left;
}

#keyword {
   padding: 5px 9px;
    height: 33px;
    width: 500px;
    border: 1px solid #a4c3ca;
    font: normal 18px 'Ferdana', arial, helvetica;
    background: #fff;
//background: #f1f1f1;
    //border-radius: 50px 3px 3px 50px;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}



#value {
   padding: 5px 9px;
    height: 30px;
    width: 100px;
    border: 1px solid #a4c3ca;
    font: normal 18px 'Ferdana', arial, helvetica;
    background: #fff;
//background: #f1f1f1;
    //border-radius: 50px 3px 3px 50px;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}

/* ----------------------- */


#calculator
{        
 float: left;
    //background-color: #6cbb6b;
    //background-image: linear-gradient(#95d788, #6cbb6b);
    //border-radius: 3px 50px 50px 3px;    
background:url(/images/cal_big.png);
    border-width: 0px;
    border-style: solid;
    border-color: #7eba7c #578e57 #447d43;
   box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    height: 32px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 23px;
    cursor: pointer;
   font: bold 14px Arial, Helvetica;
   color: #23441e;    
   text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#calculator:hover {       
  //background-color: #95d788;
  //  background-image: linear-gradient(#6cbb6b, #95d788);  
background:url(/images/cal_big.png);
height:32px;
}   

#calculator:active {       
   // background: #95d788;
    outline: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;        
}

#calculator::-moz-focus-inner {
       border: 0;  /* Small centering fix for Firefox */
}





//Opera 11

#search::-webkit-input-placeholder {
   color: #9c9c9c;
   font-style: italic;
}

#search:-moz-placeholder {
   color: #9c9c9c;
   font-style: italic;
}  

#search:-ms-placeholder {
   color: #9c9c9c;
   font-style: italic;
}


#search.placeholder {
   color: #9c9c9c !important;
   font-style: italic;
}







* {
 -webkit-text-size-adjust:none;
}
body {
	background-color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 50%;
	line-height: 145%;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}
.content {
	padding: 0px;
	color: #FFF;
	margin: 10px 20px;
 
}
#navButtons ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: -10px 0 0 -15px;
	list-style-type: none;
}
#navButtons ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navButtons ul a {
	float: left;
	width: auto;
	text-decoration: none;
	padding: 0 10px;
	color: #000;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navButtons ul a:hover {
	-webkit-border-radius: 5px;
	background-color: #ccc;
}
menu {
	text-align:justify;
}
#menu ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	text-align: center;
}
#menu ul li a {
	background-color: #ccc;
	color: #000;
	border: 1px solid #999;
	display: block;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 6px 10px;
}
#menu ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#menu ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.pageHead {
	display: block;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-indent: -10px;
	padding-top: 55px;
}
.pageTitle {
	display: block;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-indent: -10px;
}
.hangingHead {
	font-size: 15pt;
	font-weight: bold;
	padding-left: 10px;
	text-indent: -20px;
	color: #fff;
	text-shadow: 0 1px 3px #000;
}
.hangingSubhead {
	font-size: 110%;
	padding-left: 10px;
	text-indent: -20px;
	font-weight: bold;
	color: #fff;
}
.caption {
	font-weight: bold;
}
.centerMe {
 text-align: center;
}
.imgRight {
	float: right;
	margin: 15px;
	clear: both;
	/*  add the following line to create a shadow behind images  */
	/*  -webkit-box-shadow: 0 0 15px #000; */
}
.imgLeft {
	float: left;
	margin:15px;
	clear: both;
	/*  add the following line to create a shadow behind images  */
	/*  -webkit-box-shadow: 0 0 15px #000; */
}
a {
	text-decoration: none;
}
a:link {
	color: #1567c0;
}
a:visited {
	color: #1c907c;
}
a:active {
	color: #72aee9;
}
a:hover  {
	color: #0033cc;
	text-decoration: underline;
}
.footer {
	padding: 2px;
	line-height: 110%;
	font-size: 80%;
	text-align: center;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: 0 -56px;
	margin-right: -25px;
	margin-left: -25px;
}
