#searchbox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;            
	width: 50%;
//	height: 28px;
	padding: 3px;
	margin: 100px auto 50px;
	overflow: hidden; float:right;position:absolute;top:-125px; right: 10px; z-index: 9999;
	top:-135px;
	left:0px;
}

#search, #submit, #submit1 {
	float: left;
}
        
#search {
	padding: 3px 10px;
	height: 20px;
	width: 78%;
	border: 1px solid #a4c3ca;
	font: normal 12px 'Segoe Print', 'trebuchet MS', arial, helvetica;
	color: red;
	background: #f1f1f1;
	-moz-border-radius: 10px 3px 3px 10px;
	 border-radius: 10px 3px 3px 10px;
	 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1); z-index: 9999;      
}
		
#submit, #submit1 {		
	background: brown;
	-moz-border-radius: 3px 10px 10px 3px;
	border-radius: 3px 10px 10px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		
	height: 28px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 15%;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: white;//#23441e;
}
		
#submit:hover, #submit1:hover {		
	background: brown;
}	

#submit:active {		
	background: brown;
	outline: none;
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner {
  border: none;
}		
		
#search::-webkit-input-placeholder {
   color: #9c9c9c;
   font-style: italic;
}

#search:-moz-placeholder {
   color: #9c9c9c;
   font-style: italic;
}    

#search.placeholder {
   color: #9c9c9c !important;
   font-style: italic;
}  
        
#search:focus
{
	border-color: #8badb4;
	background: #fff;
	outline: none;
}	
#callus {height:50px;width:20%;float:right;position:absolute;top:0px; right: 20px; z-index: 1;}
#pencilbox{height20%;width:15%;float:right;position:absolute;left: 50%; top: 340px; z-index: 999;}
#logodiv {height:auto;width:20%;float:left;position:absolute; top:-35px; left:-50px; z-index: 1;}
#adimg {width:100%;}
#wrapper { background: #880015; box-shadow: 0 0 10px #000; max-width: 80%; padding: 25px; position: relative; }
#carousel { width: 100%; height: 250px; overflow: hidden; }
#pager { width: 20%; height: 16px; position: absolute; top: 26px; left: 10px; }
#pager a { font-family: Impact, Verdana, Arial, sans-serif; font-weight: normal; font-size: 28px; line-height: 30px; color: white; 
text-decoration: none; background: #880015; display: block; height: 42px; padding: 20px; margin-bottom: 1px; }
#pager a:hover { color: white; }
#pager a.selected { background: none; color: #FFC90E; text-decoration: underline; }

@media(max-width:768px){

#searchbox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;            
	width: 65%;
	height: 28px;
	padding: 2px;
	margin: 100px auto 50px;
	overflow: hidden; float:right;position:absolute;top:-135px; right: 0px; z-index: 9999;
	color:red;
}

#search {
	padding: 3px 10px;
	height: 20px;
	width: 65%;
	border: 1px solid #a4c3ca;
	font: normal 10px 'Segoe Print', 'trebuchet MS', arial, helvetica;
	color: red;
	background: #f1f1f1;
	-moz-border-radius: 10px 3px 3px 10px;
	 border-radius: 10px 3px 3px 10px;
	 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1); z-index: 9999;           
}
#submit, #submit1 {		
	background: brown;
	-moz-border-radius: 3px 10px 10px 3px;
	border-radius: 3px 10px 10px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		
	height: 28px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 20%;
	cursor: pointer;
	font: bold 8px Arial, Helvetica;
	color: white;//#23441e;
}
#callus {height:50px;width:40%;float:right;position:absolute;top:0px; right: 0px; z-index: 1;}
#pencilbox{height20%;width:15%;float:right;position:absolute;left: 80%; top: 480px; z-index: 999;}
#logodiv {height:auto;width:20%;float:left;position:absolute; top:-35px; left:5px; z-index: 1;}
#adimg {width:80%;}
#wrapper { background: #880015; box-shadow: 0 0 10px #000; max-width: 90%; padding: 10px; position: relative; }
#pager { width: 20%; height: auto; position: absolute; top: 10px; left: 10px; }
#pager a { font-family: Impact, Verdana, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 18px; color: white; 
text-decoration: none; background: #880015; display: block; height: 30px; padding: 5px; margin-bottom: 1px; }
}
#searchDiv {background:rgba(128,0,0,0.8); position:absolute; height:auto; width:75%; left:80px; top:80px;z-index:999; border-radius: 15px;font-size:14px; color:white; border-width: 3px; border-style: outset;}
.hor_separator {
	background: url(../images/hor_separator.png) 0 bottom no-repeat;
	height: 40px;
	width:auto;
}
.txt-shdw {text-shadow: 1px 1px rgba(0, 0, 0, 1);}
.currentlink {text-decoration:none;color:tomato;font-weight: bold;}
.drop-shadow {position:relative; float:left; width:auto; padding:1em;margin:0em 0px 4em;background:#fff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;}
.drop-shadow:before, .drop-shadow:after {content:"";position:absolute;z-index:-2;}
.drop-shadow p {font-size:10px;font-weight:normal;}
		/* Curved shadows */
.curved:before {top:0px;bottom:0px;left:0;right:50%;-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.6);-moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.6);box-shadow:0 0 15px rgba(0, 0, 0, 0.6);-moz-border-radius:10px / 100px;border-radius:10px / 100px;}
.curved-hz-1:before {top:50%;bottom:0;left:0px;right:0px;-moz-border-radius:100px / 10px;border-radius:100px / 10px;}
		/* box word text */
.words {padding: 0px 0px 0px 250px;font-family:verdana;font-size:3;color:#000000;text-shadow:1px 0px 0px rgba(0,0,0,0.4);}