/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body { /*background:url(../images/body_bgnd.jpg) repeat-x scroll top left;*/ /*background-color:#FFFFFF;*/ margin:0px; padding:0px; 
font-family:Tahoma; 
font-size:12px;}
body, td { font-family:Tahoma; font-size:12px; color:#333333; } /*default font-family and font color*/



/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px;
font-family:Tahoma; 
font-size:12px; }
p,strong,b { margin:0px;
font-family:Tahoma; 
font-size:12px; }

a img { border: none; 
font-family:Tahoma; 
font-size:12px;} /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}

.fsblah{ font-size:10px; 
font-family:Tahoma; 
font-size:10px;}

.fs11 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.fs12 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.fs13 { font-size:12px;
font-family:Tahoma; 
font-size:12px; }
.fs14 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.fs15 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.fs16 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.fs17 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.fs18 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.fs19 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.fs20 { font-size:12px; 
font-family:Tahoma; 
font-size:12px;}

.b { font-weight:bold; 
font-family:Tahoma; 
font-size:12px;}
.i { font-style:italic; 
font-family:Tahoma; 
font-size:12px;}
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ 
font-family:Tahoma; 
font-size:12px;}

#left { text-align:left; 
font-family:Tahoma; 
font-size:12px;}
#right { text-align:right; 
font-family:Tahoma; 
font-size:12px;}
#center { text-align:center; 
font-family:Tahoma; 
font-size:12px;}
#justify { text-align:justify; 
font-family:Tahoma; 
font-size:12px;}

/*td's padding or sample padding to be use*/
.main_td { padding:20px 15px 20px 15px; 
font-family:Tahoma; 
font-size:12px;}
.area_a_td { padding:10px 15px 10px 15px; 
font-family:Tahoma; 
font-size:12px;}
.footer_td { padding:5px 15px 5px 15px; 
font-family:Tahoma; 
font-size:12px;}
.p10 { padding:10px; 
font-family:Tahoma; 
font-size:12px;}
.p15 { padding:15px; 
font-family:Tahoma; 
font-size:12px;}
.p20 { padding:20px; 
font-family:Tahoma; 
font-size:12px;}

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#000000; text-decoration:none; 
font-family:Tahoma; 
font-size:12px;}
a:hover { color:#000000; text-decoration:underline; 
font-family:Tahoma; 
font-size:12px;}
/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { color:gray; text-decoration:underline; 
font-family:Tahoma; 
font-size:12px;} 
.a1 a:hover { } 

/*css navigation | main nav*/
.nav_block { padding:0px 0px 0px 0px; font-family:Tahoma; font-size:12px; }
.nav a { /*display:block; for vertical*/ /*float:left; for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:5px 10px 5px 10px; font-family:Tahoma; font-size:12px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { color:#96AE57; text-decoration:none; 
font-family:Tahoma; 
font-size:12px;}
.nav a:hover { }
#currentnavpage { color:#748250; }

#navfirst { }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*footer nav*/
.footer_block { padding:10px 15px 10px 15px; color:#333333; font-weight:normal; font-size:12px; text-align:center; 
font-family:Tahoma; 
font-size:12px;}
.footer a { padding:0px 0px 0px 00px; font-weight:normal;  font-size:12px; 
font-family:Tahoma; 
font-size:12px;}
.footer a:link, .footer a:visited { color:#000000; text-decoration:none; 
font-family:Tahoma; 
font-size:12px;}
.footer a:hover { color:#000000; text-decoration:none; 
font-family:Tahoma; 
font-size:12px;}

/*CSS Box Model | w3.org standards and explanation, http://www.w3.org/TR/REC-CSS2/box.html */
/*sample css box model hack | Technique no. 3 of Alternate Box Model Hacks, http://css-discuss.incutio.com/?page=BoxModelHack */
.csshack {
padding:10px 20px 10px 20px; 
width: 360px !important; 
width /**/: 400px; 
background-color:orange;
}

/*css box model hack alternative | Trick no. 6, http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
#box { width:400px; background-color:yellow; 
font-family:Tahoma; 
font-size:12px;}
#box .box2 { padding:10px 20px 10px 20px;  
font-family:Tahoma; 
font-size:12px;}

/*add-ons*/
.ff_cs { font-family:Tahoma; 
font-size:12px; } /*sample font-family to be use*/
.brown { color:#B29D90; 
font-family:Tahoma; 
font-size:12px;} /*sample font color to be use*/
.form { font-family:Tahoma; font-size:12px; color:#333333; } /*font attrributes for form, e.g., input box, textarea, select*/

.content_area{ 
background-image:url(../images/content_area.png); 
background-position:left top; 
background-repeat:no-repeat;
padding: 99px 157px 0px 173px;
font-family:Tahoma; 
font-size:12px;
}

.content_areabz{ 
background-image:url(../images/content_area_nologo.png); 
background-position:left top; 
background-repeat:no-repeat;
padding: 99px 157px 0px 173px;
font-family:Tahoma; 
font-size:12px;
}
.content_area1{ 
min-height:420px;
background-image:url(../images/content_area1.png); 
background-position:left top; 
background-repeat:no-repeat;
padding: 20px 157px 0px 173px;
font-family:Tahoma; 
font-size:12px;
}

.content_footer1{ 
background-image:url(../images/content_footer1.jpg); 
background-position:left top; 
background-repeat:no-repeat;
height:80px;
font-family:Tahoma; 
font-size:12px;
}

.content_footer{ 
background-image:url(../images/content_footer.jpg); 
background-position:left top; 
background-repeat:no-repeat;
height:91px;
font-family:Tahoma; 
font-size:12px;
}

.minh {
min-height:290px; 
font-family:Tahoma; 
font-size:12px;
}

/* for Internet Explorer */
/*\*/
* html .minh {
height: 290px;
font-family:Tahoma; 
font-size:12px;
}

#dropmenudiv{
position:absolute;
border: 2px solid;
border-color:#737373;
border-bottom-width: 1px;
font-family: Arial;
font-size: 11px;
line-height:18px;
z-index:100;
font-family:Tahoma; 
font-size:12px;
}

/*------BFC69A-----*/
#dropmenudiv a{
width: 100%;
background-color:#a09e95;
color: #ffffff;
font-weight:bold;
display: block;
text-indent: 6px;
border-bottom: 1px solid;
border-color:#a09e95;
padding: 1px 0;
text-decoration: none;
font-family:Tahoma; 
font-size:12px;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #6FC4E3;*/
color:#FFFFFF;
text-decoration: underline;
background-color:#807e72;
font-family:Tahoma; 
font-size:12px;
}

.float_l {
float: left;
font-family:Tahoma; 
font-size:12px;
}
.float_r {
float: right;
margin-left:20px;
margin-bottom: 0px;
font-size: 11px;
font-family:Tahoma; 
font-size:12px;
}