/* GENERAL STYLES */
@charset "UTF-8";
/* CSS Document */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	height:100%;
}
/* end hack */
html, body {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin:0px;
	padding:0px;
	min-width:960px;/* stop mozilla sliding off the edge */
	font-family:Arial, Verdana, sans-serif;
	background-color:#FFFFFF;
	background-image:url(/media/STATIC/HR/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
.container {
	width:960px;
	text-align:left;
	margin:auto;
	min-height:100%;
	position:relative;
	margin-bottom:-136px;
	height:auto;
	background-color:#FFFFFF;
	border-left:1px solid #293d6f;
	border-right:1px solid #293d6f;
}
* html .container {
	height:100%;
} /* for ie to resize */
#header {
	background-image:url(/media/STATIC/HR/header.gif);
	width:960px;
	height:128px;
	background-repeat:no-repeat;
}
#logo {
	width:468px;
	height:128px;
	background-color:#FFFFFF;
	position:relative;
}
#floatwrapper {
	background-image:url(/media/STATIC/HR/bg.gif);
	background-repeat:repeat-x;
}
#sidebar {
	display:inline;
	float:right;
	margin-bottom:50px;
	margin-top:32px;
	padding-right:31px;
	width:184px;
}
#sidebar h1 {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#293D6F;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
}
#sidebar p {
	color:#293d6f;
	font-size:12px;
	line-height:16px;
	margin-bottom:20px;
	padding:10px 10px 0 18px;
	text-align:left;
}
#sidebar ul {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar li {
	background-image:url(/media/STATIC/HR/button_bg.gif);
	height:30px;
	line-height:30px;
	margin-top:1px;
	padding-left:10px;
	width:174px;
}
#sidebar li#active {
	background-image:url(/media/STATIC/HR/button_bg_alt.gif);
	height:30px;
	line-height:30px;
	margin-top:1px;
	padding-left:10px;
	width:174px;
}
#sidebar li a {
	color:#71277a;
	text-decoration:none;
}
#sidebar li#active a {
	color:#FFFFFF;
	text-decoration:none;
}
#sidebar a {
	color:#71277a;
	text-decoration:underline;
}
#sidebar a:hover {
	color:#293d6f;
	text-decoration:underline;
}
.sidebarinfo {
	background-image:url(/media/STATIC/HR/sidebarinfo_middle.gif);
	background-repeat:repeat-y;
	margin-bottom:30px;
	margin-left:-5px;
	margin-top:30px;
	width:184px;
}
.sidebarinfo_top {
	background-image:url(/media/STATIC/HR/sidebarinfo_top.gif);
	height:53px;
	width:184px;
}
.sidebarinfo_top h2 {
	color:#71277a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:44px;
	padding-left:12px;
}
.sidebarinfo_middle {
	background-image:url(/media/STATIC/HR/sidebarinfo_middle.gif);
	background-repeat:repeat-y;
	width:184px;
}
.sidebarinfo_bottom {
	background-image:url(/media/STATIC/HR/sidebarinfo_bottom.gif);
	width:184px;
	height:5px;
	background-repeat:no-repeat;
}
#content {
	display:inline;
	float:left;
	margin-bottom:150px;
	margin-left:30px;
	width:680px;
	margin-top:30px;
}
.clear {
	clear:both;
}
#content h1 {
	background-image:url(/media/STATIC/HR/titleunderline.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#71277a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-top:20px;
}
#content h2 {
	color:#392970;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 10px 0;
}
#content h3#apply {
	background-image:url(/media/STATIC/HR/button_bg.gif);
	height:30px;
	line-height:30px;
	margin-top:1px;
	padding-left:20px;
	width:117px;
}
#content h3#apply a {
	color:#FFFFFF;
	text-decoration:none;
}
#content h3#apply a:hover {
	color:#293D6F;
	text-decoration:underline;
}
#content p {
	font-size:12px;
	color:#293d6f;
	padding-right:20px;
	margin-bottom:20px;
	text-align:justify;
	line-height:18px;
}
#content a {
	color:#71277a;
	text-decoration:underline;
}
#content ul {
	padding-bottom:20px;
	padding-left:60px;
	padding-right:40px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#content li {
	color:#293D6F;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:10px;
}
#content a:hover {
	color:#293d6f;
	text-decoration:underline;
}
.tealtext {
	color:#00a7a4;
}
.clearfooter {
	clear:both;
	height:136px;
}
.footer {
	position:relative;
	bottom:0px;
	height:136px;
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/media/STATIC/HR/footer.gif);
	border-left:1px solid #293d6f;
	border-right:1px solid #293d6f;
}
.footer p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:20px;
	padding-top:112px;
	text-align:right;
}
.footer a {
	color:#71277a;
	text-decoration:underline;
}
.footer a:hover {
	color:#FFFFFF;
}
#balance {
	bottom:0;
	height:280px;
	left:0;
	position:absolute;
	width:590px;
}
body.hr1 #balance { background:url(/media/STATIC/HR/balance1.jpg) no-repeat bottom left; }
body.hr2 #balance { background:url(/media/STATIC/HR/balance2.jpg) no-repeat bottom left; }
body.hr3 #balance { background:url(/media/STATIC/HR/balance3.jpg) no-repeat bottom left; }
body.hr4 #balance { background:url(/media/STATIC/HR/balance4.jpg) no-repeat bottom left; }
body.hr5 #balance { background:url(/media/STATIC/HR/balance5.jpg) no-repeat bottom left; }


/* EDITOR PROPERTIES */
