body
{
	margin: 0 auto;
	padding:0;
	background:#fffcd7;
}
a{
	border:none;
	outline:none;
}
a img{
	border:none;
	outline:none;
}
.header
{
	margin: 0 auto;
	padding:0;
	background-image:url(images/topbg.jpg);
	background-repeat:repeat-x;
	height:175px;
}
.headerlogo
{
	width:1000px;
	position:relative;
	margin:0 auto;
	padding-top: 33px;
	padding-left: 15px;
	z-index:1;
}
.outershadow
{
	width:1035px;
	margin:0 auto;
	padding: 0;
	background-image:url(images/shad.png);
	background-repeat:no-repeat;
	background-position:top;
	z-index:2;
	top: -90px;
	position:relative;
}
.flash
{
	z-index:3;
	width:965px;
	height:434px;
	margin:0 auto;
	padding-top:25px;
}
.navigationcontainer
{
	top:-70px;
	margin:0 auto;
	position:relative;
	width: 969px;
	height:auto;
}
.leftnavigation
{
	width:482px;
	height:142px;
	float:left;
}
.rightnavigation
{
	width:482px;
	height:142px;
	float:right;
}
.leftnormal
{
	position:absolute;
	z-index:2;
}
.lefthover
{
	position:absolute;
	z-index:1;
}
.rightnormal
{
	position:absolute;
	z-index:2;
}
.righthover
{
	position:absolute;
	z-index:1;
}

.footer
{
	width:100%;
	clear:both;
	background-image:url(images/bottombg.jpg);
	background-repeat:repeat-x;
	height:120px;
}
.footercontainer
{
	width:965px;
	height:120px;
	margin:0 auto;
}
.textcontainer
{
	width:300px;
	/* height:90px; */
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#FFF;
	padding-top:32px;
}
a
{
color:white;
text-decoration: none;
}
a:hover
{
	font-style:normal;
	text-decoration: none;
	color: #FF0;
}
.iconcept
{
float:right;
/* padding-top:25px; */
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:white;
}

.social-media{
	float:right;
padding-top:30px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:white;
	/* text-align: right; */
}

.social-media .facebook{
	padding: 10px 0px 10px;
    display: inline-block;
}

.social-media .facebook img{
	width: 150px;
}