@charset "utf-8";

/* CSS Document */

body {
	color: #fff;
	background-color:#333;
}
#shell{
	background-color:#000000;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto; 
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	position:relative;
}
img{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.bullet{width:inherit;}
li{
	list-style-type: none;
}
h2, h3{
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}
.table {
border: 1px solid #DFDFDF;
background-color: #F9F9F9;
width: 100%;
border-radius: 3px;
color: #333;
border-collapse: separate;
border-spacing: 0;
}

/*#emailSideIcon{
	position:fixed;
	width:60px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:44px;
	left:0px;
	top:300px;
	background-color:#333;
	color:white;
	z-index:8;
	background-image: url(/assets/emailSideIcon.jpg);
	background-repeat:no-repeat
}*/
#emailSideIcon{
	position:fixed;
	width:60px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:44px;
	right:0px;
	top:40px;
	background-color:#333;
	color:white;
	z-index:8;
	background-image: url(/assets/emailSideIcon.jpg);
	background-repeat:no-repeat
}


#header{
	height: 95px;
/*	background-image: url(../assets/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
*/	color: #fff;
}
.headStrapline{
	font-size: 1.2em;
	padding-left: 10px;
	margin-top:61px;
	padding-right: 0px;
	text-align: center;
	font-style:italic;
	
}
.menuInfoBox{
	width: 100%;
	max-width: 200px;
	float: right;
}	
.headerTel{
	color: #fff;
	font-size: 2.1em;
	float: right;
}
.menuIconBar li{
	float: right
}
.menuIconBar{
	padding: 0px
}
.menuIconBar img{
	
	max-width: 38px;
}
.mainContent{
	background-color:#FFFFFF;
	color: #000;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: left
/*	width: 100%;
	padding: 0px;
*/}

.heading{
	color:#fff;
	background-color:#000;
	height: 32px;
	line-height: 32px;
	padding-left: 6px;
	font-size: 18px;
	font-style: italic;	
}


.heading_orange{
	background-color:#ff4000;
}


.heading_green{
	background-color:#009900;
}

.button{
	background-image: url(../assets/buttongreen.png);
	background-repeat: no-repeat;
	font-size: 24px;
	color:#fff;
	width: 100%;
	height: 56px;
	line-height: 54px;
	text-align: center;
	background-position: center;
	display: block;
	margin-top:10px;
}
.btn-orange{
	background-image: url(../assets/buttonorange.png);
	
}
.button a{
	color:#fff;
}
#footer{
	text-align:center;
	color: #999;
}
/*the following allows us to center left floats in this case a horizontal menu using li tags*/

#horiz-Menu{
	width:100%;
	margin-bottom:8px;
	overflow:hidden;
}
#horiz-Menu ul {
	position:relative;
	left:50%;
	float:left;
	padding:0;
	margin:0;
}
#horiz-Menu ul  li {
	text-align: left;
	position:relative;
	right:50%;
	float:left;
	font-size: 12px;
	list-style-type: none;
}
#horiz-Menu ul  li a, #horiz-Menu ul  li a:visited{
	text-decoration:none;
	color:#999999;
}
#horiz-Menu ul  li a:hover{
	text-decoration: none;
}
.credits{
	margin-top:15px;
}
.block{
	width:280px;
	float:left;
	margin-left:30px;
	margin-right:8px;
	margin-top:25px;
	margin-bottom:25px;
	font-weight:bold;
}
/*.control-group{
	margin-bottom: 10px;
}
*/label{
	height: 30px;
	line-height: 30px;
	margin: 0px;
}
.submitButton{
	margin-top: 10px;
	display: block;
	color: #fff;
	background-color:#333;
	height: 30px;
	line-height: 30px;
	width: 100%;
	max-width: 140px;
	font-size: 16px; 
	text-align: center;
	border:none;
}
.help-block{
	margin: 0px;
}
.help-block ul{
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
}
.help-block li{
	list-style-type: none;
	color: #FF0000;
}
#cookieContent{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	
}
#cookieContent p {
	margin: 2px;
	padding: 3px;
}
#cookieContent a{
	color: #fdca30;
}
.cookietable {width:100%;
}
.cookietable td{
	border: 1px solid #000;
}


