/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,table,tr,td, span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { -moz-box-sizing:border-box; box-sizing:border-box; } /* Forces IE & IE to treat padding the same */
* { font-family:Arial, Helvetica, sans-serif; /* font-size: 12px; */ }


p {}

.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/


body {

   background-color: #330000;
   background-image:url(http://www.usashaolintemple.org/newtemple/img/bg_dragon.jpg);
   background-repeat:repeat-x;

}

h1, h2, h3 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;}

h3 { 
  width: 570px;
  display: block; 
  padding-top: 5px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: normal;
  color:#330000;
  background-image: url(img/layout/h3_bar.gif);
  background-repeat: no-repeat;
  height: 30px;
  overflow:hidden;
}

a {color: #000; text-decoration: underline;}

h1 {font-size: 20px; margin-bottom: 14px; color: #660000;}


#frame {
   width: 900px;
   text-align:left;
   background-image:url(img/layout/bg_main.gif);
   background-repeat:repeat-y;
   

   }

.dt_imgbtn img { }   
.dt_imgbtn a img {}
.dt_imgbtn a:hover img {opacity:0.4; filter:alpha(opacity=40); }   

.brandhead_left {
   width: 660px;
   height: 85px;
   float: left;
   background-color: #fff;
   overflow:hidden;
}


.brandhead_right {
   width: 240px;
   height: 85px;
   float: right;
   background-color: #990000;
   overflow:hidden;

}

.brand_divide {
   width: 900px;
   height: 6px;
   clear: both;
   overflow:hidden;
   background-image:url(img/layout/bg_branddivide.gif);
   background-repeat:no-repeat;
}
.brand_divide2 {
   width: 900px;
   height: 6px;
   clear: both;
   overflow:hidden;
   background-image:url(img/layout/bg_branddivide2.gif);
   background-repeat:no-repeat;
}

.col_content {
   width: 660px;
   float: left;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 14px; 
   line-height: 18px;
   /** CONTENT COPY - FONT SIZE **/
}
.pad_content {padding: 30px;}

.col_right {
   width: 240px;
   float: right;
   background-color: #990000;
   color: #FDB813;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   }
   
.txt_format_col {   
   color: #FDB813;
   font-family:Georgia, "Times New Roman", Times, serif;
  /* font-size: 12px; */
   }   

  
   
   
.pad_colright {padding: 30px;}

.footer {
   clear: both;
   width: 900px;
  /* height: 70px; */
   background-color: #333;
}
.footer a {
   color: #999;
}

.pad_footer {padding: 10px; font-size: 12px; color: #999;}   



/***************************************************************************************/
/* FORM */
/***************************************************************************************/

.form_rt_1 {border: none; padding: 4px; font-size: 14px;}





.frm {  }
.frm td {  }
.frm th { padding-right: 10px; text-align: left; font-weight: normal; }
.frm td, .frm th { padding-bottom: 7px; vertical-align: top; }



.error { border: 4px solid #CC0000; padding: 10px; margin-bottom: 15px; }
.success { border: 4px solid #CC0000; padding: 10px; margin-bottom: 15px; }

#login_left { width: 440px; float: left; border-width: 1px; border-color: #CCCCCC; border-right-style: solid; padding-right: 20px; min-height: 200px; }
#login_nav { width: 140px; float: right; }
#login_nav a { display: block; font-weight: bold; color: #990000; line-height: 22px; text-decoration: none; }
#login_nav a:hover { text-decoration: none; }

