html, body, wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%};

body {
	font-family: Arial,Verdana, sans-serif;
}

/*Slogan
*******/

#slogan {
	margin-top: 10px;
	margin-bottom: 10px;
}

#slogan h1 {
	margin: 0px;
	padding: 0px;
	font-size:18px;
	color: #fff;
}

/*Search bar
***********/

label {
	color: #fff;
	display: block;
}

#search_form {
	border: 1px solid #7f0104;
	width: 538px;
	height: 40px;
	background: url(../images/search-bar-bg.png);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


input[name="trade"], input[name="location"] {
	margin-top: 4px;
	margin-left: 4px;
	padding-top: 5px;
	padding-left: 4px;
	width: 204px;
	height: 25px;
	outline: 0px;
	border: 0px;
	font-size: 12px;
	color: #444;
	background: url(../images/input.png);
}


input[name="search"] {
	margin-top: 5px;
	padding-top: 2px;
	font-size: 12px;
	letter-spacing: 1px;
	outline: 0px;
	width: 94px;
	height: 30px;
	border: 0px;
	background: url(../images/search-button.png);
	cursor: pointer; /* hand-shaped cursor */
}

#search_bar_form {
	margin-top: 5px;
}

#search_bar_labels {
	margin-bottom: 5px;
	
}

#search_bar_labels h1 {
	font-size: 14px;
	color: #fff;
	display: inline;
}

.search_bar_bg {
	margin-top: 15px;
	background-image:  url(../images/red-gradiant.png);
	height: 120px;
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
}

.header_shades {
	height: 120px;
	background-image: url(../images/header-shades.png);
	background-repeat: no-repeat;
}

/*Image arrangment
******************/

.img_left {
	float: left;
	border: 0px;
}

.img_right {
	float: right;
	border: 0px;
}

#search_bar_left img {
	margin-right: 5px;
}

/*Social networking sites
************************/

#sns {
	height: 38px;
}
#sns img {
	float:right;
	margin-left: 10px;
}

/*Menu
*****/

#menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	padding-top: 42px;
	font-weight: bold;
}

.arrows {
	color: #aa0000;
}

/*Content
********/

#container_content p {
	line-height: 14px;
	text-align: justify;
	font-size: 12px;
}

#container_content {
	
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 40px;
}

#container_content h1 {
font-size: 21px;
color: #aa0000;	
margin-bottom: 10px;
}


#container_content ul {
	font-size: 11px;
	list-style:none!important;
	list-style-image:none!important;
	display:block;
	padding-left: 0px;
	margin-left:20px;
	color: #000;
	font-weight: normal;
}

#container_content li {
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 5px;
	
}

#container_content span {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-right: 3px;
}

#welcome, #content_top_right, #popular_searches, #more_content {
	background: #efeeee;
	
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	color: #333333;
	font-family: Verdana;
}

#welcome p, #content_top_right p, #more_content p {
	font-size: 11px;
}

#popular_searches, #more_content {
	margin-top: 10px;
	min-height: 150px;
}

#welcome {
	background: #d6f0f9;
}

#content_top_right {
	background: #efeeee;
}

#popular_searches {
	background: #efeeee;
}

#more_content {
	background: #d6f0f9;
}

#welcome, #more_content {
	border: 1px solid #d6f0f9;
}

#content_top_right, #popular_searches {
	border: 1px solid #efeeee;
}

#content {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content h1 {
padding-top: 5px;
padding-left: 10px;
}

#content p {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

#content .grid_12 {
	width: 468px;
}

.trades_home {
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 7px;
}

.trades_home a {
	font-family: Tahoma;
	font-weight: bold;
	color: #000;
}

/*Welcome to 118
***************/

.welcome_to_118 {
	height: 54px;
	background: url(../images/welcome-to-118-header.png);
}

.welcome_to_118_text {
	border-bottom: 1px #cacaca solid;
	border-left: 1px #cacaca solid;
	border-right: 1px #cacaca solid;
	width: 298px;
	margin-right: 6px;
	margin-left: 6px;
	padding-bottom: 5px;
}

/*Partners
**********/

#partners p {
	text-align: justify;
	margin-bottom: 10px;
}




/*Etc...
*******/

.slideshow_home {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.screen_shot {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: 170px;
	width: auto;
}




#search_bar_left p {
	width: 310px;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	text-align: justify;
	float: left;
}

.separator {
	float: right;
	border: 0px;
	margin-left: 10px;
}



/*Footer
*******/

.footer_bg {
	margin-top: -40px;
	height:40px;
	clear: both;
	position: relative;
	background: url(../images/red-gradiant.png);
	border-top: 2px #ccc solid;
}


#footer {
	
	font-size: 11px;
	color: #fff;
}

#footer a {
	color: #fff;
}



/********************************************************/

/*FAQ
*****/

#faq p {
	text-align: justify;
	margin-bottom: 10px;
}

#faq h1, #faq h2 {
	margin-bottom: 10px;
}

.faq_link {
	color: #aa0000;
}


/*Contacts
*********/

#contacts {
	margin-top: 20px;
	min-height: 460px;
}

#contacts h1 {
	margin-bottom: 10px;
	font-size: 18px;
}
#contacts h2 {
	margin-bottom: 10px;
	font-size: 14px;
}
#contacts p {
	margin-bottom: 10px;
	line-height: 16px;
}

#contacts  input {
	width: 200px;
	height: 19px;
	background: #fff;
	border:1px #cecece solid;
	outline:0px;
}
#contacts input[name="submit"] {
	width: 50px;
	height: 19;
	background: url(../images/send.png);
	cursor: pointer; /* hand-shaped cursor */
	outline:0px;
	border:0px;
	margin-left:2px;
}

#contacts textarea {
	width: 340px;
	height: 170px;
	background: #fff;
	border:1px #cecece solid;
	outline:0px;
}

/*Terms & Conditions
********************/
#terms{
	font-size: 14px;
}

#terms p {
	text-align: justify;
	line-height: 16px;
	margin-bottom: 10px;
}
#terms h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
#terms h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

#terms ul {
	color: #000;
	font-weight: normal;
}
.participation_requirements {
	list-style:decimal!important;
	list-style-image:none!important;
	display:block;
	padding:0px;
	margin-left:25px;
}
.participation_requirements li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.program_applies {
	list-style:lower-roman!important;
	list-style-image:none!important;
	display:block;
	padding:0px;
	margin-left:25px;	
}
.program_applies li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.filing_a_claim {
	list-style:lower-alpha!important;
	list-style-image:none!important;
	display:block;
	padding:0px;
	margin-left:25px;	
}
.filing_a_claim li {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Sitemap
*********/

#sitemap {
	font-size: 12px;
	line-height: 16px;
}

#sitemap p {
	margin-top: 10px;
}

#sitemap h1 {
	font-size: 18px;
	margin-bottom: 10px;
}


/*Results page
**************/

#results {
	margin-bottom: 10px;
}

.results_header {
	font-family: Arial;
	padding-bottom:0px;
	padding-top: 3px;
	padding-left:5px;
	height: 19px;
	font-size:13px;
	color:#000;
	margin-bottom: 10px;
	font-weight: bold;
}
.results_table_header {
	padding-left: 2px;
	font-size: 12px;
}
.results_table {
	width: 620px;
	margin-top: 10px;
	text-align:justify;
	line-height: 14px;
}
.results_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.results_table h2 {
	font-size:12px;
	color: #000;
	display:inline;
}

.results_table h3 {
	font-weight: normal;
	color: #444;
	display: inline;
}

#results_right hr {
	margin-bottom: 10px;
	border: 0px;
	border-bottom: 1px #e2e2e2 solid;
}

#results_right h1 {
	font-family: Arial;
	padding-left: 2px;
	padding-top: 2px;
	margin-top: 0px;
	
	height:16px;
	font-size: 18px;
	margin-bottom: 2px;
	color: #000;
}

#results_right span {
	font-size: 11px;
}

#results_left p {
	line-height: 14px;
	text-align: justify;
}

#results_right p {
	padding: 2px 2px 2px 2px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 14px;
	text-align: justify;
	font-size: 11px;
}

#results_left h3 {
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.results_table_text_pos {
	color: #000;
	font-size: 11px;
	padding-left: 5px;
}

.popular_searches {
	margin-top: 0px;
	border-collapse: separate;
	border-spacing: 5px;
}

#using_118_results {
	margin-top: 10px;
}


/********************************************************/




/*Auto completer
****************/
#choices {
	font-family: Arial,Helvetica, sans-serif;
	width: 207px;
	border: 1px #fff solid;
	margin-top: -4px;
	border-top:0px;
	padding-top: 2px;
	z-index: 1000;
}

.autocomplete {
      position:absolute;
	  max-height: 200px;
      background-color:#fff;
      margin:0px;
      padding:0px;
	  overflow: auto;
}
	
div.autocomplete ul {
	list-style:none!important;
	list-style-image:none!important;
	margin:0px;
	padding:0px 0px 0px 0px;
}

div.autocomplete ul li.selected {
	background-color: #cacaca;
	color: #000;
}

div.autocomplete ul li {
	font-size: 12px;
	color: #000;
	list-style-type:none;
	display:block;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom:2px;
	cursor:pointer;
}




