/***************************************************************************
Layout
***************************************************************************/
body{
  background: transparent url("/images/home_support/homeBg.jpg") no-repeat top center;
}
#main-wrapper{
  width: 100%;
  min-height:100%;
  height: auto !important;
  height: 100%;
	text-align: left;
	background: transparent;
}
#main {
  margin: 0px auto;
  width: 950px;
}

/***************************************************************************
Header
***************************************************************************/
#header{
  width: 950px;
	margin: 0;
	padding:0px;
}
#header img{
	margin: 11px 0 0 0;
}

.left-col {
	width:400px;
	text-align:center;
	margin:50px 0 0 0;
	float:left;
	padding:;
}

.right-col {
	width:520px;
	float:left;
	margin: 0 0 25px 0;
	padding:0;
}

.right-col p {
	margin: 10px 0;
}

.helpRightColTitle {
	width:100%;
	margin:0px 0 0 8px;
}

.helpContent {
	width:100%;
	margin:10px 0 0 8px;
}

.highlight-text {
	color: #411111;
	font-weight: bold;
}

.helpContent h1 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border: none;
	margin: 20px 0 auto;
}

.helpContent .helper-text {
	font-size: 11px;
	font-style: italic;
	margin: 20px 0 auto;
}

.helpIconLarge {
	width:100%;
	float: right;
	text-align:center;
}

.helpIconSmall {
	width:133px;
	margin:50px 0 0 0;
	float:left;
	text-align:center;
}

.helpSearchFPO {
	width:100%;
	margin:15px 0 0 0;
}

.helpSearchFPO .green-bg-body-container{
  margin: 0 0 0 15px;
}

.helpSearchTitle {
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
	color:#002000;
	font-style:italic;
	font-weight:bold;
	margin:0 10px 10px;
	padding:2px 0;
}

.helpSignUp {
	width:100%;
	text-align:center;
	margin:15px 0 0 8px;
}


.titleHelp {
	width:100%;
	text-align:left;
	margin:10px 0 0 0;
}

div.signup-form-container {
	margin: 20px 0;
	width: 100%;
	text-align: left;
}
table.signup {
	wdith: 400px;
	text-align:left;
}
td.filler {
	text-align: right;
}
td.field {
	width: 260px;
}
td.submit-btn {
	width: 260px;
	text-align: right;
	padding-top: 10px;
}
td.field input[type="text"], td.field input[type="password"] {
	text-align: left;
	width: 250px;
	float: left;
	padding: 3px;
	border: 1px solid #666;
	background: #f5f5f5;
}
td.field input[type="button"] {
	text-align: left;
	float: right;
	padding: 3px;
	border: 1px solid #666;
	background: #f5f5f5;
}
ul.highlights {
	margin: 5px 20px;
}
ul.highlights li {
	list-style: disc;
	margin-bottom: 2px;
	font-size: 11px;
}


#search-container{
  margin: 35px 0;
}

#search-inputs-container{
  width: 465px;
  height: 77px;
  background: transparent url("/images/home/bucketSearchBg.gif") no-repeat top left;
  padding: 7px 0 0 8px;	
}

#search-form-title{
  
}

#search-inputs{
  margin: 17px 0 0 5px;
}

#search-inputs select{
  background-color: white;
}

.search-keyword{
  width: 145px;
  padding: 2px 0px 1px 6px;
  background-color: white;
}

#search-submit{
  float: right;
  margin: 20px 0 0 0;
}
.search-wrap{
  width: 450px;
  margin: 4px 0 0 0;
}

#search-field{
  float: left;
  width: 360px;
  font-weight: bold;
  font-size: 12px;
}


#search-field input.default{
  width: 346px;
  padding: 7px;
  margin: 0;
}

#search-page-submit{
  float: left;
  width: 58px;
  height: 19px;
  margin: 2px 0 0 8px;
}

#suggested-searches-title{
  margin: 9px 0 0 0;
  font-size: 10px;
  font-style: italic;
}

.suggested-searches{
  font-size: 12px;
  margin: 3px 0 0 0;
}

.suggested-searches a,
.suggested-searches a:hover,
.suggested-searches a:visited,
.suggested-searches a:link{
  color: #008349;

}