/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body { background-color:#FFFFFF; margin-top:20px; padding:0px; }
body, td { font-family: Arial; font-size:13px; 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; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs9 { font-size:9px; }
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs24 { font-size:24px; }
.bg{ background-image:url(../images/home_content.jpg); background-repeat:no-repeat;}
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }
.tittle {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	font-size: 24px;
	padding:15px 0px 15px 60px;
}
.blue_text {color:#365F91;}

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }
#kosher { visibility:hidden; position:absolute; border:thick #66CCFF groove; background-color:#FFFFFF;}
/*td's padding or sample padding to be use*/
.main_td { padding:20px 15px 20px 15px; }
.area_a_td { padding:10px 15px 10px 15px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }
.pink {
	color: #D85266;
}
.pink14 {
	color: #D85266;
	font-size: 14px;
}

.green {
	color: #5A6D2E;
}
/*default color on text-links and text-decoration*/
a:link, a:visited { color:#365F91; text-decoration:none; }
a:hover { color:#000066; }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { color:gray; text-decoration:underline; } 
.a1 a:hover { } 

/*css navigation | main nav*/
.nav_block { padding:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; 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:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { color:#96AE57; text-decoration:none; }
.nav a:hover { }
#currentnavpage { color:#748250; }

#navfirst { }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*footer nav*/
.footer{ padding:0px 0px 0px 0px; color:#656361; font-weight:normal; font-size:10px; font-weight:bold;}
.footer a { padding:0px 0px 0px 0px; font-weight:normal;  font-size:10px; font-weight:bold;}
.footer a:link, .footer a:visited { color:#656361; text-decoration:none;  }

/*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; }
#box .box2 { padding:10px 20px 10px 20px;  }

/*add-ons*/
.ff_cs { font-family:"Comic Sans MS"; } /*sample font-family to be use*/
.brown { color:#B29D90; } /*sample font color to be use*/
.form { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; } /*font attrributes for form, e.g., input box, textarea, select*/
area #l1:hover{ background: url(../images/hover/light1.jpg) no-repeat; width: 147px; height:113px;}
area #l2:hover{ background: url(../images/hover/images/l22.jpg) no-repeat;}
area #l3:hover{ background: url(../images/hover/light3.jpg)no-repeat;}
area #l4:hover{  background: url(../images/hover/light4.jpg) no-repeat;}
area #l5:hover{  background: url(../images/hover/light5.jpg) no-repeat;}
area #l6:hover{  background: url(../images/hover/light6.jpg) no-repeat;}


/*float*/
.fl{ float:left;}
.fr{ float:right;}
.box_sm {
	background-image: url(../images/home/box_sm.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	height: 210px;
	width: 225px;
	float: left;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.box_lg {
	background-attachment: fixed;
	background-image: url(../images/home/box_lg.jpg);
	background-repeat: no-repeat;
	height: 244px;
	width: 800px;
	float: left;
	padding: 20;
}
.box_sm_btns {
	background-image: url(../images/home/box_sm.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	height: 232px;
	width: 255px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1px;
}
.centerbox_text {
	font-size: 16px;
	color: #496C00;
}
