/*+++++++++++++++++++++++++++++++++++++++++++
+											+
+		eLink Design, Inc. css reset		+
+											+
+		Last Modified:	Jan 21, 2010		+
+		Modified By:	CS					+
+											+
+		Modification Notes:					+
+											+
+											+
+++++++++++++++++++++++++++++++++++++++++++*/




body,.body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td,img,del,ins,a{
	font-size:14px;
    border:0;
	border:none;
    outline:0;
    text-decoration:none;
	margin:0;
	padding:0;
}

.bodyLarge div, .bodyLarge dl, .bodyLarge dt, .bodyLarge dd, .bodyLarge ul, .bodyLarge ol, .bodyLarge li, .bodyLarge pre, .bodyLarge code, .bodyLarge form, .bodyLarge fieldset, .bodyLarge legend, .bodyLarge input, .bodyLarge button, .bodyLarge textarea, .bodyLarge select, .bodyLarge p, .bodyLarge blockquote, .bodyLarge th, .bodyLarge td, .bodyLarge img, .bodyLarge del, .bodyLarge ins, .bodyLarge a{
	font-size:16px;
}

html, body, .body{
    height:100%;
	width:100%;
}

.body{
	text-align:center;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup{
	font-style:inherit;
	font-weight:inherit;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:baseline;
}
sub{
	vertical-align:baseline;
}
legend{
	color:#000;
}
input,button,textarea,select,optgroup,option{
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}




/*=====[ CUSTOM CLASSES ]=====*/


/*--[ text alignment ]--*/

.left{
    text-align:left;
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}




/*--[ float alignment ]--*/

.floatL{
    float:left ! important;
}
.floatR{
    float:right ! important;
}




/*--[ remove padding and margin ]--*/

.noPadTop{padding-top:0;}
.noPadBot{padding-bottom:0;}
.noPad{padding-top:0;padding-bottom:0;}

.noMargTop{margin-top:0;}
.noMargBot{margin-bottom:0;}
.noMarg{margin-top:0;margin:bottom:0;}




/*--[ add padding and margin ]--*/

.padTop10{padding-top:10px;}
.padTop15{padding-top:15px;}
.padTop20{padding-top:20px;}
.padTop25{padding-top:25px;}
.padTop50{padding-top:25px;}

.padBot10{padding-bottom:10px;}
.padBot15{padding-bottom:15px;}
.padBot20{padding-bottom:20px;}
.padBot25{padding-bottom:25px;}
.padBot50{padding-bottom:25px;}


.margTop10{margin-top:10px;}
.margTop15{margin-top:15px;}
.margTop20{margin-top:20px;}
.margTop25{margin-top:25px;}
.margTop50{margin-top:25px;}

.margBot10{margin-bottom:10px;}
.margBot15{margin-bottom:15px;}
.margBot20{margin-bottom:20px;}
.margBot25{margin-bottom:25px;}
.margBot50{margin-bottom:25px;}




/*--[ displays none ]--*/
.displayNone, .hide{
	display:none;
}

/*--[ horizontal clear ]--*/
.clear{
	clear:both;
}

/*--[ small text ]--*/
.smallTxt{
    font-size:75%;
}

/*--[ remove list style from entire ul or single li ]--*/
.noList, .noList li{
    list-style:none;
}


/*--[ Nav css ]--*/
#nav ul, #nav li, #contentNav ul, #contentNav li, #foot ul, #foot ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li{
	float:left;
}

#nav ul li span{
    display:none;	
}

strong{
    font-weight:bold;	
}

#foot ul li{
    display:inline;	
}
