@charset "utf-8";
/* CSS Document */

html, body	{
	height: 100%;
}

*	{ padding: 0px; margin: 0px; }

body { _behavior:url("csshover3.htc"); }

body	{
	background: #076aad url(template/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00688C;
}

h1	{
	margin: 20px 0px 10px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #ff9900;
}

h2	{
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
}

p	{
	margin-bottom: 10px;
}

a	{ text-decoration: none; }

#whole	{
	background: url(template/background_fade.gif) top repeat-x;
	height: 100%;
}

#page	{
	width: 625px;
	height: 743px;
	position: absolute;
	left: 50%;
	margin-left: -312px;
	top: 24px;
}

#pagetop, #pagemid, #pagebot	{
	background: no-repeat;
	width: 100%;
	position: absolute;
}

#pagetop	{
	background: url(template/bk_page_top.png);
	_background: url(template/bk_page_top.gif);
	height: 90px;
	top: 0px;
}

#pagemid	{
	background: url(template/bk_page_mid.png);
	_background: url(template/bk_page_mid2.gif);
	height: 600px;
	top: 90px;
	text-align: justify;
}

#pagebot	{
	background: url(template/bk_page_bot.png);
	_background: url(template/bk_page_bot.gif);
	height: 53px;
	top: 690px;
}

#ielogo	{
	background: url(template/ie_logo.png) 0 0 no-repeat;
	_background: url(template/ie_logo.gif) 0 0 no-repeat;
	width: 82px;
	height: 79px;
	position: absolute;
	top: 26px;
	left: 32px;
	z-index: 2;
}

#phonenum	{
	height: 20px;
	width: 82px;
	position: absolute;
	top: 105px;
	left: 32px;
	z-index: 2;
	font-size: 10px;
	color: #0092D0;
}

#oastpic	{
	background: url(template/oast_pic.png) 0 0 no-repeat;
	_background: url(template/oast_pic.gif) 0 0 no-repeat;
	width: 108px;
	height: 78px;
	position: absolute;
	right: 64px;
	top: 27px;
	z-index: 2;
}

#content	{
	margin: 60px 70px 100px 70px;
}

#footer	{
	background: url(template/bk_bot_fade.gif);
	width: 599px;
	height: 47px;
	position: absolute;
	bottom: 18px;
	text-align: center;
	z-index: 2;
	margin: 0px 13px;
	font-size: 15px;
	font-weight: bold;
	color: #ff9900;
	line-height: 47px;
}

#footer span	{
	font-weight: normal;
	color: #222;
}

.button	{
	background: url(template/btn_mid.gif) repeat-x;
	height: 23px;
	width: 150px;
	position: relative;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	margin: 12px 4px 14px 6px;
	float: left;
}
.button .btnright, .button .btnleft	{
	position: absolute;
	width: 3px;
	height: 23px;
}
.button .btnright	{
	right: 0px;
	background: url(template/btn_right.gif) 100% 0 no-repeat;
}
.button .btnleft	{
	left: 0px;
	background: url(template/btn_left.gif) 0 0 no-repeat;
}
.button .btnmid	{ cursor: pointer; }
.button:hover	{ background-position: 0 -23px; color: #444; }
.button:hover .btnright	{ background-position:  0 -23px; }
.button:hover .btnleft	{ background-position:  0 -23px; }
.button a	{
	color: #404040;
	line-height: 22px;
	width: 144px;
	display: block;
	margin-left: 3px;
}
.button:hover a	{ color: #444; }

#deptinfo	{
	clear:both;
	border: 2px solid #0092D0;
	padding: 8px 10px;
	margin: 0px auto 10px auto;
	width: 450px;
	height: 70px;
	background-color: #E2F3F7;
	font-size: 11px;
	position: relative;
}

#deptinfo table td	{
	padding: 3px 6px;
}

#linkedin	{
	position: absolute;
	right: 0px;
	top: 60px;
	float: right;
	width: 140px;
	margin-right: -2px;
}

#linkedin #lilogo	{
	background: url(template/li_logo_sml.gif) no-repeat;
	width: 79px;
	height: 21px;
	margin-left: 10px;
}

#linkedin #lilinks	{
	display: none;
	border: 2px solid #0092D0;
	border-top: none;
	list-style: none;
	background-color: #E2F3F7;
	margin-top: 5px;
	padding: 2px 8px;
}
#linkedin:hover #lilinks	{ display: block; }
#linkedin #lilinks li	{
	margin: 5px 0px 8px 0px;
}
#linkedin #lilinks li a	{
	font-weight: bold;
	color: #00688C;
}
#linkedin #lilinks li a:hover	{
	color: #0092D0;
}