/* Common FLY styles */

* {
	margin:0;
	padding:0;
}

body {
	font:0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#fff url(../images/bg/body.gif) repeat-x 0 0;
}

div {text-align:left;}
.clear {clear:both;}

.container {
	margin:30px auto 30px auto;
	width:980px;
	background:#056ec1 url(../images/bg/container.gif) repeat-y 0 0;
	border-top:5px solid #feb926;
	border-bottom:1px solid #fff;
}
.one-col .container {background:#056ec1 url(../images/bg/container.gif) repeat-y 0 0;}
.two-col .container {background:#056ec1 url(../images/bg/container-two.gif) repeat-y 0 0;}

.header {
	height:108px;
	background:#fff url(../images/bg/header.gif) repeat-x 0 107px;
	border-top:1px solid #fff;
}

.header img {
	float:left;
	border:0;
}

p.logo {
	float:left;
}

p.details {
	float:right;
	margin:31px 15px 0 0;
	color:#004785;
	font-size:1.1em;
	line-height:1.6em;
	text-align:right;
}

.header span {font-size:0.9em;}

.header a {
	color:#004785;
	text-decoration:none;
}
.header a:hover {text-decoration:underline;}

.header span a {padding-left:20px;}

.main-left,.main-right {display:inline;}

.main-left {
	float:left;
	width:245px;
	background:#004785;
	border-top:1px solid #fff;
}

#nav,#nav ul {
	display:block;
	list-style:none;
}

#nav a {
	display:block;
	padding:10px 15px 10px 15px;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#nav a:hover {background:#feb926;}

#nav li {
	float:left;
	width:245px;
}

#nav li ul {
	position:absolute;
	background:#004785;
	width:245px;
	left:-999em;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#fff;
}

#nav li ul,#nav li ul ul,#nav li ul ul ul {
	width:244px;
	margin:-36px 0 0 244px;
}

#nav li ul a {margin-right:1px;}

#nav a.arrow {background:transparent url(../images/bg/nav-a.gif) no-repeat 219px 50%;}
#nav a.arrow:hover {background:#feb926 url(../images/bg/nav-a-hover.gif) no-repeat 219px 50%;}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul {left:-999em;}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul {left: auto;}

#nav li:hover,#nav li.hover {position:static;}

.extras {
	clear:both;
	padding-top:15px;
	background:#004785 url(../images/bg/extras.jpg) no-repeat 0 0;
}

.main-right {
	float:right;
	width:735px;
	background:#fff;
}

.two-column {
	/*padding:31px 15px 1px 15px;*/
	background:#fff url(../images/bg/two-column.gif) repeat-y 100% 0;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #fff;*/
}

.left,.right {display:inline;}

.left {
	float:left;
	/*margin:31px 0 25px 15px;*/
	margin:31px 0 0 15px;
	width:460px;
}

.extra-left {
	margin-top:0;
}

.right {
	float:right;
	/*margin:0 0 25px 0;*/
	margin:0;
	padding:30px 0 0 0;
	width:245px;
	border-top:1px solid #fff;
}

.extra-right {
	padding-top:0;
	border:0;
}

.full {
	margin:30px 15px 1px 15px;
}

.right img,.right a img {border:1px solid #fff;}

.main-right h1,.main-right h2,.main-right h3,.main-right h4,.main-right h5,.main-right h6,.main-right p,.main-right ul,.main-right ol,.main-right dl,.main-right table,.main-right blockquote {
	margin:0 0 15px 0;
}/*margin:0 0 25px 0;*/

.main-right h1,.main-right h2,.main-right h3,.main-right h4,.main-right h5,.main-right h6 {
	font-weight:normal;
}

.main-right h4,.main-right h5,.main-right h6 {margin-bottom:0;}

.main-right h1 {color:#ff9523;font-size:21px;font-weight:bold;letter-spacing:-0.02em;}
.main-right h2 {color:#004785;font-size:17px;}/* #046ec1*/
.main-right h3 {color:#000000;font-size:15px;}
/*.main-right h4 {color:#046ec1;font-size:13px;}*/
.main-right h4 {color:#f07900;font-size:15px; display:inline;}
.main-right h5 {color:#42b6d7;font-size:12px;}
.main-right h6 {color:#42b6d7;font-size:11px;}

.main-right .right h2,.main-right .right h3,.main-right .right h5,.main-right .right h6 {color:#004785;}
/*.main-right .right h4,*/
.main-right p,.main-right ul,.main-right ol,.main-right dl {line-height:1.7em;}

.main-right ul,.main-right ol {
	list-style-position:outside;
	margin-left:16px;
}

.main-right .left li {line-height:1.7em;}/* 0.8 */

.main-right ul {list-style-image:url(../images/bg/ul.gif);}

.main-right dl {padding-bottom:25px;}

.main-right dt {
	clear:both;
	float:left;
	margin-right:30px;
	width:115px;
}
.main-right dd {
	float:left;
	width:315px;
}

.main-right dt.clear {
	height:25px;
	width:460px;
}

.main-right .right h2,.main-right .right h3,.main-right .right h4,.main-right .right h5,.main-right .right h6,.main-right .right p,.main-right .right ul,.main-right .right ol {margin-left:15px;margin-right:15px;}

.main-right .right ul,.main-right .right ol {margin-left:31px;}

.main-right a {
	color:#056ec1;
	text-decoration:none;
}
.main-right a:hover {text-decoration:underline;}

.img-left {
	float:left;
	margin:0 15px 15px 0;
	border:1px solid #fff;
}

.img-right {
	float:right;
	margin:0 0 15px 15px;
	border:1px solid #fff;
}

.img-border {border:1px solid #fff;}

p.img-caption-left {
	float:left;
	margin:0 15px 15px 0;
	width:215px;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

p.img-caption-right {
	float:right;
	margin:0 0 15px 15px;
	width:215px;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

p.img-caption-left img,p.img-caption-right img {border:1px solid #fff;}

.full-gallery {
	margin:30px 0 1px 15px;
}

.gallery p {
	float:left;
	margin:0 25px 15px 0;
	width:215px;
	text-align:center;
	font-size:11px;
	font-style:italic;
}

.gallery p img {border:1px solid #fff;}

blockquote.left-quote,blockquote.right-quote {
	width:215px;
	font-size:1.1em;
	font-style:italic;
	background:#fdefa0;
}

blockquote.left-quote {
	float:left;
	margin:0 15px 15px 0;
}

blockquote.right-quote {
	float:right;
	margin:0 0 15px 15px;
}

blockquote.left-quote p,blockquote.right-quote p {margin:15px;}

.slideshow-container {
	width:735px;
	height:341px;
	background:#fff;
	border-top:1px solid #fff;
	border-bottom:5px solid #014278;
}

.slideshow-container p {margin:0;}

.slideshow-container p img {
	float:left;
	width:735px;
	height:340px;
	border-bottom:1px solid #fff;
}

.tariff {
	border-collapse:collapse;
	border:0;
}
/*.one-col .tariff {width:705px;}
.two-col .tariff {width:460px;}*/

.tariff caption {
	padding:0 0 10px 0;
	font-size:11px;
}

.tariff caption span {
	padding-right:10px;
	color:#046ec1;
	font-size:16px;
	font-style:italic;
}

.tariff td {
	padding:4px 3px 4px 3px;
	text-align:center;
	font-size:11px;
}

.tariff th {
	padding:4px 3px 4px 3px;
	text-align:left;
	font-weight:normal;
	font-size:11px;
}

tr.head th {
	text-align:center;
	border-top:1px solid #de002d;
	border-bottom:1px solid #de002d;
}

tr.head-bottom th {
	text-align:center;
	border-top:1px solid #de002d;
	border-bottom:0;
}

.tariff tr.alt {background:#caedf8;}

.tariff td.free {background:transparent url(../images/bg/free.jpg) repeat-y 50% 0;}

.r {border-right:1px solid #de002d;}

.tariff td.free-bottom {
	padding:10px 4px 14px 4px;
	font-size:1.5em;
	color:#fff;
	text-align:center;
	background:transparent url(../images/bg/blue-down-arrow.jpg) no-repeat 50% 100%;
}



.form {padding-bottom:25px;}

.form p.extra-pad {padding:20px 0 20px 0;}

.form p {
	clear:both;
	margin-bottom:0;
	padding:5px 0 0 0;
}

.form p.btns {margin:0 0 0 165px;}

.form label {
	float:left;
	margin:-2px 15px 0 0;
	width:150px;
}

.form input,.form select,.form textarea {
	float:left;
	padding:2px;
	width:170px;
	font:1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:#fdefa0;
	border:0;
}
.form textarea {width:291px;}
.form select {width:110px;}
.form .narrowfield {width:60px;margin-right:5px;}

.form input.button {
	margin:0 5px 0 0;
	padding:0 15px 2px 15px;
	width:auto;
	overflow:auto; /* For our friends at M$ */
	height:23px;
	color:#fff;
	text-align:center;
	background:#056ec1 url(../images/bg/extras.jpg) no-repeat 100% 0;
	border:0;
}

.ad p.promo a {display:block; padding:10px; font-size:14px; color:#046ec1; font-style:italic; text-decoration:none;}
.ad p a:hover {color:#fff; background:#feb926;}

.ad {position:relative; margin:0 0 15px 15px; padding:0; width:215px; height:173px;}

.ad img {position:absolute; z-index:1; top:0; left:0; border:1px solid #fff;}

.ad p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:213px; background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff;}

.ad p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}


.availability {
	position:relative;
	/*margin:0 0 15px 15px;*/
	padding:0;
	width:215px;
	height:58px;
}

 .availability {
	margin:0 15px 0 15px;
} 

.availability h2 {
	position:relative;
	margin:0 0 1px 0;
	font-weight:normal;
	font-style:italic;
	font-size:17px;
	color:#fff;
}

.availability p {margin:0;color:#fff;}

.availability input, .availability select {
	float:none;
	clear:none;
	margin-right:5px;
	padding:2px;
	width:auto;
	font-size:11px;
	background:#fff;
}
.availability button.button {
	margin:10px 5px 0 0;
	padding-bottom:2px;
	width:215px;
	overflow:auto; /* For our friends at M$ */
	height:23px;
	color:#fff;
	text-align:center;
	background:#feb926;
	border:0;
}

/* extra */
.leadintop {margin-top:5px; padding-top:5px;}
.availabilitytop {padding-top:66px;}
.eboffer {margin:0 0 5px 0; }
.ad p.promo2 a {font-style:normal; }
.availability2 {font-style:normal;}
.availability2 p {margin:0;color:#fff; font-style:normal;}
.inline {display:inline;}
.noborder { border:none;}
.freedefinition {float:left; margin-right:5px;}
.bookflydrive {position:relative; padding:0; width:215px; height:173px;}	/*margin:0 0 15px 15px;*/
.bookflydrive2 {position:relative; padding:0; width:215px; height:173px; font-style:normal;}	
.ad p.flydrive a {display:block; padding:10px; font-size:14px; color:#000; font-style:normal; text-decoration:none;}/*046ec1*/
.ad p.promo3 a {font-weight:bold; font-size:12px;}
.holidaycode {margin-bottom:-15px;}

.hotelflydrive {position:relative; margin:0 84px 0 0; padding:0; width:215px; height:173px;}
.hotelflydrive p.promo a {display:block; padding:10px; font-size:14px; color:#000; font-style:normal; text-decoration:none;}
.hotelflydrive img {position:absolute; z-index:1; top:0; left:0; border:1px solid #fff;}
.hotelflydrive p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:213px; background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff;}
.hotelflydrive p.promo a {display:block; padding:10px; font-size:14px; color:#000; font-style:normal; text-decoration:none; }
.hotelflydrive p a:hover {color:#fff; background:#feb926;}
.hotelflydrive p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}

.hotelflydrivert {position:relative; margin:0 0 15px 15px; padding:0; width:215px; height:173px;}
.hotelflydrivert p.promo a {display:block; padding:10px; font-size:14px; color:#000; font-style:normal; text-decoration:none;}
.hotelflydrivert img {position:absolute; z-index:1; top:0; left:0; border:1px solid #fff;}
.hotelflydrivert p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:213px; background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff;}
.hotelflydrivert p.promo a {display:block; padding:10px; font-size:14px; color:#000; font-style:normal; text-decoration:none; }
.hotelflydrivert p a:hover {color:#fff; background:#feb926;}
.hotelflydrivert p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}

.hotelflydrive2 {position:relative; margin:0 40px 0 0; padding:0; width:215px; height:173px;}
.hotelflydrive2 p.promo a {display:block; padding:10px; font-size:14px; color:#000; font-style:normal; text-decoration:none;}
.hotelflydrive2 img {position:absolute; z-index:1; top:0; left:0; border:1px solid #fff;}
.hotelflydrive2 p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:213px; background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff;}
.hotelflydrive2 p.promo a {display:block; padding:10px; font-size:14px; color:#000; font-style:normal; text-decoration:none; }
.hotelflydrive2 p a:hover {color:#fff; background:#feb926;}
.hotelflydrive2 p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}


.booknowsouthend {position:relative; margin:0 5px 0 0; padding:0; width:100px; height:73px;}
.booknowsouthend p.promo a {display:block; padding:10px; font-size:14px; color:#fff; font-style:normal; text-decoration:none;}
.booknowsouthend img {position:absolute; z-index:1; top:0; left:0; border:1px solid #fff;}
.booknowsouthend p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:100px; background:#056ec1; border-bottom:1px solid #fff;}
.booknowsouthend p.promo a {display:block; padding:10px; font-size:14px; color:#fff; font-style:normal; text-decoration:none; }
.booknowsouthend p a:hover {color:#fff; background:#feb926;}
.booknowsouthend p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}

.dkblueh2 {color: #CC0000;} /* #000066 */

.ebotext {color:#f07900;font-size:15px;}
.onlineparish {margin-top:8px;}
.o {border-right:1px solid #f07900;}
.obottom {border-bottom:1px solid #f07900;}

/* hotel grades  */
.gradelayout {float:left; width:213px; margin:0 17px 0 auto; text-align:center;}



/* car hire grid */
.carhire2010  {border-collapse:collapse; padding:2px; margin:5px auto 8px auto;}
.carhirecols {border-collapse:collapse; width:37px; text-align:center; padding:0 2px;}
.carhirecdi{border-collapse:collapse; width:52px; text-align:center;}
.carhirecdifew{border-collapse:collapse; width:26px; text-align:center; padding:0 2px;}
.carhiremake {border-collapse:collapse; width:130px; text-align:left; padding-left:2px;}
.carhireblue {background:#caedf8;}
.carhireline {border-bottom:1px solid #ff9523;}
/*end of car hire grid */

/*dynamic grid for new layout */

.categories  .ad {
	margin:0 7px 15px 7px;
	float:left; 
	text-align: center;
}
.stars {display:block;}
.twostars {width:34px; margin:5px auto;}
.threestars {width:51px; margin:5px auto;}
.fourstars {width:68px; margin:5px auto;}

.dynoffers, .specoffersad {text-align: center;}
.specoffersleft
{text-align: center; width: 213px; margin:-10px auto 0 23px; float:left; padding:0px; display:block; overflow:visible;}

.specoffersmiddle
{text-align: center; width: 213px; margin:-10px auto 0 15px; float:left; clear:none; padding:0px; display:block; overflow:visible;}

.specoffersright
{text-align: center; width: 213px; margin:-10px 41px 0 auto; float:right; clear:none; padding:0px; display:block; overflow:visible;}

.specoffersad img { top:0; left:0; border:1px solid #fff;}

.dynoffprices, .normboldredtxt {color:#046ec1; font-size:130%;}

.orangeroll {position:relative; margin:15px 0; padding:0; width:215px; height:25px; display:block;}
.orangeroll img {position:absolute; z-index:1; top:0; left:0; border:1px solid #fff;}
.orangeroll p.promo {position:absolute; z-index:2; top:1px; left:1px; margin:0; width:213px; background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff;}
.orangeroll p.promo a {display:block; padding:10px; font-size:14px; color:#fff; font-style:normal; text-decoration:none;  background:#feb926; text-align:center;}
.orangeroll p a:hover {color:#fff; background:#046ec1;}
.orangeroll p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}


/*end of dynamic grid for new layout */


.otmhotels {width:215px;  margin:0 auto 0 auto; float:left; text-align:center;}
.otmhotels a {height:10px;display:block;} 
.bookingrollover2star {} 
.bookingrollover3star {} 
.bookingrollover4star {}
/**/

/* accommodation lists */
.graded2stars {width:200px; padding:0; margin-bottom:15px; float:left; margin-left:30px;}
.graded2stars ul li {line-height:normal;}

.twostarhotels {width:200px; margin:0 auto;}

.graded3stars {width:200px; padding:0; margin-bottom:15px; float:left; margin-left:32px; }
.graded3stars ul li { line-height:normal;}
.graded4stars {width:200px; padding:0; margin-bottom:15px; float:right; margin-left:18px; margin-right: -20px; clear:none; }
.graded4stars ul li {line-height:normal;}

/* end of accommodation lists */

/* various text */
.bluetickimg {float:left; margin:3px 6px 50px 3px;}
.blueticktext {padding:0 5px 5px 5px;}
.headingorange {color: #f07900; font-size:110%;}
.headingblue {color: #004785; font-size:110%;}
.smallertext {font-size:13px;}
.normbluetext {color:#046ec1;}
.normorangetext {color:#f07900;}/*ff9523*/
.normredtext {color:#fe0000;}
.largertext {color:#000000;font-size:15px;}
.largertextblue {color:#004785; font-size:15px;}
.largertextblueh2 {color:#004785; font-size:17px; margin-bottom:0;}
.telephonenumbers {color:#004785; font-size:160%; margin-top:25px;}

.nobooktexth2 {color:#004785; font-size:17px; padding:5px 0 0 5px;}
.nobooktext {color:#000000; font-size:14px; padding:5px; margin:5px;}
.howtobook {width:203px; padding: 5px; background-color:#b4e7f6; float:right; }
.howtobook2 {width:203px;  height: 161px; padding: 5px; background-color:#b4e7f6; float:right; }
.errortext  {font-size:110%;}
/* end of various text */

/* heights */
.three {height:3px;}
.five {height:5px;}
.eight {height:8px;}
.ten {height:10px;}
.fifteen {height:15px;}
.twenty {height:20px;}
.twentyfive {height:25px;}
.thirty {height:30px;}
.thirtyfive {height:35px;}
/* enf of heights */


/* fly drives  */
.onefreenight {float:left; width:130px;}
.twofreenights {float:left; width:180px;}
.freenightstext {float:left; margin-right:5px;}
.notbookable {width:207px; margin-top:8px; border:1px solid #f07900; padding:2px 2px 2px 4px;}
.nobkflyd {width:150px;}
.nobkflydnts {width:50px; text-align:center; background-color:#caedf8;}


.flydrivelefttop {float:left; width:465px; margin-right:10px;}
.flydriverighttop {float:right; width:223px;}
.flydrivelayout {clear:both; margin-top:10px;}
.flydriveleft {float:left;}
.flydriveleft2 {float:left; width:440px;}
.flydriveimage {margin-top:94px;}
.flydriveebo {width:213px; margin-top:12px;}
.flydriveimg1 {float:right; margin-left:10px;}
.flydriveimg2 {float:right; margin-top:30px; margin-left:10px; clear:both;}

/* extra for revere flydrives */


.revere-table table {margin:-15px 0 15px 0; border-collapse:collapse; width:401px;}
.revere-table td {padding:4px 6px 4px 6px; font-size:12px; border-collapse:collapse; text-align:center;}
.revere-table th {font-weight:normal; background:#caedf8; width:91px; font-size:12px; text-align:left; border-collapse:collapse;}
.revere-table .priceTableLeft2 {padding-right:14px; padding-left:4px;}
.revere-table .biege-cell {background:#caedf8; width:28px;}
.revere-table .red-cell {color:#000; background:#b8edfd url(../images/bg/free.jpg) repeat-y 50% 0;}
.revere-table .blue-cell {color:#fff; background:#b8edfd url(../images/bg/free-dark.jpg) repeat-y 50% 0;}

/* enquiry form */
.formbuttonreset, .formbuttonemail {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; }
.formbuttonreset {margin-right:15px; margin-left:130px;}
.enquirytop {border: 1px solid #fe0000; width:490px;margin:15px auto 15px auto; padding:6px; text-align:center; }
.enquiryformemailbox {height:22px;}
.enquiryformemailimg {float:left; margin-right:10px;}
p.enquiryformemailbox {margin-top:4px;}
.enquirysuccess {width:580px; margin:10px auto 30px auto; text-align:center;}
.enqsuccess {width:500px; margin:25px auto 5px auto; text-align:center;}
.emailenquiryform {margin-top:5px;}
/* end of enquiry form */

.hotelonline {float:left; width:213px; margin:0 17px 0 auto; text-align:center; clear:both;}

.online1 {width:215px; float:left; margin-right:15px;}
.online2 {float:left; width:215px; text-align:center; margin-top:-10px; }

.online7 {float:left; position:relative; margin:0 0 15px 0; padding:0; width:215px; height:173px;}
.online7 img {position:absolute; top:0; left:0; border:1px solid #fff;}
.online7 p.promo {position:absolute; top:1px; left:1px; margin:0; width:215px; background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff;}
.online7 p.promo a {display:block; padding:10px; font-size:16px; color:#046ec1; text-decoration:none; text-align:center;}
.online7 p a:hover {color:#fff; background:#feb926;}
.online7 p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}

.online3 {width:215px; margin:0 auto;}
.online4 {width:215px; text-align:center; margin-top:-10px; }
.online9 {position:relative; margin:0 0 15px 0; padding:0; width:215px; height:173px;}
.online9 img {position:absolute; top:0; left:0; border:1px solid #fff;}
.online9 p.promo {position:absolute; top:1px; left:1px; margin:0; width:215px; background:transparent url(../images/bg/ad.png) repeat 0 0; border-bottom:1px solid #fff;}
.online9 p.promo a {display:block; padding:10px; font-size:16px; color:#046ec1; text-decoration:none; text-align:center;}
.online9 p a:hover {color:#fff; background:#feb926;}
.online9 p.bottom {top:auto; bottom:1px; left:1px; border-bottom:0; border-top:1px solid #fff;}

.linklist {padding-bottom:8px;}

.inclusivenote {margin-bottom:-21px; margin-left:6px;}


/* endofextra */


.footer {
	clear:both;
	color:#b8edfd;
	width:980px;
	background:#014785 url(../images/bg/footer.jpg) no-repeat 0 0;
}

.footer .col {
	display:inline;
	float:left;
	margin:15px 15px 20px 15px;
	width:215px;
}

.footer h2 {
	margin-bottom:15px;
	color:#fff;
	font-weight:normal;
	font-size:1.4em;
}

.footer ul {
	list-style:none;
	line-height:1.6em;
	font-size:11px;
}

.footer a {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {text-decoration:underline;}

/* SIFR CSS */

.sIFR-hasFlash h1 {visibility:hidden;}
.sIFR-hasFlash .left object,.sIFR-hasFlash .left embed,.sIFR-hasFlash .full object,.sIFR-hasFlash .full embed,.sIFR-hasFlash .full-gallery object,.sIFR-hasFlash .full-gallery embed {position:absolute;visibility:visible;}

/* /SIFR CSS */

