@charset "UTF-8";

* { 
    margin: 0; 
    padding: 0;
}
  
/*-----------------------------------------------------------------------------------------------------------------------------------*/
  
#main {
	float:left;
	width:100%;
	min-width:1200px;
	margin-top:36px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#entryNav {
float:left;
	margin-left:5px;
}

#entryNav[id] span a:link, a:active, a:hover, a:visited  {
	border: none;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
	
#entryCorporate {
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

#entryCorporate span a img {
	border: none;
}


#entryCorporate div {
width:258px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#entryPersonal {
	float: left;
	margin-left: 10px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}

#entryPersonal span a img{
	border: none;
}


#entryPersonal div {
width:258px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#entryConcierge {
	float: left;
	margin-left: 10px;
	margin-right:10px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
}

#entryConcierge span a img{
	border: none;
}


#entryConcierge div {
width:258px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#entrySentinal {
	float: left;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #660066;
}

#entrySentinal span a img{
margin:0 auto;
	border: none;
}


#entrySentinal div {
width:258px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#entryBox {
	margin-top:-6px;
	padding-top:18px;
	padding-left:15px;
	padding-right:15px;
	border: 1px solid #B4B4B4;
	background-image: url(images/div_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	}
	
#entryBox p a{
	font-weight: bold;
	color: #282828;
	text-decoration: none;
}

#entryBox p a:hover {
	color: #000000;
	text-decoration: underline;
}
	
#entryBox p img{
	float: left;
	margin-top:-14px;
	margin-left:250px;
}