/*		Resetting Stylesheet		*/

/*		1.	RESET MAIN ELEMENTS		*/
/*		2.	COMMON CLASSES			*/
/*		3.	TYPOGRAPHY				*/
/*		4.	FORMS					*/

												/** 1.	RESET MAIN ELEMENTS **/
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,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
*, .x {												/* .x removes any inherent styling to elements below */
	margin: 0;
	padding: 0;
	color: #464646;
	background: transparent;
	font: 76%/115% georgia,verdana,arial;
	font-size: 101%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.60em;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	}
	:focus {
		outline: 0;
		}
ul, ol, dd {
	list-style-position: outside;
	list-style: none;
	line-height: 1.50em;
	}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	}
	dt { font-weight: bold; }
	dd { padding: 0; }
table { 
	border-collapse: separate;
	border-spacing: 0;
	}
	table th { font-weight: bold; }
hr {
	margin-bottom: 12px;
	display: block;
	width: 100%;
	height: 1px;
	color: #8a8a8a;
	background: #aaa;
	border: none;
	}






												/** 2.	COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}

.navigation		{ list-style: none; }
.navigation li	{ display: inline; 	}

.debug { border: 1px solid red; }






												/** 3.	TYPOGRAPHY **/

code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.50em;
	}
	code strong, pre strong, 
	var strong, .monospace strong {
		color: #c33;
		background: inherit;
		}
del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
	}
abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
	cursor: help;
	}
acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	}
strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}

h1, { font-weight: lighter; }
h1 {  font-size: 1.70em;
	text-align: center;
	line-height: 120%;
}
h2 {  font-size: 3.00em; 	}
h3 {  padding-bottom: 0;  padding-right: 0;  margin: 0;
			font-size: 22px; color: #333}
h4 {  font-size: 1.00em;
	color: #508208;
}
h5 {  font-size: 1.40em;
	color: #508208;
	padding-bottom: 2px;
}
h6 {  font-size:1em;
font-weight: lighter
	margin-bottom:4px;
	color: #363636;
	padding-left: 16px	}
	

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }
spanh1 {  padding-bottom: 0;  padding-right: 0;
			font-size: 10px; color: #d5d5d5}
spanh2 {  padding-bottom: 0;  padding-right: 0;
			font-size: 10px; color: #d5d5d5;
	text-align: right;
	float: right;
}
spanh3 {
			font-size: 22px; color: #333}
spanh4 {
			font-size: 17px; color: #d5d5d5}
spanh4:hover {  padding-bottom: 0;  padding-right: 0;  margin: 0;
			font-size: 17px; color: #4f7206}


p {
	font-size:1em;
	margin-bottom:15px;
	line-height:165%;
	color:#444;
	
}
a {
	color: #334802;
	background-color: inherit;
	
	}
	a:visited 	{ color: #99c; background: inherit; }
	a:hover 	{ color: #4c6905; background: inherit; }
	a:active 	{ color: #333; background: inherit; }

blockquote, q {
	margin: 0.80em 0;

	quotes: "" "";
	}
	blockquote p, q p {
		margin: 0;
		padding: 0.80em;
		color: #666;
		background: inherit;
		}






												/** 4.	FORMS **/

fieldset 	{ border: 0; 	}
.input 		{ clear: left; 	}
label {
	display: block;
	float: left;
	padding: 3px;
	font-weight: bold;
	}
	label.xs 	{ width: 50px; 	}
	label.s 	{ width: 100px; }
	label.m 	{ width: 150px; }
	label.l 	{ width: 200px; }
	label.xl 	{ width: 250px; }

input.default, textarea.default,
select.default {
	float: left;
	padding: 3px;
	border: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	input.xs 	{ width: 20px; 	}
	input.s 	{ width: 50px; 	}
	input.m 	{ width: 125px; }
	input.l 	{ width: 200px; }
	input.xl 	{ width: 300px; }
button {
	padding: 2px 5px;
	color: white;
	background-color: black;
	font-weight: bold;
	text-align: center;
	border: 0;
	cursor: pointer;
	}
	button.xs 	{ width: 15px; 	}
	button.s 	{ width: 30px; 	}
	button.m 	{ width: 50px; 	}
	button.l 	{ width: 80px; 	}
	button.xl 	{ width: 120px; }
table {
  width: 100%;
  margin-bottom: 10px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody td {
  border-bottom: 1px solid #DDD;
}

tbody tr:hover {
  background-color: #fcfcfc;
}
									

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input,
textarea,
select {
  padding: 4px;
  
  color: #666;
  background: #fff;
border: 1px solid #b5aeac;
	font-size: 1em;
}


input:focus,
textarea:focus,
select:focus {  
  padding: 3px;
  color: #000;
  background: #fcfcfc;
  border-width: 2px;
}

input.button {
  padding: 1px 10px;


  cursor: pointer;

  color: #fff;
  background: #ea636b;
  border-width: 1px;
  border-style: solid;
  border-color: #b5aeac;
}

.required {
  cursor: help;
  border-bottom: 1px solid #CCC;
}


















															/** END **/