﻿body 
{
	font-family: Arial, Verdana, Trebuchet MS, Sans-Serif;
	background-color: #efebef;
	margin-top: 0;
}

#menubarcontainerdefault
{	
	float:right;
	margin-top: 37px;
	width:520px;
}

#maincontainer
{
	width: 742px;
	margin: 0 auto;
	
}
	
#splashscreen
{
	background-image: url(images/splash_01202009.jpg);
	height: 456px;
}

#flashcontainer
{
	height: 169px;
}

#bottomshadow
{
	background-image: url(images/bottom_shadow.png);
	background-repeat: repeat-x;
	height: 34px;
}

.footer
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: center;
	color:Gray;
	margin-top:7px;
}
	
/*DEFAULT BUTTONS*/
	
.menubardefault_aboutus
{
		background:url('images/btnaboutusnormal.png');
		background-repeat: no-repeat;
		width: 80px;
		height: 20px;
		margin: 5px 10px 0 10px;
		float:left;
}
	
.menubardefault_aboutus:hover
{
		background:url('images/btnaboutushover.png');
				background-repeat: no-repeat;
}

.menubardefault_newsevents
{
		background:url('images/btnnewseventsnormal.png');
		background-repeat: no-repeat;
		width: 120px;
		height: 20px;
		margin: 5px 10px 0 30px;
		float:left;
}
	
.menubardefault_newsevents:hover
{
		background:url('images/btnnewseventshover.png');
		background-repeat: no-repeat;
}

.menubardefault_careers
{
		background:url('images/btncareersnormal.png');
		background-repeat: no-repeat;
		width: 80px;
		height: 20px;
		margin: 5px 10px 0 40px;
		float:left;
}
	
.menubardefault_careers:hover
{
		background:url('images/btncareershover.png');
		background-repeat: no-repeat;
}

.menubardefault_contacts
{
		background:url('images/btncontactusnormal.png');
		background-repeat: no-repeat;
		width: 80px;
		height: 20px;
		margin: 5px 10px 0 20px;
		float:left;
}
	
.menubardefault_contacts:hover
{
		background:url('images/btncontactushover.png');
		background-repeat: no-repeat;
}