@charset "utf-8";

.Home {
	width: 983px;
	margin: 0px auto;
}

.home-footer-ad {
	text-align: center;
	margin: 0px auto;
	padding: 5px 0px;
}

/* ----- Billboard */

.Billboard .BillboardDay {
	background-image: url(/images/home/home_1_billboard_welcome_day.jpg);
}
.Billboard .BillboardNight {
	background-image: url(/images/home/home_1_billboard_welcome_night.jpg);
}

.Billboard {
	height: 350px;
	width: 975px;
	position: relative;
	margin: 3px auto;
}
.Billboard .gplus-add {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0.9;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.Billboard:hover .gplus-add {
	opacity: 1;
}

.Billboard .Billboard-Image {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 350px;
	width: 975px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.Billboard .Billboard-Carousel {
	padding-top: 248px;
	padding-left: 20px;
	overflow: hidden;
}
.Billboard .Billboard-Carousel a.billboardButton {
	background-image: url(/images/home/home_1_billboard_carousel_buttons.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 45px;
	display: block;
	margin-top: 5px;
	float: left;
	outline: none;
}
.Billboard .Billboard-Carousel a.billboardNext {
	background-position: 0px 15px;
	margin-left: 7px;
}
.Billboard .Billboard-Carousel a.billboardNext:hover {
	background-position: 0px -52px;
}
.Billboard .Billboard-Carousel a.billboardPrev {
	background-position: 0px -119px;
	margin-right: 7px;
}
.Billboard .Billboard-Carousel a.billboardPrev:hover {
	background-position: 0px -186px;
}
.Billboard .Billboard-Carousel .billboardCarousel {
	width: 850px;
	height: 90px;
	float: left;
	overflow: hidden;
}
.Billboard .Billboard-Carousel ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Billboard .Billboard-Carousel li {
	margin: 0px;
	padding: 2px 0 0 0;
	height: 88px;
	width: 279px;
	list-style-type: none;
	text-align: center;
	float: left;
}
li.FB-Like-Featured {
	position: relative;
}
li.FB-Like-Featured img {
	padding-top: 1px;
}
span.FB-Like-Featured {
	text-align: center;
	display: block;
	width: 279px;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: 1500;
}
.Billboard .Billboard-Carousel li a img {
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	opacity: 0.95;
}
.Billboard .Billboard-Carousel li a:hover img {
	opacity: 1;
}

/* ----- ----- Boxes */

.Home h3 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 16px;
}

.Boxspan {
	width: 983px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.Boxspan .Box-Top {
	background-repeat: no-repeat;
	background-position: 0px -14px;
	height: 7px;
}
.Boxspan .Box-Inner {
	background-repeat: repeat-y;
	background-position: -330px 0px;
	height: 380px;
	overflow: hidden;
}
.Boxspan .Box-End {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 8px;
}

.Boxspan .Inner {
	height: 346px;
}
.Boxspan .Div {
	margin: 5px 14px;
	border-top: 2px solid #EEDD99;
}
.Boxspan .EndButton {
	height: 30px;
	width: 300px;
	margin: 0 auto;
}
.Boxspan .EndButton a {
	height: 30px;
	width: 300px;
	background-image: url(/images/home/home_2_box_endbutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	font-size: 11px;
	line-height: 29px;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}

.Box1 {
	width: 328px;
	float: left;
}
.Box2 {
	width: 327px;
	float: left;
}
.Box3 {
	width: 327px;
	float: left;
}

.Box1 .Box-Top,.Box3 .Box-Top,.Box1 .Box-Inner,.Box3 .Box-Inner,.Box1 .Box-End,.Box3 .Box-End {
	background-image: url(/images/home/home_2_box_320.png);
}
.Box2 .Box-Top,.Box2 .Box-Inner,.Box2 .Box-End {
	background-image: url(/images/home/home_2_box_319.png);
}

/* ----- Updates */

.Updates h2 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
	color: #457;
	padding: 6px 16px 5px;
	text-shadow: 0px 1px 1px #c6ccd6;
}
.Updates h3 {
	color: #06c;
}
.Updates .WhatsNew ul {
	margin: 0px;
	padding: 0px 19px 0 18px;
	list-style-type: none;
}
.Updates .WhatsNew li {
	margin: 0px;
	padding: 2px 0 2px 19px;
	list-style-type: none;
	background: url(/images/home/home_0_bullets.png) no-repeat 0px 0px;
}
.Updates .WhatsNew li.Top {
	font-weight: bold;
}
.Updates .WhatsNew li a {
	display: block;
}
.Updates .WhatsNew li a .T {
	color: #2255AA;
	font-size: 13px;
	line-height: 17px;
}
.Updates .WhatsNew li a .D {
	color: #DD9922;
	font-size: 10px;
	line-height: 16px;
}
.Updates .WhatsNew li a:hover .T {
	text-decoration: underline;
}
.Updates .WhatsNew p {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin: 0px;
	padding: 0 19px 2px 37px;
}
.Updates .WhatsNew p a {
	color: #2255AA;
}
.Updates .WhatsNew p a:hover {
	text-decoration: underline;
}

.Updates .TwitterFeed ul {
	margin: 0px 15px 0px 15px;
	padding: 3px 0px 3px;
	list-style: none;
}
.Updates .TwitterFeed li {
	background: url(/images/home/home_2_today_icon.png) no-repeat 9px 7px;
	color: #333;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 2px 2px 4px 40px;
	list-style: none;
}
.Updates .TwitterFeed li a {
	color: #999;
	display: block;
}
.Updates .TwitterFeed li a:hover {
	text-decoration: underline;
}
.Updates .TwitterFeed li span {
	color: #333;
	font-size: 12px;
	line-height: 17px;
}
.Updates .TwitterFeed li span a {
	color: #06C;
	display: inline;
}

.Updates p.More {
	text-align: right;
	padding: 0 19px 8px 37px;
}
.Updates .EndButton a {
	color: #239;
	background-color: #DEF;
}
.Updates .EndButton a:hover {
	background-color: #E7F7FF;
}

.Updates .UpdatesFollow {
	padding: 2px 0px 0px 20px;
}

/* ----- Today */

.Today h3 {
	color: #CC0000;
}
/* .Today ul {
	margin: 0px;
	padding: 5px 25px 0 19px;
	list-style-type: none;
}
.Today li {
	margin: 0px;
	padding: 0px;
	height: 102px;
	list-style-type: none;
	background-image: url(/images/home/home_2_today_bkgnd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.Today li a {
	display: block;
}
.Today li a .T {
	font-size: 16px;
	line-height: 21px;
	color: #992222;
}
.Today li a:hover .T {
	text-decoration: underline;
}
.Today li a .D {
	font-size: 11px;
	line-height: 18px;
	color: #3366CC;
}
.Today li a img {
	float: left;
	padding: 3px 13px 0 6px;
} */


.NewsFeed ul {
	margin: 0px;
	padding: 0 10px;
	list-style: none;
}
.NewsFeed li {
	color: #444;
	font-size: 12px;
	margin: 0px 8px 7px;
	padding: 5px 0px 0px;
	list-style: none;
}
.NewsFeed li.First {
	margin: 0px 8px 0px;
	padding: 5px 0px;
}
.NewsFeed li.Second {
	margin: 0px 8px 7px;
	clear: both;
}
.NewsFeed li img {
	float: left;
	margin-right: 10px;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.NewsFeed li .Clear {
	clear: both;
	display: block;
}
.NewsFeed li a {
	display: block;
}
.NewsFeed li a strong {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #C44;
	letter-spacing: -1px;
	text-shadow: 0px 1px 1px #DDD;
}
.NewsFeed li.First a strong,.NewsFeed li.Second a strong {
	font-size: 17px;
	line-height: 18px;
}
.NewsFeed li a:hover strong {
	text-decoration: underline;
	color: #D55;
}
.NewsFeed li a span {
	font-size: 10px;
	line-height: 17px;
	color: #666;
	white-space: nowrap;
}

/*.TwitterFeed ul {
	margin: 0px;
	padding: 0 0 0 15px;
	list-style: none;
}
.TwitterFeed li {
	margin: 0px;
	padding: 4px 14px 3px 35px;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	background-image: url(/images/home/home_2_today_icon.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}
.TwitterFeed li a {
	color: #555;
}
.TwitterFeed li span {
	display: block;
	font-size: 13px;
	line-height: 19px;
	color: #333;
}
.TwitterFeed li span a {
	color: #C30;
}
.TwitterFeed li span a:hover {
	color: #E52;
	text-decoration: underline;
}
.TwitterFeed li span a:active {
	color: #EA5;
}*/

.Today .EndButton a {
	color: #991111;
	background-color: #FFDDDD;
}
.Today .EndButton a:hover {
	background-color: #FFEEEE;
}

/* ----- Plan */

.Offer {
	background-image: url(/images/home/home_2_plan_offer.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	height: 80px;
	width: 300px;
	margin: 0 14px;
}
.Offer a {
	font-size: 12px;
	line-height: 16px;
	color: #544;
	display: block;
	padding: 12px 0px 10px 60px;
}
.Offer a span {
	font-size: 19px;
	line-height: 31px;
	color: #322;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
}
.Offer a:hover span {
	color: #B31;
	text-decoration: underline;
}

.Plan ul {
	margin: 0 0 0 6px;
	padding: 1px 0 4px 0px;
	list-style-type: none;
	float: left;
	width: 138px;
}
.Plan ul.F {
	margin-left: 22px;
}
.Plan li {
	margin: 0px;
	padding: 2px 0 2px 17px;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-image: url(/images/home/home_0_bullets.png);
	background-repeat: no-repeat;
	background-position: 0px -37px;
}
.Plan li a {
	display: block;
	color: #333;
}
.Plan li a:hover {
	text-decoration: underline;
}

.Home h3.offer-title {
	color: #764;
}
.Home h3.offer-title span {
	color: #555;
	font-size: 12px;
	font-style: italic;
}

.Calendar h3 {
	color: #077;
}

.Planning h3 {
	color: #D25;
}
.Planning h3 a {
	color: #322;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	float: right;
	margin-top: 1px;
	margin-right: 16px;
}

.Plan .EndButton a {
	color: #116655;
	background-color: #CCEEE7;
}
.Plan .EndButton a:hover {
	background-color: #D7F7EE;
}

/* ----- Menus */

.Menus h3 {
	color: #B35;
}
.Menus h3 em {
	color: #B94;
	font-style: italic;
	font-weight: normal;
	margin-right: 5px;
}
.Menus ul.Listing {
	margin: 0px;
	padding: 5px 0px 0px 12px;
	list-style: none;
}
.Menus ul.Listing li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	height: 60px;
	width: 308px;
	float: left;
}
.Menus ul.Listing li a {
	display: block;
	color: #444;
	height: 60px;
	width: 290px;
	position: relative;
	opacity: 0.9;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.Menus ul.Listing li a:hover {
	opacity: 1;
}
.Menus ul.Listing li a .Image {
	background: url(/images/global/listing_attractions_imgbox_145.png) no-repeat 0px 0px;
	height: 60px;
	width: 155px;
	position: absolute;
	z-index: 99;
	display: block;
	left: -5px;
	top: 0px;
}
.Menus ul.Listing li a img {
	float: left;
	padding-right: 15px;
	padding-top: 2px;
}
.Menus ul.Listing li a .Name {
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	left: 157px;
	top: 11px;
	width: 130px;
}
.Menus ul.Listing li a .Name strong {
	color: #333;
	font-weight: normal;
}
.Menus ul.Listing li a:hover .Name {
	color: #222;
	text-decoration: underline;
}
.Menus ul.Listing li a .Colour {
	width: 5px;
	height: 52px;
	position: absolute;
	z-index: 98;
	display: block;
	left: 0px;
	top: 2px;
}
.Menus .EndButton a {
	color: #A24;
	background-color: #EECCDD;
}
.Menus .EndButton a:hover {
	background-color: #FFDDEE;
}

/* ----- magicforum */

.Forum h3 {
	color: #3377DD;
}
.Forum h3 span {
	color: #EE5500;
}
.Forum ul {
	margin: 0px;
	padding: 3px 19px 0 18px;
	list-style-type: none;
}
.Forum li {
	margin: 0px;
	padding: 2px 0 6px 19px;
	list-style-type: none;
	font-size: 13px;
	line-height: 17px;
	background-image: url(/images/home/home_0_bullets.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
.Forum li a {
	color: #334455;
	display: block;
	/*height: 36px;
	overflow: hidden;*/
}
.Forum li a:hover {
	text-decoration: underline;
}

.Forum .EndButton a {
	color: #DD4400;
	background-color: #FFE7D7;
}
.Forum .EndButton a:hover {
	background-color: #FFF0E0;
}

/* ----- Video */

.Video h3 {
	color: #AA9922;
}

.Video .Feature h5 {
	font-size: 16px;
	line-height: 21px;
	color: #224444;
	margin: 0px 17px;
	padding-top: 6px;
	font-weight: normal;
}
.Video .Feature h5 a {
	color: #224444;
	display: block;
	outline: none;
	position: relative;
	cursor: pointer;
}
.Video h5 a img {
	border: 1px solid #987;
}
.Video .Feature h5 a .Overlay {
	height: 158px;
	width: 290px;
	display: block;
	position: absolute;
	z-index: 99;
	background-image: url(/images/home/home_4_video_coverplay.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
* html .Video .Feature h5 a .Overlay {
	background-image: none !important;
}
.Video .Feature h5 a .T {
	color: #224444;
	clear: both;
	display: block;
	padding-top: 5px;
}
.Video .Feature h5 a:hover .T {
	text-decoration: underline;
}
.Video .Feature p {
	font-size: 10px;
	line-height: 15px;
	margin: 0px 19px;
	padding-top: 3px;
}
.Video .Feature p .R {
	color: #338888;
	padding-right: 4px;
}
.Video .Feature p .N {
	color: #222222;
	background-color: #FFDD88;
	padding-right: 3px;
	padding-left: 3px;
}
.Video .Feature p .ND {
	color: #554433;
	padding-left: 3px;
}

.Video .More {
	padding-top: 8px;
}
.Video .More h5 {
	font-size: 15px;
	line-height: 20px;
	color: #224444;
	margin: 0px 19px;
	padding-top: 6px;
	font-weight: normal;
}
.Video .More h5 a {
	color: #224444;
	display: block;
	outline: none;
	position: relative;
	cursor: pointer;
	height: 58px;
}
.Video .More h5 a .Overlay {
	height: 58px;
	width: 120px;
	display: block;
	position: absolute;
	z-index: 99;
	background-image: url(/video/wp-content/themes/magic/images/all_play_120px.png);
	background-position: 0px -60px;
}
* html .Video .More h5 a .Overlay {
	background-image: none !important;
}
.Video .More h5 a img {
	float: left;
}
.Video .More h5 a .TA {
	float: left;
	display: block;
	padding-left: 8px;
	width: 150px;
}
.Video .More h5 a .T {
	color: #224444;
	clear: both;
}
.Video .More h5 a:hover .T {
	text-decoration: underline;
}
.Video .More h5 a .R {
	color: #338888;
	font-size: 10px;
	line-height: 15px;
}

.Video .EndButton a {
	color: #664400;
	background-color: #F7EED7;
}
.Video .EndButton a:hover {
	background-color: #FFF7DD;
}

/* ----- ----- Explore */

.Explore {
	background: url(/images/home/home_3_explore.jpg) no-repeat 0px 0px;
	height: 140px;
	width: 975px;
	margin: 0px auto 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,40,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,40,0.5);
	box-shadow: 0 1px 3px rgba(0,0,40,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.Explore .Park {
	float: left;
}
.Explore .ParkDLP {
	width: 200px;
}
.Explore .ParkWDS {
	width: 200px;
	text-align: right;
}

.Explore .Park h3 {
	padding-top: 12px;
}
.Explore .ParkDLP h3 {
	padding-left: 20px;
}
.Explore .ParkWDS h3 {
	padding-right: 20px;
	padding-left: 0px;
}
.Explore .Park h3 a {
	color: #003399;
}
.Explore .Park ul {
	margin: 0px;
	list-style-type: none;
}
.Explore .ParkDLP ul {
	padding: 2px 0 0 77px;
}
.Explore .ParkWDS ul {
	padding: 2px 78px 0 0;
}
.Explore .Park li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
}
.Explore .Park li a {
	color: #113355;
}
.Explore .Park a:hover {
	text-decoration: underline;
}

.Explore .Carousel {
	float: left;
	width: 563px;
	padding-top: 30px;
}
.Explore .Carousel .jCArousel {
	float: left;
	overflow: hidden;
	width: 480px;
	height: 84px;
}
.Explore .Carousel ul {
	margin: 0px;
	float: left;
	list-style-type: none;
	padding: 0px;
	clear: both;
}
.Explore .Carousel li {
	margin: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 96px;
	padding: 0px;
	height: 84px;
}
.Explore .Carousel li a {
	opacity: 0.7;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.Explore .Carousel li a:hover {
	opacity: 1;
}
.Explore .Carousel li a img {
	border: 2px solid #FFFFFF;
}
.Explore .Carousel a.jCbutton {
	background-image: url(/images/home/home_3_carousel_buttons.png);
	background-repeat: no-repeat;
	display: block;
	height: 84px;
	width: 22px;
	float: left;
	cursor: pointer;
	outline: none;
}
.Explore .Carousel a.jCprev {
	background-position: 0px -90px;
	margin-left: 14px;
	margin-right: 5px;
}
.Explore .Carousel a.jCprev:hover {
	background-position: -25px -90px;
}
.Explore .Carousel a.jCnext {
	background-position: 0px 0px;
	margin-left: 5px;
}
.Explore .Carousel a.jCnext:hover {
	background-position: -25px 0px;
}

/* ----- ----- Connect */

.Connect {
	background-color: #fff;
	clear: both;
	width: 975px;
	margin: 0px auto;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,40,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,40,0.5);
	box-shadow: 0 1px 3px rgba(0,0,40,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 0px 10px;
}
.Connect-Inner {
}
.Connect-End {
}

.Connect h3 {
	color: #3355BB;
}
.Connect p {
	color: #444444;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding-right: 9px;
}
.Connect p a {
	color: #112244;
}
.Connect p a:hover {
	color: #112288;
	text-decoration: underline;
}

.Connect .Sidebox {
	background-image: url(/images/home/home_5_connect_sidebox.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 176px;
	width: 235px;
}
.Connect .Sidebox h3 {
	padding-top: 13px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.Connect .Sidebox p {
	padding-bottom: 6px;
	padding-left: 12px;
}
.Connect .RSS {
	margin-left: 10px;
}
.Connect .RSS ul {
	margin: 0px;
	padding: 1px 0 0 20px;
	list-style-type: none;
}
.Connect .RSS li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	line-height: 24px;
}
.Connect .RSS li a {
	color: #112233;
	display: block;
	padding-left: 21px;
	background-image: url(/images/home/home_5_connect_rss.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.Connect .RSS li a:hover {
	color: #222222;
	text-decoration: underline;
}
.Connect .Popular {
	margin-left: 6px;
}
.Connect .Popular ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.Connect .Popular li {
	margin: 0px;
	padding: 0px 0px 2px;
	list-style-type: none;
	font-size: 12px;
	line-height: 23px;
}
.Connect .Popular li a {
	color: #112233;
	display: block;
}
.Connect .Popular li a:hover {
	color: #222222;
	text-decoration: underline;
}
.Connect .Email {
	margin-left: 7px;
}
.Connect .Email .NewsletterForm {
	width: 195px;
	margin: 0px auto;
	padding-top: 3px;
	padding-bottom: 10px;
}
.Connect .Email .NewsletterForm form {
	margin: 0px;
	padding: 0px;
}
.Connect .Email .NewsletterForm .Input input {
	width: 190px;
}
.Connect .Email .NewsletterForm .Submit {
	padding-top: 5px;
	text-align: right;
}
.Connect .Email .NewsletterForm .Submit input {
	width: 90px;
}

.Connect .Centrebox {
	float: left;
	height: 176px;
	width: 479px;
	margin-left: 7px;
}
.Connect .Centrebox .Searchbox {
	width: 479px;
	height: 60px;
	background-image: url(/images/home/home_5_connect_searchbox.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.Connect .Centrebox .Searchbox form {
	margin: 0px;
	padding: 13px 0 0 13px;
}
.Connect .SearchInput {
	height: 30px;
	font-size: 15px;
	font-style: italic;
	line-height: 30px;
	color: #88AADD;
	width: 444px;
	padding-left: 7px;
	border: none;
	background: none;
}
.Connect .SearchInput:active,.Connect .SearchInput:focus,.Connect .SearchInput:hover {
	color: #2277DD;
}
.Connect .SearchInput:focus,.Connect .SearchInput:active {
	font-style: normal;
}
.Connect .Centrebox .Follow {
	width: 476px;
}
.Connect .Centrebox h3 {
	padding-top: 11px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.Connect .Centrebox p {
	padding-bottom: 5px;
	padding-left: 10px;
}
.Connect .Centrebox p.Like {
	padding: 4px 0px 0px 12px;
}
.Connect .Centrebox p.Link {
	padding-bottom: 0px;
}
.Connect .Centrebox p.Link a {
	background-image: url(/images/home/home_5_connect_follow.png);
	background-repeat: no-repeat;
	float: right;
	height: 35px;
}
.Connect .Centrebox .Facebook p.Link a {
	background-position: 0px 0px;
	width: 115px;
}
.Connect .Centrebox .Twitter p.Link a {
	background-position: -115px 0px;
	width: 80px;
}
