/*
Theme Name: Summit
Theme URI: http://wordpress.org/
Description: Customized page themes for displaying content for SummitAir.net
Version: 1.0
Author: Em Dash Creative/Megan Seely
Author URI: http://www.emdashcreative.com/
*/



/* 
Controls layout for popups from careers page
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 10px;
}

.tablecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #132A83;
}

#popup {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../../../../images/main_textbg.jpg);
	background-repeat: no-repeat;
	height: 678px;
	width: 598px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	border: 1px solid #170F53;
}

.heading02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-top: 25px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #18105B;
}

.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
}