html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*** BASIC TYPOGRAPHY ***/
html { font-size: 62.5%; font-family: "Liberation Sans", Helvetica, Arial, sans-serif; }

/*** FORMS ***/
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ff970f; }
/*input, select { cursor: pointer; }*/
input [type='submit'],[type='button'],[type='reset'] { cursor: pointer; }

input:hover, input[type='text']:hover, input[type='password']:hover { border-color: #888; outline: 1px solid #ff970f; }
input:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 1px solid #ff970f; }

/*input[type='text'],input[type='password'] { cursor: text; }*/


/*** BASE SIZES ***/
.container { font-size:12px; line-height: 1.6em; }
h1 { font-size: 2.4em; color:#ff970f; font-family:HelveticaNeueLTCom-Cn; font-weight:normal; }
h2 { font-size: 1.7em; color:#878787; font-family:HelveticaNeueLTCom-Cn; font-weight:normal; }
h3 { font-size: 1.5em; color:#ff970f; font-family:HelveticaNeueLTCom-Cn; font-weight:normal;}
h4 { font-size: 1.3em; color:#ff970f; font-family:HelveticaNeueLTCom-Cn; font-weight:normal;}
h5 { font-size: 1.2em; color:#878787; font-family:HelveticaNeueLTCom-Cn; font-weight:normal; }
h6 { font-size: 1em; color:#878787; font-family:HelveticaNeueLTCom-Cn; font-weight:normal; }


/*** LISTS ***/
/*ul li { margin-left: .85em; }*/
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}

/*** COLORS ***/
a:link { text-decoration: underline; color: #ff820b; outline:none; }
a:visited { text-decoration: underline; color: #ff820b; outline:none; }
a:hover { text-decoration: underline; color: #FF820B; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /*** very optional, but still useful. W3C uses about the same colors for codes ***/

/*** 24 COLUMN GRID ***/
.container { width:100%;margin:0 auto;}
.showgrid {background:url(../images/grid.png);}
body {margin:0;}
hr {color:#efefef;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;max-height:0;overflow:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.fleft{float:left;}
.fright{float:right;}

/*** TEXT CLASSES ***/
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}

.error {color:#FF970F !important;}
.redstar {color:#FF0000; !important;}
/*.error, .notice, .success { padding:.8em; margin-bottom:1.6em; border:0px solid red;}*/


.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}

.left {text-align: left;}
.right {text-align: right;}
.centerdvonly { margin:0 auto;}

::selection	{
	color:#FFF;
	background-color:#FF970F;
	*color:#FFF;
	*background-color:#FF970F;
	_color:#FFF;
	_background-color:#FF970F;

}

/*body::selection { background: black; }*/

::-moz-selection {
	color:#FFF;
	background-color:#FF970F;
}