a {
	color: blue;	
}

#main_content {
	background-color: #ececec;	
}

#top_megalug {
	position: absolute;
	top: 15px;
	right: 45px;
}	

.subpage_wrapper {
	width: 920px;
	margin: 30px;
}

	.subpage_top_angler {
		/*display: inline-block;
		min-width: 300px;
		height: 43px;*/
		position: relative;
		/*background-color: #0077c0;*/
		
		width: 920px;
		height: 28px;	
		
		background-image: url('/images/subpages/top_angler.png');
		background-repeat: no-repeat;
		background-position: top left;
	}

		.subpage_top_angler > p {
			margin: 0px;
			color: #4a4a4a;
			font-size: 16px;
			font-weight: normal;
			position: absolute;
			bottom: -4px;
			left: 30px;
			z-index: 10;
		}

			.subpage_top_angler > p > a {
				color: #c71819;
				text-decoration: underline;
			}

		/*.subpage_top_angler > img {
			position: absolute;
			top: 0px;
			right: -43px;
		}*/

	.subpage_contents {
		width: 920px;
		min-height: 323px;
		position: relative;
		z-index: 1;
		padding: 0px 0px 30px;
		background-color: white;	
	}
					
		.subpage_content_heading {
			width: 920px;
			margin: 0px 30px;
		}
					
			.subpage_content_heading > h1 {
				margin: 0px;
				padding-top: 40px;
				font-size: 28px;
				font-weight: bold;
				text-transform: uppercase;
				color: #0077c0;
			}
					
			.subpage_content_heading > h2 {
				margin: 0px;
				font-size: 28px;
				font-weight: normal;
				color: #0077c0;
			}
					
			#instructions {
				width: 860px;
				height: 126px;
				position: relative;
			}
			
				#instruction_text {
					width: 540px;
					position: absolute;
					bottom: 13px;
					left: 0px;
					color: #60696d;
					font-size: 14px;
					line-height: 25px;	
				}
				
				#query_results {
					width: 300px;
					position: absolute;
					top: 8px;
					right: 0;	
				}
				
				#query_results.show-clear #clear_search {
					display: none;
				}
				
				#search_container {
					width: 300px;	
					position: absolute;
					bottom: 3px;
					right: 0px;
				}
				
					#search_container > h2 {
						margin-bottom: 4px;
						font-size: 15px;
						line-height: 25px;
						color: #c71819;
						text-transform: uppercase;	
					}
					
					#search_box {
						width: 260px;
						height: 22px;
						padding: 20px;
						position: relative;
						background: #0077c0;
					}
					
						#search_text {
							width: 158px;	
							height: 18px;
							padding: 0px;
							border: 1px solid #a6a6a6;
						}
						
						.label_search_button {
							display: block;
							min-width: 64px;
							height: 20px;
							padding: 5px 10px 0px;
							position: absolute;
							bottom: 20px;
							right: 20px;
							background-image: url('/images/main/quicklink_red_button.png');
							background-repeat: repeat-x;
							background-position: top center;
							text-align: center;
							color: white;
							font-size: 16px;
							text-decoration: none;
							border-radius: 7px;
							box-shadow: 0px 3px 3px rgba(0,0,0,0.22);
							
							cursor: pointer;
						}
						
						#search_blue_angle {
							height: 62px;
							width: 30px;
							
							position: absolute;
							bottom: 0px;
							right: -30px;
							z-index: 1;
							
							background-image: url('/images/subpages/search_blue_angle.png');
							background-repeat: no-repeat;
							background-position: top left;	
						}
			
			#result_table table {
				width: 920px;
			}
			
				#result_table thead {
					background-color: 	#0077c0;
				}
				
					#result_table thead th {
						color: white;
						font-size: 18px;
						text-align: left;
						padding: 6px 20px;
						font-weight: normal;
					}
					
				#result_table tbody tr {
					border-bottom: 1px dotted gray;	
				}
				
					#result_table tbody tr.search-not-result {
						display: none;
					}
				
					.col1, .col3, .col5, .col7, .col9 {
						background-color: #e7f5fc;
					}
					
					.col2, .col4, .col6, .col8, .col10 {
						background-color: #d4ebf6;
					}
					
					#result_table tbody tr td {
						color: black;
						font-size: 16px;
						text-align: left;
						padding: 6px 20px;
						font-weight: normal;
					}
					
					#result_table a {
						color: blue;
						cursor: pointer;
						text-decoration: underline;	
					}
					
	.subpage_bottom_angler {
		width: 920px;
		height: 28px;	
		
		background-image: url('/images/subpages/bottom_angler.png');
		background-repeat: no-repeat;
		background-position: top right;
	}
