/*
-pie-global:enable;
*/
@import url(../warp/css/base.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a {
	color: #bebebe;
}

a:hover {
	color: #ffffff;
}

h1 {
	font-family: "UbuntuCondensed";
	font-size: 200% !important;
	line-height: 100% !important;
	font-weight: normal;
}

h2 {
	font-family: "UbuntuCondensed";
	font-size: 150% !important;
	line-height: 100% !important;
	font-weight: normal;
}

h3, h4, h5, h6 {
	font-family: "UbuntuCondensed";
	font-size: 120% !important;
	line-height: 100% !important;
	font-weight: normal;
}

p {
	line-height: 120%;
}

input, textarea, select, button {
	font-size: 100%;
}

.button,
button,
input[type=button],
input[type=submit] {
	-pie: disable;
	display: inline-block;
	padding: 5px 20px;
	color: #ffffff !important;
	font-family: "UbuntuCondensed";
	text-transform: uppercase;
	background: #015dab;
	border: #6e6e6e 5px solid;
	border-radius: 4px;
	box-shadow: inset 0 -2px 5px 0 #00396a;
	vertical-align: middle;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	-pie: disable;
	padding: 7px 20px 3px 20px;
	background: #da8c20;
	box-shadow: inset 0 2px 5px 0 #2e1b00;
}

input[type=text],
textarea,
select {
	-pie: disable;
	padding: 5px 10px;
	color: #666666;
	background: #ffffff;
	border: #bebebe 1px solid;
	border-radius: 3px;	
}

select {
	padding: 4px 10px 5px 10px;
}

input[type=text]:focus,
textarea:focus,
select:focus {
	-pie: disable;
	box-shadow: 0 0 10px 0 #0174d5;
	color: #222222;
	outline: none !important;
}

/* JCE Styles */
.custom_title {
	font-family: "UbuntuCondensed";
	font-size: 200% !important;
	color: #0174D5;
}

.download_link_title {
	float: left;
	padding: 15px 0 0 0;
}

.image_border {
	border: rgba(30, 30, 30, 0.3) 7px solid !important;
	border-radius: 5px;
}

.pulllquote {
	font-family: "UbuntuCondensed";
	font-size: 150%;
}