@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}

/* ----- ----- ----- */

#container{
	margin: 100px auto 0 auto;
	width: 890px;
}
	.panel{
		background: #fafafa url(../../images/layout/bg_panel.gif) 0 0 repeat-x;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		display: block;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		height: 349px;
		position: relative;
		text-align: center;
		width: 241px;
		z-index: 1;
	}
	#panel_wgc{
		border-left: 1px solid #cccccc;
		padding: 99px 24px 0 29px;
	}
	#panel_group{
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		padding: 99px 29px 0 29px;
		width: 240px;
		z-index: 2;
	}
	#panel_wre{
		border-right: 1px solid #cccccc;
		padding: 99px 29px 0 24px;
	}
	
	.panel .logo{
		left: 84px;
		position: absolute;
		top: -56px;
	}
	#panel_wre .logo{
		left: 79px;
	}
	.panel .showcase{
		-webkit-box-shadow: 0 0 5px #bababa;
		-moz-box-shadow: 0 0 5px #bababa;
		box-shadow: 0 0 5px #bababa; 
	}
	.panel h3{
		color: #c51f39;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		padding: 12px 0;
		text-transform: uppercase;
	}
	.panel li{
		font-size: 0px;
		line-height: 0px;
		padding: 2px 0;
	}
	.panel li.spacer{
		background: url(../../images/layout/sprite_1.png) 0 -28px no-repeat;
		display: block;
		height: 2px;
		padding: 0 !important;
		with: 240px;
	}
	.panel li a{
		color: #454545;
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px #ffffff;
	}
	.panel li a:hover{
		text-decoration: underline;
	}
	.panel .corner_tl,
	.panel .corner_tr,
	.panel .corner_br,
	.panel .corner_bl,
	.panel .shade{
		background-image: url(../../images/layout/sprite_1.png);
		background-repeat: no-repeat;
		position: absolute;
	}
	.panel .corner_tl,
	.panel .corner_tr,
	.panel .corner_br,
	.panel .corner_bl{
		height: 20px;
		width: 20px;
	}
	.panel .corner_tl{
		background-position: 0 0;
		left: -1px;
		top: -1px;
	}
	.panel .corner_tr{
		background-position: -90px 0;
		right: -1px;
		top: -1px;
	}
	.panel .corner_br{
		background-position: -200px 0;
		bottom: -1px;
		right: -1px;
	}
	.panel .corner_bl{
		background-position: -110px 0;
		bottom: -1px;
		left: -1px;
	}
	#panel_group .corner_tl,
	#panel_group .corner_tr,
	#panel_group .corner_br,
	#panel_group .corner_bl{
		width: 35px;
	}
	#panel_group .corner_tl{
		background-position: -20px 0;
		left: -16px;
	}
	#panel_group .corner_tr{
		background-position: -55px 0;
		right: -16px;
	}
	#panel_group .corner_br{
		background-position: -165px 0;
		right: -16px;
	}
	#panel_group .corner_bl{
		background-position: -130px 0;
		left: -16px;
	}
	.shade{
		background-position: 0 -20px;
		bottom: -9px;
		left: 29px;
		height: 8px;
		width: 240px;
	}
	#panel_jobs{
		clear: both;
		padding: 20px 0;
		text-align: center;
	}
		#panel_jobs li{
			display: inline;
			font: normal 12px/14px Verdana, Geneva, sans-serif;
		}
		#panel_jobs li.bullet{
			background: url(../../images/layout/bullet.gif) 4px 5px no-repeat;
			padding: 0 5px;
			text-indent: -99999px;
		}
		#panel_jobs a{
			color: #454545;
			padding: 0 20px;
			text-decoration: none;
		}
		#panel_jobs a:hover{
			text-decoration: underline;
		}
