/* CSS Document */

/* Blue #00457C */
/* Red #B4132D */
/* Yellow #FFCC00 */
/* Grey #999999 */
/* Light Grey #CCCCCC */

/* body */
body {
	background-color:#a8a8a8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0px;
	color:#333333;
}
.background-white {
	background:#FFFFFF;
}
h1 {
	background-image:url("../images/page/h1.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#B7152C;
	font-size:small;
	color:#FFFFFF;
	padding:4px 0px 4px 10px;
	margin:0px;
}
h2 {
	font-size:small;
	color:#00457C;
	margin:10px 0px 0px 10px;
}
h3 {
	font-size:small;
	margin:10px 0px 0px 10px;
}
p {
	margin:10px 10px 0px 10px;
}
form {
	margin:0px;
	padding:0px;
}
a:active, a:focus {
	outline:0;
}
.small {
	font-size:x-small;
}
img {
	border-color:#00457C;
	margin:0px;
	padding:0px;
}
table {
	margin:10px;
}
.red {
	color:#B4132D;
}
.blue {
	color:#00457C;
}
.hidden {
	display:none;
	visibility:hidden;
}
.fixed {
	font-size:12px;
}
ol {
	margin-right:10px;
}
ol li {
	margin-bottom:10px;
}
/* Layout */
.head {
	clear:both;
	position:relative;
	background-image:url("../images/page/head.jpg");
	background-repeat:no-repeat;
	height:145px; /*Height of top section*/
	width:990px;
}
.search-form {
	float:left;
	display:block;
	clear:left;
	padding:0px 0px 0px 60px;
	margin:0px 0px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url("../images/page/search.gif");
	background-repeat:no-repeat;
	width:214px;
	height:26px;
}
.search-field {
	float: left;
    padding: 0;
    margin: 4px 0px 0px 4px;
    border: 1px;
    width: 115px;
}

.logo {
	float:left;
	display:block;
	clear:left;
	background:url("../images/page/btnHome.gif");
	background-repeat:no-repeat;
	margin:0px 0px 0px 10px;
	width:156px;
	height:26px;
}
a.logo-img {
	display:block;
	width:156px;
	height:26px;
	text-indent:-9000px;
}
.location {
	display:block;
	float:left;
	width:580px;
	height:20px;
	font-size:x-small;
	color:#00457C;
	padding:7px 0px 0px 10px;
}
.location a {
	color:#00457C;
	font-weight:bold;
	text-decoration:none;
}
.location a:hover {
	text-decoration:underline;
}
.navigation {
	position:relative;
	float:left;
	background-image:url("../images/page/left.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	width:190px;
	min-height:310px;
	padding:0px 10px 10px 20px;
}
.navigation a {
	text-decoration:none;
	color:#00457C;
}
.navigation a:hover {
	text-decoration:none;
	color:#B4132D;
}
.centrecontent {
	position:relative;
	float:left;
	width:550px;
	background-color:#FFFFFF;
	background-image:url("../images/page/base.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 10px 0px;
	z-index:1;
}
.centrecontent a {
	text-decoration:none;
	color:#00457C;
}
.centrecontent a:hover {
	text-decoration:none;
	color:#B4132D;
}
.rightcontent {
	position:relative;
	float:left;
	background-image:url("../images/page/right.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	width:190px;
	min-height:310px;
	padding:0px 20px 10px 10px;
	margin:0px;
	z-index:0;
}
.rightcontent a {
	text-decoration:none;
	color:#00457C;
}
.rightcontent a:hover {
	color:#B4132D;
}
.footer {
	clear:both;
	background-image:url("../images/page/footer.gif");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:990px;
	padding-top:20px;
	font-size:x-small;
}
.foot-bkg {
	clear:both;
	background-image:url("../images/page/footer.jpg");
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	width:990px;
	height:68px;
	font-size:x-small;
}
.footer-nav {
	display:inline-block;
	margin:20px 0px 0px 0px;
	padding:0px;
}
.footer-nav li {
	display:inline;
	list-style-type:none;
	color:#999999;
	padding-left:20px;
}
.footer-nav a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer-nav a:hover {
	text-decoration:underline;
}
.copyright {
	clear:left;
	color:#999999;
	margin:3px 0px 0px 20px;
	padding-bottom:10px;
}
.copyright a {
	text-decoration:none;
	color:#999999;
}
.copyright a:hover {
	text-decoration:underline;
}
.social-media {
	float:right;
	margin:10px 20px 10px 0;
}
.social-media img{
	margin-left:5px;
}
.end {
	width:1010px;
	height:10px;
	margin:0px auto;
	text-align:left;
	background-image:url("../images/page/end.gif");
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 10px 0px 10px;
	
}
/* Layout End */


/* Centre Content */
.block {
	float:left;
	display:block;
	padding:0px;
	margin-bottom:0px;
	width:550px;
}
.block a {
	text-decoration:none;
	color:#00457C;
}
.block a:hover {
	text-decoration:none;
	color:#EE3248;
}
.block-dotted {
	float:left;
	display:block;
	border-top:#CCCCCC 10px solid;
	background-image:url("../images/page/break.gif");
	background-repeat:no-repeat;
	background-position:top;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:550px;
}
.block-dotted a {
	text-decoration:none;
	color:#00457C;
}
.block-dotted a:hover {
	text-decoration:none;
	color:#EE3248;
}
.block-dotted-end {
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	width:550px;
	background-image:url("../images/page/break-bottom.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	height:10px;
}
.inline-images {
	float:left;
	overflow:hidden;
	list-style-type:none;
	padding:10px 10px 10px 10px;
	margin:0px;
}
.inline-images li {
	display:inline;
	padding:5px 0px 0px 5px;
	list-style-type:none;
	color:#CCCCCC;
}
.inline-images img {
	padding-top:5px;
}
.shop-product {
	float:right;
	margin:0px 10px 0px 5px;
}
.img-aircraft {
	text-align:center;
	margin:30px 0px 30px 0px;
}
.illustrations-40 {
	float:left;
	width:50px;
	margin:0px 10px 0px 0px;
	font-size:x-small;
}
.illustrations-100 {
	float:left;
	width:110px;
	margin:0px 10px 0px 0px;
	font-size:x-small;
}
.illustrations-120 {
	float:left;
	width:130px;
	margin:0px 10px 0px 0px;
	font-size:x-small;
}
.illustrations-150 {
	float:left;
	width:160px;
	margin:0px 10px 0px 0px;
	font-size:x-small;
}
.illustrations-170 {
	float:left;
	width:180px;
	margin:0px 10px 0px 0px;
	font-size:x-small;
}
.illustrations {
	float:left;
	width:210px;
	margin:0px 10px 0px 0px;
	padding:0px;
	font-size:x-small;
}
.illustrations-250 {
	float:left;
	width:260px;
	margin:0px 10px 0px 0px;
	font-size:x-small;
}
.illustrations-300 {
	float:left;
	width:310px;
	margin:0px 10px 0px 0px;
	font-size:x-small;
}
.illustrations-350 {
	float:left;
	width:360px;
	margin:0px 10px 0px 0px;
	font-size:x-small;
}
.illustrations-aircraft {
	display:block;
	position:relative;
	float:left;
	text-align:center;
	width:137px;
	height:150px;
	margin:0px 0px 10px 0px;
	font-size:small;
}
.illustrations-aircraft-img {
	position:relative;
	height:100px;
}
.illustrations-aircraft-img img {
	position:absolute;
	bottom:20px;
	left:20px;
}
.photo-gallery {
	display:block;
	position:relative;
	float:left;
	text-align:center;
	width:170px;
	margin:0px 10px 0px 0px;
	font-size:small;
}
.explore-gallery {
	display:block;
	position:relative;
	float:left;
	text-align:center;
	min-height:160px;
	width:180px;
	margin:0px 0px 0px 0px;
}
.explore-title {
	padding-left:10px;
}
.timeline-gallery {
	display:block;
	position:relative;
	float:left;
	text-align:center;
	width:40px;
	min-height:60px;
	margin:0px 14px 0px 0px;
	font-size:small;
}
.block-right-100 {
	display:block;
	margin-left:110px;
}
.block-right-150 {
	display:block;
	margin-left:160px;
}
.block-right-190 {
	display:block;
	margin-left:200px;
}
.block-right-200 {
	display:block;
	margin-left:210px;
}
.block-right-250 {
	display:block;
	margin-left:260px;
}
.block-right-300 {
	display:block;
	margin-left:310px;
}
.block-right-350 {
	display:block;
	margin-left:360px;
}
.roundel {
	margin:10px 0px 0px 10px;
	padding:0px 10px 0px 0px;
}
.roundel li {
	list-style-type:none;
	background:url("../images/rafm.gif") no-repeat;
	margin-top:2px;
	padding:2px 0px 4px 25px;
}
.roundel a {
	font-weight:bold;
	color:#00457C;
	text-decoration:none;
	padding-bottom:20px;
}
.roundel a:hover {
	font-weight:bold;
	color:#EE3248;
	text-decoration:none;
}
.rss {
	display:inline-block;
	margin:0px 0px 0px 10px;
	padding:10px 10px 0px 0px;
}
.rss li {
	list-style-type:none;
	background:url("../images/rss.gif") no-repeat;
	margin-top:2px;
	padding:2px 0px 4px 25px;
}
.rss a {
	font-weight:bold;
	color:#00457C;
	text-decoration:none;
	padding-bottom:20px;
}
.rss a:hover {
	font-weight:bold;
	color:#EE3248;
	text-decoration:none;
}
a:active, a:focus {
	outline:0;
}
.download {
	display:inline-block;
	margin:10px 0px 0px 20px;
	padding:0px 10px 0px 0px;
}
.download-doc {
	display:inline-block;
	margin:10px 0px 0px 20px;
	padding:0px 10px 0px 0px;
}
.download-doc li {
	list-style-type:none;
	background:url("../images/download-doc.gif") no-repeat;
	margin-top:8px;
	padding-left:26px;
	padding-top:2px;
	padding-bottom:2px;
}
.download-doc-li {
	list-style-type:none;
	background:url("../images/download-doc.gif") no-repeat;
	margin-top:8px;
	padding:2px 0px 2px 26px;
}
.download-pdf {
	display:inline-block;
	margin:10px 0px 0px 20px;
	padding:0px 10px 0px 0px;
}
.download-pdf li {
	list-style-type:none;
	background:url("../images/download-pdf.gif") no-repeat;
	margin-top:8px;
	padding:2px 0px 2px 26px;
}
.download-pdf-li {
	list-style-type:none;
	background:url("../images/download-pdf.gif") no-repeat;
	margin-top:8px;
	padding:2px 0px 2px 26px;
}
.download-ppt-li {
	list-style-type:none;
	background:url("../images/download-ppt.gif") no-repeat;
	margin-top:8px;
	padding:2px 0px 2px 26px;
}
.download-news-li {
	list-style-type:none;
	background:url("../images/download-news.gif") no-repeat;
	margin-top:8px;
	padding:2px 0px 2px 26px;
}
.list-left {
	margin:0px 10px 10px 0px;
	padding-left:10px;
}
.podcast-li {
	list-style-type:none;
	background:url("../images/podcast-roundel.gif") no-repeat;
	margin-top:8px;
	padding-left:26px;
	padding-top:2px;
	padding-bottom:2px;
}
.roundel-li {
	list-style-type:none;
	background:url("../images/rafm.gif") no-repeat;
	margin-top:8px;
	padding-left:26px;
	padding-top:2px;
	padding-bottom:2px;
}
.back-button {
	display:inline-block;
	margin-top:10px;
	margin-left:0px;
	padding-left:0px;
}
.back-button li {
	list-style-type:none;
	background:url("../images/arrow-previous.gif") no-repeat;
	margin-top:2px;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:4px;
}
.back-button a {
	font-weight:bold;
	color:#00457C;
	text-decoration:none;
	padding-bottom:20px;
}
.back-button a:hover {
	font-weight:bold;
	color:#EE3248;
	text-decoration:none;
}
.download-doc a {
	font-weight:bold;
}
.download-pdf a {
	font-weight:bold;
}
.download-doc-li a {
	font-weight:bold;
}
.download-pdf-li a {
	font-weight:bold;
}
.download-ppt-li a {
	font-weight:bold;
}
.podcast-li a {
	font-weight:bold;
}
.roundel-li a {
	font-weight:bold;
}
td {
	height:25px;
}
.timeline-image {
	padding:5px;
}
/* Centre Content End */

/* Right Content */
.subnavigation {
	margin-top:0px;
	width:190px;
	background-color:#FFFFFF;
	background-image:url("../images/page/menu-top.gif");
	background-position:top;
	background-repeat:no-repeat;
	padding-top:5px;
}
.subnavigation ul {
	margin:0;
	padding:0;
}
.subnavigation li {
	background:#FFFFFF;
	margin-top:2px;
	margin-bottom:2px;
	list-style-image:none;
	list-style:none;
}
.subnavigation li a {
	color:#666666;
	font-size:small;
	text-decoration:none;
	display:block;
	height:100%;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
.subnavigation li a:visited {
	color:#666666;
}
.subnavigation li a:hover {
	color:#BD1A2C;
}
/* Right Content End */

/* Side Navigation */
.menu {
	margin-top:0px;
	width:190px;
	background-color:#FFFFFF;
	background-image:url("../images/page/menu-top.gif");
	background-position:top;
	background-repeat:no-repeat;
	padding-top:5px;
	margin-bottom:10px
}
.menu dt {
	cursor:pointer;
}
.menu dd {
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.menu ul {
	margin:0;
	padding:0;
}
.menu li {
	background:#FFFFFF;
	margin-top:2px;
	margin-bottom:2px;
	list-style-image:none;
	list-style:none;
	margin:0;
	padding-left:5px;
	margin-top:5px;
}
.menu li a {
	color:#666666;
	font-size:small;
	text-decoration:none;
	display:block;
	height:100%;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
.menu dt a {
	color:#666666;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:100%;
	padding:2px 20px 2px 10px;
}
.menu dt a:hover {
	color:#FFFFFF;
	background-image:url("../images/page/side-nav.gif");
	background-repeat:no-repeat;
	background-color:#013765;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:100%;
	padding:2px 20px 2px 10px;
}
.menu li a:visited {
	color:#666666;
}
.menu li a:hover {
	color:#BD1A2C;
}
.menu-bottom {
	background-image:url("../images/page/menu-bottom.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.menu-end {
	background-image:url("../images/page/menu-bottom.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
}
.navHome {
	display:none;
}
.navBeacon {
	display:none;
}
.navBattleHistory {
	display:none;
}
.navAircraft {
	display:none;
}
.navAircraftCollection {
	display:none;
}
.navHistory {
	display:none;
}
.navPilots {
	display:none;
}
.navBlog {
	display:none;
}
.navVideo {
	display:none;
}
.navVisitUs {
	display:none;
}
.navEducation {
	display:none;
}
.navOnlineExhibitions {
	display:none;
}
.navBuy {
	display:none;
}
.navBusinessPackages {
	display:none;
}
.navReceptions {
	display:none;
}
.navEvents {
	display:none;
}
/* End Side Navigation */

/* Start Top Navigation */
.tabs{
	text-indent:-9000px;
}
.top-nav {
	float:left;
	display:block;
	width:990px;
}
.top-nav ul {
	margin:0px 0px 0px 10px;
	padding:0px;
}
.top-nav li{
	display:inline;
}
.top-nav-low {
	display:none;
}
.btnHome a{
	display:block;
	float:left;
	background:url("../images/page/btnHome1.gif");
	background-repeat:no-repeat;
	width:57px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnHome a:hover{
	background:url("../images/page/btnHome2.gif");
	background-repeat:no-repeat;
}
.btnBeacon a{
	display:block;
	float:left;
	background:url("../images/page/btnTheBeacon1.gif");
	background-repeat:no-repeat;
	width:102px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnBeacon a:hover{
	background:url("../images/page/btnTheBeacon2.gif");
	background-repeat:no-repeat;
}
.btnHistory a{
	display:block;
	float:left;
	background:url("../images/page/btnBattleHistory1.gif");
	background-repeat:no-repeat;
	width:102px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnHistory a:hover{
	background:url("../images/page/btnBattleHistory2.gif");
	background-repeat:no-repeat;
}
.btnAircraft a{
	display:block;
	float:left;
	background:url("../images/page/btnAircraft1.gif");
	background-repeat:no-repeat;
	width:59px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnAircraft a:hover{
	background:url("../images/page/btnAircraft2.gif");
	background-repeat:no-repeat;
}
.btnPilots a{
	display:block;
	float:left;
	background:url("../images/page/btnPilots1.gif");
	background-repeat:no-repeat;
	width:54px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnPilots a:hover{
	background:url("../images/page/btnPilots2.gif");
	background-repeat:no-repeat;
}
.btnBlog a{
	display:block;
	float:left;
	background:url("../images/page/btnBlog1.gif");
	background-repeat:no-repeat;
	width:54px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnBlog a:hover{
	background:url("../images/page/btnBlog2.gif");
	background-repeat:no-repeat;
}
.btnVideo a{
	display:block;
	float:left;
	background:url("../images/page/btnVideo1.gif");
	background-repeat:no-repeat;
	width:54px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnVideo a:hover{
	background:url("../images/page/btnVideo2.gif");
	background-repeat:no-repeat;
}
.btnEducation a {
	display:block;
	float:left;
	background:url("../images/page/btnEducation1.gif");
	background-repeat:no-repeat;
	width:77px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnEducation a:hover{
	background:url("../images/page/btnEducation2.gif");
	background-repeat:no-repeat;
}
.btnBuy a{
	display:block;
	float:left;
	background:url("../images/page/btnBuy1.gif");
	background-repeat:no-repeat;
	width:42px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnBuy a:hover{
	background:url("../images/page/btnBuy2.gif");
	background-repeat:no-repeat;
}
.btnReceptions a{
	display:block;
	float:left;
	background:url("../images/page/btnReceptions1.gif");
	background-repeat:no-repeat;
	width:87px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnReceptions a:hover{
	background:url("../images/page/btnReceptions2.gif");
	background-repeat:no-repeat;
}
.btnVisitUs a{
	display:block;
	float:left;
	background:url("../images/page/btnVisitUs1.gif");
	background-repeat:no-repeat;
	width:67px;
	height:26px;
	text-indent:-9000px;
	margin:0px;
}
.btnVisitUs a:hover{
	background:url("../images/page/btnVisitUs2.gif");
	background-repeat:no-repeat;
}
.btnPilotsBlog a{
	display:block;
	float:left;
	background:url("../images/page/btnPilotsBlog1.gif");
	background-repeat:no-repeat;
	width:102px;
	height:26px;
	text-indent:-1000px;
	margin:0px;
}
.btnPilotsBlog a:hover{
	background:url("../images/page/btnPilotsBlog2.gif");
	background-repeat:no-repeat;
}
/* End Top Navigation */

/* Thumbnail Viewer */
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position:absolute;
	left:0;
	top:0;
	width:auto;
	padding:10px;
	padding-bottom:0;
	background:#FFFFFF;
	border:1px solid #00457C;
	visibility:hidden;
	z-index:10;
	cursor:pointer;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	color:#00457C;
	padding:5px 0;
	text-align:right;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	background-color:white;
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position:absolute;
	visibility:hidden;
	border:1px solid #00457C;
	background-color:#FFFFFF;
	padding:5px;
	z-index:5;
}
/* End Thumbnail Viewer */

/* Recordset Paging */
.block-paging-top {
	float:left;
	display:block;
	padding:10px 10px 0px 10px;
	width:530px;
}
.block-paging-bottom {
	float:left;
	display:block;
	padding:15px 10px 0px 10px;
	width:530px;
}
.page-right {
	float:right;
}
.page-left {
	float:left;
}
.previous {
	float:left;
	font-size:x-small;
	color:#00457C;
	margin-top:2px;
}
.next {
	float:right;
	font-size:x-small;
	color:#00457C;
	margin-top:2px;
}

/* New Styles */
.page{
	width:1010px;
	margin:0px auto;
	text-align:left;
	background-image:url("../images/page/background.gif");
	background-position:top left;
	background-repeat:repeat-y;
	padding:0px 10px 0px 10px;
}
.banner {
	background-image:url("../images/page/banner-background.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.banner-head {
	background-image:url("../images/page/banner-head.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#013765;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px 0px 4px 10px;
	margin:0px;
}
.banner-head a{
	color:#FFFFFF;
	text-decoration:none;
}
.banner-head a:hover{
	color:#FFCC00;
	text-decoration:none;
}
.banner-text {
	padding:0px 0px 10px 0px;
}
.banner-image {
	margin:0px;
	padding:0px;
}
.banner-lg {
	background-image:url("../images/page/banner-background-lg.jpg");
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:10px;
	float:left;
	display:block;
	border-top:#CCCCCC 10px solid;
	padding:0px;
	margin:0px;
	width:550px;
}
.banner-lg-end {
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	width:550px;
	background-image:url("../images/page/banner-background-lg-base.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	height:10px;
}
.box-left {
	float:left;
	background-image:url("../images/page/box-background.jpg");
	background-position:bottom left;
	background-repeat:repeat-y;
	background-color:#CCCCCC;
	padding-right:5px;
	width:270px;
}
.box-right {
	float:left;
	background-image:url("../images/page/box-background.jpg");
	background-position:bottom right;
	background-repeat:repeat-y;
	background-color:#CCCCCC;
	padding-left:5px;
	width:270px;
}
.box-head {
	background-image:url("../images/page/box-head.gif");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#e3e3e3;
	font-size:small;
	font-weight:bold;
	color:#00457C;
	padding:14px 0px 4px 10px;
	margin:0px 0px 0px 0px;
}
.box-text {
	padding:0px 0px 10px 0px;
	background-image:url("../images/page/box-bkg-base.jpg");
	background-position:bottom left;
	background-repeat:no-repeat;
}
.box-image {
	margin:0px;
	padding:0px;
}
.white {
	background-color:#FFFFFF;
	margin:1px 0px 0px 0px;
	padding:1px 10px 1px 10px;
}
.banner-sub {
	background-color:#FFFFFF;
	margin:0px;
	padding:3px 10px 3px 10px;
}
.home-background {
	background-color:#CCCCCC
}
.flash-logo {
	display:block;
	float:right;
	width:400px;
	height:109px;
}
.explore-gallery {
	display:block;
	position:relative;
	float:left;
	text-align:center;
	min-height:160px;
	width:180px;
	margin:0px 0px 0px 0px;
	}
.photo-gallery {
	display:block;
	position:relative;
	float:left;
	text-align:center;
	min-height:250px;
	width:170px;
	margin:10px 0px 0px 10px;
	}
.photo-gallery-bkg {
	width:170px;
	height:170px;
	display:table-cell;
    vertical-align:middle;
	background-color:#d6e2eb;
	}