body {
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color:black;
    background-image:url("/images/bluepeople.png");
    background-repeat:no-repeat;
    background-position: 50% 100%;
}

body#frontpage {
    background-image:url("/images/bluepeopledo.png");
    background-repeat:no-repeat;
    background-position:50% 100%;
}

body#long {
    background-image:url("/images/bluepeoplelong.png");
    background-repeat:no-repeat;
    background-position: 50% 100%;
}

body#venue {
    background-image:none;
}

strong {
	font-weight:bold;
}

em {
    font-style:italic;
}

a {
    font-weight:bold;
    color: #ed1c24;
}

div#hd {
	color:white;
	height:50px;
	background:transparent url("/images/topredbar.png") repeat-x top left;
}
div#navmenu {
    margin-left:auto;
    margin-right:auto;
    width:780px;
	display:block;
}
ul#menu{
	list-style-type:none;
	display:block;
	height:50px;
	text-transform:uppercase;
	font-size:1.2em;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 10px 0 10px;
	height:1.2em;
    font-weight:bold;
    background-color:#ed1c24;
	}
ul#menu li a:hover{
	background:transparent url("/images/menuoverlay.png") repeat-x top left;
    color:#0060AC;
    height:38px;
	}

div#doc {
    clear:both;
}    

div#ft {
	color:white;
	background-color:#ed1c24;
	height:62px;                                     
	background:transparent url("/images/bottombluebar.png") repeat-x top left;
}
#ft>p {
	text-align:center;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	padding-top:1.5em;
	height:35px;
}

img#lwlllogo {
	margin-top:5px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

img.photograph {
    border:1px solid black;
    float:right;
    margin:1em 0 1em 1em;
}

.homepagetext {
    width: 24em;
    margin-top:1em;
}

.homepagetext > h3 {
	color:#ed1c24;
	font-weight:bold;
	font-size:1.2em;
}

.homepagetext > p {
	font-size:1.1em;
	margin:0.5em 0;
}
img.signature {
    margin:0 0 1em 0;
}
div#hostButton {
    float:right;
    position:relative;
    top:-2em;
    right:6em;
    width:0px;
    height:0px;
}

.keepmeupdated {
    margin: 10px 10px;   
}
.keepmeupdated h3 {
    font-weight:bold;
    font-size:1.1em;
    margin-bottom:3px;
    color:#ed1c24;
}
.keepmeupdated p {
    margin: 0 0;
    clear:both;
}
.keepmeupdated input {
    width:12em;
    float:left;
}
.keepmeupdated input.subscribe {
    margin:0.5em 0;
    float:right;
    width:63px;
    height:20px;
}
.keepmeupdated label {
	width: 4em;
	min-width:4em;
	float: left;
	display: block;
    font-size:1em;
    text-align:right;
    margin:0 0.5em 0 0;
}
.keepmeupdated label.error {
    color:#ed1c24;
    float:none;
    text-align:right;
    width:100%;
    font-size:0.8em;
    margin:0 0 0.5em 0;
}

img.videoPlayer {
    border:1px solid black;
    width:320px;
    height:230px;
    margin-top:1em;
}

.pagecontent {
    margin-top:0.5em;
}

.pagecontent > h1 {
    font-size:2em;
    color:#ed1c24;
    font-weight:bold;
}

.pagecontent h2 {
    font-size:1.4em;
    color:#ed1c24;
    font-weight:bold;
}

.pagecontent > p {
    font-size:1.1em;
    margin:0.5em 0;
}

.pagecontent > ul,ol{
    font-size:1.1em;
    margin:0.5em 0 0.5em 0;
}

.pagecontent ul>li {
    list-style-type:disc;
    margin: 0.2em 0 0 2em;
}

.pagecontent ol>li {
    list-style-type:decimal;
    margin: 0.2em 0 0 2em;
}


.didyouknow_box {
   width:230px;
   margin:5px 0 2px 5px;
}
.didyouknow_top {
   margin:0px;
   padding:0px;
   height:12px;
   background:transparent url("/images/yellowboxtop.gif") no-repeat bottom left;
}
.didyouknow_bottom {
   margin:0px;
   padding:0px;
   height:12px;
   background:transparent url("/images/yellowboxbottom.gif") no-repeat top left;
}
.didyouknow_content {
	font-size:1em;
    background: #feeaa8;
    padding:0em 1em;
    margin:0px;
    min-height:5em;
}
.didyouknow_content>p{
	margin-top:1px;
}
.didyouknow_content h3 {
	color:#ed1c24;
	font-size:1.2em;
	font-weight:bold;
}
.didyouknow_content strong {
	font-weight:bold;
}


.comingsoon_box {
   width:230px;
   margin:0 5px;
}
.comingsoon_top {
    margin:0px;
    padding:0px;
    height:12px;
    background:transparent url("/images/yellowboxtop.gif") no-repeat bottom left;
}
.comingsoon_bottom {
    margin:0px;
    padding:0px;
    height:12px;
    background:transparent url("/images/yellowboxbottom.gif") no-repeat top left;
}
.comingsoon_content {
    font-size:1em;
    background: #feeaa8;
    padding:0.5em 1em;
    margin:0px;
}
.comingsoon_content>h2 {
    font-size:1.3em;
    font-weight:bold;
    color:#ed1c24;
    text-align:center;
}
.comingsoon_content>p{
	padding-top:5px;
}
.comingsoon_content>p.quote {
    margin:1em 0.5em 0 0.5em;
    font-style:italic;
}
.comingsoon_content > p.byline {
    text-align:right;
    margin-right:0.5em;
}
.comingsoon_content>h3 {
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
    margin-top:1em;
}

#categoryList {
	width: 100%;
    text-align:center;
    font-size:1.2em;
    font-weight:bold;
}
	
#categoryList li a {
	height: 2em;
	text-decoration: none;
	padding: 8px 0;
    margin: 5px 0;
	}	
	
#categoryList li a:link, #categoryList li a:visited {
	color: #0060AC;
	display: block;
	padding: 8px 0;
    height: 2em;
	}
	
#categoryList li a:hover {
	color: #ed1c24;
    background:transparent url("/images/menuoverlayhoriz.png") repeat-y top left;
	padding: 8px 0;
    height: 2em;
	}
    
.onlinebasket_box {
   width:230px;
   margin:0 5px 1em 5px;
}
.onlinebasket_top {
    margin:0px;
    padding:0px;
    height:18px;
    background:transparent url("/images/blueboxtop.gif") no-repeat bottom left;
}
.onlinebasket_bottom {
    margin:0px;
    padding:0px;
    height:18px;
    background:transparent url("/images/blueboxbottom.gif") no-repeat top left;
}
.onlinebasket_content {
    font-size:1.1em;
    background: white;
    padding:0.1em 1em;
    margin:0px;
    border-left:3px solid #0060AC;
    border-right:3px solid #0060AC;
    text-align:center;
}

.onlinebasket_content p {
    margin:0.5em 0;
}

div.resource {
    width:47%;
    float:left;
    margin:0.5em;
}

.resource h2 {
    font-weight:bold;
    font-size:1.1em;
}

.resource a {
    color:black;
    text-decoration:none;
}

div.resource img {
    float:left;
    margin-right:0.5em;
    border:1px solid black;
}

div.resource li {
    list-style-type:none;
    margin-left:0em;
}

img.resourceImage {
    float:left;
    margin:0.5em 0.5em 0.5em 0;
    border:1px solid black;
}

div.resourceDescription {
    clear:both;   
}
p.textLink {
    font-size:1.2em;
    text-align:right;
    margin-top:1em;
    margin-bottom:1em;
}

div.productDetails {
    margin-top:0.5em;
}

.productDetails h1 {
    font-size:1.8em;
    color:#ed1c24;
}

.productDetails li {
    list-style-type:none;
    font-size:1.3em;
    margin-top:0.5em;
}

.productPage div.resource li {
    list-style-type:none;
    margin-left:0em;
}

.resourceDescription p {
    font-size:1.1em;
    margin:0.5em 0;
}

.resourceDescription h2 {
    font-size:1.2em;
    margin:0.5em 0;
    color: #ed1c24;
    font-weight:bold;
}

.resourceDescription ul li{
    list-style-type:disc;
    margin-left: 2em;
    font-size:1.1em;
}

div.businessbuilder {
    background-color:#d4def2;
    padding:1em;
    margin-bottom:1em;
}

.featureText {
    clear:both;
    padding-right:1em;
    padding-top:0.2em;
}

.featureText p {
    font-size:1.1em;
    margin:0.5em 0;
}

.featureText ul li{
    list-style-type:disc;
    margin-left: 2em;
    font-size:1.1em;
}

div.smallprint {
    font-size:1em;
    margin:1.5em 1.5em;
}

.smallprint p {
    margin-top:0.5em;
}

.smallprint h2 {
    font-size:1.1em;
    font-weight:bold;
    margin-top:1em;
    color:#ed1c24;
}

.smallprint ul {
    margin-top:0.5em;
}

.smallprint ul li{
    list-style-type:disc;
    margin-left: 1em;
    margin-top:0.5em;
}

.contactForm {
    width: 32em;
    margin-left: auto;
    margin-right: auto;
}
legend {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1;
	color: #ffffff;
	background-color: #0060AC;
	border:1px solid #0060AC;
	padding: 2px 4px;
}
fieldset {
	clear:both;
	border: 1px dashed #0060AC;
	padding: 5px 10px;
}

.contactForm p {
    margin: 0.5em 0;
    font-size:1.1em;
	clear:both;
}

.contactForm label {
	width: 10em;
	min-width:10em;
	margin:0px 0.5em;
	float: left;
	display: block;
    font-size:1em;
    text-align:right;
}
.contactForm label.error {
    float:none;
	color:red;
	font-size:0.7em;
	margin-left: 16em;
	margin-bottom: 1em;
	min-width:25em;
	width:25em;
    text-align:left;
}
.contactForm select {
	width: 16.2em;	
}
.contactForm input {
	padding:0.2em;
	width: 15.5em;	
}
.contactForm textarea {
	padding:0.2em;
	width: 15.5em;
    font-family: arial, helvetica, sans-serif;
}

.contactForm input.submit {
	clear:both;
	display:block;
	float:right;
	width:63px;
}

div#error {
	color:#ed1c24;
}
#error ul {
    font-size:1.1em;
	margin-left:2em;
}

/* temporary event page styles */
.event {
    text-align:center;
    margin-top:1em;
}

.venueDetails {
    padding:5px;
    text-align:left;
    margin-left:1em;
}

.event h3, .venueDetails h3 {
    font-weight:bold;
    font-size:1.3em;
    color:#0060AC;
    margin-bottom:5px;
}

.event h3 a {
    color:#0060AC;
    text-decoration:none;
}

.event p {
    margin-bottom:3px;
}

p.eventmessage {
    font-style:italic;
    color:#ed1c24;
    font-size:1.1em;
}

.venueDetails h4 {
    font-weight:bold;
    font-size:1.1em;
    color:#0060AC;
    margin-bottom:5px;
}

.venueDetails p {
    margin-bottom:5px;
}

.eventdate {
    font-weight:bold;
}

.comingsoon_content hr {
    margin-top:1em;
}

div.hiddenmessage {
    display:none;
}

#map {
border:1px solid #0060AC;
height:375px;
margin:1em auto;
width:495px;
}

.bubble {
height:110%;
width:200px;
}

.bubble h1 {
font-size:1em;
color:#ed1c24;
font-weight:bold;
}

.bubble p {
font-size:0.8em;
}

.bubble p.extrainfo {
    color:#ed1c24;
    font-style:italic;
}

.bubble p.readmore {
text-align:right;
}

.bubble p.readmore a {
text-decoration:none;
}

.venueDetails #map {
    height:350px;
    width:350px;
    float:right;
    margin-left:1em;
}
.venueDetails h4 {
    margin-top:1em;   
}
