@charset "utf-8";
/* CSS Document */

div#press_content_area{
	width:100%;
}
div#press_content_area #press_column_one{
	width:208px;
	margin-right:13px;
	float:left;
}
div#press_content_area #press_column_two{
	width:466px;
	margin-right:13px;
	float:left;
}
div#press_content_area #press_column_three{
	width:273px;
	float:left;
}

div#press_content_area ul{
	color:#000;
	margin-left:15px;
}
div#press_content_area ul li{
	list-style-type:square;
	margin-bottom:3px;
}
div#press_content_area ul li span{
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	line-height:12pt;
	color:#000;
}
div#press_content_area ul p{
	color:#000;
}
div#press_content_area ul li h3{
	display:inline;
}
div#press_content_area ul li h3:hover{
	text-decoration:underline;
}
div#press_content_area ul li h4{
	display:inline;
}
div#press_content_area ul li h4:hover{
	text-decoration:underline;
}
ul#media_kit{
	list-style-type:none;
	margin:0px;
}
ul#media_kit li{
	list-style-type:none;
}
ul#media_kit li span{
	background:url('../images/pdf_icon.png') no-repeat;
	height:12px;
	width:12px;
	border:none;
	display:inline-block;
	margin-right:10px;
}
ul#media_kit li h3{
	display:inline;
}
ul#media_kit li h3:hover{
	text-decoration:underline;
}


h3.with_text{
	margin-bottom:0px;
}
h3.inline_link{
	margin-bottom:0px;
	display:inline-block;
}
span.sort_arrows{
	background:url('../images/sort_arrows.png') no-repeat;
	height:8px;
	width:18px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	margin-right:10px;
	line-height:8pt;
	float:left;
	margin-top:4px;
}
p span a.links{
	margin-left:5px;
	margin-bottom:0;
}
h2#leadership_header{
	color:#3D505A;
	font-family:Verdana,Geneva,sans-serif;
	font-size:13pt;
	font-weight:bold;
	line-height:14pt;
	background:none;
	border:none;
	padding:0px;
	text-transform:none;
	margin-bottom:15px;
}
div#leadership .leadership_bios{
	width:243px;
	float:left;
}
div#leadership .leadership_bios img{
	float:left;
	margin-right:10px;
}

form#signup_form{
	padding:0 15px;
}

form#signup_form label{
	float:left;
	margin-right:30px;
	width:120px;	
}
form#signup_form span{
	color:#f00;
	padding-left:2px;
}
.form_fields{
		display:block;
	}
	div#press_content_area input.text_fields {
		border-color:#535353;
		border-style:solid;
		border-width:2px 1px 1px;
		color:#666;
		margin-bottom:5px;
		width:265px;				/*this can be a custom option */
	}
	div#press_content_area select.dropdown_fields{
		border-color:#535353;
		border-style:solid;
		border-width:2px 1px 1px;
		color:#666;
		margin-bottom:5px;
		width:267px;   				/*this can be a custom option */
	}
	div#press_content_area textarea.textarea_fields{
		border-color:#535353;
		border-style:solid;
		border-width:2px 1px 1px;
		color:#666;
		margin-bottom:5px;
		width:265px; 				/*this can be a custom option */
		height:100px;				/*this can be a custom option */
	}
	div#press_content_area input.form_buttons{
		margin-top:5px;
		margin-bottom:10px;
	}
	
#form_buttons{
	width:160px;
	margin:15px auto 0;
}

#press_column_one .section_gray_border{
		width:196px;
		padding:10px 0 10px 10px;
}