* {
	margin:0;
	padding:0;
}
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }

body {
	background:#a8a8a8 url(../images/bg.png) repeat-x left top;
	text-align:center;
	color:#8c8c8c;
	margin:0;
}
body, td, th, div, p, ul, li, h1, h2, h3 {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#8c8c8c;
}
div {
	position:relative;
}
a img {
	border:none;
}

a {
	color:#8c8c8c;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a:active, a:focus {
	outline:0;
}

.left {
	float:left;
}
.right {
	float:right;
}
.red {
	color:#FF0000;
}


/*  Float containers fix 
========================== */ 

/* Hacks that can't be avoided in this file */
/* =Clearfix */
.clearfix:after { content:"."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* hide hack from Mac-IE5 \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* end hiding */

/*     Texts
================================ */

h1, h2, h3, p, table {
	margin-left:50px;
    margin-right:50px;
}
#WhoWe h1, #WhoWe h2, #WhoWe h3, #WhoWe p , #WhoWe table {
	margin-left:15px;
	margin-right:15px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#665285;
	font-weight:bold;
}

#WhoWe h2, #WhoWe h3 {
	font-size:16px;
	border-bottom:3px solid #ecc506;
	background: url(../images/rdn.gif) no-repeat right 29px;
	padding:20px 0 1px 0;
	color:#000;
	margin-bottom:10px;
}
#WhoWe p {
	font-size:10px;
	line-height:16px;
}
h1{
	font-size:25px;
	margin-top:40px;
	margin-bottom:30px;
	border-bottom:3px solid #ecc506;
	background: url(../images/rd.gif) no-repeat right bottom;
}
h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:10px;
}
p{
	padding-bottom:10px;
	line-height:20px;
}
#Content ul{
	padding: 0 30px 10px 60px;
	margin:0 0 0 20px;
}
#Content ul li{
	padding: 0 0 9px 0;
}
#Content li ul{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li {
	padding: 9px 0 0  0;
	}



/*     Layout 
=================== */
#Page {
	text-align:left;
	margin:0 auto;
	width:778px;
	background: #FFF url(../images/bgp.gif) repeat-y center top;
}

#Header {
	width:778px;
	height:198px;
}
#Banner {
	position:absolute;
	right:4px;
	top:0;
	height:198px;
	width:574px;
	background:#FFF;
}
#Logo {
	position:absolute;
	left:14px;
	top:20px;
	width:180px;
	height:160px;
	margin:0;
	padding:0;
	border:none;
}
#Logo a {
	display:block;
	width:180px;
	height:160px;
	background: url(../images/hr-partner.gif) no-repeat;
}
#Logo strong{ display:none; }

#Main {

}
#LeftCol {
	width:200px;
}
#WhoWe {
	background: url(../images/bgw.gif) repeat-x left top;
	margin-left:4px;
	margin-top:30px;
}
#Content {
	width:578px;
	border-top:4px solid #b8b8b8;
	padding-bottom:20px;
}
.more {
	font-weight:bold;
	text-align:right;
}

/* Navigation ================== */

/* Fix IE. Hide from IE Mac \*/
* html ul#MainNav  li{float:left;height:1%;}
* html ul#MainNav  li a{height:1%;}
/* End */

#MainNav {
	width:166px;
	list-style:none;
	margin-left:14px;
	margin-right:20px;
}
#MainNav li {
}
#MainNav li a {
	display:block;
	color:#665285;
	width:151px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background:#FFF url(../images/rdn.gif) no-repeat 0px 18px;
	padding: 13px 0px 1px 15px;
	border-bottom:1px solid #FFF;
}

#MainNav li a:hover, #MainNav .current {
	color:#e1004a;
	border-bottom:1px solid #ffd202;
}



/*  Site and Footer
=================== */
#Site {
	background:#b8b8b8;
	width:778px;
}

#Footer {
	margin:0 auto;
	width:778px;
	background:#a5a5a5;
}
#Site p, #Footer p {
	text-align:right;
	color:#FFF;
	margin:0 15px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0;
}

#Footer p {
	padding:10px 0;
}
#Site p a, #Footer p a {
	color:#FFF;
	text-decoration:none;
}

/*       Forms
====================== */

form {
        margin: 20px 50px;
}
input, textarea, select {
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        color: #8c8c8c;
}
form fieldset
{
        display: block;
        width: 26em;
        margin: 0 0px 3em;
        padding: 0 1em 1em;
        border: 1px solid #ccc;
}
form .submit {
        width: auto;
}
form legend {
        color: #8c8c8c;
}

form fieldset.radio
{
        width: 26em;
        margin: 1em 0 2em 0;
}

form fieldset.radio input
{
        clear: both;
        float: left;
        width: auto;
}

form fieldset.radio label
{
        font-weight: normal;
}

form input,
form textarea
{
        display: block;
        width: 24em;
}

form label
{
        display: block;
        margin-bottom: 1em;
        font-weight: bold;
}

form label.first,
p.first
{
        padding-top: 1em;
}

form p
{
        margin-left:0;
        margin-right:0;
}

form select
{
        display: block;
}

/*     printer styles
========================= */
@media print{
/* Hide unwanted elements */
#Site, #Banner, #LeftCol, #Footer, #contactForm {display:none;}
#Header, #Logo, #Logo a {
height:auto;
position:relative;
height:auto;
width:auto;
left:0;
top:0;
}
#Logo strong {
display:block;
}
/* Kill floats */
#Page, #Header, #Main, #Content, #Footer{width:100%; float:none; border:none;}
/* Kill Backgournds */
body, #Page, #Logo a { background: none; margin:0; padding:0; }
h1, h2, h3, table, p {
margin-left: 0;
margin-right:0;
border:none;}
}
