* { margin: 0; padding: 0; }

body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; color: #282624; background: #fff; background-image: url(../img/background_big.jpg); background-repeat: no-repeat; background-position: center 165px; }
body.mceContentBody { background: #fff; }

h3 { font-size: 15px; }

a { text-decoration: none; color: #941041; }
a:hover { text-decoration: underline; }
	a img { border: 0; }
ul, ol { margin: 5px 0 5px 25px; }

#container { position: relative; width: 957px; margin: auto; }
	#top { position: relative; width: 957px; height: 165px; }
		#top h1.page_title { position: absolute; top: 80px; left: 0px; }
		#top h1.page_title span { display: none; }
		#top div.right_logo { position: absolute; width: 244px; height: 50px; top: 55px; right: 0px; background: url(../img/page_right_logo.png); }
		#search { position: absolute; bottom: 10px; right: 0px; }
			#search input[type="text"] { position: relative; border: 1px solid #dedede; font-size: 10px; width: 180px; top: -3px; }
	#site_container { position: relative; width: 957px; background: url(../img/background.jpg) top left; background-repeat: no-repeat; }
	#nav { position: relative; width: 158px; height: 322px; float: left; }
		#nav ul { list-style: none; margin: 0; padding-top: 17px; }
			#nav ul.level-1 li { position: relative; width: 158px; font-size: 11px; }
				#nav ul.level-1 li a { width: 128px; line-height: 16px; text-align: left; display: block; text-decoration: none; text-transform: uppercase; padding: 0 10px 0 20px; color: #fff; }
				#nav ul.level-1 li a:hover { background: #666; background-repeat: no-repeat; }
				#nav ul.level-1 li.selected a { background: #000 url(../img/arrow.png) 7px 4px; background-repeat: no-repeat; }
	#subnav { position: relative; width: 799px; height: 53px; float: left; line-height: 17px; font-size: 10px; }
		#subnav span { float: left; padding-left: 2px; padding-top: 17px; color: #fff; }
		#subnav ul { position: absolute; list-style: none; margin: 0; padding: 0; padding-top: 17px; float: left; left: 70px; z-index: 5; width: 800px; }
			#subnav ul.level-1 li { position: relative; float: left; padding-left: 24px; background: url(../img/white_box.png) 11px 6px no-repeat; }
				#subnav ul.level-1 li a { line-height: 15px; text-align: left; display: block; text-decoration: none; color: #fff; }
				#subnav ul.level-1 li a:hover {  }
				#subnav ul.level-1 li.selected a { text-decoration: underline; }
	
	#left_panel { position: relative; width: 237px; margin-right: -80px; float: left; }
				
	#main_section { position: relative; width: 680px; float: right; margin-left: 77px; padding: 20px; border: 1px solid #c1c1c1; border-bottom: 10px solid #040200; background: #fff; min-height: 218px; }
	#main_section_home { position: relative; width: 720px; float: right; margin-left: 77px; margin-top: -30px; background: #fff; min-height: 258px; }
		#one_column { position: relative; width: 680px; }
		#page_header { position: relative; width: 670px; margin-left: 10px; }
		#left_column { position: relative; width: 420px; float: left; margin-left: 10px; margin-top: 10px; }
		#right_column { position: relative; width: 230px; float: left; margin-left: 20px; margin-top: 10px; }
		#main_section_home #page_header{ width: 720px; }
		#main_section_home #left_column{ width: 485px; }
		#main_section_home #right_column{ width: 235px; margin-left: 0; }
	#footer { position: relative; width: 957px; margin-top: 10px; }
		#footer_right { float: right; text-align: right; color: #999; font-size: 9px; }
		#footer_left { float: left; clear: left; color: #999; font-size: 9px; }
		#footer ul { list-style: none; margin: 0; }
			#footer ul.level-1 li { float: left; padding-right: 10px; }
				#footer ul.level-1 li a { text-decoration: none; color: #999; }
				#footer ul.level-1 li a:hover { text-decoration: underline; }

#adminTopPanel { position: absolute; width: 100%; background: #000; color: #fff; height: 30px; top: 0; left: 0; z-index: 100; }
	#adminTopPanel a { color: #69c; }
	#adminTopPanel div.adminTitle { float: left; font-size: 18px; line-height: 30px; font-weight: bold; padding-left: 10px; }
	#adminTopPanel div.adminOptions { float: left; line-height: 30px; padding: 0 20px; }
	#adminTopPanel div.adminMenu { float: right; }
		#adminTopPanel div.adminMenu ul { position: relative; width: 100px; background: #000; color: #fff; list-style: none; margin: 0; padding: 0; z-index: 10; }
		#adminTopPanel div.adminMenu ul li { position: relative; width: 100px; text-align: center; }
		#adminTopPanel div.adminMenu ul li:hover { position: relative; width: 100px; text-align: center; background: #999; color: #000; }
		#adminTopPanel div.adminMenu ul li.separator { position: relative; width: 100px; height: 10px; font-size: 1px; line-height: 1px; background: url(../img/adminSep.png); }
		#adminTopPanel div.adminMenu ul li.separator:hover { position: relative; width: 100px; height: 10px; font-size: 1px; line-height: 1px; background: url(../img/adminSep.png); }
			#adminTopPanel div.adminMenu ul.level-1 li { line-height: 30px; }
			#adminTopPanel div.adminMenu ul.level-2 { display: none; position: absolute; top: 30px; left: 0; }
				#adminTopPanel div.adminMenu ul.level-2 li { line-height: 20px; }
				#adminTopPanel div.adminMenu ul.level-2 li:hover { background: #999; }
					#adminTopPanel div.adminMenu ul.level-2 li a { display: block; color: #fff; width: 100%; line-height: 20px; text-decoration: none; }
					#adminTopPanel div.adminMenu ul.level-2 li a:hover { color: #000; }
			#adminTopPanel div.adminMenu ul.level-3 { display: none; position: absolute; top: 0; left: -200px; width: 200px; }
			#adminTopPanel div.adminMenu ul.level-3 li { width: 200px; }
			#adminTopPanel div.adminMenu ul.level-1 li:hover ul.level-2 { display: block; }
			#adminTopPanel div.adminMenu ul.level-2 li:hover ul.level-3 { display: block; }
#adminLoginPanel { position: absolute; top: 5px; left: 5px; }
.admin_menu_items { position: absolute; top: 1px; width: 10px !important; padding: 0 !important; margin: 0 !important; background: none !important; margin-top: 3px !important; margin-right: 3px !important; }
#subnav .admin_menu_items { position: absolute; top: 15px; width: 10px !important; padding: 0 !important; margin: 0 !important; margin-top: 3px !important; margin-right: 3px !important; }

.small_image_caption { text-align: right; margin: 5px 0; font-size: 9px; }

#left_panel .textmodule { position: relative; right: 2px; }

.clr { clear: both; }
.green { color: #0f0 !important; }
	.green a { color: #0f0 !important; }
	.green a:hover { color: #0f0 !important; }
.red { color: #f00 !important; }
	.red a { color: #f00 !important; }
	.red a:hover { color: #f00 !important; }

.module {}
.feedback { border-top: 1px solid #eee; padding-top: 10px; }
.module_title { font-size: 14px; }
.newsmodule_home { background: #333; color: #fff; padding: 20px; width: 197px; }
.nmh_title { font-weight: bold; text-decoration: underline; margin-top: 20px; color: #fff; }
.nmh_go { margin-top: 10px; }
.newsmodule_home_link { margin-top: 20px; }
	.newsmodule_home_link a { font-weight: bold; text-decoration: underline; color: #fff; }
.newsmodule { background: #333; color: #fff; padding: 15px; width: 200px; }
.newsmodule_message { margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #fff; }
.nmr_date { float: right; color: #cccd31; }
.nmr_title { font-weight: bold; text-decoration: underline; color: inherit !important; }
	.nmr_title a { color: inherit !important; }
.nmr_last { border-bottom: 0 !important; }
.newsmodule_archive { background: #fff; color: #333; padding: 15px; width: 198px; border: 1px solid #333; }
.newsmodule_archive_message { margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #333; }
.newsmodule_wrapper { overflow: auto; width: 198px; }

.pressmodule_archive { background: #333; color: #fff; padding: 15px; width: 200px; }
.pressmodule_archive_message { margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #999; }
.pressmodule_wrapper { overflow: auto; width: 200px; }

#left_panel .newsmodule { width: 207px; }
#left_panel .newsmodule_archive { width: 205px; }

.news_item { position: relative; width: 100%; padding: 10px 0; border-bottom: 1px solid #ccc; }
.news_item_title { font-size: 13px; font-weight: bold; }
.news_item_title a { color: #333; }
.news_item_date { font-size: 11px; font-weight: bold; color: #666; }
.news_item_desc { margin: 5px 0; }

.events_item { position: relative; width: 100%; padding: 10px 0; border-bottom: 1px solid #ccc; }
.events_item_title { font-size: 13px; font-weight: bold; }
.events_item_date { font-size: 11px; font-weight: bold; color: #666; }
.events_item_desc { margin: 5px 0; }

.eo_item { position: relative; width: 100%; padding: 10px 0; border-bottom: 1px solid #ccc; }
.eo_item_title { font-size: 13px; font-weight: bold; }
.eo_item_date { font-size: 11px; font-weight: bold; color: #666; }
.eo_item_desc { margin: 5px 0; }
.eo_item_go { float: left; }
.eo_item_info { float: left; margin-left: 10px; }
.eo_item_loc { font-weight: bold; }
.eo_item_loc_val { font-weight: bold; color: #999; }

.press_item { position: relative; width: 100%; padding: 10px 0; border-bottom: 1px solid #ccc; }
.press_item_title { font-size: 13px; font-weight: bold; }
.press_item_date { font-size: 11px; font-weight: bold; color: #666; }
.press_item_desc { margin: 5px 0; }
	.press_item_desc img { border: 1px solid #eaeaea; }
.press_item_image { float: left; margin-right: 10px; }
	.press_item_image img { width: 80px; border: 1px solid #bbb; }
.pma_info { float: right; }

.newsletter_module_table { width: 100%; border-collapse: collapse; border-spacing: 0; }
.newsletter_module_table th { text-align: left; border-bottom: 1px solid #999; padding: 5px 0; }
.newsletter_module_table td { text-align: left; padding: 5px 0; }
.newsletter_module_table a { color: #787818; }

a.up { width: 9px !important; height: 9px !important; background: url(../img/up.gif) !important; right: 2px; }
a.up:hover { background: url(../img/uph.gif) !important; }
a.down { width: 9px !important; height: 9px !important; background: url(../img/down.gif) !important; right: 12px; }
a.down:hover { background: url(../img/downh.gif) !important; }
a.left { width: 9px !important; height: 9px !important; background: url(../img/left.gif) !important; right: 12px; }
a.left:hover { background: url(../img/lefth.gif) !important; }
a.right { width: 9px !important; height: 9px !important; background: url(../img/right.gif) !important; right: 0px; }
a.right:hover { background: url(../img/righth.gif) !important; }

.eo_plugin_mid { position: relative; width: 235px; background: url(../img/eo_mid.png) top; }
.eo_plugin_top { position: relative; width: 205px; background: url(../img/eo_top.png) no-repeat top; min-height: 103px; padding: 15px; }
.eo_plugin_bot { position: relative; width: 235px; background: url(../img/eo_bot.png) no-repeat bottom; }
.eo_plugin_view_all { float: right; color: #fff; }
	.eo_plugin_view_all a { color: #fff; }
.eo_plugin_title { font-size: 12px; font-weight: bold; margin-bottom: 9px; }
.eo_plugin_item { background: url(../img/eo_item_bg.png); padding: 6px; margin-top: 1px; }
.eo_plugin_item_title { color: #fff; text-decoration: underline; font-weight: bold; }
.eo_plugin_item_desc { color: #fff; }
.eo_plugin_small { position: relative; width: 205px; height: 102px; padding: 10px 15px; background: url(../img/eo_small_panel.png); }
.eo_plugin_wrapper { width: 205px; height: 76px; background: #8f913d; overflow: hidden; }
.eo_plugin_item2 { padding: 5px; padding-left: 10px; }

/* Plugins START */
.light_gray_top{background:url(../img/light_gray_top.jpg) no-repeat top; width:393px; min-height:83px; padding:15px 15px 0 15px;}
.light_gray_bottom{background:url(../img/light_gray_bottom.jpg) no-repeat bottom; width:423px; padding-bottom:10px;}
.light_gray_mid{background:#ececec; width:423px; margin-top:10px; }
.light_gray_top h3{padding-bottom:5px;}
.light_gray_personName{color:#111; font-size:14px;}
.light_gray_personPosition{color:#676767; font-size:14px;}
.light_gray_top p{color:#000;}

.dark_gray_top{background:url(../img/dark_gray_top.jpg) no-repeat top; width:393px; min-height:83px; padding:15px 15px 0 15px; }
.dark_gray_bottom{background:url(../img/dark_gray_bottom.jpg) no-repeat bottom; width:423px; padding-bottom:10px;}
.dark_gray_mid{background:#2d2d2d; width:423px; margin-top:10px; }
.dark_gray_top h3,h4 {padding-bottom:5px;}
.dark_gray_personName{color:#c9cc41; font-size:14px;}
.dark_gray_personPosition{color:#fff; font-size:14px;}
.dark_gray_top p{color:#fff;}

.personImg{float:left; margin:0 18px 5px 0; }
.backToTop {float:right;}
.backToTop a{ display:block; text-decoration:underline; color:#000; margin-top:2px; font-weight:bold;}

.newsletter_form{width:363px; height:241px; background:url(../img/newsletter_form.jpg) no-repeat; padding:23px 30px; position:relative;}
	.newsletter_form div {margin-bottom:6px;}
	.newsletter_form div.special {margin-bottom:0; position:absolute; top:25px; right:20px; width:90px;}
	.newsletter_form div.special p{text-align:right;}
	.newsletter_form label {width:65px; text-align:right; float:left; display:block; padding-right:10px;}
	.newsletter_form input[type="text"] {border:1px solid #cdcdcd; width:170px; padding:1px 2px;}
	.newsletter_form textarea {border:1px solid #cdcdcd; width:240px; height:70px; padding:1px 2px;}
	.newsletter_form input[type="checkbox"] {border:1px solid #cdcdcd; width:15px; height:15px; float:left; margin-right:10px;}
	.newsletter_form input[type="image"] {position:relative; clear: both; float: right; margin-top: -5px; right:0; border:1px solid #f5f5f5;}
	.newsletter_form .confirmation_text {display: block; float: left; width:250px;}
/* Plugins END */

.case_list { list-style: none; margin: 0; padding: 0; padding-left: 10px; }
.case_list li { padding: 5px 0; }

.result { position: relative; padding: 10px 0; border-bottom: 1px solid #999; }
	.result_accuracy { position: relative; float: right; color: #999; font-size: 10px; }
	.result_title { font-size: 13px; font-weight: bold; }
	.result_text { margin-top: 5px; }
	.highlight { color: #eee; font-weight: bold; }

.white { color: #fff !important; }
.gray { color: #333 !important; }

.bold{font-weight:bold;}
.gray_medium {color:#7a7a7a !important;}
.black{ color:#000 !important;}
.red_2{color:#b73550;}

.people_module { margin-top: 5px; }

.img_left{float:left; margin:0 5px 5px 0;}
.people_box_top{background:url(../img/people_box_top.png) no-repeat top; width:230px; height:10px;}
.people_box_mid{background:url(../img/people_box_mid.png) repeat-y top; width:230px;}
.people_box_bot{background:url(../img/people_box_bot.png) no-repeat top; width:230px; height:10px;}

.people_box_mid h6{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px; color:#b73550; text-align:left; padding-left: 5px;}
.people_box_mid p{padding-bottom:5px; font-weight:bold; line-height: 16px;}

.people_box_mid ul{list-style:none; clear:both; margin:0; font-weight:bold; line-height: 16px; margin-top: 5px;}
.people_item{margin:0 5px; padding:12px 0; width:220px; border-top:1px solid #000;}
.people_item.first{border-top:none;}
.people_item.last{padding-bottom: 4px;}


/* CLASSES FOR CONTENT */
.page_header { font-family: "Frutiger Light", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 25px; color: #666; text-transform: uppercase; }
.small_header { font-size: 15px; font-weight: bold; }
.date { font-size: 13px; font-weight: bold; color: #666; }
.image_caption { display: block; font-size: 9px; text-align: right; color: #282624; }
.image { display: block; position: relative; width: 690px; left: 0; margin-right: -20px; text-align: right; }
.case_name {color:#c9cc41 !important; text-decoration:underline; padding-bottom:5px; font-weight:bold;}
.sidebar_link {color:#c9cc41 !important; text-decoration: none !important; padding-bottom:5px; font-weight:bold;}
.sidebar_link_selected {color:#fff !important;}
.contact_information {color:#941041; font-weight:bold;}