@charset "UTF-8";
html { height:100%;}
body  {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #cbcbcb url(../../images/homepage/bg-container.gif) repeat-y center; height: 100%;
}
.all {height:100%;}
.all #container {
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff url(../../images/homepage/bg-container.gif) repeat-y; padding: 0 15px 0 15px; position:relative; margin: 0 auto; width:800px; height: 100%;
} 

form#search { height: 50px; overflow:hidden;}
select[name ^="menu1"] {margin-top: 10px;}


.all #header {
	padding: 0px 0px 0px 0px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	//float:left;
	width: 800px;
	//display: inline;
	background-image: url(../../images/header/header_06.gif);
	height: 60px;
} 

.all #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
}

.all #header img {
	border:none;
}

.all #search {
  float:right;
  display:block;
  width:150px;
  margin:0;
  padding:5px 5px;
  font-style:normal;
  }
.all #search label img {
  float:right;
  display:block;
  margin-top:15px;
   padding-top:0px;
  }
.all #searchtext {
  float:left;
  width:100px;
    margin-top:5px;
  border:1px solid;
  border-color:#999 #fff #fff #999;
  }
.all #search input.btn {
  float:right;
   margin-right:23px;
   margin-top:5px;
  }
  
  
.all #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}


.all #mainContent {
	padding-top:0px;
	font-size: 12px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.all #softContent {
	padding-top:0px;
	font-size: 12px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color:#CCCCCC;
}


 
.all #footer {
	padding: 0px;
	width: 800px;
	height: 10px;
	display:inline;
	font-size: 18px;
	color: #686868;
	list-style-type: none;
	border-top-width: 1px;
	border-top-color: #333333;
} 

.all #footer ul li {
	margin: 10px  ; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px 0px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #686868;
	background:none;
    display:inline;
    padding:0;
	border-top-width: 1px;
	border-top-color: #686868;
}
.all #footer ul li a {
	text-decoration: none;
	color: #686868;
	padding-top: 3.2em;
	padding-right: 4.5em;
	padding-bottom: 3.2em;
	padding-left: 0em;
	}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix {display: block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear { clear:both;}


/* -- Top Nav --------------- */
#nav-top{
	background: #eee url(assets/img/layout/bg-nav-top.gif) repeat-x; 
	height: 30px; width: 800px;  z-index: 400;}

/* http://htmldog.com/articles/suckerfish/dropdowns/ */
#nav, #nav ul {	
	margin: 0; padding: 0; list-style: none;  width: 800px; height: 28px;  z-index: 450;
	border: #999 solid; border-width: 1px 0;}
#nav li {margin: 0; padding: 0;}
#nav li { font: normal 11/28px Arial, Helvetica, sans-serif; float:left; width: 98px;
	float:left; list-style: none; border-left: #f9f9f9 solid 1px; border-right: #999 solid 1px; height: 28px;}
#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active {
	display: block; color: #666;text-decoration: none;	padding: 0 15px 0 15px; height: 28px; line-height: 28px; font-size: 11px; 
	}
#nav li a:hover {
	color:#2d3691; background: #e8e8e8 url(assets/img/layout/bg-nav-top-spacer.gif) repeat-y right;}

#nav li ul {  
	position: absolute; left: -1000px; padding: 5px; z-index: 500;
	background: #e8e8e8; border: #999 solid 1px;	height: auto; width: 160px;  margin: 0;}
#nav li ul li.first { border-top: none;}
#nav li ul li {
	width: 160px; padding: 0px; margin: 0px; background: none;  height: 26px; font: nomal 11px/18px Arial, Helvetica, sans-serif;
	border-top: #f9f9f9 solid 1px; border-bottom: #999 solid 1px; border-left: none; border-right: none;}
#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	width: 150px; padding: 0 5px; height: 26px; line-height: 26px; font-size:11px; }
#nav li ul li a:hover {background: #f5f5f5;}

#nav li ul ul {margin: -32px 0 0 160px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -2000px;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;}
