
body {
	font: 62.5%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ccc;
	color: #333;
}

input,
select,
textarea {
	font: 1.1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input.submit {
	padding: 4px 15px;
	border: 1px solid #ccc;
	background: #999;
	color: #fff;
	font-size: 1em;
}

input.submit:hover {
	background-color: #333;
}

#wrapper {
	font-size: 1.2em;
	background-color: #fff;
	width: 979px;
	margin-left: 60px;
	position: relative;
}

p {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

div.feature-boxes em {
	font-weight: normal;
	font-style: normal;
}


img {
	display: block;
}


.col-left ul {
	padding-left: 1em;
	margin-left: 1em;
}
.col-left li {
	list-style-type: square;
	margin-left: 0;
	padding-left: 0;
}

a {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #ff3333;
}

div.clearing {
	clear: both;
}

strong {
	font-weight: bold;
}

p.skip {
	position: absolute;
	top: -100px;
}

input[type=image] {
	display: block; /* IE7 */
}

.hidden {
	display: none;
}

/* @group header */

#header {
	height: 126px;
	position: relative;
}

#lcc {
	background: url(../images/lancashire_logo.gif) no-repeat;
	width: 158px;
	height: 73px;
	position: absolute;
	top: 30px;
	right: 50px;
	text-indent: -5000px;
}

#cl {
	background: url(../images/creative_lancashire.gif) no-repeat;
	width: 284px;
	height: 27px;
	text-indent: -5000px;
	position: absolute;
	top: 45px;
	left: 39px;
}

/* @end */

/* @group navbar */

#navbar,
#subnav {
	background: #333;
	z-index: 2;
	position: relative;
	width: 100%; /* IE7 */
}
#subnav {
	background: #999;
	z-index: 1;
}
#navbar li,
#subnav li {
	margin: 0 9px 0 15px;
	float: left;
	position: relative;
	display: inline;
}
#navbar a,
#subnav a {
	color: #ccc;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	display: block;
	text-transform: lowercase;
	float: left; /* IE6 */
}
#subnav a {
	color: #000;
}

#navbar a:hover,
#navbar li.on a,
#subnav a:hover,
#subnav li.on a {
	color: #fff;
}

#navbar li.last {
	float: right;
	margin: 0;
}

#navbar li.last a {
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #666666;
}

#navbar li.last a.login-menu-toggle {
	background-image: url(../images/arrow-bottom.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 24px;
}

#navbar li.last a.login-menu-toggle:hover,
#navbar li.last a.login-menu-toggle-open {
	background-position: bottom right;
}

#navbar li.on,
#subnav li.on {
	height: 46px;
	background: url(../images/navbar-arrow.png) no-repeat center bottom;
	margin-bottom: -6px;
}
#subnav li.on {
	background-image: url(../images/subnav-arrow.png);
}

#navbar .login-menu-toggle-open {
	color: #fff;
	background-color: #666666;
}

/* @end */

div#intro {
	width: 587px;
	background-color: #bb0023;
	color: #fff;
	border-right: 1px solid #ccc;
	height: 250px;
	float: left;
}

div#intro h1 {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1em;
	font-size: 3.7em;
	margin-bottom: 15px;
	position: relative;
	padding-top: 35px;
}

div#intro p {
	margin-left: 30px;
	margin-right: 195px;
	font-size: 1.3em;
	line-height: 1.4em;
}

div#intro a {
	color: #fff;
}
div#intro a:hover {
	color: #999;
}

div#featured-profile,
div#call-to-action {
	height: 250px;
	width: 391px;
	float: left;
	position: relative;
}

div#call-to-action {
	border-bottom: 1px solid #ccc;
}

div#featured-profile h2,
div.cta-snippet h2 {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ff3;
	padding: 6px 15px;
}

div.profile-snippet,
div.cta-snippet {
	background-image: url(../images/feature-overlay.png);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 125px;
	color: #fff;
}

div.profile-snippet p,
div.cta-snippet p {
	margin-right: 15px;
	margin-left: 15px;
}

div.profile-snippet strong,
div.cta-snippet strong {
	font-size: 2.4em;
	line-height: 1em;
	position: relative;
	display: block;
	padding-top: 10px;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
}

div.profile-snippet:hover strong {
	text-decoration: underline;
}

div.profile-snippet a {
	text-indent: -3000px;
	overflow: hidden;
	position: absolute;
	top: -125px;;
	left: 0;
	display: block;
	width: 100%;
	height: 250px;
	background: url(../images/blank.gif);
}

div.profile-snippet a,
div.cta-snippet a {
	color: #fff;
	font-weight: bold;
}
div.profile-snippet a:hover,
div.cta-snippet a:hover {
	color: #ff3333;
}

div.profile-snippet a:hover {
}

div.profile-snippet a em,
div.cta-snippet a em {
	display: none;
}

/* @group featured boxes */

#featured-boxes {
	border-top: 1px solid #ccc;
	position: relative;
}

#featured-boxes ul {
	margin: 0;
	height: 190px;
	padding: 0;
}

#featured-boxes li {
	position: relative;
	float: left;
	display: block;
	border-right: 1px solid #ccc;
	background: #fff url(../images/info.png) no-repeat right top;
	height: 190px;
	width: 195px;
}

#featured-boxes li.last {
	border-right-style: none;
}

#featured-boxes li:hover,
#featured-boxes li.hover {
	background-color: #bb0023;
	background-position: right bottom;
}

#featured-boxes li:hover a,
#featured-boxes li.hover a {
	color: #fff;
}

#featured-boxes a {
	position: absolute;
	top: 0;
	left: 0;
	width: 195px;
	height: 190px;
	text-decoration: none;
	color: #1f1f1f;
	background: url(../images/blank.gif); /* IE7 */
}

#featured-boxes a:hover {
	color: #fff;
}

#featured-boxes a em {
	line-height: 40px;
	margin-left: 15px;
}

#featured-boxes img {
	margin-top: 40px;
	margin-bottom: 5px;
	position: relative;
}

/* @end */

/* @group featured events */

#featured-events {

}

#featured-events ul {
	margin: 0;
	padding: 0;
}

#featured-events li {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	list-style-type: none;
	width: 195px;
	height: 250px;
	position: relative;
}

#featured-events li:hover,
#featured-events li.hover {
	background: url(../images/event_over.gif) no-repeat;
}

#featured-events li:hover h3 a,
#featured-events li.hover h3 a {
	color: #fff;
}

#featured-events li p {
	margin-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

#featured-events li p em {
	line-height: 40px;
}

#featured-events img {
	margin-top: 40px;
	margin-bottom: 1em;
}

#featured-events li h3 a {
	text-decoration: none;
	color: #1f1f1f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 100%;
	line-height: 40px;
	background: url(../images/blank.gif); /* IE7 */
}

#featured-events h3 a em {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 15px;
	cursor: pointer; /* IE7 */
	font-weight: normal;
	font-style: normal;
}

#featured-events p a em {
	display: none;
}

#featured-events p a {
	font-weight: bold;
	color: #1f1f1f;
}

#featured-events p a:hover,
#featured-events li:hover a {
	color: #bb0023;
}



/* @end */



/* @group feature boxes Staff */

.col-left h3,
.col-right h3 {
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	color: #1f1f1f;
}

.col-left h4,
.col-right h4 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 13px 15px 12px 15px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	color: #1f1f1f;
}
.col-right h4 {
	line-height: 40px;
	padding: 0 0 0 15px;
}

.col-right h4.minus {
	margin-left: -1px;
	border-top: none;
	background: #fff url(../images/h_minus.gif) no-repeat;
}

/* @end */






/* @group Categories */

#categoriesSearch {
	position: absolute;
	top: 0;
	right:10px;
	line-height: 40px;
	display: block;
	color: #1f1f1f;
	text-align: right;
}

#categoriesSearch a {
	background: url(../images/icon-magnify.gif) no-repeat right 0;
	padding-right: 20px;
	text-decoration: none;
}

#categoriesSearch a.hover,
#categoriesSearch a:hover {
	background: url(../images/icon-magnify.gif) no-repeat right -16px;
	padding-right: 20px;
	text-decoration: underline;
	color: #ff3333;
}

/* @end */


/* @group feature boxes */

.feature-boxes ul {
	margin: 0;
	padding: 0;
}
.feature-boxes li {
	position: relative;
	float: left;
	display: block;
	border-right: 1px solid #ccc;
	background: #fff url(../images/info.png) no-repeat right top;
	height: 190px;
	width: 195px;
}
.feature-boxes li.last {
	border-right: 0;
}
.feature-boxes a,
.feature-boxes span.title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #1f1f1f;
	background: url(../images/blank.gif); /* IE7 */
	z-index: 1;
}
.feature-boxes a:hover,
.feature-boxes span.title:hover,
.feature-boxes li:hover a,
.feature-boxes li:hover span.title,
.feature-boxes li.hover a,
.feature-boxes li.hover span.title {
	color: #fff;
}
.feature-boxes li:hover,
.feature-boxes li.hover {
	background-color: #bb0023;
	background-position: right bottom;
	color: #fff;
}

.feature-boxes a em,
.feature-boxes span.title em {
	line-height: 40px;
	margin-left: 15px;
}
.feature-boxes img {
	margin-top: 40px;
	margin-bottom: 5px;
	display: block;
}

.feature-boxes-overlay {
	position: absolute;
	top: 40px;
	left: 0;
	height: 115px;
	width: 165px;
	padding: 15px;
	background: url(../images/feature-overlay.png);
	color: #fff;
	display: none;
	cursor: default;
}
.feature-boxes li:hover .feature-boxes-overlay,
.feature-boxes li.hover .feature-boxes-overlay {
	display: block;
}

.staff-boxes {
	margin-bottom: 50px;
	border-top: 1px solid #ccc;
}
.staff-boxes li {
	background-image: url(../images/info-mail.png);
}
.category-boxes li {
	height: 185px;
	background-image: none;
}
.category-boxes li:hover,
.category-boxes li.hover {
	background-image: none;
}
.category-boxes img {
	margin-bottom: 0;
}


/* @end */

/* @group register form */

form.register {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	display: block;
}

form.register textarea {
	height: 60px;
	padding: 5px !important;
}

form.register input.tfield {
	margin-top: 5px;
	padding: 5px !important;
}

form.register p {
}

form.register p.charlimit-notice {
	margin-left: 121px;
}
form.register p.charlimit-notice-error {
	color: #BB0023;
	border: 0;
}

.register h4 {
	border-top: 0;
}

.register h5 {
	clear: both;
	padding-left: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	margin-top: 20px;
}

.register h5.top {
	border-top: none;
	margin-top: 0;
}


.register-left {
	float: left;
	width: 391px;
	border-right: 1px solid #ccc;
}
.register-right {
	float: left;
	width: 195px;
}
.register-fields {
	padding: 15px 15px 0 15px;
}

.register-right .sep {
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
}
.sep hr {
	display: none;
}

.register #jpFrmMessage {
	clear: none;
	background-color: #fff;
	padding-left: 15px;
	margin-bottom: 0;
	margin: 0;
	padding: 1em 15px;
	border-bottom: 1px solid #ccc;
}


/* @group forms */

#jpFrmMessage {
	padding: 0 15px 15px;
	background-color: #f7f7f7;
	color: #bb0023;
	border-bottom: 1px solid #ccc;
	margin-left: -15px;
	margin-right: -15px;
}

.fullWidth #jpFrmMessage {
	margin-right: 0;
	margin-left: 0;
}

.jpFrmError {
	border-color: #bb0023 !important;
}

label.jpFrmError {
	color: #bb0023;
	border: none;
}

.col-right form {
	border-bottom: 1px solid #ccc;
	background-color: #f7f7f7;
	display: block;
	padding: 15px 15px 0 15px;
}

.col-right form#frmContact {
	border-bottom: none;
}

.col-right form p,
form.register p {
	clear: both;
}

.col-right input.tfield,
.col-right textarea.tfield,
.col-right select.tfield,
.col-right select,
.col-right textarea,
form.register input.tfield,
form.register select,
form.register textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	width: 240px;
	float: right;
	margin-bottom: 10px;
}

.col-right select {
	width: 248px;
}

form.register input.tfield,
form.register select,
form.register textarea {
	width: 228px;
}
form.register select {
	width: 240px;
}

form.register #fldCompany_desc {
	height: 180px;
}

.col-right label {
	padding: 3px;
	float: left;
	width: 107px;
	line-height: 1.6em;
}

p.delete-account {
	margin-left: 30px;
	margin-top: 15px;
}
p.delete-account a {
	padding-left: 18px;
	background: url(../images/delete.gif) 0 1px no-repeat;
	color: #999;
	text-decoration: underline;
}
p.delete-account a:hover {
	text-decoration: none;
}

form.register label {
	padding: 3px;
	float: left;
	width: 107px;
	line-height: 1.4em;
}

form.fullWidth label {
	width: 280px;
}

.col-right label.normal,
form.register label.normal,
form.fullWidth label.normal {
	float: none;
	width: auto;
	padding: 0;
}

form.register p.bottom input.submit {
	margin-top: 10px;
}

input.file-upload {
	width: 165px;
}

.fancy-upload p {
	height: 75px;
}
.fancy-upload label {
	display: block;
	float: none;
}
.fancy-upload span.link {
	display: block;
	float: left;
	width: 74px;
	margin-right: -3px;
}
.fancy-upload span.img-wrapper {
	display: block;
	float: left;
	width: 83px;
	height: 50px;
	background: url(../images/asset-bg.gif) no-repeat;
	margin-right: 8px;
	overflow: hidden;
}
.fancy-upload span.img {
	width: 83px;
	height: 50px;
	display: block;
}
.fancy-upload span.jpFrmError {
	width: 81px;
	height: 48px;
	border: 1px solid #ccc;
}

.fancy-upload .progress-wrapper {
	display: block;
	float: left;
	width: 81px;
	height: 48px;
	border: 1px solid #ccc;
	margin-right: 8px;
	display: none;
}
.fancy-upload .progress {
	display: block;
	height: 100%;
	background: #ccc;
}


.col-right #fldPostcode {
	width: 115px;
	float: left;
}
.col-right #fldGuests {
	width: 75px;
	float: left;
}
.col-right #fldSearch {
	float: none;
	width: 353px;
	margin: 0;
}

.col-right .period select {
	float: none;
	width: 160px;
	margin: 0;
}
.col-right .period span {
	width: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

label.hidden {
	display: none;
}

form .guests {
	background: #ccc;
	width: 362px;
	clear: both;
	margin-bottom: 1em;
}
.guests-top {
	height: 13px;
	background: url(../images/guests-bg.gif) 0 0 no-repeat;
	margin-bottom: 1em;
}
.guests-bottom {
	clear: both;
	height: 7px;
	background: url(../images/guests-bg.gif) 0 bottom no-repeat;
}
.guests label {
	color: #fff;
	margin-left: 10px;
	width: 90px;
}
.guests input {
	background-color: #fff;
	border: 1px solid #999;
	padding: 3px;
	width: 227px;
	float: right;
	margin-bottom: 10px;
	margin-right: 15px;
}


/* @end */



div#support {
	width: 587px;
	border-right: 1px solid #ccc;
	float: left;
}

#sign-up {
	float: left;
	width: 391px;
}
.col-right #sign-up {
	width: auto;
	float: none;
}

.dots {
	height: 5px;
	background: url(../images/info.png) repeat 0 bottom;
}

#support {
	background-color: #f6f6f4;
	position: relative;
	height: 250px;
}

#support h4,
#sign-up h4 {
	padding-left: 0;
}


#support a,
#sign-up a {
	font-weight: bold;
	color: #000;
}

#support a:hover,
#sign-up a:hover {
	color: #bb0023;
}

#support h4 a,
#sign-up h4 a {
	line-height: 40px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	color: #1f1f1f;
	background: #fff url(../images/h3_join.gif) no-repeat right;
}

#support h4 a:hover,
#sign-up h4 a:hover {
	background: #fff url(../images/h3_join.gif) no-repeat right;
}

#support p {
	margin-left: 15px;
	margin-right: 220px;
}

#support p strong {
	line-height: 1em;
	font-size: 3.7em;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
	position: relative;
	display: block;
	margin-bottom: 0.4em;
}

#support .read-more-image {
	position: absolute;
	top: 55px;
	left: 387px;
	margin: 0;
}

.read-more-image a {
	display: block;
	text-indent: -5000px;
}

a.life-ring {
	background: url(../images/support.gif) no-repeat 0 -281px;
	width: 181px;
	height: 181px;
}
a.life-ring:hover {
	background-position: 0 0;
}

#midContent {
	background: url(../images/bg_maincontent.gif) repeat-y;
	padding-bottom: 100px;
	min-height: 300px;
}

.col-left {
	width: 587px;
	float: left;
	position: relative;
}

.col-right {
	width: 391px;
	float: right;
	position: relative;
}


#loginDrop {
	position: absolute;
	top: 0px;
	right: 0;
	width: 540px;
	z-index: 10;
	background-color: #666;
	color: #fff;
}

#login-login {
	float: left;
}
#login-forgotpass {
	float: right;
}
#login-login , #login-forgotpass {
	width: 270px;
	margin-top: -11px;
}

#loginDrop.closed {
	display: none;
}

#loginDrop form {
	padding: 15px 15px 0;
	position: relative;
}

#loginDrop label {
	width: 70px;
	line-height: 2em;
	float: left;
}

#loginDrop li {
	float: left;
	margin-right: 10px;
	line-height: 30px;
}

#loginDrop a {
	color: #ccc;
	text-decoration: none;
}
#loginDrop a:hover {
	text-decoration: underline;
}


#loginDrop .tfield {
	border: 1px solid #ccc;
	background-color: transparent;
	color: #ccc;
	font-size: 0.9em;
	padding: 3px;
	width: 160px;
	margin-bottom: 10px;
	float: left;
}

#loginDrop p.bottom {
	border-top: 1px solid #fff;
	padding: 7px;
	margin: 0;
}

.js-active #loginDrop {
	top: 166px;
	width: 270px;
}

.js-active #login-login,
.js-active #login-forgotpass {
	float: none;
	margin-top: 0;
}

.js-active #loginDrop p.bottom {
	padding: 15px;
}

#loginDrop p.error {
	padding-left: 70px;
}

p.bottom {
	margin: 0;
	padding-bottom: 20px;
}

.register p.bottom {
	text-align: right;
}

#frmBusinessEnquiry p.bottom {
	padding-right: 15px;
}

#contactDetails ul {
	padding: 15px 15px 5px;
	background-color: #f7f7f7;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#contactDetails ul a {
	color: #333;
}

#contactDetails ul a:hover {
	color: #ff3333;
}


#contactDetails li {
	list-style-type: none;
	margin-bottom: 10px;
	clear: both;
}

#contactDetails h4 {
	border-top: 0;
}

#contactDetails li .label {
	float: left;
	width: 70px;
}

#contactDetails li .detail {
	float: left;
	width: 180px;
}

.textBox {
	padding: 30px;
	position: relative;
}

#opening.textBox {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	height: auto !important;
	min-height: 120px;
	height: 120px;
}

#shortened {
	width: 333px;
	position: relative;
	float: left;
}

#profileLogo {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/dots.gif) repeat;
	padding-bottom: 5px;
}

.textBox h1, .textBoxShort h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.textBox h2,
.textBoxShort h2 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

#sign-up {
	background: #f6f6f4;
	position: relative;
	height: 250px;
}

#sign-up h4 {
	border-top: 0;
}

.textBox .bigImage {
	margin-left: -30px;
	margin-bottom: 30px;
	width: 587px;
}

#addressMap {
	width: 587px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}

#leftAddress {
	width: 196px;
	height: 290px;
	float: left;
	border-right: 1px solid #ccc;
}

#leftAddress p {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

#rightMap {
	width: 390px;
	float: left;
	height: 290px;
}

.page-nav {
	position: absolute;
	bottom: -100px;
	left: 0;
	height: 40px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
}

.page-nav-list {
	margin: 0 133px;
	text-align: center;
}
.page-nav-list ul {
	margin: 0;
	padding: 0;
}
.page-nav-list li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}
.page-nav-list a {
	text-decoration: none;
}
.page-nav-list a:hover, .page-nav-list .on a {
	text-decoration: underline;
	color: #ff3333;
}
.page-nav-list .on a {
	text-decoration: none;
}

.page-nav-prev a,
.page-nav-next a {
	position: absolute;
	text-decoration: none;
	display: block;
	width: 122px;
	top: 0;
	background-repeat: no-repeat;
}

.page-nav-prev a {
	left: 0;
	background-image: url(../images/page-left.png);
	background-position: top left;
	text-align: right;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}
.page-nav-next a {
	right: 0;
	background-image: url(../images/page-right.png);
	background-position: top right;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}
.page-nav-prev a:hover,
.page-nav-next a:hover {
	color: #fff;
	background-color: #ff3333;
}


.eventsBlocks {
	background: url(../images/dots.gif) repeat-y;
	border-bottom: 1px solid #ccc;
	float: left;
}

.eventsPic {
	width: 195px;
	margin-bottom: 5px;
	float: left;
	height: 145px;
}

.nopic {
	width: 195px;
	height: 145px;
	background: url(../images/crossbox.gif) top left no-repeat;
}

.eventsInfo {
	width: 392px;
	float: left;
}

.eventsCopy {
	width: 362px;
	float: left;
	padding: 15px;
}

.eventsInfo h4 {
	border-top: none !important;
	font-weight: bold;
}

.eventsInfo h4 a {
	color: #333333;
	text-decoration: none;
}

.eventsInfo h4 a:hover {
	color: #ff3333;
	text-decoration: underline;
}


a.learnMore {
	width: 89px;
	height: 31px;
	background: url(../images/learn-more-on.png) no-repeat;
	display: block;
	line-height: 3.2em;
	text-align: center;
	text-decoration: none;
	color: #333;
	text-indent: -9999px;
	overflow: hidden;
}
a.learnMore:hover {
	background-image: url(../images/learn-more-off.png);
}

div.learnMore {
	overflow: hidden;
}

.smallImages {
	float: left;
	display: block;
	border-right: 1px solid #ccc;
	padding-bottom: 5px;
	width: 195px;
	background: url(../images/dots.gif) repeat;
}

.smallImagesLast {
	border-right: none;
}




#sign-up p {
	margin-left: 211px;
	margin-top: 15px;
	margin-right: 15px;
}

#sign-up .read-more-image {
	position: absolute;
	top: 55px;
	left: 20px;
	margin: 0;
}

a.sign-up-circle {
	background: url(../images/signup.gif) no-repeat 0 -281px;
	width: 181px;
	height: 181px;
}
a.sign-up-circle:hover {
	background-position: 0 0;
}

#calendar td {
	width: 55px;
	height: 55px;
	background-color: #f7f7f7;
	text-align: right;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-bottom: 5px solid #fff;
}
#calendar td.blank {
	color: #fff;
	background: #fff;
}
#calendar td span {
	padding: 2px 4px;
	display: block;
}
#calendar td a {
	display: block;
	height: 51px;
	margin: 0 !important;
	padding: 2px 4px;
	text-decoration: none;
	color: #ff3333;
	background: #ddd;
}
#calendar td a:hover {
	text-decoration: underline !important;
}

#calendar {
	overflow: hidden;
	width: 391px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#calendar h4 {
	border-top: none;
}

#fldCalendarPeriod {
	position: absolute;
	right: 20px;
	top: 7px;
	width: 160px;
}

#calendar td a:hover {
	text-decoration: none;
	color: #ff3333;
}

#calendar th {
	width: 46px;
	padding: 10px 5px 5px;
	height: 25px;
	background-color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
	font-weight: bold;
}

.file-list h4 {
	border-top: none;
}
.file-list li {
	margin-bottom: 1px;
	background-color: #f7f7f7;
	position: relative;
}
.file-list li.last {
	margin-bottom: 0;
}
.file-list a {
	display: block;
	text-decoration: none;
	background: #f7f7f7;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}
.file-list a:hover {
	color: #fff;
	background: #ff3333;
	background-position: 0 -40px;
	background-repeat: no-repeat;
}
.file-list a.podcast {
	background-image: url(../images/li_podcast.gif);
}
.file-list a.media {
	background-image: url(../images/li_media.gif);
}
.file-list span {
	padding: 13px 75px 12px 40px;
	display: block;
}
.file-list span.size {
	padding-right: 15px;
	padding-left: 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#flickr-gallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#flickr-gallery li {
	width: 97px;
	height: 97px;
	background-color: red;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
#flickr-gallery li.last {
	margin-right: 0;

}

/* @group footer */

#footer {
	padding-top: 35px;
	font-size: 0.9em;
	padding-bottom: 60px;
	background: #333 url(../images/dither_band.gif) repeat-x;
	margin-bottom: 50px;
	position: relative;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

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

#footer h6 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
}

div.footer-column {
	float: left;
	margin-left: 15px;
	width: 181px;
	position: relative;
	display: inline;
}

div.footer-column ul {
	padding: 0;
	margin: 0;
}

div.footer-column li {
	list-style-type: none;
	line-height: 1.3em;
}

div.footer-column:first-child {
	margin-left: 30px;
	width: 166px;
}

div.footer-column p {
	margin-right: 70px;
}

img.lottery {
	margin-top: 20px;
}

p.top {
	position: absolute;
	bottom: 0;
	left: 30px;
	margin-bottom: 0;
	line-height: 0;
}

#footer p.top a {
	padding: 12px 12px 12px 20px;
	color: #ccc;
	text-decoration: none;
	background: #666 url(../images/arrow_back_top.gif) no-repeat 7px center;
}


#footer p.top a:hover {
	background-color: #f33;
	color: #fff;
	background-image: url(../images/arrow_back_top_white.gif);
}

#footerPoint {
	width: 80px;
	position: absolute;
	right: 0;
	bottom: -6px;
	height: 6px;
	background: url(../images/footer-point.gif) no-repeat;
}

li#fb {
	background: url(../images/footer_facebook.gif) no-repeat;
	height: 14px;
	text-indent: 20px;
	margin-bottom: 8px;
}

li#email {
	background: url(../images/footer_email.gif) no-repeat;
	height: 14px;
	text-indent: 20px;
	margin-bottom: 8px;
}

li#flickr {
	background: url(../images/footer_flickr.gif) no-repeat;
	height: 14px;
	text-indent: 20px;
}

/* @end */

#map {
	width: 390px;
	height: 248px;
}



div.alertbox {
}

div.confirmbox,
div.alertbox {
	width: 340px;
	border-top: 30px solid #333;
	background: #666;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 1.2em;
}
.confirm-options,
.alertbox-options {
	height: 25px;
	padding-left: 55px;
}
.alertbox-options {
	padding-left: 120px;
}
.confirm-options a,
.alertbox-options a {
	display: block;
	width: 100px;
	line-height: 25px;
	height: 25px;
	background: #fff;
	color: #000;
	float: left;
	margin-right: 25px;
	text-decoration: none;
}
.confirm-options a:hover,
.alertbox-options a:hover {
	background: #ffc100;
}

.confirmbox form {
	display: none;
}

.places-left {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	padding-right: 15px;
	color: #666;
}

/* Cropper */

#cropframe {
	border-image: url('../images/ants.gif') 1 repeat repeat;
	-webkit-border-image: url('../images/ants.gif') 1 repeat repeat;
	-moz-border-image: url('../images/ants.gif') 1 repeat repeat;
	-o-border-image: url('../images/ants.gif') 1 repeat repeat;
}

#imgouter {
	margin-left: 0;
}

#imgouter #btn-do-crop, #imgouter .close {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

#imgouter #btn-do-crop {
	border-bottom: 1px solid #ccc;
}

#imgouter .close {
	font-size: 1.2em;
	line-height: 40px;
}

#jplb-content {
	background-color: #f7f7f7;
}

#jplb-inner {
	min-width: 86px;
	width: auto;
}


/* end cropper */

.sidemenu h4 {
	border-bottom: 0;
	font-weight: bold;
}
.sidemenu li {
	margin-bottom: 1px;
}
.sidemenu a {
	display: block;
	padding: 11px 5px 11px 15px;
	background: #f7f7f7;
	text-decoration: none;
	color: #1f1f1f;
}
.sidemenu li.on a {
	background: #999;
	color: #fff;
}
.sidemenu a:hover,
.sidemenu li.on a:hover {
	color: #fff;
	background: #bb0023;
}

