/*
//  #     #                 
//  ##   ##   ##   # #    # 
//  # # # #  #  #  # ##   # 
//  #  #  # #    # # # #  # 
//  #     # ###### # #  # # 
//  #     # #    # # #   ## 
//  #     # #    # # #    # 
*/

/* reset skin crap */
#bd, #ft {
    background: transparent;
}
#yui-main .yui-b {
    padding: 0;
}
form .form-item {
    background: transparent;
    border: none;
}


/*  BODY & WRAPPER  */

body {
	margin: 0 auto;
	color: #222;
	font: small "Helvetica Neue", "Helvetica", "Arial", sans-serif;	
	}

.content {
	width: inherit;
	position: relative;
	margin: 0 auto;
	}

form {
    width: inherit;
}
		
/*  HEADER  */

#branding {
	background: #fff;
	padding: 10px;
	}
	
#branding #powered-by {
	position: absolute;
	top: 12px;
	right: 0;
	}	
	
	#branding #powered-by small {
		display: block;
		color: #999;
		padding-bottom: 2px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ddd;
		}
		
	#branding #powered-by img {
		margin-right: 10px;
		}	
		
#menu {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background: #c1c3c7;
	border-top: 2px solid #a4a7ab;	
	font-size: 105%;	
	overflow: hidden;	
	}	
	
	#menu li {
		float: left;
		display: block;
		list-style: none;	
		height: 32px;		
		overflow: hidden;	
		}	
		
		#menu li a {
			display: block;
			padding: 8px 18px;
			}
			
		#menu li a {
			color: #242021;			
			}	
			
			#menu li a:hover,
			#menu li a:focus {
				color: #fff;
				background: #0173bc;
				text-decoration: none;
				}
				
		#menu li.active a {
			color: #ecedef;
			background: #231f20; 
			}
			
#submenu {
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	background: #231f20;
	border-bottom: 2px solid #444445;
	font-size: 90%;
	}			

	#submenu li {
		float: left;
		display: block;
		list-style: none;	
		height: 25px;			
		}	

		#submenu li a {
			display: block;
			padding: 6px 18px 4px;
			}
			
		#submenu li a {
			color: #ecedef;			
			}	
			
			#submenu li a:hover,
			#submenu li a:focus {
				color: #fff;
				background: #0173bc;
				text-decoration: none;
				}

		#submenu li.active a {
			color: #fff;
			background: #444445;
			}
			
			#submenu li.active a:hover,
			#submenu li.active a:focus {
				border-bottom: 2px solid #444445;
				}

/*  BANNER  */

#banner {
	background: #fff;
	overflow: hidden;
	border-bottom: 1px dotted #a4a7ab;
	}

	#banner .banner-item {
		float: left;
		width: 430px;
		padding: 10px 25px 20px;
		}
		
	#banner .banner-item h2 {
		/* border-bottom: 1px solid #ddd; */
		padding-bottom: 5px;
    color: #213D7C;
		}
		
		#banner .banner-item#find ul {
			font-size: 125%;
			font-weight: bold;
			margin-left: 41px;
			}
		#banner .banner-item#find li {
			color: black;
        }
		
		#banner .banner-item p,
		#banner .banner-item form {
			margin: 0 24px;
			}
			
		#banner .banner-item form .form-item {
			background: #dcdcdc;
			border-top: 1px solid #b5b7bc;
			overflow: hidden;
			padding: 10px 12px;
			}	
	
			#banner .banner-item form input {
				font-size: 115%;
				}
	
			#banner .banner-item form label {
				float: left;
				color: #444445;
				font-size: 95%;
				font-weight: bold;
				padding: 4px 15px 0 0;
				vertical-align: top;
				width: 60px;
				text-align: right;
				}	
				
		#banner .banner-item form .form-submit {
			padding: 10px 37px 10px 12px;
			background: #b5b7bc;			
			border-top: 1px solid #a4a7ab;	
			-webkit-border-bottom-left-radius: 6px;
			-webkit-border-bottom-right-radius: 6px;
			-moz-border-radius-bottomleft: 6px;
			-moz-border-radius-bottomright: 6px;
			border-bottom-left-radius: 6px;					
			border-bottom-right-radius: 6px;			
            text-align: right;
			}	
			
	#banner .right {
		width: 429px !important;
		/* border-left: 1px dotted #a4a7ab; */
		}

/*  MIDDLE  */

#middle {
	background: #dcdcdc;
	padding: 25px 20px 0;
	width: inherit;
	overflow: hidden;
	}

#middle .column {
	float: left;	
	width: 290px;
	}
	
	#middle #middle-column {
		margin: 0 25px;
		}

.middle-item {
	float: left;
	width: 290px;
	margin-bottom: 25px;
	}

	.middle-item h3 {
		background: #0072bb;
		color: #fff;
		padding: 5px 10px 5px;
		font-size: 110%;
		font-weight: normal;
		border-bottom: 2px solid #0d537e;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;					
		border-top-right-radius: 6px;		
		}
	
		.middle-item h3 img {
			position: relative;
			top: 3px;
			margin-right: 3px;
			}

	.middle-item .middle-item-content {
		background: #fff;	
		-webkit-border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-left-radius: 6px;					
		border-bottom-right-radius: 6px;				
		}

/*  MIDDLE - listings  */

.middle-item h4 {
	font-size: 120%;
	}
	
	.middle-item h4 a {
		color: #222;
		}
		
		.middle-item h4 a:hover,
		.middle-item h4 a:focus {
			color: #bd2020;
			}

.middle-item .listing {
	padding: 10px 10px 0;
	}
	
	.middle-item .listing img {
		float: right;
		}

	.middle-item .listing .listing-details {
		line-height: 1.1em;
		}
		
		.middle-item .listing .listing-details span {
			display: block;
			margin-bottom: 10px;
			}
	
		.middle-item .listing .listing-details strong {
			display: block;
			font-weight: normal;
			color: #666;
			font-size: 85%;
			}	

/*  MIDDLE - news  */

.middle-item .news {
	margin: 0;
	padding: 0;
	}

.middle-item .news li {
	list-style: none;
	padding: 8px 10px;
	border-top: 1px dotted #dcdcdc;
	font-size: 80%;
	color: #999;
	}

	.middle-item .news li a {
		display: block;
		font-size: 130%;
		font-weight: bold;
		color: #222;
		margin-bottom: 2px;
		}
		
		.middle-item .news li a:hover,
		.middle-item .news li a:focus {
			color: #BD2020;
			}
	
.middle-item .news li.first {
	border-top: 0;
	}

/*  MIDDLE - form  */

.middle-item form {
	padding: 0;
	}
	
	.middle-item form p {
		padding: 10px 15px 0;
		font-size: 95%;
		color: #000;
		}
	
	.middle-item .form-column {
		float: left;
		padding: 10px 15px;
		width: 130px;
		}
		
		.middle-item .form-column .form-item {
			padding: 5px 0;
			}
		
		.middle-item .form-column .form-item label {
			display: block;
			color: #666666;
			font-size: 90%;
			}
		
	.middle-item .short {
		width: 100px !important;
		}	
			
	.middle-item .form-check {
		clear: both;
		padding: 0px 10px 10px;
		}		
			
/*  MIDDLE - links  */
		
.middle-item .links {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
	background: #f6f6f6;
	border-top: 1px solid #dcdcdc;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;					
	border-bottom-right-radius: 6px;
	
	}
	
	.middle-item .links li {
		list-style: none;
		display: block;
		float: left;
		width: 44%;
		padding: 8px 3%;
		font-weight: bold;
		}
						
		.middle-item .links li.next {
			text-align: right;
			font-weight: normal;
			}
	
	.middle-item .full li {
		width: 94% !important;
		}
		
		.middle-item .full li.next {
			font-weight: bold;
			}
			
/*  FOOTER  */

#footer-wrap {
	clear: both;
	}
	
#footer {
	background: #231f20;
	border-top: 2px solid #444445;
	border-left: 1px solid #444445;	
	border-right: 1px solid #444445;
	color: #aaa;
	font-size: 85%;
	}
	
	#footer ul,
	#footer p {
		padding: 6px 0;
		}
	
	#footer ul.right {
		float: right;
		}	
		
		#footer ul.right li {
			float: left;
			display: block;
			list-style: none;
			margin: 0 10px;
			}
			
			#footer ul.right li a {
				color: #aaa;
				text-decoration: underline;
				}
				
				#footer ul.right li a:hover,
				#footer ul.right li a:focus {
					color: #fff;
					}
				
	#footer p.left {
		margin-left: 10px;
		}			
