/* Standard Style Sheet */

@import url("../../css/layout-navtop-2col.css");
@import url(ecommerce.css);
@import url("typo.css");
@import url("nav.css");
@import url("futurist2.css");
@import url("futurist3.css");

/*main body*/
body 
{
	text-align:center;
	background-color:#0e181f;
	padding: 0px;
	top: 0px;
	margin: 0px;
}

div#page
{
	width:1000px;
	top: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
}

/*page header*/

div#branding
{
	display:none;
}
/*header*/
div#header
{
	width:1000px;
	height: 79px;
	top: 0px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	display: block;
}
div#h-extra1
{
display: none;
}

div#h-extra2
{
display:none;
}
div#header hr
{
	display:none;
}

/* navigation*/
div#nav
{
	width: 1000px;
	height: 34px;
	top: 0px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/nav-bar.jpg);
	background-repeat: no-repeat;
}

/* main content*/
div#content
{
	width:1000px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #c2c4c6;
}

div#content-main
{
	width: 733px;
	margin: 34px 0px 0px auto;
	min-height: 520px;
	padding: 0px;
	top: 0px;
	background-color: #FFFFFF;
	float: right;
}

div#pagecontent
{
	width: 633px;
	margin: 10px auto 5px auto;
	min-height: 300px;
}
div#content-main hr
{
	display: none;
}
/* sub content*/

div#content-sub
{
	float: left;
	top: 70px;
	bottom: 0px;
	margin: 0px;
	right: auto;
	left: 0px;
	width: 246px;
	background-color: #FFFFFF;
	position: absolute;
}


/*news*/
div#newsItem
{
	margin-top: 20px;
	width: 513px;
	margin-left: 25px;
}

div#newsbiteheader
{
	
	background-image:url(images/news-header.jpg);
	background-repeat:no-repeat;
	height:29px;
	width:246px;
	margin-top: 0px;
}

div#newsbitefooter, div#newsletterBitefooter
{
	
	background-image:url(images/news-footer.jpg);
	background-repeat:no-repeat;
	height:15px;
	width:246px;
	margin-top: 0px;
}

div#newsbiteheader h2
{
	display:none;
}

div.newsbite,div#newslettersignupform, div.eventbite
{
	width:246px;
	background-image:url(images/news-bg.jpg);
	background-repeat:repeat-y;
	margin-left: 0px;

}

/* RSS*/
div#newsRssLink
{
	/*border: solid 1px red;*/
	width:246px;
	background-image:url(images/news-bg.jpg);
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
	
}

div#allNewsLink, div#allEvents
{
	width:246px;
	background-image:url(images/news-bg.jpg);
	background-repeat:repeat-y;
	color: #a5ac24;
	padding: 0px 0px 2px 10px;
}

div#newsDate, div#newsByLine, div#subjectStartDate, div#subjectLocation
{
	padding-top:5px;
	margin-top:5px;
	font-size:1.2em;
	font-weight:bold;
}

div#newsStory
{
	padding-top:15px;
}

.newsbite-headline
{
	width: 220px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
	color: #a5ac24;
	font-weight: bold;
}
div#newsItem-content
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:5px;
	width: 600px;
}

div#newsbitecontent div.newsSynopsis
{
	width:220px;
	margin-right: auto;
	margin-left: auto;
	
}

body#page-news div#newsbitecontent div.newsSynopsis
{
	width:220px;
	margin-right: auto;
	margin-left: auto;
	
}

body#page-news div.newsSynopsis				
{
	width:469px;
	margin-right: 5px;
	margin-left: 5px;
}

/*sign-up*/
div#newsletterbiteheader h2
{
	display:none;
}

div#newsletterbiteheader h1
{
	display:none;
}

div#newsletterbite
{
	margin-top: 10px;
}

div#newsletterbiteboxheader
{
	background-image: url(images/signup-header.jpg);
	background-repeat: no-repeat;
	width: 246px;
	height: 32px;
	margin-top: 0px;
}

div#newslettersignupform
{
	color: #7a800b;
	text-align:center;
	font-weight: bold;
}

div#newsbitecontent hr
{
    display: none;
}

body#page-events div#content-main
{
	padding: 10px;
}


/*footer*/
div#f-extra1
{
	width:1000px;
	margin: 0px;
	height: 34px;
	padding: 0px;
	background-image: url(images/footer-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: White;
}

div#footer
{
	width: 1000px;
	padding: 0px;
	color: White;
}

div#footermain
{
	padding: 0px;
	color: White;
	text-align: center;
	display: block;
}

#webbeadsfooterlink a, #webbeadsfooterlink a:visited, #webbeadsfooterlink a:active, #webbeadsfooterlink a:link 
{
color:#fff;
font-size:9px;
text-decoration:none;
}
div#footerNav a,div#footerNav a:hover,div#footerNav a:link,div#footerNav a:active,div#footerNav a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
div#footerNav a:hover
{
	text-decoration:underline;
}

div#footerNav
{
	text-align:center;
	padding: 20px 0px 0px 0px;
	width: 732px;
	height: 30px;
	bottom: 0px;
	left: 0px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;


}

body#page-events div#cm-extra2
{
display: none;
	
}

/*newsletter*/
div#newslettersignupform .textbox, .textboxHovered {
	width:178px;
	height:22px;
	background:url(images/sign-input.jpg) no-repeat left top;
	border: none;
	padding:4px 0px 0px 10px;
	margin-left: 0px;
}

div#newslettersignupform .textbox:hover, .textbox:focus, .textbox:active, .textboxHovered 
{
	background-position:left bottom;
}

div#newslettersignupform .row 
{
	padding:10px 0px 0px 0px;
	height: 19px;
}
div#newslettersignupform .row .label
{
	height:auto;
	padding:0px 10px 0px 10px;
	margin:0px;
	font-weight:bold;
	color: #7a800b;
	width: auto;
	font-family: Arial;
	
}
div#newslettersignupform .row .formw
{
	height:auto;
	padding:0px;
	margin:0px;
	left: 0px;
}
div#newsletterSubmitButton input
{
	margin:5px;
	padding:3px 2px 3px 2px;
	margin-right: 20px;
	height: 22px;
}

/*Button*/
div#newsletterSubmitButton .button, div#newsletterSubmitButton.button:hover {
	width:74px;
	height:22px;
	color:#5d6368;
	font-weight:normal;
	padding:2px 5px;
	background:url(images/submit.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}
div#newsletterSubmitButton .button:hover {
	background-position:left bottom;

}

/*contact page*//*contact*/
/*Text inputs*/
.textbox, .textboxHovered {
	width:252px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;

}
.textbox:hover, 
.textbox:focus, 
.textbox:active, 
.textboxHovered {
	background-position:left bottom;
}
/*Text areas*/
textarea,textarea.textbox, .textarea, .textareaHovered {
	width:352px !important;
	height:133px !important;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
textarea:hover,
textarea:active,
textarea:focus,
textarea.textbox:hover,
textarea.textbox:active,
textarea.textbox:focus,
.textareaHovered {
	background-position:left bottom;
}

body#page-contactform div#newsletterSubmitButton .button, div#newsletterSubmitButton.button:hover {
	width:74px;
	height:22px;
	color:#5d6368;
	font-weight:normal;
	padding:2px 5px;
	background:url(images/submit1.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}
body#page-contactform div#newsletterSubmitButton .button:hover {
	background-position:left bottom;
}

body#page-contactform div.row				
{
	float:left;
	width:100%;
	margin:0.5em 0 0.5em 0;
}
body#page-contactform span#pagecontent
{
			font-family:Arial;
			font-size:1.0em;
			color: #7a800b;
			line-height:1.6em;
			display:block;
			width: 633px;
			margin: 34px auto 5px auto;
			min-height: 300px;

}
body#page-contactform span.label
{
	display:block;
	float:left;
	width:12em;
	clear:left;
	color: #7a800b;
	font-weight: bold;
}
body#page-contactform span.formw			
{
	display:block;
	width: 251px;
	height: 100%;
	border:none;
}
body#page-contactform span.formv
{
	display:block;
	width:251px;
	height: 100%;
	border:none;
}

div#contactForm .row span.formw .textbox
{
	width:251px;
	height: 23px;
	border:none;
}

div#contactForm .row span.formw input#Salutation
{
	width:251px;
	height: 23px;
	border:none;
}

div#contactForm .row span.formw input#Name,div#contactForm .row span.formw input#Country, div#contactForm .row span.formw input#Email     
{
	width:251px;
	height: 23px;
	border:none;
}

div#contactForm .row span.formw input#Telephone,div#contactForm .row span.formw input#Fax,div#contactForm .row span.formw input#Mobile,div#contactForm .row span.formw input#Email,div#contactForm .row span.formw input#Address1,div#contactForm .row span.formw input#Address2,div#contactForm .row span.formw input#Company,div#contactForm .row span.formw input#Town,div#contactForm .row span.formw input#County,div#contactForm .row span.formw input#Website
{
	width:251px;
	border:none;
	height: 23px;
}
div#contactForm .row span.formw input#Postcode
{
	width:251px;
	height: 23px;
	border:none;
}

div#contactForm .row span.formw input#Telephone,div#contactForm .row span.formw input#Fax,div#contactForm .row span.formw input#Mobile
{
	width:251px;
	border:none;
	height: 23px;
}

/*news page*/

body#page-news span#pagecontent
{
			
			line-height:1.6em;
			display:block;
			width: 633px;
			margin: 34px auto 5px auto;
			min-height: 300px;

}

div#newsRssLinkMain
{
	/*border: solid 1px red;*/
	width:633px;

	
}



