/*css reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*end css reset*/


/*my css*/


h2 {
	font-size: 28px;
	line-height: 32px;
	font-family: arial;	
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 24px;
	line-height: 28px;
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 10px;	
}


.headerbg {
	background-image: url(/images2/headerbg.jpg);
	background-repeat: repeat-x;
	height: 312px;
} 

.headerbg img {
	margin: auto;
}

.bodybg {
	background-color: #faebd6;
}
.body {
	width: 1100px;
	background-color: #eee;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
}

.footerbg {
	background-image: url(/images2/footerbg.jpg);
	background-repeat: repeat-x;
	height: 206px;
}

.footerbg img {		
	padding-top: 45px;
	padding-bottom: 10px;
}

.text-red {
	color: #b50004;
}

.text-italic {
	font-style: italic;
	color: #555555;
	text-align: center;
}

.text-white {
	color: #fff;
	width: 1000px;
	margin: auto;
}

.footer-note {
	line-height: 18px;
	font-size : 12px;
	padding-top: 50px;
	text-align: center;
}
.small-text {
	line-height: 18px;
	font-size : 12px;
}
.rndcorner{
 border:#52382d 1px solid;
 border-radius: 15px;
padding:8px 8px 8px 8px;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px; 
 }
 #cssmenu{ 
 height:43px; 
 width:1000px; 
 display:block; 
 padding:0; 
 margin:0 auto;  
 border:0px solid; 
 border-radius:16px; 
 }
#cssmenu > ul {
list-style:inside none; 
padding:0; 
margin:0;
} 
#cssmenu > ul > li {
list-style:inside none; 
padding:0; 
margin:0; 
float:left; 
display:block; 
position:relative;
} 
#cssmenu > ul > li > a{ 
outline:none; 
display:block; 
position:relative; 
padding:14px 9px; 
font:bold 16px/100% arial; 
text-align:left; 
text-decoration:none; 
text-shadow:0px 0px 0 rgba(0,0,0, 0); 
} 
#cssmenu > ul > li:first-child > a{
border-radius:16px 0 0 16px;
} 
#cssmenu > ul > li > a:after{ 
content:''; 
position:absolute; 
border-right:0px solid; 
top:0px; 
bottom:0px; 
right:-2px; 
z-index:99; 
} 
#cssmenu ul li.has-sub:hover > a:after{
top:0; 
bottom:0;
} 
#cssmenu > ul > li.has-sub > a:before{ 
content:''; 
position:absolute; 
top:19px; 
right:6px; 
border:0px solid transparent; 
border-top:0px solid #0000; 
} 
#cssmenu > ul > li.has-sub:hover > a:before{
top:19px;
} 
#cssmenu ul li.has-sub:hover > a{ 
background: #f2cea0; 
border-color: #f2cea0; 
padding-bottom:10px; 
padding-top:12px; 
top:2px; 
z-index:999;
color:#872800;
} 
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{
display:block;
background:#f2cea0;
} 
#cssmenu ul li.has-sub > a:hover{
background:#f2cea0; 
border-color:#f2cea0;
} 
#cssmenu ul li > ul, #cssmenu ul li > div{ 
display:none; 
width:auto; 
position:absolute; 
top:37px; 
padding:0px 0; 
background:#f2cea0;
border-color: #f2cea0;
border-radius:0 0 8px 8px; 
z-index:999; 
} 
#cssmenu ul li > ul{
width:180px;
} 
#cssmenu ul li > ul li{
display:block; 
list-style:inside none; 
padding:0; 
margin:0; 
position:relative;
} 
#cssmenu ul li > ul li a{ 
outline:none; 
display:block; 
position:relative; 
margin:0; 
padding:9px 9px; 
font:11.5pt Arial;
font-weight: bold; 
color:#872800; 
text-decoration:none; 
text-shadow:0px 0px 0 rgba(0,0,0, 0); } 

#cssmenu, #cssmenu > ul > li > ul > li a:hover{ 
background: #872800; 
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cea0', endColorstr='#f2cea0',GradientType=0 );
color:#fff; 
} 
#cssmenu{
border-color:#872800;
} 
#cssmenu > ul > li > a{
border-right:0px solid #872800; 
color:#fff;
font-weight: bold;
} 
#cssmenu > ul > li > a:after{
border-color: ActiveCaption;
color:#872800;
} 
#cssmenu > ul > li > a:hover{
background: #f2cea0; 
border-color: #f2cea0; 
padding-bottom:12px; 
padding-top:13px; 
top:1px; 
z-index:999;
color:#872800;
} 
.menu1 {
	float:right;
	height:15px;
	width:255px;
	margin: 52px 0 0 75px;
}
.menu1 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu1 ul li {
	float:left;
	display:inline;
	height:15px;	
}
.menu1 ul li a {
	font-size:15px;
	color:#fff;
	font-weight: normal;
	padding:0 10px;
	display:block;
	height:15px;
	line-height:15px;
	text-decoration:none;
	}

.feature{ 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1); 
    box-shadow: 3px 5px 7px rgba(0,0,0,.7); 
} 

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 1;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;	
	}			
}
