/* RESET (Based on Eric Meyer's Reset) */

	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; vertical-align: baseline; background: transparent; }
	body 					{ line-height: 1; }
	ol, ul 					{ list-style: none; }
	blockquote, q 			{ quotes: none; }
	table 					{ border-collapse: collapse; border-spacing: 0; }


/* TEXT */

/* Fonts */

	html					{ font-size: 100%; }
	body					{ color: #605f5f; font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 80%; }

	h1, h2, h3, h4, h5, h6	{ font-weight: normal; }
	h1						{ font-size: 1.8em; color: #1b8fc4; text-transform: uppercase; }
	h2						{ font-size: 1.4em; color: #1b8fc4; text-transform: uppercase; }
	h3						{ font-size: 1.2em; color: #1b8fc4; }
	h4						{ font-size: 1.0em; }
	h5						{ font-size: 1.0em; }
	h6						{ font-size: 1.0em; }
	
/*	#secondary h1, 
	#secondary h2, 
	#secondary h3			{ color: #402c14; }*/

	p						{ }
	
	pre						{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;
							  white-space: -o-pre-wrap; word-wrap: break-word; }	
	pre, code				{ font-family: Consolas, "Courier New", Courier, monospace; }

	em						{ font-style: oblique; }
	strong					{ font-weight: bold; }
	
	q						{ }

	del 					{ text-decoration: line-through; }
	ins 					{ text-decoration: underline; }

	sup 					{ vertical-align: super; }
	sub 					{ vertical-align: sub; }

	abbr					{ border-bottom: 1px dotted; cursor: help; }
	
	a						{ color: #07435e; }
	a:visited				{ }
	a:hover,
	a:focus					{ }
	a:active				{ }

	blockquote				{ font-style: oblique; }

	dt 						{ font-weight: bold; }

	caption					{ font-size: 0.9em; }

	.note					{ color: #666; }
	.error					{ color: #cc0000; }
	.subtitle				{ display: block; margin: 0.2em 0 0 0; font-size: 1.1em; }
	.date					{ display: block; margin: 1em 0 0 0; font-size: 0.8em; }

/* Line Heights */

	h1, h2, h3, h4, h5, h6	{ line-height: 1.2; }
	p, li, dt, dd, 
	td, th,	caption			{ line-height: 1.4; }
	pre						{ line-height: 1.2; }

/* Margins */

	h1, h2, h3, h4, h5, h6	{ margin: 1em 0 0 0; }
	p, ul, ol, dl, pre, 
	blockquote				{ margin: 1em 0 0 0; }
	blockquote				{ margin-left: 2em; margin-right: 2em; }

	ul, ol					{ margin-left: 2em; }
	ul ul, ul ol,
	ol ol, ol ul			{ margin-top: 0.2em; margin-bottom: 0.2em; }
	
	dd 						{ margin-left: 2em; }

	.top					{ margin-top: 0 !important; }
	.top_h1					{ margin-top: 2.0em; }
	.top_h2					{ margin-top: 1.8em; }
	.top_h3					{ margin-top: 1.6em; }
	.top_h4					{ margin-top: 1.4em; }
	.top_h5					{ margin-top: 1.2em; }
	.top_h6					{ }

/* Text Alignment */

	.text_center			{ text-align: center; }
	.text_left				{ text-align: left; }
	.text_right				{ text-align: right; }
	.text_justify			{ text-align: justify; }

/* List Styles */

	ul						{ list-style: disc; }
	ul ul					{ list-style: circle; }
	ul ul ul				{ list-style: square; }
	ol						{ list-style: decimal; }
	ol ol					{ list-style: lower-alpha; }
	ol ol ol				{ list-style: lower-roman; }
	
	
/* IMAGES & MEDIA */

	img, object, .object	{ display: block; margin: 1em auto; }


/* OBJECTS */

	.object					{ margin: 1em auto; padding: 5px; border: 1px solid #eaeaea; }

	.object img,
	.object object, 
	.object table			{ margin: 0; border: 0; float: none; }

	.object p				{ padding: 0.5em; margin: 0; background: #333; color: #fff; font-size: 0.7em; }

/* Alignment */
	
	.object_center			{ margin-left: auto; margin-right: auto; clear: both; }
	.object_left			{ margin-left: 0; margin-right: auto; clear: both; }
	.object_right			{ margin-left: auto; margin-right: 0; clear: both; }
	.object_float_left		{ margin-left: 0; margin-right: 1em; float: left; }
	.object_float_right		{ margin-left: 1em; margin-right: 0; float: right; }


/* BLOCK ALIGNMENT */
	
	.align_center			{ margin-left: auto; margin-right: auto; }
	.align_left				{ margin-left: 0; margin-right: auto; }
	.align_right			{ margin-left: auto; margin-right: 0; }
	.align_float_left		{ margin-left: 0; margin-right: 1em; float: left; }
	.align_float_right		{ margin-left: 1em; margin-right: 0; float: right; }


/* TABLES  */

	table					{ width: 100%; margin: 1em 0; }
	th, td 					{ padding: 2px 0; vertical-align: top; border: 0 solid #ddd; }
	th						{ font-weight: bold; text-align: left; }

	thead th				{ border-bottom-width: 2px; }
	tfoot th, tfoot td		{ border-top-width: 2px; }
	tbody th, tbody td		{ border-bottom-width: 1px; }
	
	tbody tr:hover td		{ background-color: #eee; }

	caption					{ caption-side: bottom; }


/* FORMS */

/* Layout */

	form					{ margin: 1em 0; }
	fieldset				{ margin: 0;  }
	legend					{ display: none; }

	fieldset .row			{ margin-top: 1em; overflow: hidden; }
	
	form label				{ display: block; line-height: 1.16; margin: 0; }
	form .mandatory			{ color: #aaa; }
	form label.secondary	{ font-size: 0.85em; font-weight: normal; color: #aaa; line-height: 1;
							  margin: 4px 0 2px 0; }
	form label .note,
	form label .error		{ font-size: 0.85em; font-weight: normal; }

	form .field				{ padding: 5px 0 0 0; overflow: hidden; clear: left; }
	form .field_part		{ margin-right: 4px; float: left; clear: none; }
	form .affix				{ font-size: 1em; }

	form label.inline		{ display: inline; font-weight: normal; line-height: 1.4; }

/* Inputs */

	input.type_text,
	input.type_password,
	input.type_submit,
	input.type_reset,
	input.type_button,
	button,
	select, textarea		{ font-family: sans-serif; }
	input.type_text,
	input.type_password,
	select, textarea		{ font-size: 1em; }
	optgroup				{ font-size: 1em; }
	input.type_submit,
	input.type_reset,
	input.type_button,
	button					{ font-size: 1em; }

	textarea.pre			{ font-family: Consolas, "Courier New", Courier, monospace; }

	input.type_text,
	input.type_password,
	select, optgroup, 
	option, textarea		{ text-rendering: optimizeSpeed; }

	optgroup				{ font-style: normal; font-weight: bold; }

	input.type_text,
	input.type_password,
	select, textarea		{ margin: 0; padding: 0; }
	
	input.type_text,
	input.type_password,
	textarea				{ padding: 4px; border: 1px solid #cfcfcf; }
	select					{ padding: 3px; }
	optgroup				{ text-indent: 2px; }
	optgroup option			{ padding-left: 15px; }

	input.type_radio, 
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }
	
/* Input Sizes */

	input.type_text,
	input.type_password		{ width: 18em; }
	textarea				{ width: 98%; height: 10em; }
		
	input.integer, 
	input.decimal			{ width: 6em; } 

	input.size_xxs, 
	select.size_xxs			{ width: 3em; }
	input.size_xs, 
	select.size_xs			{ width: 6em; }
	input.size_s, 
	select.size_s			{ width: 12em; }
	input.size_m, 
	select.size_m			{ width: 18em; }
	input.size_l, 
	select.size_l			{ width: 24em; }
	input.size_xl, 
	select.size_xl			{ width: 30em; }
	input.size_xxl, 
	select.size_xxl			{ width: 36em; }
	
	textarea.size_xs		{ height: 2.5em; }
	textarea.size_s			{ height: 5em; }
	textarea.size_m			{ height: 10em; }
	textarea.size_l			{ height: 20em; }
	textarea.size_xl		{ height: 40em; }
	
	#secondary textarea		{ width: 18em; }
	#secondary input.size_s	{ width: 18em; }


/* HORIZONTAL RULES */

	.rule					{ border-top: 1px solid #eee; margin: 1em 0; }
	.rule hr				{ display: none; }
	
/* SUMMARY */

	.summary				{ margin: 1em 0 0 0; line-height: 1.4; overflow: hidden; }
	.summary h2				{ font-size: 1em; color: #000; margin: 0; line-height: 1.4; font-weight: bold; } 
	.summary .date			{ float: right; margin: 0; } 
	.summary p				{ margin: 0; } 
	
/* LATEST */

	.latest a				{ display: block; margin-top: 0.8em; line-height: 1.4; text-decoration: none; }
	.latest .title			{ color: #0E4D9C; }
	.latest .text			{ color: #000; }
	.latest .more			{ display: block; margin: 0.5em 0 0 0; }
	
/* ROTATOR */

	#images					{ position: relative; height: 75px; margin: 10px 0 0 0; }
	#images img, 
	#images #image			{ position: absolute; top: 0; left: 0; margin: 0; }
	
/* CATEGORIES */

	#categories				{ padding: 0; margin: 1.5em 0; border: 0; background: transparent; }
	#categories fieldset	{ padding: 0; margin: 0; text-align: center; }
	#categories legend		{ display: none; }
	#categories select, 
	#categories input		{ display: inline; margin: 0; }
	
/* GALLERY */

	#gallery				{ float: right; border: 1px solid #d9d9d9; padding: 5px 1px 5px 5px; margin: 10px 0 15px 15px;
							  overflow: hidden; }
	#gallery .object_class_client
							{ margin: 0 4px 0 0; }
	#gallery .object_class_tiny
							{ margin: 4px 4px 0 0; float: left; }
