* 
{
	margin: 0;
	padding: 0;
}
html
{
	font-size: 100%;
}
body
{
	background-color: White;
	margin-top: 15px;
	text-align: center;
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
	color: #888;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #639;
}

a:hover {
	color: orange;
}

p, dl {
	margin-bottom: 1em;
}
img
{
	max-width: 100%;
}
a img {
	border: none;
}

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#head {
	height: 191px;
	background: url(../img/head.gif) 0 0 no-repeat;
}
h1 
{
	position: absolute;
	top: 0;
	left: -999em;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
#col1 
{
	padding: 0 24px;
	border-bottom: solid 1px #999;
	margin-bottom: 5em;
}


@media screen and (min-width: 600px)
{
	body
	{
		font-size: 75%;
	}
	#wrap
	{
		width: 600px;		
	}
	#col
	{
		padding: 0 0 0 24px;
		width: 435px;
	}
}

h2 {
font-family: Arial;
font-size: 14pt;
color: #888888;

}
.curHead
{
	background: url(../img/cur.gif) 0 0 no-repeat;
	height: 37px;
	margin: 8px 0;
	margin-left: -24px;
	font-size: 0 !important;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
}

h3 {
	font-size: 1.35em;
	color: #2F6202;
	margin-left: -1px;
}

a.logo, span.logo {
	position: relative;
	display: block;
	left: 372px;
	width: 200px;
	height: 100px;
	margin-bottom: -100px;
	text-align: center;
}

dt {
	background: url(../img/arrow.gif) 0 50% no-repeat;
	margin-left: -24px;
	padding-left: 24px;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}

dt a:link, dt a:visited {
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
}

dd {
	margin-bottom: 1em;
}

ul, ol {
	margin: 0;
	padding: 0 0 10px 20px;
}

.more {
	text-transform: uppercase;
	line-height: 1.5;
}
/*Corporate*/
.career-company
{
	position: relative;
	margin-top: 15px;
}
.listing-image
{
	position: absolute;
	vertical-align: top;
	padding-top: 45px;
}

@media screen and (min-width: 600px)
{
	.career-company
	{
		position: relative;
		margin-top: 15px;
	}
	.listing-group 
	{
		width: 285px;
		margin-left: 150px;
	}
}

.listing-text
{
	margin-bottom: 15px;
}
.listing-text h3
{
	color: #BD8817;
	margin: 0px;
}
.listing-text h4
{
	margin: 0px;
}
.listing-text p
{
	clear: both;
}
.listing-text a
{
	color: #0066A4;
	font-weight: bold;
	margin-bottom: 15px;
}
#main-content hr
{
	display: block;
}
#laic-banner 
{
	overflow: hidden;
}
#laic-banner a
{
	display: block;
	left: -150px;
	position: relative;
	width: 656px;
}
@media screen and (min-width: 450px)
{
	#laic-banner a
	{
		left: 0;
	}
}

@-ms-viewport
{
	width: device-width;
}