@charset "utf-8";
/****************************** HTML***********************************/
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0 0 5px 0; }
h1 { font-size:24px; text-align: center; color: #0F0DAC; }
h2 { font-size:20px; text-align: center; color: #0F0C94; }
h3 { font-size:18px; text-align: center; color: #0D0A81; }
h4 { font-size:14px; text-align: left; text-indent:15px; color: #0F0DAC; }
h5 { font-size:12px; text-align:left; text-indent:10px; color: #0D0A81; }
h6 { font-size:10px; text-align:left; text-indent:5px; color: #033; }
p { margin:0; text-align:left; padding: 2px 5px; color: #3F3F3F; }
img { padding:0; margin:0; border:none; text-align:center; }
a img { border: none; }
a { text-decoration:none; color: #0F0DAC; }
a:visited, active { text-decoration:none; color:#666; }
a:hover { text-decoration:none; color: #3632EF; }
a:focus { outline:none; }
/********************************** Global Classes *******************************/
.clear { clear: both; }
.bold { font-weight: bold; }
.alignleft { display: block; float: left; }
.alignright { display: block; float: right; }
.aligncenter { display: block; text-align: center; margin: 0 auto; }
.body-box { float:left; margin:0; width:350px; padding:0 2px 0 2px; text-align:justify; }
.pbg { border: 1px dotted #0F0DAC; background: url(../images/pbg.jpg) repeat; margin: 10px 0;}
#gallery-clearfix li { display:inline; float:left; border: 6px solid #AEACF9; margin: 15px 0 0 48px; text-align:center;}
.feedback { background-color:#FFF; color:#039; text-align:center;}
.left-address { font-size:13px; text-align:center; color: #0F0DAC;}
.bottom-address { font-size:11px; text-align:center; color: #000;}
.bold-black { font-size:15px; font-weight:bold; text-align: center; color: #000; }
.contactreturn { text-align:center; width: 100%; height:100%; font-size:18px; font-weight:bold; background: url(../images/pbg.jpg) repeat; color:#000; padding: 300px 0 300px 0; margin:0 auto;}
