/* Reset everything */

@import url(reset.css); 

/* --- End -- */


/* Body Styles [1] */

body { 
	font-family: Arial, Verdana, sans-serif; 		
	font-size:12px; 
	line-height:18px; 
	color:#666; 	
	background: #fff; 
	border-top: 5px solid #77b900;
}

img, #booking-form, #nights, #rooms, .submit, #adults, #children, #best-rates, .formBtn, formBtn10, submit, .cal, .advert-bg img, .icon, .cta-home, #menu li ul { 
	/* behavior: url(iepngfix.htc);  */
}

/* --- End -- */


/* Defaults [2] */

#captcha img { background-color: #fff; width: 130px;}

ul.generic {
	margin-bottom: 15px;
	float: left;
}

ul.generic li {
	float: left;
	width: 100%;
}

ol {
	margin: 15px 0;
}

ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 15px;
}

a {
	color: #e37c00;
	text-decoration: none;
}

a:hover {
	color: #77b900;
}

strong {
	color: #333;
}

.left {
	float: left;
}

.right {
	float: right;
}

.breadcrumb {
	margin-bottom: 10px;
}

.breadcrumb a {
	color: #666;
}

.breadcrumb a:hover {
	color: #77b900;
}

.clear {
	clear: both;
}

	
#center	h1 {
		font-size: 18px!important;
	}

/* --- End -- */

/* contain the site [3] */

#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#hero {
	position: relative;
	width: 937px;
	height: 321px;
	border: 1px solid #77b900;
	clear: both;
}

.blog-link {
    position: absolute;
    right: -35px;
    top: 147px;
    z-index: 9999;
}

/* booking form [3.1] */

#booking-form {
	position: absolute;
	top: 14px;
	left: 14px;
	background: url("../images/book-background.png") no-repeat;
	width: 246px;
	height: 289px;
	color: #fff;
	z-index: 9000;
}

#booking-form h2, #booking-form h5 {
	font-weight: normal;
	color: #fff;
	margin: 15px 0 5px 15px;
	border-bottom: 1px solid #585858;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 5px;
	width: 215px;
}

p.cal {
	margin-left: 15px;
	background: url("../images/cal.png") no-repeat;
	padding-left: 35px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

div#day label, div#month label, div#year label {
	display: none;
}

div#day {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#month {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#year {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

div#nights {
	float: left;
	margin-left: 10px;
	background: url("../images/nights.png") no-repeat;
	background-position: top left;
}

div#nights label {
	padding-left: 25px;
	float: left;
	width:45px;
}

div#nights select {
	width: 40px;
}

div#adults {
	/*float: left;
	margin-left: 15px;
	background: url("../images/people.png") no-repeat;
	background-position: top left;*/
	background: url("../images/people.png") no-repeat scroll left top transparent;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

div#adults label {
	padding-left: 25px;
	float: left;
	width:45px;
}

div#adults select {
	width: 40px;
}

div#children {
	/*float: left;
	margin-left: 15px;
	background: url("../images/people.png") no-repeat;
	background-position: top left;*/
	background: url("../images/people.png") no-repeat scroll left top transparent;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

div#children label {
	padding-left: 25px;
	float: left;
	width:45px;
}

div#children select {
	width: 40px;
}

div#rooms {
	float: left;
	margin-left: 5px;
	background: url("../images/rooms.png") no-repeat;
	background-position: top left;
}

div#rooms label {
	padding-left: 25px;
	float: left;
	width:45px;
}

div#rooms select {
	width: 40px;
}

div.submit {
	position: absolute;
	bottom: 80px;
	left: 70px;
}

.formBtn {
	cursor: pointer;
	width: 104px;
	height: 42px;
	background: url("../images/_frmbtn.png") no-repeat;
	border: none;
}

.formBtn:hover {
	background: url("../images/_frmbtn-hover.png") no-repeat;
}

.formBtn10 {
	cursor: pointer;
	width: 104px;
	height: 42px;
	background: url("../images/lp-enquire.png") no-repeat;
	border: none;
	float: right!important;
	line-height: 0;
	font-size: 0;
	text-indent: -3000px;
	display: block;
	margin-right: -40px;
}

.formBtn10:hover {
	background: url("../images/lp-enquire-hover.png") no-repeat;
}

form#checkin div.formSection {
clear: both;	
}


#best-rates {
	position: absolute;
	bottom: 10px;
	left: 13px;
}


/* --- End -- */

/* Header [4] */

#header {
	width: 100%;
	height: 105px;
	color: #77b900;
}

#logo {
	float: left;
	width: 120px;
	height: 86px;
	margin-top: 15px;
}

#strap {
	float: left;
	margin-top: 45px;
	font-size: 18px;
	margin-left: 15px;
	width: 400px;
	font-size: 30px;
	font-weight: normal;
}

#strap span {
	font-size: 18px;
	margin-left: 130px;
	padding-top: 10px!important;
	display: block;
}

#social {
	float: right;
	width: 200px;
	margin-top: 6px;
}

.book-now a {
	background: url("../images/booknow.gif");
	width: 97px;
	height: 34px;
	display: block;
	text-indent: -3000px;
}

.book-now a:hover {
	background: url("../images/booknow-hover.gif");
}

/* --- End -- */

/* Navigation [5] */

#menu {
	position: relative;
	float: right;
	width: 800px;
	height: 42px;
	text-transform: uppercase;
	background: url("../images/navbg.gif") no-repeat;
	z-index: 9999!important;
}

#menu ul {
	margin-left: 5px;
	z-index: 9999!important;
}	

#menu li {
	float: left;
	margin-top: 5px;
	position: relative;
	z-index: 9999!important;
}

#menu a {
	color: #fff!important;
	display: block;
	padding: 0 5px;
	padding-bottom: 5px;
		height: 33px;
	line-height: 33px;
	font-size: 12px;
	border-right: 1px solid #5ca903;
	border-left: 1px solid #8ac505;
	z-index: 9999!important;
}

#menu a:hover {
	z-index: 9999!important;
	text-decoration: none!important;
}

#menu li.active a {
	color: #417630!important;
	z-index: 9999!important;
	text-decoration: none!important;
}

#menu li.last a {
	border-right: none;
	z-index: 9999!important;
}

#menu li.first a {
	border-left: none;

	background: url("../images/home-icon.gif") no-repeat!important;
	width: 30px;
	background-position: 10px 5px!important;
	border-right: none;
	z-index: 9999!important;
}

#menu li ul {
width: auto;
position: absolute!important;
clear: left;
top: 37px;
left: -8px;
display: none;
text-align: left;
font-size: 0.85em;
z-index: 9999!important;
	background: url("../images/bottom.png") no-repeat!important;
	background-position: bottom left!important;
overflow: hidden!important;
padding-bottom: 16px!important;
z-index: 9999!important;
width: 171px!important;
}

#menu li ul li {
clear: both;
text-align: left;
background: transparent;
z-index: 9999!important;
margin: 0;
z-index: 9999!important;
		background: url(../images/dropdown1.png);
	width: 171px!important;		
}

#menu li ul li a {
position: relative;
padding: 0 10px!important;
font-size: 1em;
text-align: left;
width: 141px!important;
height: 28px;
z-index: 9999!important;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #7cbd00;
margin: 0 5px;
z-index: 9999!important;
color: #fff!important;
display: block;
}

#menu li ul li.last a {
		border-bottom: none;
		z-index: 9999!important;
}
	

#menu li ul li a:hover {
position: relative;
z-index: 9999!important;
		color: #fff!important;
	background: #82bf00;
	z-index: 9999!important;
		text-decoration: none!important;
}

#menu li:hover a, #menu li.over a{
position: relative;
z-index: 9999!important;
	color: #fff!important;
}

#menu li ul li a, #menu li.over li a {
position: relative;
text-decoration: none !important;
z-index: 9999!important;
	color: #fff!important;
}

#menu li:hover ul, #menu li.over ul {
position: relative;
display: block!important;
z-index: 9999!important;
	color: #fff!important;
}

#menu li ul li a:visited {
	color: #fff!important;
}

/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
/* --- End -- */ 

/* Home page only [6] */

	/* Home page left [6.1] */
	
	#left {
		width: 236px;
		float: left;
		margin-top: 20px;
	}
	
	#left .cta-home p {
		margin: 10px;
	}
	
	#left .cta-home {
		margin-left: 3px;
	}
	
	.left-top h3 {
		color: #fff;
		text-transform: uppercase;
		font-size: 11px;
		background: url("../images/left-top.gif") no-repeat;
		width: 240px;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}
	
	.left-top h3 a {
		color: #fff;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	.top-curve {
		background: url("../images/advisor-top.gif") no-repeat;
		width: 220px;
		height: 10px;
	}
	
	.left-inner {
		width: 217px;
		border-left: 1px solid #7fbd0f;
		border-right: 1px solid #7fbd0f;
		height: auto!important;
		height: 230px;
		min-height: 230px;
		padding: 10px;
	}
	
	.left-bottom {
		background: url("../images/left-bottom.gif") no-repeat;
		width: 240px;
		height: 32px;
		margin-bottom: 10px;
	}
	
	.liverpool-top {
		background: url("../images/liverpool-top.gif") no-repeat;
		width: 220px;
		height: 27px;
		line-height: 27px;
		text-align: right;
		color: #fff;
		clear: both;
		margin-left: 3px;
	}
	
	.liverpool-top p, .everton-top p {
		margin-right: 10px;
	}
	
	.liverpool-inner, .everton-inner {
		width: 198px;
		margin-bottom: 10px;
		padding: 10px;
		margin-left: 3px;
		height: 180px;
		position: relative;
	}
	
	.here {
		position: absolute!important;
		bottom: 0px!important;
		left: 0px!important;
	}
	
	.liverpool-inner img {
		border: 1px solid #db2032;
	}
	
	.liverpool-inner {
		border: 1px solid #DB2032;
	}
	
	.everton-inner {
		border: 1px solid #3B73B0;
	}
	
	.everton-top {
		background: url("../images/everton-top.gif") no-repeat;
		width: 220px;
		height: 27px;
		line-height: 27px;
		text-align: right;
		color: #fff;
		margin-left: 3px;
	}
	
	.everton-inner img {
	
	}

	/* middle [6.2] */
	
	#center {
		width: 462px;
		float: left;
		margin-left: 0px;
		margin-top: 20px;
	}
	
	#center p {
		clear: both;
		margin: 10px;
		font-size: 12px;
	}
	
	#center-wide {
		width: 700px;
		float: left;
		margin-left: 0px;
		margin-top: 20px;
	}
	
	#center-wide h2, #center-widest h2 {
		color: #77b900;
		font-size: 24px;
	}
	
		#center-wide h1, #center-widest h1 {
		color: #77b900;
		font-size: 24px;
	}
	
	#center-wide h3, #center-widest h3 {
		color: #77b900;
		font-size: 16px;
		margin: 10px 0;
	}
		
	#center-wide p, #center-widest p {
		margin: 10px;
		margin-left: 0;
		font-size: 12px;
		
	}
	
	#center-wide ul, #center-widest ul {
		margin: 10px;
		margin-left: 20px;
	}
	
	#center-wide  li, #center-widest li {
		background: url("../images/li.gif") no-repeat;
		background-position: center left;
		padding-left: 20px;
	}
	
	.attraction .left {
		margin-right: 20px;
	}
	
	.attraction {
		border-bottom: 1px solid #77b900;
		overflow: hidden;
		padding: 10px 0;
		margin-bottom: 5px;
	}
	
	.attraction h3 {
		margin-top: 0!important;
	}
		
	
	.room-details {
		float: right;
		width: 300px;
		margin-top: -10px!important;
		margin: 0;
	}
	
	.book-now2 a {
		background: url("../images/book-now.gif");
		width: 92px;
		height: 30px;
		display: block;
		text-indent: -3000px;
	}

	.book-now2 a:hover {
		background: url("../images/book-now-hover.gif");
	}

	.view-more a {
		background: url("../images/view-more.gif");
		width: 92px;
		height: 30px;
		display: block;
		text-indent: -3000px;
	}

	.view-more a:hover {
		background: url("../images/view-more-hover.gif");
	}

	.buttons li {
		float: left;
		margin-right: 10px;
		background: none!important;
	}
	
	ul.gallery li {
		background: none!important;
		padding-left: 0px!important;
	}
	
	/* Call to action Boxs [6.2.2] */
	
	.cta-home {
		float: left;
		width: 220px;
		height: 180px;
		background: url("../images/home-cta.gif");
		margin-left: 5px;
		margin-bottom: 10px;
	}
	
	.cta-home.long {
		height: auto;
		background: url("../images/newoffersbg.jpg") bottom left!important;
	}
	

	
	.cta-home h2, .cta-main h2, .cta-main2 h2, .cta-home h5 {
		background: url("../images/overlay.png");
		width: 219px;
		height: 30px;
		line-height: 25px;
	}
	
	.cta-home h2 span a, .cta2 h2 span a, .cta-main h2 span a, .cta-main2 h2 span a, .cta-home h5 span a {
		color: #fff;
		text-transform: uppercase;
		font-size: 11px;
		margin-left: 5px;
		font-weight: normal;
	}
	
	.cta1 h2 span a:hover, .cta2 h2 span a:hover, .cta-main h2 span a:hover, .cta-main2 h2 span a:hover, .cta-home h2 span a:hover, .cta1 h5 span a:hover, .cta2 h5 span a:hover, .cta-main h5 span a:hover, .cta-main2 h5 span a:hover, .cta-home h5 span a:hover, {
		color: #417630!important;
	}
	
	.cta-home.long h2, .cta-home.long h5 {
		margin-top: -5px;
	}
	
	.cta-home.long dl {
		margin: 10px;
	}
	
	
	.meeting-booking {
		 padding: 0 10px 0 15px;
	}
	
	.icon {
		float: left;
		margin-top: 5px;
		margin-left: 5px;
	}
	
	.icon-big {
		float: left;
		margin-top: 2px;
		margin-left: 5px;
	}
	
	.cta-main {
		float: left;
		width: 220px;
		height: 180px;
		background: url("../images/cta-main.gif");
		margin-left: 5px;
		margin-bottom: 20px;
	}
	
	.cta-main2 {
		float: right;
		width: 220px;
		height: 180px;
		background: url("../images/cta-main.gif");
		margin-right: 5px;
		margin-bottom: 20px;
	}
	
	.cta-main p, .cta-main2 p {
		width: 200px;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
		color: #333;
		margin-bottom: 10px;
		font-size: 12px!important;
	}
	
	.newsletter form {
		width: 200px;
		margin: 0 auto;
		text-align:center;
	}
	
	.newsletter form div {
		margin-bottom: 15px;
	}
	
	.newsletter label {
		display: none;
	}
	
	input.Textbox {
		border: 1px solid #ccc;
		color: #77b900;
		width: 190px;
		padding: 3px;
		text-align: center;
	}
	
	input.subscribe-btn {
		background: url("../images/subscribe-btn.gif");
		width: 97px;
		height: 33px;
		border: none;
	}
	
	input.subscribe-btn:hover {
		background: url("../images/subscribe-btn-hover.gif");
		cursor: pointer;
	}
	
	.facil-top {
		width: 700px;
		height: 14px;
		background: url("../images/facil-top.gif");
		margin-top: 20px;
	}
	.facil {
		width: 700px;
		background: url("../images/facil.gif");
		background-position: bottom left;
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.facil h4 {
		margin: 10px 10px 10px 20px;
		margin-top: 0;
		font-size: 18px;
		color: #77b900;
	}
	
	.half {
		width: 49%;
	}
	.wide { width: 98%;}
	
	.half p, .half ul {
		padding-left: 20px;
	}
	
	.half ul {
		margin-bottom: 20px;
		margin-left: 0!important;
	}
	
	.half ul li {
		padding-left: 20px;
		background: url('../images/half-li.gif') no-repeat !important;
		height: 20px;
		line-height: 20px;
	}
	
	.sky {
		margin-bottom: 7px;
	}
	
	ul.gallery li {
		float: left;
		margin-left: 15px;
	}
		
	
	/* right [6.3] */
	
	#right {
		width: 226px;
		float: right;
		margin-top: 20px;
	}
	
	#right-home {
		width: 246px;
		float: right;
		margin-top: 20px;
		margin-right: -5px;
	}
	
	li.offers a {
		background: url("../images/offers-tab.gif")!important;
		width: 101px;
		height: 35px;
		text-indent: -3000px;
	}
	
	li.offers a:hover {
		background: url("../images/offers-tab-hover.gif")!important;
	}

	li.twitter a {
		background: url("../images/twitter-tab.gif")!important;
		width: 100px;
		height: 36px;
		text-indent: -3000px;
	}
	
	li.twitter a:hover {
		background: url("../images/twitter-tab-hover.gif")!important;
	}
	
	#left dt, .left-inner dt {
		color: #333;
	}
	
	#left dd, .left-inner dd {
		border-bottom: 1px solid #c8c7c7;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	
	.right-top {
		background: url("../images/right-top.gif");
		width: 225px;
		height: 32px;
	}
	
	.right-top h2, .right-top h5 {
		width: 223px;
		height: 32px;
		line-height: 25px;
	}
	
	.right-top .icon {
		margin-top: 5px!important;
	}
	
	.right-top h2 span a, .right-top h5 span a {
		color: #fff;
		text-transform: uppercase;
		font-size: 11px;
		margin-left: 2px;
		font-weight: normal;
	}
	
	.right-inner {
		width: 223px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	.right-inner dl {
		margin: 0 10px;
		padding-top: 10px;
	}
	
	.right-inner p {
		padding: 5px 10px;
	}
	
	.right-bottom {
		background: url("../images/right-bottom.gif");
		width: 225px;
		height: 25px;
		margin-bottom: 10px;
	}
	
	.advert-bg {
		background: url("../images/advert-bg.gif");
		width: 224px;
		background-position: bottom left;
		padding-left: 1px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	
	.advert-bg p {
		margin: 7px;
	}
	
	h2.advert-title span a, h5.advert-title span a{
		margin-left: 10px;
		font-size: 16px;
		text-transform: none;
		line-height: 30px;
	}
	
	.offers {
		border-bottom: 1px solid #999;
		margin-bottom: 10px;
	}
		
/* --- End -- */



/* Footer [7] */

.two-col-top {
	background: url("../images/2-col-top.gif") no-repeat;
	width: 460px;
	height: 33px;
}

.two-col-top h4 {
	float: left;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 5px!important;
}

.two-col-inner {
		background: url("../images/2-col-inner.gif") no-repeat;
		background-position: bottom left;
	overflow: hidden;
	width: 460px;
height: 225px;
	margin-bottom: 10px!important;
}
	
#two-col {
	clear: both;
	margin-bottom: 100px!important;
}

.contact-left {
	float: left;
	width: 214px;
	border-right: 1px solid #7fbd0f;
	height: 220px;
	padding: 8px;
}

.like-left {
	float: left;
	width: 230px;
height: 225px;
	border-right: 1px solid #c8c7c7;
}
.like-left li {
	width: 100%;
	height: 33px;
	line-height: 35px;
	border-bottom: 1px solid #c8c7c7;
}

.like-left ul {
	margin-left: 1px;
}

.like-left li.last {
	border-bottom: none;
}

.like li a {
	padding-left: 20px;
	display: block;
}

.like li a:hover {
	background: #e37c00;
	color: #fff;
}

.contact-right {
	width: 200px;
	float: right;
	margin: 10px;
}

.like-right {
	width: 218px;
	float: right;
	margin: 0px;
	margin-top: 10px;
}

.h4-icon {
	 float: left;
	 margin-left: 15px;
	 margin-top: 4px;
}

li.title {
	color: #7dbc08;
}

#footer {
	background: url("../images/footer.gif") repeat-x;
	background-position: top left;
	clear: both;
}

.footer-inner {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.footer-inner ul {
	width: 420px;
	margin: 0 auto;
	height: 52px;
	line-height: 52px;
}

.footer-inner li {
	display: inline;
}

.copyright {
	width: 400px;
	margin: 10px auto;
	color: #333;
	text-align: center;
}

.footer-inner li a {
	color: #fff;
	text-decoration: none;
}
.footer-inner li a:hover {
	color: red;
}

/* --- End -- */
.delegate a {
	background: url("../images/delegate.gif");
	width: 255px;
	height: 30px;
	display: block;
	text-indent: -3000px;
}

.delegate a:hover {
	background: url("../images/delegate-hover.gif");

}

.contact-form {
	float: right;
	width: 400px;
}

.contact-form div {
	margin: 10px 0;
}

.contact-form fieldset {
	border: 1px solid #77B900;
	padding: 10px;
}

.contact-form legend {
	padding: 0 10px;
}

.contact-form label {
	float: left;
	width: 125px;
}

.contact-form input {
	width: 200px;
}

.contact-form textarea {
	width: 202px;
}

#slideshow {
	position: relative;
z-index: 5;

}



#slideshow IMG {
   width:937px;
   height:322px;
    }



slideshow IMG.active {
    z-index:10;
    opacity: 1.0;
}



#slideshow IMG.last-active {
    z-index:9;
}

input#submit-button {
	width: 95px;
	height: 32px;
	background: url("../images/submit.gif");
	border: none;
}

input#submit-button:hover {
	background: url("../images/submit-hover.gif")!important;
	cursor: pointer;
}

ul.no-arrow li {
	background: none!important;
}

.sky-rss {
padding-top: 10px;
	margin: 5px auto; 
	font-size: 12px;
	margin-top: 10px;
	background: #ececec;
}

dl.stamp {
	float: left;
	background: #77b900;
	color: #FFF;
	padding: 10px;
	margin: 10px;
	width: 20px;
margin-top: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.sitemap ul li {
	background: none!important;
	font-weight: bold;
}

.sitemap ul li ul li {
		background: url("../images/li.gif") no-repeat!important;
	font-weight: normal;
		background-position: center left!important;
}

.football img {
	float: left;
	margin: 10px 10px 10px 0;
	display: none;
}

.everton dt {
	clear: both!important;
	background: #003399;
	padding: 5px;
	color: #fff;
}

.everton dt a, .liverpool dt a {
	margin-left: 5px;
	color: #fff;
}

.everton dt a:hover, .liverpool dt a:hover {
	text-decoration: underline;
}

.everton dd {
	padding: 10px;
	border: 1px solid #003399;
	margin-bottom: 10px;
	height: 70px;
}

.liverpool dt {
	clear: both!important;
	background: #cc0000;
	padding: 5px;
	color: #fff;
}

.liverpool dd {
	padding: 10px;
	border: 1px solid #cc0000;
	margin-bottom: 10px;
	height: 70px;
}

 dl.football {
	width: 340px!important;
}

#football, #football2 {
	float: left;
	 margin-right: 10px;
}

.tripa {
	background: url("../images/tripa.gif") no-repeat!important;
	width: 240px;
	height: 271px!important;
}

*html .tripa-content {
	display: none!important;
}

.tripa a {
	display: block;
		width: 240px;
	height: 544px!important;
}
	
ul.twitter-updates li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #77B900;
}

span.update {
	float: left;
}

span.date {
	clear: both;
	color: #E37C00;
}

#fragment-1 p strong {
	margin-bottom: 10px;
	display: block;
}

img#captcha {
	margin-top: 10px;
}

.widSSPBranding dd {
	display: none !important;
}

.news-post {
	margin: 10px 0;
	border-bottom: 1px solid #77B900;
	padding-bottom: 5px;
}

.news-post h4 span {
	float: right;
}

.job {
	margin: 10px;
	border-bottom: 1px solid #77B900;

}

form#frmSS14 {
	width: 230px;
	margin-left: 30px;
}

#frmSS14 label {
	float: left;
	width: 200px;
	margin-bottom: 3px;
}

#frmSS14 input {
	float: left;
	width: 180px;
	margin-bottom: 5px;
}

#frmSS14 input.formBtn {
	float: right;
	margin-right: 40px;
	width: 102px;
	text-indent: -3000px;
	line-height: 0;
	font-size: 0;
}

dl.job-details {
	margin: 10px 0;
}

dl.job-details dt {
	clear: both;
	float: left;
	width: 200px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	display: block;
}

dl.job-details dd {
	float: left;
	width: 400px;
	border-bottom: none;
	height: 20px;
	line-height: 20px;
	display: block;
}

.job-nav h2 {
	margin-bottom: 10px;
}

.job-nav h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.job-nav ul {
	margin-left: 10px;
}

#frmSS26{
display:inline-block;
width:280px;
}

#frmSS26 label{
float:left;
margin-bottom:11px;
}

#frmSS26 input{
display:inline-block;
float:right;
margin-bottom:7px;
}


#brochure-captcha{
float:left;
}

#brochure-captcha input{
float:left !important;
}


#brochure-form-tick{
margin-top:10px;
width:300px;
}

#brochure-form-tick label{
margin-bottom: 0 !important;
}

#brochure-form-tick input{
float:left;
}

#brochure-submit{
float:left !important;
margin-top:5px !important;
background:url("../images/submit_a.png") no-repeat;
width: 98px;
height:39px;
border:none;
cursor:pointer;
}

#brochure-submit:hover{
float:left !important;
margin-top:5px !important;
background:url("../images/submit_b.png") no-repeat;
width: 98px;
height:39px;
border:none;
cursor:pointer;
}

#frmSS25{
width:300px;
min-height:240px;
margin-top:30px;
}

#frmSS25 input{
float:right;
width:150px;
}

#frmSS25 label{
float:left;
}

#frmSS25 fieldset {

}

#frmSS25 div{
height:35px;
}

#captcha input{
float:left !important;
width:170px !important;
}

#captcha a{

}#comp-win{margin-left:1px;}


/*----- xmass form start -------*/
#frmSS35{
margin-top: 15px;
margin-left:30px;
width: 180px;
}

#frmSS35 input{
width: 170px;
float:left;
margin-bottom:5px;

}

#frmSS35 label{

}

#frmSS35 select{
float:left;
width:175px;
margin-top: 5px;
}


#frmSS35 div{

}

#captcha-sec{
float:left;
}

#captcha-sec img{
background:white;
}

#xmas-submit{
	background: url("../images/submit.png") no-repeat;
    border: none;
    float: left !important;
    height: 36px;
    width: 96px !important;
	cursor:pointer;
	margin-top:5px;
}

#xmas-submit:hover{
	background: url("../images/submit.png") no-repeat;
    border: none;
    float: left !important;
    height: 36px;
    width: 96px !important;
	cursor:pointer;
	background-position:0px -36px;
	margin-top:10px;
}
/*----- xmass form end -------*/
