@import url("css/menu.css");

/*Default Style 
----------------------------------------------------------------------------------------------------*/
body 
{
  background: #e5e5e5;
  background-image: url(images/background.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  font-family: 'trebuchet MS', verdana, sans-serif;
  font-size: 12pt;
  margin: auto;
  padding: 0;
}

body, th, td, table, h1, h2, h3, h4, h5, h6, span,
a:link, a:visited, a:hover, input
{

}

body,th,td,table,.Normal,
a:link, a:visited, a:hover
{
  
}

hr {
  color: #A5AAAA;
}

p { 
  color: #102123; 
  font-size: 14px; 
  font-style: normal; 
  font-weight: normal; 
}

.tinytext { 
  color: #102123; 
  font-size: 11px; 
  font-style: normal; 
  font-weight: normal; 
} 

/* Header Tags
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, h2 input
{
  color: #000000;
  font-weight: bold;
  margin: 1ex 0;
}

h1 { 
  color: #b54602; 
  font-size: 22pt; 
  font-style: normal; 
  font-weight: normal; 
}

h2 { 
  color: #102123; 
  font-size: 16pt; 
  font-style: normal; 
  font-weight: normal; 
}

h3 { 
  color: #102123; 
  font-size: 16pt; 
  font-style: normal; 
  font-weight: normal; 
}

/* Link Styles
----------------------------------------------------------------------------------------------------*/
a {
  color: #b54602;
}

a:hover {
  text-decoration:underline;
}


a.CommandButton:link, 
a.CommandButton:visited
{
  color:#b54602; 
  font-weight:bold; 
  text-decoration:none;
}

a.CommandButton:hover
{
  text-decoration:underline;
}


/* Form Controls
---------------------------------------------------------------------------------------------------*/
input
{
  
}

input[type="submit"]
{

}

input[type="file"]
{
  
}

/* ControlPanel
----------------------------------------------------------------------------------------------------*/
.ControlPanel
{
  background: transparent url(images/ControlPanel_Bottom.jpg) repeat-x bottom left; 
  border: none;
  margin-bottom: 0px;
  height: 162px;
}

.ControlPanel a.CommandButton:link, 
.ControlPanel a.CommandButton:visited
{
  color: #3E81B5;
}

.ControlPanel a.CommandButton:hover
{
  color: #CB2027; 
  text-decoration: underline;
}

.ControlPanel a.CommandButton:link, 
.ControlPanel a.CommandButton:hover, 
.ControlPanel a.CommandButton:visited, 
.ControlPanel .SubHead
{
  font-size: 11px;
}

.ControlPanel a[disabled="disabled"]
{
  color: #888 !important;
  text-decoration: none !important;
}

.cpanel_left {
  background-image: url(images/ControlPanel_Left.jpg); 
  background-position: left top; 
  background-repeat: no-repeat;
  padding-left: 7px;
}

.cpanel_right {
  background-image: url(images/ControlPanel_Right.jpg); 
  background-position: right top; 
  background-repeat: no-repeat;
  padding-right: 7px;
}

/* Login and Search Controls
----------------------------------------------------------------------------------------------------*/
.logincontrols,
.searchcontrols
{
  float: right;
}

a.logincontrols:link,
a.searchcontrols
{
  color: #b54602;
}

.user,
a.user:link,
a.user:active,
a.user:visited 
{ 
  color: #b54602
}

a.user:hover { 
  text-decoration: underline;
}


/* Header
----------------------------------------------------------------------------------------------------*/
.header 
{
	height: 378px;
	margin-bottom: 0px;	
	margin-top: 0px;
}

.headerpicture {
  background-image: url(images/HomesPicture.jpg);
  clear: both;
  height: 272px;
  position: relative;
  top: -14px;
  width: 960px; 
  z-index: 1;  
}

.headertop {
 position: relative; 
 z-index: 99;
}

.headertopleft,
.headertopmiddle,
.headertopright {
  float: left;
  height: 129px;
}

.headertopleft {
  background-image: url(images/HeaderTopLeft8.png);
  width:  390px;
}

.headertopleft a {
  height: 113px;
  left: 70px;  
  position: relative;
  width: 94px;
}

html>body .headertopleft { background-image: url(images/HeaderTopLeft24.png); }

.headertopmiddle {
  background-image: url(images/HeaderTopMiddle8.png);
  width: 260px;
}

html>body .headertopmiddle { background-image: url(images/HeaderTopMiddle24.png); }

.headertopright {
  background-image: url(images/HeaderTopRight8.png);
  width: 310px;
}

html>body .headertopright { background-image.: url(images/HeaderTopRight24.png); }




/* Content Band
----------------------------------------------------------------------------------------------------*/
.content 
{

}

.content_main {
  margin-top: 5px;
}

.content_widgets
{
  float: right;
}


.main_navigation 
{
  padding: 0px;
  z-index: 1;
}

.main_navigation ul { list-style-type: none !important; padding: 0; margin: 0;}
.main_navigation li { color: #e6e6e6; list-style-type: none; margin: 0; float: left; font-size: 13pt; }
/*
.main_navigation li { background:url(images/dots.gif) left 12px no-repeat; color: #e6e6e6; list-style-type: none; margin: 0; float: left; font-size: 13pt; }
*/

.main_navigation li a { display: block; height: 22px; zoom: 1; width: auto; text-decoration: none; color: #e6e6e6; padding: 10px 12px 8px 12px; }
.main_navigation li.first { background:none; }
.main_navigation li.GetHope a { color: #f89d57; font-style: italic; }
.main_navigation a:hover, 
.main_navigation li.active a { 
  color: #102123; background: #fff; 
}
.main_navigation li.GetHope a:hover { color: #04274f; }

.main_navigation li ul { 
  background: #483E3F;
  border: solid 1px #b54602;
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  border-top: 1px solid white;
  z-index: 5000;
}

.main_navigation li ul li { 
  float: none;
  font-size: 10pt;
  display: inline;
  padding: 0px;
  text-align: left;
}

.main_navigation li ul li a { 
  background: none !important;
  color: #fff !important;
  height: auto;
  padding: 3px 12px 5px 5px;
}

.main_navigation li ul li a.active { 
  color:  #f89d57 !important;
}

.main_navigation li ul li a:hover { 
  text-decoration: underline;
}

.content_sub_navigation 
{
	background-color: Maroon;
	margin-bottom: 10px;
	padding: 10px 20px 10px 0px;
}

a.content_sub_navigation
{
  color: #ffffff;
  padding-left: 10px;		
  padding-right: 10px;	
}

span.content_content
{
}

span.content_content a { 
color: #b54602
}

span.content_header
{
  color: #b54602; 
  display: block;
  font-size: 22px; 	
  font-weight: bold;
  margin-bottom: 0px;
}



/* Workshop
----------------------------------------------------------------------------------------------------*/
.workshop 
{
	background-color: Gray;	
	min-height: 500px;
	padding: 0px;	
}

.workshop_header,
.workshop_step
{
	background-color: Silver;
}

.workshop_header
{
	margin-bottom: 10px;
}

.workshop_header_content,
.workshop_step_content
{
	margin: 10px;	
}

span.workshop_step_header
{
	display: block;
	font-size: 15pt;
	font-weight: bold;
	margin-bottom: 15px;
}



/* Side Bar
----------------------------------------------------------------------------------------------------*/
.side_bar_top_box,
.side_bar_middle_box,
.side_bar_bottom_box 
{
	padding: 10px;	
}

.side_bar_top_box
{
	margin-bottom: 20px;
}

.side_bar_middle_box 
{
	margin-bottom: 20px;
}

.side_bar_bottom_box 
{
}

.box_header { height: 37px; background:url(images/callout-top-middle.png) left top repeat-x; position: relative; padding: 0; margin: 0 7px -1px 7px; }
.box_header .box_topleft { background:url(images/callout-top-left.png) left top no-repeat; position: absolute; top: 0; left: -7px; width: 7px; height: 37px; }
.box_header .box_topright { background:url(images/callout-top-right.png) left top no-repeat; position: absolute; top: 0; right: -7px; width: 7px; height: 37px; }
.box_header h3 { padding: 8px 0 0 0; margin: 0; }
.box_content { background-color: #ffffff; border-left: 1px solid #787878; border-right: 1px solid #787878; padding: 10px; }
.box_footer { background:url(images/callout-bottom-middle.png) left top repeat-x; height: 8px; position: relative; margin: 0 7px; }
.box_footer .box_bottomleft { background:url(images/callout-bottom-left.png) left top no-repeat; position: absolute; top: 0; left: -7px; height: 8px; width: 7px; }
.box_footer .box_bottomright { background:url(images/callout-bottom-right.png) left top no-repeat; position: absolute; top: 0; right: -7px; height: 8px; width: 7px; }

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer 
{
  color: #666666;
	height: 100px;
	margin: 10px 0px 0px 0px;
}

.footer_links
{ 
  color: #666666; 
  float: left;
}
  
.footer_links a {  
  color: #666666; 
  text-decoration: underline;
}

.footer_copyright {
  float: right;
}


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin: auto;
  width: 960px;
}

.container_box,
.container_center,
.container_content,
.container_controlpanel,
.container_footer,
.container_header,
.container_header_controls,
.container_login,
.container_navigation,
.container_search,
.container_sidebar,
.container_workshop
{

}

.container_box {
  margin-bottom: 20px;
  width: 290px;
}


.container_box h3{
  font-size: 14pt;
}

.container_content {
  background: #fff;
}

.container_header
{
  background-image: url(images/background.jpg);
  background-position: left top;
  background-repeat: repeat-x;  
  margin-bottom: 0px;
  margin-top: 0px;
}

.container_header_controls {
  height: 50px;
}

.container_login,
.container_login a {
  color: #fff !important;
  text-align: right;
}

.container_navigation
{
  background-color: #483E3F; 
  height: 40px;
	margin-bottom: 0px;
  position: relative;
  z-index: 2;	
}

.container_search,
.container_search a {
  color: #fff;
  text-align: right;
}

.container_search input { 
  border: solid 1px #A0A0A0;
  color: #A0A0A0;
  width: 240px;
}

.container_sidebar {
  margin: 10px 0px 0px 0px;
}

/* Settlement Conference
----------------------------------------------------------------------------------------------------*/
#SettlementConference {
  background-image: url(images/SettlementConference8.png); 
  background-repeat: no-repeat;
  margin-bottom: 20px;
  height: 91px;
}

html>body #SettlementConference { background-image: url(images/SettlementConference24.png); }

/* Learning Center
----------------------------------------------------------------------------------------------------*/
#accordion { 
	background:url(images/learningcenter/lcBackground.png);
	width: 200px;
	height: 372px;
	margin: 0px;
	padding-top: 10px;
	text-decoration: none;
	}

#accordion a {
	text-decoration:none;
	}

#accordion .superheader {
	color: #ffffff;
	font-size: 17px;
	padding-bottom:10px;
	padding-left: 13px;
	font-weight:bold;
	}

#accordion h3 {
	padding-left: 13px;
	font-style:normal;
	font-weight: normal;
	}

#accordion a.content-readmore {
	text-decoration:none;
	color: black;
	float: right;
	padding-top: 25px;
	padding-right: 10px;
	
	}

#accordion .ui-accordion-content {
	font-size: 12px;
	padding-left: 13px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 35px;
	color: #723332;
	background:url(images/learningcenter/lcInnerLower.png);
	}

#accordion .content-header {
	color: green;
	}

#accordion h3.ui-state-default  {
	color: #d7ca9c;
	font-size: 16px;
	
	}
#accordion h3.ui-accordion-header a {
	color: #d7ca9c;
	}

#accordion h3.ui-state-active a {
	color: #000000;
	font-size: 16px;
	}

#accordion h3.ui-accordion-header {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	}

#accordion h3.ui-state-active {
	background:url(images/learningcenter/lcInnerUpper.png);
	}

















/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .grid_1 {
	width:68px;
}
    .container_12 .grid_2 {
	width:148px;
}
    .container_12 .grid_3 {
	width:228px;
}
    .container_12 .grid_4 {
	width:308px;
}
    .container_12 .grid_5 {
	width:388px;
}
    .container_12 .grid_6 {
	width:468px;
}
    .container_12 .grid_7 {
	width:548px;
}
    .container_12 .grid_8 {
	width:628px;
}
    .container_12 .grid_9 {
	width:708px;
}
    .container_12 .grid_10 {
	width:788px;
}
    .container_12 .grid_11 {
	width:868px;
}
    .container_12 .grid_12 {
	width:948px;
}




/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .prefix_1 {
	padding-left:80px;
}
    .container_12 .prefix_2 {
	padding-left:160px;
}
    .container_12 .prefix_3 {
	padding-left:240px;
}
    .container_12 .prefix_4 {
	padding-left:320px;
}
    .container_12 .prefix_5 {
	padding-left:400px;
}
    .container_12 .prefix_6 {
	padding-left:480px;
}
    .container_12 .prefix_7 {
	padding-left:560px;
}
    .container_12 .prefix_8 {
	padding-left:640px;
}
    .container_12 .prefix_9 {
	padding-left:720px;
}
    .container_12 .prefix_10 {
	padding-left:800px;
}
    .container_12 .prefix_11 {
	padding-left:880px;
}


/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .suffix_1 {
	padding-right:80px;
}
    .container_12 .suffix_2 {
	padding-right:160px;
}
    .container_12 .suffix_3 {
	padding-right:240px;
}
    .container_12 .suffix_4 {
	padding-right:320px;
}
    .container_12 .suffix_5 {
	padding-right:400px;
}
    .container_12 .suffix_6 {
	padding-right:480px;
}
    .container_12 .suffix_7 {
	padding-right:560px;
}
    .container_12 .suffix_8 {
	padding-right:640px;
}
    .container_12 .suffix_9 {
	padding-right:720px;
}
    .container_12 .suffix_10 {
	padding-right:800px;
}
    .container_12 .suffix_11 {
	padding-right:880px;
}


/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .push_1 {
	left:80px;
}
    .container_12 .push_2 {
	left:160px;
}
    .container_12 .push_3 {
	left:240px;
}
    .container_12 .push_4 {
	left:320px;
}
    .container_12 .push_5 {
	left:400px;
}
    .container_12 .push_6 {
	left:480px;
}
    .container_12 .push_7 {
	left:560px;
}
    .container_12 .push_8 {
	left:640px;
}
    .container_12 .push_9 {
	left:720px;
}
    .container_12 .push_10 {
	left:800px;
}
    .container_12 .push_11 {
	left:880px;
}




/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .pull_1 {
	right:80px;
}
    .container_12 .pull_2 {
	right:160px;
}
    .container_12 .pull_3 {
	right:240px;
}
    .container_12 .pull_4 {
	right:320px;
}
    .container_12 .pull_5 {
	right:400px;
}
    .container_12 .pull_6 {
	right:480px;
}
    .container_12 .pull_7 {
	right:560px;
}
    .container_12 .pull_8 {
	right:640px;
}
    .container_12 .pull_9 {
	right:720px;
}
    .container_12 .pull_10 {
	right:800px;
}
    .container_12 .pull_11 {
	right:880px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}





/* Base DotNetNuke Styles
----------------------------------------------------------------------------------------------------*/
/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

/*-------- design style --------*/
#s_wrap_main{display:table;width:970px; margin:0 auto;}
#s_wrap_sub{display:table-row}
.template_style{display:table-cell}

.top_space{height:34px;}
.lang_pad{padding:7px 0 0 25px;float:left;}

.logo_top_left{padding:0; margin:0; background:url(images/logo_top_left.png) no-repeat top left; height:23px;}
.logo_top_right{padding:0; margin:0; background:url(images/logo_top_right.png) no-repeat top right;}
.logo_top_bg{padding:0; margin:0 39px 0 27px; background:#FFF url(images/logo_top_bg.png) repeat-x top;height:23px;}
.logo_left{padding:0; background:url(images/logo_left.png) repeat-y top left;}
.logo_right{padding:0; background:url(images/logo_right.png) repeat-y top right;}
.logo_pad{background:#FFF; margin: 0 19px 0 7px; padding:0 0 10px 10px;height:100%;}

.s_logo{float:left;}
.s_banner{background:#aaa;width:50%;float:right;}

.menu_bg{padding:0 0 0 6px;  margin: 0 21px 0 9px; background:url(images/menu_bg.png) top left;}
.menu_left{padding:0; margin:0; background:url(images/menu_left.png) repeat-y  top left;}
.menu_right{margin:0; background:url(images/menu_right.png) repeat-y top right; }

.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

.bread_bg{padding:0; margin: 0 19px 0 7px; background:url(images/bread_bg.png) repeat-x top left; height:34px;}
.bread_left{padding:0; margin:0; background:url(images/bread_left.png) no-repeat top left; height:34px;}
.bread_right{padding:0;  background:url(images/bread_right.png) no-repeat top right; height:34px;}


/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}





/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#3E81B5;}
a.Breadcrumb:hover{color:#C00;}





/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 240px; height: 20px; border: solid 1px #e0e0e0; float:left; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0; display: block; float:left; }
div.SearchContainer a img{padding-left:5px;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0; width:180px; height:18px; margin-left:3px; color: #43494D;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; background-color: #F3F7FA; position:absolute; top: 22px; left: 0;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}
























