@import url('menu.css'); 

body{
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	text-align: center;
}

#wrapper{
	text-align: left;
	margin: auto;
	width:900px;
}

#logo {
	background: transparent url(../images/logo.jpg) no-repeat;
	margin:10px 0px 0px 10px;
	float:left;
	width:238px;
	height:20px;
	color:#336699;
}

#slogan {
	margin:0px 0px 10px 70px;
	float:left;
	font-size: 16pt;
	font-style: italic;
	font-family: Calibri;
	font-variant: normal;
}

#header{
	width:900px;
	height:140px;
	margin:0px 12px;
}

.ieFrame{
	float:left;
	border:none;
	margin-top:-8px;
	margin-right: 4px;
	width: 445px;
	margin-left:-8px;
}

#headerimg{
	width:435px;
	height:140px;
	margin: 5px 5px 0px 0px;
	float:left;
}

.headimg{
	width:435px;
	height:140px;
}

#map{
	width:410px;
	height:107px;
	margin:5px 5px 10px 0px;
	float:left;
	color:#ffffff;
	padding: 33px 16px 0px 15px;
	font-size: 16pt;
	text-align: center;
}

.leftcontent{
	width:420px;
	margin:0px 15px;
	float:left;
}

.rightcontent{
	width:435px;
	margin:0px 10px 0px 5px;
	float:left;
}

.heading{
	font-size:16pt;
	font-weight:bold;
	margin:10px 0px;
	color:#336699;
	text-transform: uppercase;
}

.bullet{
	color:#336699;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
	background: #ffffff url(../images/bullet.jpg) no-repeat;
	text-align: left;
}

.highlight,
.recruit,.insight,.mail,.tami{
	color:#336699;
	font-weight: bold;
	margin-top: 5px;
	text-decoration:none;
}

.mail:hover a{
	color:#9f9871;
	text-decoration:none;	
}

.recruit:hover { 
	color: #e72a2a;
}
.insight:hover { 
	color: #61d061;
}
.tami:hover a { 
	color: #b2a1c7;
}

.tami a,
.mail a { 
	text-decoration:none;
	color:#336699;
}

.highlight a{
	text-decoration:none;
}

.footer{
	margin:20px 0px 0px 10px;
	border-top: 2px solid gray;
	text-align:center;
	padding-top: 20px;
	height:30px;
	width:880px;
}

.imglink,.imglinkabt{
	text-decoration: none;
	color:#336699;
	font-weight: bold;
	float:left;
	padding:0px 40px;
}

.imglinkabt:hover {
	color:#b2a1c7;
}

.imgpic{
	float:left;
	padding:5px 20px 10px 0px;
}

.redText{
	color:#FF0000;
	font-weight: bold;
	margin: 2px;
}