/** Home specific styles **/

h2{
	font-size:200%;
}

#header{
	background:url(../images/header_graphics/home_repeat.gif) left top repeat-x;
}

	#header .wrapper{
		background:url(../images/header_graphics/home.jpg) left top no-repeat;
		height:345px;
	}
	
		#header p#logo{
			margin:30px 0 0 290px;
		}
		
#content{
	
}

	#content .introduction{
		float:left;
		width:580px;
		padding:0 20px 0 0;
	}
	
	#content .videoBox{
		float:right;
		width:225px;
		height:auto;
		padding:0;
		background:url(../images/videoBox_home.gif) left bottom no-repeat;
	}
	
		.videoBox .inner{
			padding:10px 10px 15px;
			width:205px;
			background:url(../images/videoBox_home_top.gif) left top no-repeat;
		}
		
			.videoBox h3{
				color:#FF872F;
				font-size:200%;
				margin-bottom:15px;
			}
			
			.videoBox p{
				font-size:110%;
				font-weight:bold;
				line-height:120%;
				margin-bottom:10px;
			}
			
			.videoBox .videoHolder{
				float:none;
				margin:0;
			}
	
	#content .boroughSelect{
		float:left;
		width:840px;
		padding:10px 0 0;
		margin-top:20px;
		background:url(../images/divider.png) left top repeat-x;
	}
	
		/*.boroughSelect #boroughs{
			background:url(../images/boroughMap_BG.png) left top no-repeat;
			height:304px;
			width:820px;
			padding:10px;
		}*/
		
		.boroughSelect #boroughs{
			background:url(../images/borough_maps/background.png) left top no-repeat;
			height:465px;
			width:820px;
			padding:10px;
		}
		
			#boroughs #boroughMap{
				float:left;
				width: 480px;
			}
			
				#boroughs #boroughMap form{
					margin-bottom:20px;
				}
				
				#boroughs #boroughMap img{
					margin-left:10px;
				}
			
			#boroughs #boroughDetail{
				width:280px;
				float:right;
				padding:30px 15px 0 15px;
				margin-right:10px;
				text-align:center;
			}
			
				#boroughs #boroughDetail h3{
					font-size:180%;
					padding-left:20px;
					margin-bottom:20px;
				}
		
/* Dropdown control */
.selectBox-dropdown {
	width: 159px; /* width = (desired width) - padding-right */
	padding-right: 40px;
	position: relative;
	border: solid 1px #c8392c;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
	background:#fff;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default;
	text-decoration:none!important;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	width: 100%;
	padding: 3px 5px 0 5px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	border:none;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 100%;
	background: #e66228 url(../images/select_arrow_big.png) center center no-repeat;
	border-left: solid 1px #c1292d;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	width: 250px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options{
	border: solid 1px #C8392C;
}
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	background: #fff;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	background: none;
}

.selectBox-options LI.selectBox-hover A {
	background: #C8DEF4;
}

.selectBox-options LI.selectBox-selected A {
	
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 2px;
	white-space: nowrap;
}
