/*
Theme Name: Select
Theme URI: http://wordpress.org/
Description: Custom WordPress theme for Select Inc.
Version: 1.0
Author: Nate Bedortha
Author URI: http://www.natebedortha.com/
*/
/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,del,dfn,em,img,q,small,strike,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}
a {text-decoration: none;}
legend {display: none;}

/* all pages */

body {
	background-color: #383838;
	font: 11px/16px Arial,Helvetica,sans-serif;
	color: #3d3d3d;
}

#container {
	width: 899px;
	margin: auto;
	padding: 0 11px;
	background: transparent url('images/page_bg.png') repeat-y;
}

	#header {
		background: white;
		height: 86px;
	}
	
		#logo {
			background: transparent url('images/select_logo.png') no-repeat;
			height: 33px;
			width: 213px;
			float: left;
			margin: 26px 0 0 26px;
		}
		
			#logo a {
				text-indent: -9999em;
				height: 100%;
				width: 100%;
				outline: none;
				display: block;
			}
			
		#utils {
			float: right;
			background: transparent url('images/utils_bg.png') no-repeat bottom right;
			font: 10px/12px Futura,Arial,Helvetica,sans-serif;
		}
		
			#utils li {
				float: right;
				display: inline;
			}
			
				#utils li a {
					display: block;
					padding: 7px 9px;
					color: #6d6d6d;
				}
			
		#topNav {
			float: right;
			clear: right;
			font: 12px/14px Futura,Arial,Helvetica,sans-serif;
			margin-top: 11px;
		}
		
			#topNav li {
				float: right;
				display: inline;
			}
			
				#topNav li a {
					display: block;
					padding: 12px;
					background: transparent url('images/topnav_bullet.png') no-repeat left 17px;
					color: #3d3d3d;
				}
				
				.sf-sub-indicator {display: none;}
				
				#topNav li a:hover, #topNav li.current_page_item a, #topNav li.current_page_ancestor a, #topNav li.sfHover a {color: #732b12;}
				
				#topNav li ul {
					background: transparent url('images/submenu_bg.png') no-repeat top;
				}
				
					#topNav li ul a {
						text-align: center;
						background-position: 6px 17px;
					}
					
	
	#footer {
		border-top: 1px solid #acacac;
		clear: both;
		padding-bottom: 25px;
	}
	
		#footNav {
			margin: auto;
			font: 10px/10px Arial,Helvetica,sans-serif;
			text-align: center;
			color: #acacac;
			padding: 14px 0;
		}
		
			#footNav li {
				display: inline;
				border-right: 1px solid #cacaca;
			}
			
			#footNav li.last {border-right: 0;}
			
				#footNav li a, #footNav li span {
					padding: 5px 13px;
					color: #acacac;
				}
				
				#footNav li a:hover {text-decoration: underline;}
	
/* home page */
#flashContainer {line-height: 0;}

#bucketContainer {
	background: transparent url('images/bucket_bg.png') repeat-x 0 29px;
	padding-bottom: 25px;
}


	#bucketAbout {
		width: 289px;
		padding: 0 30px;
	}
	
	#bucketServices {
		width: 550px;
		background: transparent url('images/bucket_border.png') no-repeat 0 29px;
	}

	#bucketContainer .bucket {
		float: left;
	}
		
		#bucketAbout * {
			margin-bottom: 1em;
		}
	
		.bucket h4 {
			padding: 7px 30px;
			background: transparent url('images/mid_gradient.png') repeat-x;
			font: 12px/15px Futura,Helvetica,Arial,sans-serif;
			color: #ffffff;
		}
		
		#bucketAbout h4 {
			margin: 0 -30px 20px -30px;
		}

		.bucket a {
			padding-left: 26px;
			color: #732b12;
			background: transparent url('images/link_arrow.png') no-repeat left center;
		}
		
		.bucket a:hover {text-decoration: underline;}

	#bucketServices h4 {
		margin-bottom: 5px;
	}

	#bucketServices .chart {
		display: block;
		padding: 15px 26px;
		margin-left: 20px;
		color: #59757d;
		background: transparent url('images/link_arrow_grey.png') no-repeat -1px center;
		font: 12px Futura,Helvetica,Arial,sans-serif;
		text-decoration: underline;
	}
	#bucketServices .chart:hover {
		color: #732b12;
		background: transparent url('images/link_arrow.png') no-repeat left center;
	}

	#bucketServices ul {
	}
	
		#bucketServices li {
			line-height: 14px;
			padding-left: 94px;
			margin: 0 0 16px 20px;
			position: relative;
			float: left;
			min-height: 54px;
		}
		
		#bucketServices li.even {
			width: 148px;
			clear: left;	
		}
		
		#bucketServices li.odd {width: 172px;}
		
			#bucketServices li img {
				position: absolute;
				left: 0;
				top: 0;
			}
			
			#bucketServices li h3 {
				font: 12px/12px Futura,Helvetica,Arial,sans-serif;
				color: #732b12;
				margin-bottom: .5em;
			}
			

/* sub pages */

#pageContainer {
	background: transparent url('images/bucket_bg.png') repeat-x 0 154px;
}

#pageContainer.noHeader {background-position: 0 29px}

#pageContainer.irms {
	text-align: center;
}

	#pageContainer.irms img.wp-image-64 {
		display: block;
		margin: 22px auto;
	}

	img.pageHeader {
		padding-bottom: 29px;
		background: transparent url('images/mid_gradient.png') repeat-x bottom;
		display: block;
	}
	
	div.topGradient {
		height: 29px;
		background: transparent url('images/mid_gradient.png') repeat-x bottom;
	}

	#content {
		padding: 30px 50px;
		width: 550px;
		float: left;
	}
	
	.contact #content {
		width: 465px;
		padding: 30px 34px 40px 64px;
	}
	
		#content h1 {
			font: 22px/38px Futura,Helvetica,Arial,sans-serif;
			color: #732b12;
			margin-bottom: .5em;
		}
		
		#content p {margin-bottom: 1em;}
		
		#content strong {
			font-weight: bold;
			color: #000000;
		}
		
		#content a {
			color: #732b12;
			text-decoration: underline;
		}

		#content a:hover {text-decoration: none;}
		
		#content a.more {
			padding-left: 26px;
			color: #732b12;
			text-decoration: none;
			background: transparent url('images/link_arrow.png') no-repeat left center;
			font: 12px Futura,Helvetica,Arial,sans-serif;
		}

		#content a.more:hover {text-decoration: underline;}
		
		#content ul {
			margin: 0 0 1em 15px;
			list-style-type: disc;
		}
	
	#sidebar {
		width: 170px;
		min-height: 321px;
		float: right;
		padding: 33px 40px 63px 37px;
		background: transparent url('images/bucket_border.png') no-repeat;
	}
	
	.contact #sidebar {
		width: 284px;
		padding: 30px 0 50px 48px;
		float: left;
		background: transparent url('images/long_bucket_border.png') no-repeat right top
	}
	
		#sidebar .aside {
			background: transparent url('images/sidebar_gradient.png') center;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border: 1px solid #608b8a;
			padding: 13px 18px;
			font: bold italic 12px/17px Arial,sans-serif;
			color: #366867;
		}
		
			#sidebar .aside p {margin-bottom: 1em;}
		
			#sidebar .aside strong {font-size: 14px;}
			
			#sidebar .aside a.more {
				font: 11px/12px Arial,sans-serif;
				color: #3d3d3d;
				padding-left: 12px;
				background: transparent url('images/topnav_bullet.png') no-repeat left 4px;
				display: block;
				
			}
	
		#sidebar h2.widgettitle {display: none;}

		#sidebar q {
			display: block;
			font: italic 13px/17px Arial,sans-serif;
			color: #567c7b;
			margin: 1em 0;
		}
		
		#sidebar cite {
			display: block;
			font: bold italic 13px/17px Arial,sans-serif;
			color: #366867;
		}
		
		.contact #sidebar h1 {
			font: 22px/38px Futura,Helvetica,Arial,sans-serif;
			color: #732b12;
			margin-bottom: .5em;
		}
		
		.contact #sidebar strong {
			font: bold 11px Arial,sans-serif;
			color: black;
		}
		
		.contact #sidebar h6 {
			font: bold 11px Arial,sans-serif;
			color: #3d3d3d;
		}
		
		.contact #sidebar a {
			color: #59757d;
			text-decoration: underline;	
		}
		
		.contact #sidebar a:hover {text-decoration: none;}
		
		.contact #sidebar hr, .contact #sidebar div.hr {
			margin: 30px 0;
			height: 2px;
			background: transparent url('images/contact_bucket_rule.png') no-repeat;
			border: 0;
		}

			 .contact #sidebar div.hr hr {display: none;}

		.contact #sidebar .links li {
			padding-left: 20px;
			background: transparent url('images/topnav_bullet.png') no-repeat 0 4px;
			margin: .5em 0 .5em -20px;
		}
		
		.contact #sidebar .links li a {
			padding-left: 12px;
		}
			 
/* form */

legend {display: none;}

.cf-box-title, li#li--15 label {
	font: bold 11px Arial,sans-serif;
	color: black;
	display: block;
}


input, textarea {
	background: #cbd8dc;
	border: 1px solid #adadad;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font: 11px/13px Arial,Helvetica,sans-serif;
	color: #3d3d3d;
}

label {
	font: 11px/13px Arial,Helvetica,sans-serif;
	color: #3d3d3d;
	width: 72px;
	padding: 0 9px;
	text-align: right;
	display: block;
}

fieldset {clear: both;}

.cf-fs1 li {
	float: left;
	width: 225px;
}

.cf-fs1 label {float: left}

#cf_field_4 {width: 100px;}

.cf-box-group label {
	float: left;
	width: 190px;
	padding: 6px 12px;
	text-align: left;
}

.cf-box-group input {
	margin-left: 12px;
}
label#label--15 {
	width: 100%;
	text-align: left;
	padding: 1em 0;
}
textarea {
	width: 356px;
	float: right;
}

#sendbutton {
	text-indent: -9999em;
	background: transparent url('images/submit.png') no-repeat;
	height: 23px;
	width: 77px;
	border: 0;
	float: right;
	clear: right;
}

p.linklove {display: none;}

/* utils */
.sf-js-enabled, .sf-js-enabled * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-js-enabled {
	line-height:	1.0;
}
.sf-js-enabled ul {
	position:		absolute;
	top:			-999em;
	width:			127px; /* left offset of submenus need to match (see below) */
}
.sf-js-enabled ul li {
	width:			100%;
}
.sf-js-enabled li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-js-enabled li {
	float:			left;
	position:		relative;
}
.sf-js-enabled a {
	display:		block;
	position:		relative;
}
.sf-js-enabled li:hover ul,
.sf-js-enabled li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-js-enabled li:hover li ul,
ul.sf-js-enabled li.sfHover li ul {
	top:			-999em;
}
ul.sf-js-enabled li li:hover ul,
ul.sf-js-enabled li li.sfHover ul {
	left:			127px; /* match ul width */
	top:			0;
}
ul.sf-js-enabled li li:hover li ul,
ul.sf-js-enabled li li.sfHover li ul {
	top:			-999em;
}
ul.sf-js-enabled li li li:hover ul,
ul.sf-js-enabled li li li.sfHover ul {
	left:			127px; /* match ul width */
	top:			0;
}

/* hacks */
div#pageContainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#pageContainer {height: 1%;}

div#bucketContainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#bucketContainer {height: 1%;}
		
* + html ul#topNav {width: 655px;}
* html ul#topNav {width: 655px;}

* html .cf-box-group input {
	padding: 0;
	border: 0;
	background: transparent;	
}
* + html .cf-box-group input {
	padding: 0;
	border: 0;
	background: transparent;	
}

* html h1#logo {margin: 26px 0 0 13px;}

* html div#bucketAbout h4 {margin: 0 -40px 20px -30px;}

* html div#bucketServices {width: 542px;}

* html div#bucketServices li {
	margin: 0 0 16px 10px;
	height: 54px;
}

* html div#content {padding: 30px 40px;}


