/* CSS Document */

body { padding:0px; 
		margin:0px; 
		background-image:url(../templateImages/outside_bg.jpg); 
		background-repeat:repeat-x; 
		background-position:left top; 
		background-color:#949494; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color:#7f91a1; } 

/*default font-family and font color*/

/*some standards*/

.header { font-family:Arial, Helvetica, sans-serif; 
		font-size:11px; }

.header a:link, .header a:visited {  } 
			
.header a:hover {  }

.home_page a:link, home_page a:visited {} 
			
.home_page a:hover {  }

li { }
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; }
.fs21 { font-size:21px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs30 { font-size:30px; }

.fw600 {font-weight:600}
.fw700 {font-weight:700}
.fw800 {font-weight:800}
.fw900 {font-weight:900}

.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_area { padding:0px 50px 40px 48px; }

.main, td { font:Arial, Helvetica, sans-serif;
			font-size:12px; 
			color:#7f91a1;
			}

.line_height { line-height:22px; }

.main a:link, .main a:visited {  }

.main a:hover {  }
			
td a:link, td a:visited {  } 
			
td a:hover {  } 
		
/*.overflow {overflow:auto; height:300px; width:500px;}*/


.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }


/*default color on text-links and text-decoration*/

a:link { }

a:visited { }

a:hover {  }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#2e99f8; text-decoration:underline; } 
.a1 a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#2e99f8; text-decoration:none; } 

.a2 a:link, .a2 a:visited { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fefefe; text-decoration:underline; } 
.a2 a:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fefefe; text-decoration:none; } 

/*css navigation | main nav*/
.nav_block { }

.nav { font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#ff6c00;
		text-decoration:none; }
	 
.nav a:link, .nav a:visited { font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#ff6c00;
		text-decoration:none;}

.nav a:hover { font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		color:#408ffa;
		text-decoration:none;}

.bar { padding:0px 7px;}

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

.vnav_block { }

.vnav { }	
		
.vnav a { }
			
.vnav a:link, .vnav a:visited { }
		
.vnav a:hover { }

.top_nav { }
			
.top_nav a:link, .top_nav a:visited { }
			
.top_nav a:hover { }
			
#current_top_nav { }

/*footer nav*/
.footer_block { }
				
.footer { font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#c8c8c8; }

.footer a:link, .footer a:visited { font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#c8c8c8;
			text-decoration:none; }

.footer a:hover { font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#696969;
			text-decoration:none; }
		
/*add-ons*/
/*sample font color to be use*/
.black { color:#000000; }
.off_white { color:#fefefe;}
.light_orange { color:#fff0d8; }
.gray_blue {color:#7f91a1;}
.gray { color:#9e9e9e;}
.blue {color:#2e99f8;}
.orange {color:#ff8240;}
.orange2 {color:#ff9800;}
/*sample font-family to be use*/
/*font attrributes for form, e.g., input box, textarea, select*/

#space li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}

