*{
font-family:Arial;
}
body {
background-color:gray;
}
#wrapper {
margin:auto;
width:900px;
}
#top{

	width:900px;
	height:150px;
	background-color:black;
}
#logo {
	float:left;
	height:150px;
        width:350px;
}
#logo img{
    float:left;
    margin-top:45px;
}
#social{float:right; margin: 0 -40px 0 0;width:400px;}
#social p{ color:#ffffff; font-size:12px; margin: 20px 10px 4px 0px; }
#social img{ width:36px; height: 36px; }
#social ul li{ display:inline; }
#social ul {margin-left:-30px;
}

#slider {
	float:left;
}
#nav {
	float:left;
	width:900px;
	background-color:#333333;
	border-bottom:3px #cccccc solid;
}
#nav ul{
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
	
}
#nav ul li {
font-size:14px;
color:white;
display:inline;
}
#nav ul li a	{ 
float:left; 
padding: 10px 14px;
text-decoration:none;
color:white; 	
}
#nav ul li a:hover	{ 
float:left;
color:white; 
background-color:#FE7F0A; 	
}
#subbanner		{ float:left;width:900px; height:40px;background-color :#FE7F0A;padding-top:10px}
#subbanner h3	{ color:#ffffff; font-size:20px; font-weight:bold; text-align:center;margin-top:5px;	}

#content{
float:left;
padding-right:5px;
padding-left:5px;
width:680px;
height:800px;
background-color:white;
font-size:14px;
line-height:150%;
}
slider {
	float:left;
	height:900px;
	width:300px;
	
}
#content img		{ padding:8px; border:1px #888888 solid; margin:8px;}

#content h1 {
	line-height:150%;
	border-bottom:1px #FE7F0A solid;
}
#content h1, h2, p{
	padding:0 10px 0px 10px;
}
#content ul li {
	margin-left:15px;
	list-style:url(images/bullet.gif);
}
#banner{
	float:left;
	width:210px;
	height:800px;
	background-color:black;
}
#rightside		{ float :left;width:210px;height:800px;background-color:white;}
#rightside h2		{ margin:30px 0 10px 0;}
#rigthside p		{}

#footer{
    float:left;
    width:900px;
	background-color:black;
}
#footer p		{ font-size:14px;text-align:center; color:#ffffff;	}
#content1		{ float:left; width:100%; padding:20px}
#content1 h1		{ margin: 0 0 20px 0; font-size:32px; padding:20px 0px;border-bottom:1px #FE7F0A solid; width:850px}
#content1 p		{ margin:16px 0; line-height:160%; width:850px;	}
#content1 h2 		{ margin: 20px 0 0 0;	}
#content1 img		{ padding:8px; border:1px #888888 solid; margin:8px;}
form { text-align:left; margin:20px}

label, submit, input, textarea {
	border:0; padding:0; margin:0; background:none;
	}
	
label {
	float: left; width: 150px;
	text-align:right; display:block;
	}

input, textarea {
	border:1px #333 solid; margin-left:10px;
	}

input {
	width:280px; margin-bottom: 16px;
	}

textarea {
	width: 280px; height: 150px;
	margin-bottom:16px;
	}
	
select {	}

.submit {
	width:100px; height:25px;
	margin-left:160px;
	font-size:12px;
}

br	{ clear: left;	}

#cookie-consent-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	pointer-events: none; /* allow inner panel to capture clicks */
}

#cookie-consent-banner .cookie-consent-panel {
	background: rgba(0,0,0,0.94);
	color: #ffffff;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 16px;
	max-width: 900px;
	width: calc(100% - 24px);
	border-radius: 4px 4px 0 0;
	box-shadow: 0 -2px 6px rgba(0,0,0,0.55);
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: auto;
}

.cookie-consent-text {
	max-width: 70%;
}

.cookie-consent-actions {
	white-space: nowrap;
}

.cookie-consent-actions button {
	margin-left: 8px;
	padding: 6px 14px;
	border-radius: 16px;
	border: none;
	cursor: pointer;
	font-size: 12px;
}

.cookie-consent-actions #cookie-accept {
	background-color: #FE7F0A;
	color: #fff;
	font-weight: bold;
}

.cookie-consent-actions #cookie-reject {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #777777;
}

@media (max-width: 640px) {
	#cookie-consent-banner .cookie-consent-panel {
		flex-direction: column;
		align-items: flex-start;
	}

	.cookie-consent-text {
		max-width: 100%;
		margin-bottom: 8px;
	}

	.cookie-consent-actions {
		align-self: flex-end;
	}
}