
/* Home Select on Menu *******/
#home 
{
		background-color: #073c6e;
		font-weight: bold;
}


/* Start Main Content for Home  *******************************************************/

#exec_team
{
	text-align: center;
}

#content_text
{
	width: 100%;
	height: 280px;
	text-align: center;
	border: 0px solid red; /* delete */
}

#thum_gallery
{
	margin-top: 3px;
	width: 100%;
}

#thum_gallery img
{
	border: 2px solid #CCCCCC;
}

#image_gallery
{
	width: 100%;
	text-align: center;
}

#loadarea
{
	margin: 0 auto;
	width: 245px;
	height: 183px;
	border: 2px solid #CCCCCC;
	background-image: url(../images/gallery/gallery_big_image1.jpg);
	background-repeat: no-repeat;
}

#mission
{
	width: 100%;
	height: 75px;
	margin-top: 5px;
	background-image: url(../images/mission_strip.png);
	background-repeat:repeat-x;
}

#mission h4
{
	margin-top: 0;
	margin-bottom: 0;
}

#mission p
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 11px;
}


