html { -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; }
.master { 
	font-size:14px;
	line-height:21px; 
	color:#444; 
	}
.master h1, .master h2, .master h3, .master h4, .master h5, .master h6 { /*color:#181818;*/ font-weight:normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight:inherit; text-decoration:none; }	
.master h1 { font-size:46px; line-height:50px; margin-bottom:14px;}
.master h2 { font-size:35px; line-height:40px; margin-bottom:10px; }
.master h3 { font-size:28px; line-height:34px; margin-bottom:8px; }
.master h4 { font-size:21px; line-height:30px; margin-bottom:4px; }
.master h5 { font-size:17px; line-height:24px; }
.master h6 { font-size:14px; line-height:21px; }

.misc { position:relative; display:table; }
.misc>span { display:table-cell; vertical-align:middle; }
.miscwrap { display:inline-block; text-align:left; }
.miscwrap .misc { height:35px; }
.miscwrap img { margin:0 5px 0 0; }
	
/** basics **/
.fs10 { font-size:10px !important; } 
.fs11 { font-size:11px !important; } 
.fs12 { font-size:12px !important; } 
.fs13 { font-size:13px !important; } 
.fs14 { font-size:14px !important; } 
.fs15 { font-size:15px !important; } 
.fs16 { font-size:16px !important; } 
.fs17 { font-size:17px !important; } 
.fs18 { font-size:18px !important; } 
.fs19 { font-size:19px !important; } 
.fs20 { font-size:20px !important; } 
.fs22 { font-size:22px !important; } 
.fs24 { font-size:24px !important; } 
.fs26 { font-size:26px !important; } 
.fs28 { font-size:28px !important; } 
.fs30 { font-size:30px !important; } 
.fsI { font-style:italic !important; } 
.fwN { font-weight:normal !important; } 
.fwB { font-weight:bold !important; } 
.fLeft { float:left !important; } 
.fRight { float:right !important; } 
.fNone { float:none !important; } 
.cLeft { clear:left !important; } 
.cRight { clear:right !important; } 
.cBoth { clear:both !important; } 
.tLeft { text-align:left !important; } 
.tRight { text-align:right !important; } 
.tCenter { text-align:center !important; } 
.dBlock { display:block !important; } 
.dNone { display:none !important; } 
.dInline { display:inline !important; } 
.dInlineBlock { display:inline-block !important; } 
.tdNone { text-decoration:none !important; }
.tdUnderline { text-decoration:underline !important; }
.posRel { position:relative !important; }
.posAbs { position:absolute !important; }
.lhNormal { line-height:normal !important; } 

/** margin overrides **/
.marAll0  { margin:0 !important; }		
.marTop0  { margin-top:0 !important; }    		
.marRyt0  { margin-right:0 !important; }
.marBot0  { margin-bottom:0 !important; }		
.marLef0  { margin-left:0 !important; }
.marAll5  { margin:5px !important; }
.marTop5  { margin-top:5px !important; }  		
.marRyt5  { margin-right:5px !important; }
.marBot5  { margin-bottom:5px !important; }		
.marLef5  { margin-left:5px !important; }
.marAll10 { margin:10px !important; }	
.marTop10 { margin-top:10px !important; } 		
.marRyt10 { margin-right:10px !important; }
.marBot10 { margin-bottom:10px !important; } 	
.marLef10 { margin-left:10px !important; }
.marAll15 { margin:15px !important; }
.marTop15 { margin-top:15px !important; } 		
.marRyt15 { margin-right:15px !important; }
.marBot15 { margin-bottom:15px !important; } 	
.marLef15 { margin-left:15px !important; }
.marAll20 { margin:20px !important; }	
.marTop20 { margin-top:20px !important; } 		
.marRyt20 { margin-right:20px !important; }
.marBot20 { margin-bottom:20px !important; } 	
.marLef20 { margin-left:20px !important; }
.mar0auto { margin:0 auto !important; }
.marLRauto { margin-left:auto !important; margin-right:auto !important; }
.marLRzero { margin-left:0 !important; margin-right:0 !important; }
.marTBauto { margin-top:auto !important; margin-bottom:auto !important; }
.marTBzero { margin-top:0 !important; margin-bottom:0 !important; }
.marAllauto { margin:auto !important; }
					
/** padding overrides **/
.padAll0  { padding:0 !important; }	
.padTop0  { padding-top:0 !important; }			
.padRyt0  { padding-right:0 !important; }
.padBot0  { padding-bottom:0 !important; }		
.padLef0  { padding-left:0 !important; }
.padAll5  { padding:5px !important; }	
.padTop5  { padding-top:5px !important; }  		
.padRyt5  { padding-right:5px !important; }
.padBot5  { padding-bottom:5px !important; }	
.padLef5  { padding-left:5px !important; }
.padAll10 { padding:10px !important; }	
.padTop10 { padding-top:10px !important; } 		
.padRyt10 { padding-right:10px !important; }
.padBot10 { padding-bottom:10px !important; }	
.padLef10 { padding-left:10px !important; }
.padAll15 { padding:15px !important; }
.padTop15 { padding-top:15px !important; }		
.padRyt15 { padding-right:15px !important; }
.padBot15 { padding-bottom:15px !important; }	
.padLef15 { padding-left:15px !important; }
.padAll20 { padding:20px !important; }
.padTop20 { padding-top:20px !important; }		
.padRyt20 { padding-right:20px !important; }
.padBot20 { padding-bottom:20px !important; }	
.padLef20 { padding-left:20px !important; }

/** width overrides **/
.wAuto{ width:auto  !important; }
.w25p { width:25%	!important; }
.w50p { width:50%	!important; }	
.w75p { width:75%	!important; }
.w100p{ width:100%	!important; }
.w50  { width:50px	!important; }	
.w75  { width:75px  !important; }
.w100 { width:100px !important; }	
.w125 { width:125px !important; }
.w150 { width:150px !important; }	
.w175 { width:175px !important; }
.w200 { width:200px !important; }	
.w225 { width:225px !important; }
.w250 { width:250px !important; }	
.w275 { width:275px !important; }
.w300 { width:300px !important; }	
.w325 { width:325px !important; }
.w350 { width:350px !important; }	
.w375 { width:375px !important; }
.w400 { width:400px !important; }	
.w425 { width:425px !important; }
.w450 { width:450px !important; }	
.w475 { width:475px !important; }
.w500 { width:500px !important; }	
.w525 { width:525px !important; }
.w550 { width:550px !important; }	
.w575 { width:575px !important; }
.w600 { width:600px !important; }	
.w625 { width:625px !important; }
.w650 { width:650px !important; }	
.w675 { width:675px !important; }
.w700 { width:700px !important; }	
.w725 { width:725px !important; }
.w750 { width:750px !important; }	
.w775 { width:775px !important; }
.w800 { width:800px !important; }	
.w825 { width:825px !important; }
.w850 { width:850px !important; }	
.w875 { width:875px !important; }
.w900 { width:900px !important; }	
.w925 { width:925px !important; }
.w950 { width:950px !important; }	
.w960 { width:960px !important; }

/** min/max width/height **/
.min-width-zero  { min-width:0; }
.max-width-none  { max-width:none; }
.max-width-100p  { max-width:100%; }
.max-width-95p   { max-width:95%; }
.max-width-90p   { max-width:90%; }
.max-width-85p   { max-width:85%; }
.max-width-80p   { max-width:80%; }
.min-height-zero { min-height:0; }
.max-height-none { max-height:none; }
.max-height-100p { max-height:100%; }

/** my grid layout helper **/
.master, .parent, .column, 
.grid1col, .grid2col, .grid3col, .grid4col, .grid5col, .grid6col { width:100%; height:10px; min-height:10px; }
.clearer, .master, .parent { width:100%; zoom:1; position:static; clear:both; }
.clearer:after, .master:after, .parent:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
	font-size:0; 
	line-height:0; 
	}	
.column { float:left; width:auto; margin:1% 0 1% 4%; padding:0; }
.grid1col, .grid1col .column { width:100%; margin:1% 0; }	
.grid2col .column { width:48%; }
.grid3col .column { width:30.66%; }
.grid4col .column { width:22%; }
.grid5col .column { width:16.8%; }
.grid6col .column { width:13.33%; }
.column.first { margin-left:0; }
html>body .master, html>body .parent, html>body .column { height:auto !important; }

/** grids **/

/* 1col */
.span_1_of_1 { width:100% !important; }
/* 2cols */
.span_1_of_2 { width:48% !important; }
/* 3cols */
.span_2_of_3 { width:65.33% !important; }
.span_1_of_3 { width:30.66% !important; }
/* 4cols */
.span_3_of_4 { width:74% !important; }
.span_2_of_4 { width:48% !important; }
.span_1_of_4 { width:22% !important; }
/* 5cols */
.span_4_of_5 { width:79.2% !important; }
.span_3_of_5 { width:58.4% !important; }
.span_2_of_5 { width:37.6% !important; }
.span_1_of_5 { width:16.8% !important; }
/* 6cols */
.span_5_of_6 { width:82.66% !important; }
.span_4_of_6 { width:65.33% !important; }
.span_3_of_6 { width:48% !important; }
.span_2_of_6 { width:30.66% !important; }
.span_1_of_6 { width:13.33% !important; }

/** .list, .inline-block **/
.list {}
.list ul { list-style:none; margin:0; padding:0; }
.list ul li, .inline-block {
	vertical-align:top; 
	display:block;
	display:-moz-inline-stack;
	display:inline-block;
	margin:0 -4px 0 0;
	zoom:1;
	*display:inline;
	*margin:0 0 0 0;
	padding:0;
	}
.list ul li a { 
	display:block;
	margin:0; 
	padding:0;	
	font-size:12px; 
	line-height:12px;
	font-weight:normal; 	 
	text-decoration:none; 
	}
	
.mw100, .mw100 *, .mw100s { max-width:100%; }	
.bred   { border:1px solid red; }
.bgreen { border:1px solid green; }
/*
 E
  N
   D
    */