hr { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }

img {
	border:none;
}


ul.box     /*  this ul li  css set for placing boxes/blocks in single row   */
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;   /* disable ul li bullet */
}



li.box {
	display:inline;     
	float:left;
text-decoration:none;

	}

li {
	list-style-image: url(image/list.png);
}


	
	
.boxes{
width:100%;
margin:0 auto;
clear:both;
}
.boxes div{
width:33%;   /*  change to 25% if need 4 columns in a row  */
float:left;
display:block;
margin:0 0px;
}

.box_01 {
	margin: 10px 10px 10px 10px;
}

.box_white_shadow_188x250 { 
margin:0 auto;
  width: 188px;
  height: 250px;
  padding: 10px 10px 10px 10px;
background-color: #ffffff;
border: 1px solid #ccc;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 10px #999999;
-webkit-box-shadow: 0px 0px 10px #999999;
box-shadow: 0px 0px 10px #999999;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.box_white_shadow { 
margin: 10px;
  padding: 10px;
background-color: #ffffff;
border: 1px solid #ccc;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 10px #BBBBBB;
-webkit-box-shadow: 0px 0px 10px #BBBBBB;
box-shadow: 0px 0px 15px #BBBBBB;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}


.box_gradient_blue { 
background: rgb(30,87,153); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}

.box_gradient_blue_round_shadow { 
  padding: 10px 10px 10px 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 10px #999999;
-webkit-box-shadow: 0px 0px 10px #999999;
box-shadow: 0px 0px 10px #999999;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/


background: rgb(194,217,226); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyZDllMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhiYzFkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzQ5YTBiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMmQ5ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(194,217,226,1) 0%, rgba(139,193,213,1) 50%, rgba(73,160,187,1) 51%, rgba(194,217,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,217,226,1)), color-stop(50%,rgba(139,193,213,1)), color-stop(51%,rgba(73,160,187,1)), color-stop(100%,rgba(194,217,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(194,217,226,1) 0%,rgba(139,193,213,1) 50%,rgba(73,160,187,1) 51%,rgba(194,217,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(194,217,226,1) 0%,rgba(139,193,213,1) 50%,rgba(73,160,187,1) 51%,rgba(194,217,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(194,217,226,1) 0%,rgba(139,193,213,1) 50%,rgba(73,160,187,1) 51%,rgba(194,217,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(194,217,226,1) 0%,rgba(139,193,213,1) 50%,rgba(73,160,187,1) 51%,rgba(194,217,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d9e2', endColorstr='#c2d9e2',GradientType=0 ); /* IE6-8 */



}



.navbar a:link {color: #FFFFFF; font-size:0.95em;}
.navbar a:visited {color: #FFFFFF; font-size:0.95em;}
.navbar a:hover {color: #FFFFFF; font-size:0.95em;}
.navbar a:active {color: #FFFFFF; font-size:0.95em;}


h1 {
	color: #930729;	
	font-size: 1.2em;		
	font-weight:bold;
}
.color02 {
	color: #930729;	
	font-weight:bold;	

}
.color03 {
	color: #930729;	
}
.color04 {
	color: #930729;	
	font-size: 1em;		
}
.color05 {
	color: #AC1818;	
	font-weight: bold;
	font-size: 1em;		
}

.small01 {
	font-size: 0.8em;
}
.content01 {
			font-size:75%;	
}
.content02 {
			font-size:75%;	
			line-height: 1.2em;
}
#table01 {
	background-image: url(image/link_back.jpg);
	background-repeat: repeat-x;
}
#table02 {
	background-image: url(image/back_bottom.jpg);
	background-repeat: repeat-x;
}
#photo-border {
	border: 4px solid #E6E6E6;  }
	
#slideshow1 {
  width: 740px;
  height: 177px;
  border: 1px solid #FE8016;
}

.text_justify {
	text-align: justify;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.photo_border {
	border: 1px solid #E6E6E6;  }


/* start of IE8 round corner script - support all browsers - Need css/border-radius.htc file  */
body {   /*  keep this line, otherwise box1 don't work  */
}
.box1 {    
	background-color: #f0f0f0;
	width: 533px;
	height: 50px;
	margin: 0 auto 15px auto;
	padding: 30px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(css/border-radius.htc);
}

.box2 {    /* no use, use box3  */
	background: transparent url(ashera.jpg); no-repeat top left;
	width: 420px;
	height: 220px;
	margin: 0 auto 35px auto;
	padding: 30px;
	color: #fff;
	font-weight: bold;
	border: 11px solid #35b70e;

	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	behavior: url(css/border-radius.htc);
}

.box3 {
	background-color: #fff;
	width: 50px;
	height: 66px;
	margin: 0px 7px 0px 6px;
	padding: 0px;
	border: 4px solid #FFFFFF;
	
	text-align: center;
vertical-align: middle;
/* line-height: 66px;      */

}


.rel {
	margin: 50px 0 0 33px;
	padding: 25px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}
/* END of IE8 round corner script - support all browsers - Need css/border-radius.htc file  */