/* 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:#449299; margin:0px; padding:0px; }
body, td { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; } /*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;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

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

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

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

/*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:8px 27px 7px 24px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { background-image:url(../images/nav_mix.jpg); background-repeat:no-repeat; background-position:top right; }
.nav a:hover { }
#currentnavpage { }

#navfirst { }
#navlast { background-image:none; }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

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

/*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*/
.register { font-family:Arial; font-size:12px; color:#FFFFFF; } /*font attrributes for form, e.g., input box, textarea, select*/

/*bg*/
.bg_top { background:url(../images/bg_top.jpg); background-position:top; background-repeat:repeat-x; }
.bg_bottom { background:url(../images/bg_bottom.jpg); background-position:bottom; background-repeat:repeat-x; }

/*nav*/
.nav_bg { background:url(../images/nav_bg.jpg); background-position:top left; background-repeat:repeat-x; }

/*main*/
.main { background-image:url(../images/main_bg.jpg);
	background-position:top;
	background-repeat:repeat-y; }

.main_top { background-image:url(../images/main_top.jpg);
	background-position:top;
	background-repeat:no-repeat; }

.main_bottom { background-image:url(../images/main_btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat; }

/*padding*/
.padding_main { padding:26px 30px 20px 30px; }
.padding_indexL1 { padding:16px 0px 15px 21px; }
.padding_indexL2 { padding:0px 0px 15px 21px; }
.padding_indexR { padding:26px 23px 15px 15px; }
.padding_side1 { padding:15px 5px 5px 10px; }

/*margin*/
.margin_side1 { margin:0px 5px 0px 0px; }
.margin_index1 { margin:0px 8px 0px 0px; }

/*side*/
.side { background-image:url(../images/side_bg.jpg);
	background-position:top right;
	background-repeat:repeat-y; }

.side_top { background-image:url(../images/side_top.jpg);
	background-position:top right;
	background-repeat:no-repeat; }

.side_bottom { background-image:url(../images/side_btm.jpg);
	background-position:bottom right;
	background-repeat:no-repeat; }

/*border*/
.brdr1 { border:1px solid #000000; width:440px; }

/*image*/
.faint { background-image:url(../images/pic_services2.jpg); background-position:center; background-repeat:no-repeat; }

/*float*/
.float_left { float:left; }