/* template.css | Updated: June 11, 2007 */
/* http://arwinclicks.com/template.css   */

body { /*background:url(../images/bgnd2.jpg) repeat scroll top left;*/ background-color:#4B8BD5; margin:0px; padding:0px; }
body, td { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#153A6A; } /*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*/
.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; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

/*td's padding or sample padding to be use*/
.main_td { padding:20px 18px 20px 20px; }
.area_a_td { padding:15px 15px 40px 25px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#365F91; text-decoration:underline; }
a:hover { }

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

/*css navigation | main nav*/
.nav_block { padding:10px 0px 0px 0px; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:11px; font-weight:bold }
.nav a { display:block;  /*float:left; for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:10px 10px 8px 25px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { color:#D7EAF4; text-decoration:none; }
.nav a:hover { color:#CCCCCC }
#currentnavpage {  }

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

/*footer nav*/
.footer_block { padding:8px 15px 8px 15px; color:#333333; font-weight:normal; font-size:10px; text-align:center; }
.footer a { padding:0px 5px 0px 5px; font-weight:normal;  font-size:10px; }
.footer a:link, .footer a:visited { color:#333333; text-decoration:none; }
.footer a:hover { }

/*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*/

.black { color:#000000}

/*
.hfs_w { width:120px;}
.hfs {  float:right; padding:0px 0px 0px 7px; margin:0px 0px 0px 10px; background-color:#4B8BD5}
.hfs img { width:100px;}
*/

.hfs_w { width:120px;}
.hfs {  float:left; padding:0px 7px 0px 0px; margin:0px 10px 0px 0px; background-color:transparent;}
.hfs img { width:250px;}
.u1 { border-bottom:1px solid #4B8BD5; }