/* TAGS */
html									{height: 100%; }
body									{height: 100%; font-family: Helvetica, Tahoma, Verdana, Arial; font-size: 10pt; color: #333333; margin: 0; padding: 0; }
p										{margin: 10px 0 0 0; line-height: 16px; }
a										{color: #008899; font-weight: normal; text-decoration: none; }
a:hover									{color: #555555; }
h1, h1 a								{color: #555555; font-style: normal; font-family: Tahoma, Verdana, Arial; font-weight: normal; font-size: 14pt; text-align: center; background: url(img/img/h1.png) bottom repeat-x; border-style: solid; border-color: #AAAAAA; border-width: 0 0 1px 0; margin: 20px 0 0 0; padding: 0 0 3px 0; text-shadow: #AAAAAA 0 0 2px; }
h2, h2 a								{color: #008899; font-style: normal; font-family: Verdana, Tahoma, Arial; font-weight: normal; font-size: 12pt; text-align: left; background: url(img/img/h2.png) bottom repeat-x; border-style: dotted; border-color: #AAAAAA; border-width: 0 0 1px 0; margin: 20px 0 0 0; padding: 0 0 3px 3px; text-shadow: #AAAAAA 0 0 2px; }
h3, h3 a								{color: #008899; font-style: normal; font-weight: normal; font-size: 11pt; text-align: center; border-style: solid; border-color: #AAAAAA; border-width: 0 0 1px 0; margin: 0; padding: 0 0 5px 0; }
h1 a, h2 a, h3 a						{background: none; border: none; margin: 0; padding: 0; }
ul										{text-align: left; list-style: disc; margin: 10px 0 0 20px; padding: 0; }
li										{color: #000000; margin: 5px 0 0 0; line-height: 16px; }
table									{width: 100%; border: none; border-collapse: collapse; vertical-align: top; margin: 10px 0 0 0; padding: 0; }
tr										{border: none; margin: 0; padding: 0; }
th										{font-weight: bold; font-size: 10pt; color: #000000; vertical-align: top; margin: 0; padding: 10px 0 0 0; }
td										{vertical-align: top; border: none; margin: 0; padding: 0; }
div, span								{border: none; margin: 0; padding: 0; }
hr										{border-style: dotted; border-color: #CCCCCC; border-width: 0 0 1px 0; margin: 10px 0 10px 0; }
img										{border: none; margin: 0; padding: 0; }
form									{margin: 0; padding: 0; }
label									{margin: 0; padding: 0; }
fieldset								{border: none; margin: 0; padding: 0; }
input, select, button, textarea			{font-family: Arial; font-size: 8pt; margin: 0; padding: 0; }
input[type=submit]						{width: 150px; padding: 0 15px 0 15px; }
input[type=button], button				{width: 150px; padding: 0 15px 0 15px; }
input[type=radio]						{vertical-align: text-bottom; }
input[type=checkbox]					{vertical-align: text-bottom; }

/* CLASSES */
.left									{text-align: left; }
.right									{text-align: right; }
.center									{text-align: center; }
.top									{vertical-align: top; }
.bottom									{vertical-align: bottom; }
.middle									{vertical-align: middle; }
.float_left								{float: left; }
.float_right							{float: right; }
.float_clear							{clear: both; }
.inline									{display: inline; }
.bold									{font-weight: bold; }
.italic									{font-style: italic; }
.underline								{text-decoration: underline; }
.dashed									{border-bottom: 1px dashed #AAAAAA;}
.strike									{text-decoration: line-through; }
.normal									{font-weight: normal; font-style: normal; text-decoration: none; }
.smaller								{font-size: 0.75em; }
.bigger									{font-size: 1.25em; }
.highlight								{background: #FFFF00; }
.icon									{vertical-align: text-bottom; }
.red									{color: #FF0000; }
.green									{color: #00AA33; }
.blue									{color: #0000FF; }
.yellow									{color: #FFFF00; }
.orange									{color: #FF8000; }
.black									{color: #000000; }
.white									{color: #FFFFFF; }
.grey									{color: #808080; }
.basecolor								{color: #333333; }
.pccolor								{color: #008899; }
.bg_grey								{background: url(img/bg/grey.png); }
.bg_pccolor								{background: url(img/bg/green.png); }
.margin_top								{margin-top: 10px; }
.margin_right							{margin-right: 10px; }
.margin_bottom							{margin-bottom: 10px; }
.margin_left							{margin-left: 10px; }
.no_margin								{margin: 0; }
.padding_top							{padding-top: 10px; }
.padding_right							{padding-right: 10px; }
.padding_bottom							{padding-bottom: 10px; }
.padding_left							{padding-left: 10px; }
.no_padding								{padding: 0; }
.block									{display: block; }
.w25									{width: 25px; }
.w50									{width: 50px; }
.w75									{width: 75px; }
.w100									{width: 100px; }
.w150									{width: 150px; }
.w200									{width: 200px; }
.w250									{width: 250px; }

/* MAIN */
div.emblem_left							{position: absolute; width: 200px; height: 300px; left: 0px; top: 300px; z-index: 1; }
div.emblem_right						{position: absolute; width: 200px; height: 300px; right: 0px; top: 400px; z-index: 1; }
div.main								{position: absolute; width: 100%; z-index: 2; }
div.layer								{position: fixed; width: 100%; height: 100%; z-index: 3; background: url(img/bg/layer.png); display: none; }
div.layer_box_large						{position: absolute; width: 800px; top: 175px; left: 50%; margin-left: -400px; padding: 0; z-index: 4; display: none; }
div.layer_box_small						{position: absolute; width: 500px; top: 175px; left: 50%; margin-left: -250px; padding: 0; z-index: 4; display: none; }

/* BAR */
div.bar_wide							{background: #EEEEEE url(img/bg/grey_top.png) top repeat-x; border-style: solid; border-color: #DDDDDD; border-width: 0 0 1px 0; }
div.bar									{width: 1000px; height: 25px; background: transparent; margin: 0 auto 0 auto; }
div.bar .left							{width: 300px; float: left; line-height: 25px; font-size: 9pt; color: #000000; text-align: left; padding: 0 5px 0 5px; }
div.bar .right							{width: 650px; float: right; line-height: 25px; text-align: right; font-size: 9pt; color: #000000; padding: 0 5px 0 5px; }
	input.language						{width: 15px; background: transparent; border: none; margin: 0; padding: 0; cursor: pointer; }
	input.login							{width: 100px; background: url(img/bg/nav_sub.png) center repeat-x; border-style: solid; border-color: #FFFFFF; border-width: 1px 1px 1px 1px; margin: 0; padding: 0; }

/* HEADER */
div.header_wide							{background: transparent; }
div.header								{width: 1000px; height: 125px; background: transparent; margin: 15px auto 0 auto; }
div.header .left						{float: left; margin: 10px 0 0 20px; }
div.header .right						{float: right; margin: 10px 20px 0 0; }
	div.agencies						{width: 100px; float: left; text-align: center; background: url(img/bg/shadow.png) bottom center no-repeat; padding: 0 0 15px 0; }
	a.agencies							{font-size: 8pt; cursor: pointer; }

/* NAV MAIN */
div.nav_main_wide						{background: transparenturl(img/bg/nav_main.png) bottom repeat-x; }
div.nav_main							{width: 1000px; height: 35px; background: transparent; margin: 0 auto 0 auto; }
div.nav_main ul							{text-align: center; list-style: none; margin: 0; padding: 5px 0 0 0; }
div.nav_main li							{display: inline; }
div.nav_main li *						{white-space: nowrap; display: block; width: 200px; height: 30px; line-height: 30px; text-align: center; float: left; font-size: 13pt; font-weight: normal; }
div.nav_main li a						{color: #555555; background: url(img/bg/nav_main_menu.png) top center no-repeat; }
div.nav_main li a:hover					{background: url(img/bg/nav_main_hover.png) top center no-repeat; }
div.nav_main li a.active				{color: #FFFFFF; background: url(img/bg/nav_main_active.png) top center no-repeat; }

/* NAV SUB */
div.nav_sub_wide						{background: #008899 url(img/bg/nav_sub.png) bottom repeat-x; border-style: solid; border-color: #008899; border-width: 1px 0 1px 0; }
div.nav_sub								{width: 1000px; height: 25px; background: transparent; margin: 0 auto 0 auto; }
div.nav_sub ul							{text-align: center; list-style: none; margin: 0; padding: 5px 2px 2px 2px; }
div.nav_sub li							{display: inline; }
div.nav_sub li *						{white-space: nowrap; color: #FFFFFF; font-size: 10pt; line-height: 15px; padding: 5px 15px 5px 15px; }
div.nav_sub li a						{font-weight: normal; }
div.nav_sub li a:hover					{background: url(img/bg/nav_sub_hover.png) bottom center no-repeat; }
div.nav_sub li a.active					{font-weight: bold; background: url(img/bg/nav_sub_active.png) bottom center no-repeat; }

/* PAGE */
div.page_wide							{background: url(img/bg/page.png) top repeat-x; border-style: solid; border-color: #FFFFFF; border-width: 3px 0 0 0; padding: 15px 0 0 0; }
div.page								{width: 1000px; background: transparent; margin: 0 auto 0 auto; }
div.sidebar_left						{float: left; width: 175px; overflow: hidden; }
div.sidebar_right						{float: right; width: 175px; overflow: hidden; }
div.content								{float: left; width: 600px; overflow: visible; background: #FFFFFF; text-align: left; padding: 0 25px 15px 25px; }

/* FOOTER */
div.footer_wide							{position: fixed; width: 100%; bottom: 0px; background: #DDDDDD; border: none; clear: both; }
div.footer								{width: 1000px; background: transparent; margin: 0 auto 0 auto; }
div.footer p							{text-align: right; color: #AAAAAA; margin: 0; padding: 0; }

/* BOX */
div.box									{margin: 0 0 15px 0; }
div.box .top							{height: 10px; background: url(img/bg/box_right.png) top right no-repeat; }
div.box .top .front						{height: 10px; background: url(img/bg/box_left.png) top left; margin: 0 10px 0 0; }
div.box .body							{background: #FFFFFF; border-style: solid; border-color: #AAAAAA; border-width: 0 1px 0 1px; margin: 0; padding: 0 5px 0 5px; }
div.box .bottom							{height: 10px; background: url(img/bg/box_right.png) bottom right no-repeat; }
div.box .bottom .front					{height: 10px; background: url(img/bg/box_left.png) bottom left; margin: 0 10px 0 0; }
div.box_move							{position: absolute; left: 20px; top: 10px; width: 20px; height: 20px; background: url(img/icons/small/move.png); cursor: move; }
div.box_close							{position: absolute; right: 20px; top: 10px; width: 20px; height: 20px; background: url(img/icons/small/close.png); cursor: pointer; }

/* NAV PAGE */
div.nav_page							{background: url(img/bg/grey.png); text-align: center; line-height: 20px; color: #555555; font-size: 9pt; border-style: solid; border-color: #CCCCCC; border-width: 1px 1px 1px 1px; margin: 1px 0 0 0; padding: 2px 0 2px 0; }
div.nav_page .current					{font-weight: bold; font-size: 1.25em; }
span.nav_page, span.nav_page a			{display: table; width: 25px; font-weight: bold; }

/* SEARCH PAGE */
div.search_page							{background: url(img/bg/grey.png); text-align: left; line-height: 20px; color: #555555; font-size: 9pt; border-style: solid; border-color: #CCCCCC; border-width: 1px 1px 1px 1px; margin: 1px 0 0 0; padding: 2px 0 2px 0; }
input.nav_page, button.nav_page			{width: 20px; padding: 0 1px 0 1px; background: none; border: 0 none; }

/* FORM */
table.form								{background: url(img/bg/grey.png); border-style: solid; border-color: #CCCCCC; border-width: 1px 1px 1px 1px; }
tr.form									{border-style: solid; border-color: #CCCCCC; border-width: 1px 0 1px 0; }
td.form									{padding: 3px 0 3px 0; line-height: 16px; }

/* INFO */
div.info								{background: url(img/bg/grey.png); border-style: solid; border-color: #AAAAAA; border-width: 1px 1px 1px 3px; margin: 10px 0 0 5px; padding: 5px 5px 5px 10px; }
div.info_pos							{background: url(img/bg/pos.png); border-style: solid; border-color: #00AA00; border-width: 1px 1px 1px 3px; margin: 10px 0 0 5px; padding: 5px 5px 5px 10px; }
div.info_neg							{background: url(img/bg/neg.png); border-style: solid; border-color: #AA0000; border-width: 1px 1px 1px 3px; margin: 10px 0 0 5px; padding: 5px 5px 5px 10px; }

/* QUICK SEARCH */
div.quick_search						{width: 140px; text-align: center; background: url(img/bg/searchdiv.png); border-style: solid; border-color: #EEAA00; border-width: 1px 1px 1px 1px; margin: 10px auto 0 auto; padding: 2px 2px 2px 2px; }
input.quick_search_text					{width: 110px; font-size: 11pt; background: none; border: none; margin: 0; padding: 0; }
input.quick_search_submit				{height: 20px; width: 20px; background: url(img/img/search.png) center no-repeat; border: 0; margin: 0; padding: 0; cursor: pointer; }

/* JOB SEARCH */
span.jobs a								{font-weight: bold; cursor: pointer; }
div.jobsearch							{background: url(img/bg/searchdiv.png); margin: 0; padding: 0; border-style: solid; border-color: #EEAA00; border-width: 1px 1px 1px 1px; padding: 2px 5px 2px 5px; font-size: 0.85em; }
input.search_text						{width: 175px; font-size: 11pt; background: #FFFFFF; border-style: solid; border-color: #CCCCCC; border-width: 1px 1px 1px 1px; padding: 2px 2px 2px 2px; }
input.search_submit						{width: 150px; font-size: 11pt; background: #FFFFFF url(img/img/search.png) 5px center no-repeat; border-style: solid; border-color: #CCCCCC; border-width: 1px 1px 1px 1px; padding: 2px 2px 2px 2px; }
input.search_reset						{width: 150px; font-size: 11pt; background: #FFFFFF url(img/img/reset.png) 5px center no-repeat; border-style: solid; border-color: #CCCCCC; border-width: 1px 1px 1px 1px; padding: 2px 2px 2px 2px; }
label.jobs								{line-height: normal; }

/* SPECIALS */
a.special								{color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 12pt; text-align: center; background: #00AAAA url(img/img/special.png) top repeat-x; padding: 5px 10px 5px 10px; }
span.specialbutton						{display: block; color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 12pt; text-align: center; background: #00AAAA url(img/img/h4.png) top repeat-x; border-style: solid; border-color: #008899; border-width:0 0 1px 0; margin: 15px 0 0 0; padding: 5px 0 5px 0; }
div.pic									{background: url(img/bg/grey.png); border-style: solid; border-color: #CCCCCC; border-width: 1px 1px 1px 1px; margin: 10px 0 0 0; padding: 5px 0 5px 0; }
tr.border								{border-style: solid; border-color: #CCCCCC; border-width: 1px 0 1px 0; }
td.border								{border-style: solid; border-color: #CCCCCC; border-width: 0 1px 0 1px; }
td.h_padding							{padding: 15px 0 0 0; }
img.border								{border-style: solid; border-color: #008899; border-width: 1px 1px 1px 1px; }
label.language							{vertical-align: top; float: left; width: 15px; }
a.products								{display: block; width: 100%; font-family: Tahoma; font-size: 13pt; background: url(img/bg/grey.png); padding: 5px 0 5px 0; }
p.quote									{color: #008899; font-style: italic; font-weight: bold; margin: 10px 0 0 25px; }
p.break									{text-align: center; line-height: 0px; margin: 0; padding: 0; font-size: 1pt; }
textarea.mynote							{width: 95%; height: 400px; background: #FFEEAA; border: 0 none; font-family: Verdana, Arial; font-size: 12pt; margin: 0; padding: 10px; }
.zero									{margin: 0; padding: 0; }
.pointer								{cursor: pointer; }
.move									{cursor: move; }
.jobs_list_item							{background: #EEEEEE; }
