@charset "utf-8";
/* CSS Document */

html,body {
	height:100%;
	-webkit-text-size-adjust:133%;
}

body {
	background-color:#e9eceb;
	font-family: arial,helvetica,sans-serif;
	color: #444444;
	font-size: 13px;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	margin:0;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin:0;
}

h3 {
	font-size:16px;
	font-weight:normal;
	margin:0;
}

h4 {
	font-size:14px;
	margin:0;
}

.h_underline{
	border-bottom: #d4d4d4 1px solid;
	width:100%;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #075fb2;
}

a:hover {
	text-decoration: none;
	color:#dc181e;
}

.small_text {
	font-size:11px;
}

.img_border {
	background-color:#FFF;
	padding:3px;
	border:1px solid #d4d4d4;
}

.img_black_border {
	border:6px solid #333333;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
}

.img_black_border:hover {
	border-color:#000000;
}

/* Forms */

input, textarea, select {
	font-family: arial,helvetica,sans-serif;
	border:1px solid #D4D4D4;
	font-size:16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	padding:1px;
}

input:focus, textarea:focus{
	background-color: lightyellow;
}

input[type=radio], input[type=checkbox] {
	border:none;
}

input[type=button], input[type=submit]{
	padding:4px 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	background-color:#dedede;
	background-image:url(/images/button_background.png);
	background-repeat:repeat-x;
	font-size:14px;
	text-shadow:#ffffff 1px 1px 0px;
}

input[type=button]:hover, input[type=submit]:hover {
	border:1px solid #888888;
}

input[type=button]:focus, input[type=submit]:focus {
	background-color:#D4D4D4;
	background-image:none;
}

label {
	font-size:15px;
	font-weight:bold;
}

.form_grid_left_column {
	width:250px;
	padding:10px;
	background-color:#f0f0f0;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	vertical-align:middle;
	font-weight:bold;
	text-align:right;
}

.form_grid_left_column .small_text {
	font-weight:normal;
}

.form_grid_main_column {
	padding:10px;
	vertical-align:top;
	border-bottom:1px solid #d4d4d4;
}

.toprow {
	border-top:1px solid #d4d4d4;
}

/* End Forms */

/* Notification Boxes */

.notification_box_info, .notification_box_success, .notification_box_warning, .notification_box_error  {
	border: 1px solid;
  margin: 10px 0px;
  padding:10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
	clear:both;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
}

.notification_box_info {
	background-color:#BDE5F8;
	background-image: url('/images/info.png');
	color:#00529B;
}

.notification_box_success {
	background-color:#DFF2BF;
	background-image: url('/images/success.png');
	color:#4F8A10;
}

.notification_box_warning {
	background-color:#FEEFB3;
	background-image: url('/images/warning.png');
	color:#9F6000;
}

.notification_box_error {
	background-color:#FFBABA;
	background-image: url('/images/error.png');
	color:#D8000C;
}

.notification_box_info a, .notification_box_success a, .notification_box_warning a, .notification_box_error a  {
	text-decoration:underline;
}

/* End Notification Boxes */

.content_width {
	width:800px;
	margin:0 auto;
}

#top_nav_bar {
	background-color:#333333;
	height:32px;
	color:#FFFFFF;
	font-size:14px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-khtml-border-bottom-left-radius:8px;
	-khtml-border-bottom-right-radius:8px;
	-webkit-text-size-adjust:none;
}

#top_nav_bar img {
	vertical-align:middle;
}

#top_nav_bar a, #top_nav_bar a:visited, #top_nav_bar a:active {
	color:#FFFFFF;
}

#top_nav_bar ul {
	list-style-type: none;
	margin:0px; padding: 0px;
}

#top_nav_bar ul li {
	float: left;
	position: relative;
}

#top_nav_bar ul li a, #nav ul li a:visited, #nav ul li a:active {
	text-align: center;
	display:block;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:13px;
	padding-right:13px;
	/*text-shadow:1px 1px 1px #000000;*/
}

#top_nav_bar ul li a:hover {
	color:#74ab00;
}

#top_nav_bar ul li ul {
	display: none;
}

#top_nav_bar ul li:hover ul {
	display: block;
	position: absolute;
	z-index:10;
}

#top_nav_bar ul li:hover ul li a {
	display:block;
	background:#000000;
	font-size:12px;
	width: 125px;
	text-align: left;
	border-bottom: 1px solid #333333;
	border-right: none;
	border-left: 8px solid #333333;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
}

#top_nav_bar ul li:hover ul li a:hover {
	color:#74ab00;
}

#top_search_section {
	color:#999999;
	float:right;
	margin-top:15px;
}

#top_search_section a, #top_search_section a:visited, #top_search_section a:active {
	color:#999999;
}

#top_search_section a:hover {
	color:#666666;
}

#top_search_section form {
	display:inline;
}

#top_search_section input[type=text] {
	height:20px;
	width:225px;
	padding-left:8px;
	border:1px solid #d4d4d4;
	border-right:none;
	border-top-left-radius: 8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-khtml-border-top-left-radius:8px;
	-khtml-border-bottom-left-radius:8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-khtml-border-top-right-radius:0px;
	-khtml-border-bottom-right-radius:0px;
}

#top_search_section input[type=text]:focus {
	background-color:#FFFfff;
}

#top_search_section input[type=button], #top_search_section input[type=submit] {
	background: url(/images/searchbox-button.png) no-repeat scroll 0 0;
	background-color:#FFFFFF;
	height:24px;
	width:24px;
	vertical-align:top;
	color:#FFFFFF;
	border:1px solid #d4d4d4;
	border-left:none;
	border-top-right-radius: 8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-khtml-border-top-right-radius:8px;
	-khtml-border-bottom-right-radius:8px;
	border-top-left-radius: 0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-khtml-border-top-left-radius:0px;
	-khtml-border-bottom-left-radius:0px;
}

#top_search_section input[type=button]:focus, #top_search_section input[type=submit]:focus {
	
}

#footer {
	clear:both;
	margin-bottom:15px;
	padding:15px;
	overflow:hidden;
	background-color:#FFFFFF;
	color:#999999;
	line-height:1.5;
	border:1px solid #d4d4d4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
}

#footer a, #footer a:visited, #footer a:active {
	margin:6px;
}


.content_block {
	clear:both;
	margin-bottom:15px;
	padding:15px;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #d4d4d4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
}

.content_block_header {
	padding-bottom:3px;
	border-bottom:3px solid #74ab00;
	margin-bottom:3px;
	overflow:hidden;
	clear:both;
}

.content_block_header img {
	vertical-align:middle;
}

.content_block_header h1 {
	text-shadow:#c4c4c4 1px 2px 2px;
}

/* Begin Content Block Search */

.content_block_search {
	color:#999999;
	text-align:center;
	margin-bottom:15px;
}

.content_block_search a, .content_block_search a:visited, .content_block_search a:active {
	color:#999999;
}

.content_block_search form {
	display:inline;
}

.content_block_search input[type=text] {
	height:20px;
	width:225px;
	padding-left:8px;
	border:1px solid #d4d4d4;
	border-right:none;
	border-top-left-radius: 8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-khtml-border-top-left-radius:8px;
	-khtml-border-bottom-left-radius:8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-khtml-border-top-right-radius:0px;
	-khtml-border-bottom-right-radius:0px;
}

.content_block_search input[type=text]:focus {
	background-color:#FFFfff;
}

.content_block_search input[type=button], .content_block_search input[type=submit] {
	background: url(/images/searchbox-button.png) no-repeat scroll 0 0;
	background-color:#FFFFFF;
	height:24px;
	width:24px;
	vertical-align:top;
	color:#FFFFFF;
	border:1px solid #d4d4d4;
	border-left:none;
	border-top-right-radius: 8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-khtml-border-top-right-radius:8px;
	-khtml-border-bottom-right-radius:8px;
	border-top-left-radius: 0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-khtml-border-top-left-radius:0px;
	-khtml-border-bottom-left-radius:0px;
}

.content_block_search input[type=button]:focus, .content_block_search input[type=submit]:focus {
	
}

/* End Content Block Search */

.content_block_nav {
	margin-bottom:10px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	color:#999999;
	clear:both;
}

.content_block_nav img {
	vertical-align:middle;
}

.breadcrumbs {
	color:#999999;
	font-size:12px;
	margin-bottom:10px;
}

.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active {
	color:#999999
}

.sidebar {
	float:right;
	width:28%;
}

.sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-left:0px;
}

.sidebar li {
	line-height:1.8;
}

.sidebar h2 {
	color:#74AB00;
	/*border-bottom:1px solid #d4d4d4;*/
	margin-top:20px;
}

.sidebar img {
	vertical-align:middle;
}

.breadcrumbs a:hover {
	color:#666666;
}

.block_top {
	background-color:#555555;
	background-image:url(/images/block_top_gradient.png);
	background-repeat:repeat-x;
	padding:4px 8px 4px 8px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-left-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-bottom:1px solid #999999;
	overflow:hidden;
	text-shadow:#333333 1px 1px 1px ;
}

.block_top a, .block_top a:visited, .block_top a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.block_top img {
	vertical-align:middle;
}

.block_top_light {
	background-color:#f8f8f8;
	background-image:url(/images/tab_background.png);
	background-repeat:repeat-x;
	padding:4px 8px 4px 8px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #d4d4d4;
	border-top-left-radius: 5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-khtml-border-top-left-radius:5px;
	-khtml-border-top-right-radius:5px;
	border-bottom:1px solid #e9e9e9;
	overflow:hidden;
	text-shadow:#ffffff 1px 1px 0px;
}

.block_top_light img {
	vertical-align:middle;
}

.block_content {
	padding:8px;
	background-color:#F8F8F8;
	border:1px solid #d4d4d4;
	border-top:none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	margin-bottom:15px;
	overflow:hidden;
}

.block_content_light {
	padding:8px;
	background-color:#FFFFFF;
	border:1px solid #d4d4d4;
	border-top:none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	margin-bottom:15px;
	overflow:hidden;
}

.block_sub_header {
	padding:8px 15px 8px 15px;
	background-color:#F8f8f8;
	border:1px solid #d4d4d4;
	border-top:none;
	overflow:hidden;
}

.block_sub_header img {
	vertical-align:middle;
}

.block_gradient {
	width:100%;
	margin-bottom:15px;
	clear:both;
}

.block_gradient_top_left {
	width:22px;
	height:21px;
	background-image:url(/images/block_gradient_corners.png);
	background-position: top left;
	background-repeat:none;
}

.block_gradient_top_mid {
	height:21px;
	background-image:url(/images/block_gradient_top_bottom.png);
	background-position:top;
	background-repeat:repeat-x;
}

.block_gradient_top_right {
	width:22px;
	height:21px;
	background-image:url(/images/block_gradient_corners.png);
	background-position: top right;
	background-repeat:none;
}

.block_gradient_left {
	width:22px;
	background-image:url(/images/block_gradient_sides.png);
	background-position: left;
	background-repeat:repeat-y;
}

.block_gradient_mid {
	background-color:#FFFFFF;
}

.block_gradient_right {
	width:22px;
	background-image:url(/images/block_gradient_sides.png);
	background-position: right;
	background-repeat:repeat-y;
}

.block_gradient_bottom_left {
	width:22px;
	height:28px;
	background-image:url(/images/block_gradient_corners.png);
	background-position: bottom left;
	background-repeat:none;
}

.block_gradient_bottom_mid {
	height:28px;
	background-image:url(/images/block_gradient_top_bottom.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.block_gradient_bottom_right {
	width:22px;
	height:28px;
	background-image:url(/images/block_gradient_corners.png);
	background-position: bottom right;
	background-repeat:none;
}

/* Page Navigation */

.page_navigation {
	margin-top: 10px;
	margin-bottom:10px;
	font-size:16px;
}

.page_navigation a {
	background-color:#FFFFFF;
	border: 1px solid #D4D4D4;
	padding: 3px 4px;
}

.page_navigation a:hover {
	text-decoration:none;
	border: 1px solid #075fb2;
}

.page_navigation_current {
	color:#FFFFFF;
	background-color:#075fb2;
	border: 1px solid #075fb2;
	padding: 3px 4px;
}

.page_navigation span.inactive {
	color:#999999;
	background-color:#ffffff;
	border: 1px solid #D4D4D4;
	padding: 3px 4px;
}

.page_navigation_small {
	
}

.page_navigation_small a {
	padding:1px 2px;
	border: 1px solid #D4D4D4;
	font-size:14px;
}

.page_navigation_small a:hover{
	text-decoration:none;
	border: 1px solid #075fb2;
}

.page_navigation_small .page_navigation_current {
	padding:1px 2px;
}

.page_navigation_small span.inactive {
	padding:1px 2px;
	border: 1px solid #D4D4D4;
}

/* End Page Navigation */

/* Tag Cloud */

div.cloud {
	line-height:1.6;
}
div.cloud a.size1  {font-size:12px;}
div.cloud a.size2  {font-size:14px;}
div.cloud a.size3  {font-size:16px;}
div.cloud a.size4  {font-size:18px;}
div.cloud a.size5  {font-size:20px;}
div.cloud a.size6  {font-size:22px;}
div.cloud a.size7  {font-size:24px;}
div.cloud a.size8  {font-size:26px;}
div.cloud a.size9  {font-size:28px;}
div.cloud a.size10 {font-size:30px;}

div.cloud_small { line-height:1.5; }
div.cloud_small a.size1  {font-size:12px;}
div.cloud_small a.size2  {font-size:13px;}
div.cloud_small a.size3  {font-size:14px;}
div.cloud_small a.size4  {font-size:15px;}
div.cloud_small a.size5  {font-size:16px;}
div.cloud_small a.size6  {font-size:17px;}
div.cloud_small a.size7  {font-size:18px;}
div.cloud_small a.size8  {font-size:19px;}
div.cloud_small a.size9  {font-size:20px;}
div.cloud_small a.size10 {font-size:21px;}

/* End Tag Cloud8 */

.list_row {
	border-bottom: 1px solid #D4D4D4;
	padding-top:10px;
	padding-bottom:10px;
}

.list_row img {
	border:1px solid #D4D4D4;
}

/* CollapsiblePanel */

.CollapsiblePanel {
	clear:both;
}

.CollapsiblePanelTab {
	color:#075fb2;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-top:5px;
	padding-bottom:5px;
}

.CollapsiblePanelTab:hover {
	color:#dc181e;
}

.CollapsiblePanelContent {
	margin-bottom:10px;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	
}

/* End CollapsiblePanel */

/* Buttons */
	
.button_gray {
	padding:7px 0px;
}

.button_gray a, .button_gray a:visited, .button_gray a:active, .button_gray a:hover {
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(/images/button_gray.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	padding:auto;
	background-color:#444;
	padding:7px 20px 7px 20px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* End Buttons */

/* Tabbed Panels */

.tabbed_panels {
	font-size:14px;
	margin-bottom:15px;
}

.tab {
	float: left;
	margin-right: 10px;
	margin-bottom:-1px;
	background-color:#f6f6f6;
	border:1px solid #d4d4d4;
	border-top-left-radius: 4px;
	border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-khtml-border-top-left-radius:4px;
	-khtml-border-top-right-radius:4px;
	vertical-align:bottom;
	padding:5px 0px 4px 0px;
	background-image:url(/images/tab_background.png);
	background-repeat:repeat-x;
}

.tab a, .tab a:visited, .tab a:active {
	color:#444444;
	padding: 7px 8px 5px 8px;
}

.tab img {
	vertical-align:middle;
}

.active_tab {
	background-color:#ffffff;
	background-image:url(/images/tab_background_active.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
}

/* End Tabbed Panels */

/* Message Boxes */

.message_table {
	width:100%;
}

.message_table_header {
	background-color:#ffffff;
	padding:5px;
	border-bottom:1px dotted #d4d4d4;
	font-weight:bold;
	font-size:14px;
}

.message_table_header a, .message_table_header a:visited, .message_table_header a:active {
	color:#444444;
}

.message_table_header a:hover {
	color:#dc181e;
}

.message_table_header img {
	vertical-align:middle;
}

.message_table_row {
	background-color:#ffffff;
	padding:5px;
	border-bottom:1px dotted #d4d4d4;
}

.mtr_alt {
	background-color:#f8f8f8;
}

.message_table_row img {
	vertical-align:middle;
}

/* End Message Boxes */

/* Search/Input Suggestions */

#suggestions ul {
	margin-top: 0px;
	border:1px solid #075fb2;
	padding: 1px;
	background-color: #ffffff;
}

#suggestions li {
	width: 500px;
	position: relative;
	color: #000000;
	list-style-type: none;
	display:block;
	text-indent: 2px;
}

#suggestions li a:hover {
	display:block;
	background-color: #075fb2;
	color: #ffffff;
}

#suggestions a:link, #suggestions a:active, #suggestions a:visited {
	display:block;
	text-decoration: none;
	color: #075fb2;
	padding: 2px;
}

/* End Search/Input Suggestions */