@charset "UTF-8";

html {
	overflow-y: scroll;
}

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, a, img, table, tr, td, th, thead, tfoot {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

body {
	background-color: #0E2B4B;
}

img {
	border: 0;
}

a {
	color: #0E2B4B;
}

table {
	border-collapse: collapse;
}

a:link {
}

a:visited {
	color: #102C4B;
}

a:active {
}

a:hover {
}

.skip-button {
	display: none;
}

.print-only {
	display: none;
}

.page-break {
	display: none;
}

.highlight {
	background-color: #0E2B4B;
	color: #FFFFFF;
	padding: 2px 4px;
}


/*================================ CONTAINER */

#container {
	width: 864px;
	margin: 0 auto;
	background-image: url("/images/commons/main-bg.png");
}

#sidebar, #content {
	float: left;
}


/*================================ HEADER */

#header {
	height: 139px;
	background-image: url("/images/commons/header-bg.png");
	position: relative;
}

#logo {
	position: absolute;
	top: 19px;
	left: 1px;
}

#info {
	position: absolute;
	top: 33px;
	right: 19px;
	width: 470px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}

#info p {
	padding: 0;
	margin: 0;
	/*position: relative;*/
	margin-bottom: 6px;
}

/*

#header-address {
	text-align: left;
	left: 60px;
	top: 10px;
}

#header-phone {
	top: -32px;
}

#header-arinc {
	top: -20px;
}

*/


/*================================ SIDEBAR */

#sidebar {
	width: 169px;
	margin-right: 19px;
	background-color: #102C4B;
}

#sidebar a {
	text-decoration: none;
	color: #0E2B4B;
	text-transform: uppercase;
	font-weight: bold;
}


/*================================ CONTENT */

#content {
	background-color: #FFFFFF;
	width: 676px;
	color: #102C4B;
}

#content h2 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#content p {
	padding-bottom: 14px;
}

#content-columns {
	background-image: url("/images/commons/content-bg.png");
	margin: 19px 0;
	position: relative;
}



/*=============================== TABLES */

#content table {
	border: 1px solid #88898A;
	margin: 20px 0;
}

#content tr {
}

#content th {
	padding: 10px 20px;
	text-align: center;
}

.odd-row {
	background-color: #E6E6E6;
}

#content tfoot {
	display: none;
}

#content h3 {
	font-size: 14px;
	margin-top: 20px;
}

#content td {
	text-align: center;
	padding: 8px 20px;
	font-size: 12px;
}

#content ol {
	margin-left: 50px;
}


/*=============================== LEFT COLUMN */

#column-left {
	width: 450px;
	margin: 0 19px;
	float: left;
	display: inline;
	position: relative;
}

#column-left img {
	margin-bottom: 15px;
}

.large-text p, .large-text a {
	font-size: 18px;
	line-height: 30px;
}

#column-left .content-note {
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	padding-left: 280px;
}

#column-left .content-note a {
	font-size: 11px;
	line-height: inherit;
}

#column-left h3 {
	font-size: 12px;
	margin: 10px 0;
}

.p-large {
	font-size: 18px;
	line-height: 21px;
	padding-top: 12px;
}

#column-left ul {
	margin: 15px 100px 20px 30px;
	list-style-type: none;
}

#column-left li {
	margin-bottom: 10px;
}

.bold-text {
	font-weight: bold;
}

.normal-text {
	font-weight: normal;
}

#column-left dl {
	margin-top: -10px;
	margin-bottom: 10px;
}

#column-left dt {
	font-weight: bold;
}

#column-left dl dl {
	margin-left: 20px;
}

#column-left dl dl dt {
	font-weight: normal;
}

#content .logo-list {
	margin: 0;
	padding: 0;
}

#content .logo-list li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}



/*================================ SINGLE COLUMN */

#content .single-column {
	background-color: #FFFFFF;
	width: 630px;
	position: relative;
}

/*
#content .services {
	width: 490px;
}
*/


/*================================ RIGHT COLUMN */

#column-right {
	width: 150px;
	float: left;
	margin-left: 19px;
	display: inline;
	position: relative;
}

.column-image {
	position: relative;
	margin-bottom: 19px;
}

#column-right h2 {
	margin-bottom: 10px;
	margin-top: -6px;
}

#column-right dl {
	
}

#column-right dt {
	font-weight: bold;
}

#column-right dd {
	margin-bottom: 10px;
}

#column-right ul {
	list-style-type: none;
}

#column-right li {
	margin-bottom: 10px;
}

.right-callout {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}

.column-image {
	position: relative;
}

.column-image .enlarge-icon {
	position: absolute;
	left: 6px;
	top: 7px;
	background-image: url("/images/commons/enlarge-icon.png");
	width: 19px;
	height: 18px;
	cursor: pointer;
}

.column-image .enlarge-text {
	position: absolute;
	left: 6px;
	top: 7px;
	background-image: url("/images/commons/enlarge.png");
	width: 77px;
	height: 18px;
	cursor: pointer;
}

.clear {
	clear: left;
}



/*================================ DRIVING */

#content .driving-page h2 {
	margin-top: 40px;
	font-size: 14px;
}

#content .driving-page h3 {
	margin-top: 20px;
	line-height: 20px;
}

#content .driving-page h4 {
	margin-left: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#content .driving-page h5 {
	margin-top: 20px;
	margin-left: 30px;
}

#content .driving-page .first-header {
	margin-top: 30px;
}

#driving-directions {
	border: 1px solid #88898A;
	display: block;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
}

#content .driving-page ul {
	/*list-style-type: square;*/
	margin-top: 5px;
}

#driving-directions span {
	color: #102C4B;
}

#contact-map {
	position: relative;
	top: -43px;
	left: 150px;
	height: 0;
	margin: 0;
	padding: 0;
}

#fuel-driving {
	width: 150px;
	font-weight: bold;
	margin: 40px auto;
}

#driving-address p, #driving-address li {
	font-size: 12px;
}

#driving-address p {
	padding-bottom: 0;
	font-weight: bold;
}

#content #driving-address ul {
	list-style-type: square;
	margin-top: 20px;
	margin-left: 14px;
}



/*================================ FUEL */

#fuel-text {
	text-align: center;
	padding: 20px;
	border: 1px solid #102C4B;
	width: 420px;
	margin: 0 auto;
	position: relative;
	top: 20px;
}

.fuel-dates {
	text-align: center;
	width: 260px;
	margin-top: 10px;
}

#wingpoints-logo {
	position: absolute;
	top: 0;
	right: 0;
}

.fuel-special {
	width: 340px;
	margin: auto;
	font-size: 14px;
	line-height: 20px;
}


/*================================ CATERING */

#content .catering h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content .catering h3 {
	margin-bottom: 5px;
}

#content .catering h4 {
	margin-bottom: 10px;
}

#content .catering dl {
	margin-top: 0;
}

#content .catering table {
	margin-top: 0;
	border-width: 1px 0 0 1px;
}

#content .catering table ul {
	list-style-type: square;
	margin: 0px 0 0 20px;
}

#content .catering table li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

#content .catering td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #0E2B4B;
	border-width: 0 1px 1px 0;
}

#content .catering td:first-child {
	width: 130px;
}


#content .catering-nav {
	margin: 0;
	padding: 0;
}

.catering-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

#catering-nav-4, #catering-nav-bottom-4 {
	margin-right: 0;
}

.catering-nav a {
	text-decoration: none;
	display: inline-block;
	width: 140px;
	height: 169px;
	line-height: 0;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #0E2B4B;
}

.catering-nav a:hover {
	background-color: #EEEEEE;
}

.catering-image {
	border-bottom: 1px solid #0E2B4B;
}

#catering-nav-bottom a {
	height: 29px;
	line-height: 29px;
}


.catering-top {
	text-align: right;
	margin-bottom: 10px;
}

.th-quantity {
	width: 15%;
	border-bottom: 1px solid #0E2B4B;
}

.th-name {
	width: 30%;
	border-bottom: 1px solid #0E2B4B;
}

.th-desc {
	border-right: 1px solid #0E2B4B;
	border-bottom: 1px solid #0E2B4B;
}


#catering-button {
	margin: 20px;
	margin-left: 0;
}



/*================================ FORMS */

.form {
	padding-top: 10px;
}

.form label {
	display: inline-block;
	width: 60px;
	padding-top: 4px;
	margin-left: 10px;
	text-transform: uppercase;
}

#content .form p {
	border: 1px solid #0E2B4B;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	width: 372px;
}

.text-input, textarea {
	border: 0;
	/*background-color: pink;*/
	width: 280px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	vertical-align: top;
}

#content .form .form-buttons {
	text-align: center;
	border: 0;
	margin-top: 10px;
}

#content .radio-group label {
	display: inline;
}



/*=============================== RESERVATION REQUEST */

#content .reservation-form label {
	width: auto;
	font-size: 12px;
}

#content .reservation-form .text-input, .reservation-form textarea {
	border: 1px solid #88898A;
	width: 98%;
}

#content .reservation-form p {
	margin-top: 10px;
}

#content .reservation-form fieldset input {
	/*border: 1px solid #88898A;*/
	/*padding: 4px;*/
}

.reservation-form fieldset {
	border: 1px solid #CCCCCC;
	border-width: 1px;
	padding: 10px 20px;
	margin-bottom: 20px;
	position: relative;
}

.reservation-form fieldset fieldset {
	border-width: 1px;
}

.reservation-form fieldset, .reservation-form fieldset legend, .reservation-form fieldset fieldset fieldset, .reservation-form fieldset fieldset fieldset legend {
	background-color: #EEEEEE;
}

.reservation-form fieldset fieldset, .reservation-form fieldset fieldset legend {
	background-color: #E6E6E6;
}

.reservation-form legend {
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	font-weight: bold;
}

#content .checkbox-group p {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 45%;
}

#content .checkbox-group p input {
	margin: 0;
	padding: 0;
}

#content .checkbox-group p label {
	position: relative;
	top: -1px;
	left: -2px;
	margin: 0;
	padding: 0;
}

#content .radio-group p {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

#content .radio-group p input {
	margin: 0;
	padding: 0;
}

#content .radio-group p label {
	position: relative;
	top: -1px;
	left: -2px;
	margin: 0;
	padding: 0;
}

#content .form-row p {
	float: left;
	width: 40%;
	margin-right: 20px;
}

#sets-list {
	position: fixed;
	background-color: #EEEEEE;
	padding: 5px;
	padding-bottom: 0;
	border: 1px solid #88898A;
	width: 140px;
}

#sets-list li {
	margin-bottom: 5px;
}

#sets-list a {
	display: block;
	border: 1px solid #88898A;
	padding: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
}



/*================================= RESERVATION DATA */

#content .reservation-data ul {
	list-style-type: circle;
	margin-left: 53px;
}

#content .reservation-data h3 {
	margin-left: 20px;
}

#content .reservation-data p {
	margin-left: 40px;
}



/*================================ HEADERS */

#content h1, #header-email {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 28px;
	padding-left: 5px;
	line-height: 20px;
}

#content h1 span, #header-email span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 28px;
}

#header-facility span {
	width: 157px;
	background-image: url("/images/headers/facility.png");
}

#header-driving span {
	width: 440px;
	background-image: url("/images/headers/driving.png");
}

#header-terms span {
	width: 451px;
	background-image: url("/images/headers/terms.png");
}

#header-reservation span {
	width: 430px;
	background-image: url("/images/headers/reservation.png");
}

#content #header-privacy {
	height: 33px;
}

#content #header-privacy span {
	width: 596px;
	height: 33px;
	background-image: url("/images/headers/privacy.png");
}

#header-news span {
	width: 105px;
	background-image: url("/images/headers/news.png");
}

#header-services span {
	width: 349px;
	background-image: url("/images/headers/services.png");
}

#header-catering span {
	width: 182px;
	background-image: url("/images/headers/catering.png");
}

#header-contact {
	width: 448px;
	height: 72px;
}

#content #header-contact span {
	width: 448px;
	height: 72px;
	background-image: url("/images/headers/contact.png");
}

#content #header-accommodations {
	width: 341px;
	height: 72px;
	margin-bottom: 12px;
}

#content #header-accommodations span {
	width: 341px;
	height: 72px;
	background-image: url("/images/headers/accommodations.png");
}

#header-fuel {
	width: 216px;
	height: 114px;
}

#content #header-fuel span {
	width: 216px;
	height: 114px;
	background-image: url("/images/headers/fuel.png");
}

#header-about {
	width: 235px;
	height: 72px;
}

#content #header-about span {
	width: 236px;
	height: 72px;
	background-image: url("/images/headers/about.png");
}

#header-email {
	width: 93px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 0;
}

#content #header-email span {
	width: 93px;
	height: 15px;
	background-image: url("/images/headers/email.png");
}



/*================================ NAV */

#nav {
	list-style-type: none;
}

#nav a {
	background-color: #88898A;
	display: block;
	height: 28px;
	text-decoration: none;
	color: #0E2B4B;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 16px;
	margin-bottom: 4px;
	position: relative;
}

#nav a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	width: 169px;
	height: 28px;
}

#nav-home span {
	background-image: url("/images/commons/nav-home.png");
}

#nav-about span {
	background-image: url("/images/commons/nav-about.png");
}

#nav-accommodations span {
	background-image: url("/images/commons/nav-accommodations.png");
}

#nav-catering span {
	background-image: url("/images/commons/nav-catering.png");
}

#nav-news span {
	background-image: url("/images/commons/nav-news.png");
}

#nav-facility span {
	background-image: url("/images/commons/nav-facility.png");
}

#nav-services span {
	background-image: url("/images/commons/nav-services.png");
}

#nav-reservation span {
	background-image: url("/images/commons/nav-reservation.png");
}

#nav-contact span {
	background-image: url("/images/commons/nav-contact.png");
}

#nav-fuel span {
	background-image: url("/images/commons/nav-fuel.png");
}

#nav-mkc span {
	background-image: url("/images/commons/nav-mkc.png");
}


/* EVENTS */

#nav-events {
	position: relative;
	width: 169px;
	height: 95px;
	margin-bottom: 4px;
	background-color: #88898A;
}

#nav-events a {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 169px;
	height: 90px;
}

#nav-events img {
	position: absolute;
	top: 10px;
	left: 18px;
	cursor: pointer;
}

#nav-events span {
	background-image: url("/images/commons/nav-events.png");
	position: absolute;
	background-position: 0 -15px;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	width: 169px;
	height: 95px;
}


/* INCENTIVES */

#nav-incentives {
	position: relative;
	width: 169px;
	height: 95px;
}

#nav-incentives span {
	background-image: url("/images/commons/nav-incentives.png");
	background-position: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	width: 169px;
	height: 95px;
}


/* WEATHER */

#nav-weather {
	position: relative;
	width: 169px;
	height: 202px;
	background-color: #88898A;
	margin-bottom: 4px;
}

#nav-weather a {
	position: relative;
	top: 10px;
	left: 9px;
	font-size: 10px;
}

#nav-weather span {
	background-image: url("/images/commons/nav-tafs.png");
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	width: 151px;
	height: 28px;
}

#weather-info {
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}

#weather-info ul, #weather-info li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/*=============================== FOOTER */

#footer {
	clear: both;
	background-color: #0E2B4B;
	color: #88898A;
	text-align: left;
	height: 34px;
	position: relative;
}

#footer p {
	position: absolute;
	top: 10px;
}

#footer a {
	color: #88898A;
}

#footer-copyright {
	left: 28px;
}

#footer-contact {
	left: 225px;
}

#footer-links {
	right: 38px;
}



/*================================ HOMEPAGE */

#home {
	background-color: #0E2B4B;
	position: relative;
	width: 676px;
	height: 725px;
}

#home-top {
	position: absolute;
	top: 0;
	left: 0;
}

#home-plane {
	position: absolute;
	top: 363px;
	left: 0;
}

#home-bottom {
	position: absolute;
	top: 363px;
	right: 0;
}



/*================================= FACILITY */

#facility-quote {
	text-align: right;
	margin-top: 40px;
	margin-right: -2px;
}



/*================================= SERVICES */

#content #services-list {
	list-style-type: none;
	margin: 0;
	position: relative;
	left: -7px;
	height: 85px;
}

#content #services-list li {
	float: left;
	border: 1px solid #0E2B4B;
	width: 210px;
	height: 28px;
	margin: 0 9px 9px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#content #services-list span {
	float: left;
	padding: 7px;
}



/*================================= NEWS */

#content .news-title {
	text-transform: none;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 8px;
}

#content .news-dateline {
	font-weight: bold;
	padding-bottom: 0;
}

.news-item {
	border-bottom: 1px solid #0E2B4B;
	padding-bottom: 9px;
	margin-bottom: 12px;
}

.news-item a {
	text-decoration: none;
}

.news-date {
	font-weight: bold;
}

.news-more {
	display: block;
	padding-top: 19px;
}

.news-article img {
	margin: 6px 0;
	padding-bottom: 8px;
}




/*================================= GALLERIES */

#content .column-gallery {
	cursor: pointer;
}

#content .column-gallery h3, #content .column-image h3 {
	text-transform: uppercase;
	font-size: 10px;
	background-image: url("/images/commons/gallery-icon.png");
	background-repeat: no-repeat;
	background-position: top right;
	display: inline-block;
	padding-right: 23px;
	margin-bottom: 6px;
}

.secondary-link {
	color: #88898A;
	text-transform: uppercase;
	font-size: 10px;
}

h3 a {
	text-decoration: none;
}

#content .column-image a {
	text-decoration: none;
	font-size: 10px;
}

#content .column-gallery ul {
	display: none;
}

#gallery-image-container {
	position: absolute;
	top: 0;
	left: 0;
}

#gallery-t {
	background-image: url("/images/graphics/popup-t.png");
	background-repeat: repeat-x;
	height: 27px;
	position: relative;
	left: 34px;
}

#gallery-tl {
	background-image: url("/images/graphics/popup-tl.png");
	background-repeat: no-repeat;
	width: 34px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
}

#gallery-tr {
	background-image: url("/images/graphics/popup-tr.png");
	background-repeat: no-repeat;
	width: 34px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
}

#gallery-b {
	background-image: url("/images/graphics/popup-b.png");
	background-repeat: repeat-x;
	height: 35px;
	position: relative;
	left: 34px;
}

#gallery-bl {
	background-image: url("/images/graphics/popup-bl.png");
	background-repeat: no-repeat;
	width: 34px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}

#gallery-br {
	background-image: url("/images/graphics/popup-br.png");
	background-repeat: no-repeat;
	width: 34px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
}

#gallery-top, #gallery-mid, #gallery-bot {
	position: relative;
}

#gallery-l {
	background-image: url("/images/graphics/popup-l.png");
	background-repeat: repeat-y;
	width: 34px;
	height: 100%;
	float: left;
}

#gallery-r {
	background-image: url("/images/graphics/popup-r.png");
	background-repeat: repeat-y;
	width: 34px;
	height: 100%;
	float: left;
}

#gallery-image {
	float: left;
	border-top: 17px solid #FFFFFF;
	border-bottom: 17px solid #FFFFFF;
}

#gallery-image-close {
	position: absolute;
	top: 43px;
	right: 34px;
	cursor: pointer;
}

#gallery-caption {
	color: #0E2B4B;
	position: absolute;
	top: -8px;
	left: 35px;
	font-size: 11px;
}

#gallery-prev, #gallery-next {
	display: block;
	width: 73px;
	height: 35px;
	position: absolute;
	top: 9px;
	left: 50%;
	cursor: pointer;
}

#gallery-prev {
	margin-left: -58px;
	background-image: url("/images/commons/gallery-prev.png");
}

#gallery-next {
	margin-left: 15px;
	background-image: url("/images/commons/gallery-next.png");
}



/*================================= POPUP IMAGE */

#popup-image-container {
	position: absolute;
	top: 0;
	left: 0;
}

#popup-t {
	background-image: url("/images/graphics/popup-t.png");
	background-repeat: repeat-x;
	height: 27px;
	position: relative;
	left: 34px;
}

#popup-tl {
	background-image: url("/images/graphics/popup-tl.png");
	background-repeat: no-repeat;
	width: 34px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
}

#popup-tr {
	background-image: url("/images/graphics/popup-tr.png");
	background-repeat: no-repeat;
	width: 34px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
}

#popup-b {
	background-image: url("/images/graphics/popup-b.png");
	background-repeat: repeat-x;
	height: 35px;
	position: relative;
	left: 34px;
}

#popup-bl {
	background-image: url("/images/graphics/popup-bl.png");
	background-repeat: no-repeat;
	width: 34px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}

#popup-br {
	background-image: url("/images/graphics/popup-br.png");
	background-repeat: no-repeat;
	width: 34px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
}

#popup-top, #popup-mid, #popup-bot {
	position: relative;
}

#popup-l {
	background-image: url("/images/graphics/popup-l.png");
	background-repeat: repeat-y;
	width: 34px;
	height: 100%;
	float: left;
}

#popup-r {
	background-image: url("/images/graphics/popup-r.png");
	background-repeat: repeat-y;
	width: 34px;
	height: 100%;
	float: left;
}

#popup-image {
	float: left;
}

#popup-image-close {
	position: absolute;
	top: 26px;
	right: 34px;
	cursor: pointer;
}

#popup-image-caption {
	position: relative;
	top: -50px;
	left: 34px;
	height: 30px;
	background-color: #FFFFFF;
	line-height: 30px;
	color: #0E2B4B;
}






/*==================== NEWS2 */
.news-story {
	border-bottom: 1px solid #88898A;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#column-left .news-story h2 {
	text-transform: none;
	font-size: 14px;
	margin-bottom: 10px;
}
#column-left .news-story h3 {
	margin: 2px 0;
}
.news-story-info {
	margin-bottom: 10px;
}
.news-story blockquote {
	border-left: 2px solid #88898A;
	background-color: #EFEFEF;
	margin: 0;
	padding: 5px 8px;
	margin: 10px;
}
.news-story-links {
	text-align: right;
}