@charset "UTF-8";


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}


#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#FFF;
}


/*---------------------------- BANNER ----------------------------*/

#banner_and_flash_wrapper {
	width:960px;
}

#banner {
	width:850px;
	float:left;
}

#banner img {
	display:block;
}

#flash {
	width:110px;
	float:left;
	background-color:#153a67;
}

#banner_button_container {
	width:960px;
	clear:both;
}

#bannerlinks {
	clear:both;
	width:960px;
	height:32px;
	}

#bannerlink_home a, #bannerlink_aboutus a, #bannerlink_ourservices a, #bannerlink_firmnews a, #bannerlink_employment a, #bannerlink_links a {
	float:left;
	display:block;
	width:137px;
	height:32px;
	overflow: hidden;
	text-indent: -99999px;
}
#bannerlink_contactus a {
	float:left;
	display:block;
	width:138px;
	height:32px;
	overflow: hidden;
	text-indent: -99999px;
}

#bannerlink_home a { background: url(../images/bannerlink_home.gif) left no-repeat; }
#bannerlink_home a:hover { background: url(../images/bannerlink_home.gif) right no-repeat; }
#bannerlink_aboutus a { background: url(../images/bannerlink_aboutus.gif) left no-repeat; }
#bannerlink_aboutus a:hover { background: url(../images/bannerlink_aboutus.gif) right no-repeat; }
#bannerlink_ourservices a { background: url(../images/bannerlink_ourservices.gif) left no-repeat; }
#bannerlink_ourservices a:hover { background: url(../images/bannerlink_ourservices.gif) right no-repeat; }
#bannerlink_firmnews a { background: url(../images/bannerlink_firmnews.gif) left no-repeat; }
#bannerlink_firmnews a:hover { background: url(../images/bannerlink_firmnews.gif) right no-repeat; }
#bannerlink_employment a { background: url(../images/bannerlink_employment.gif) left no-repeat; }
#bannerlink_employment a:hover { background: url(../images/bannerlink_employment.gif) right no-repeat; }
#bannerlink_links a { background: url(../images/bannerlink_links.gif) left no-repeat; }
#bannerlink_links a:hover { background: url(../images/bannerlink_links.gif) right no-repeat; }
#bannerlink_contactus a { background: url(../images/bannerlink_contactus.gif) left no-repeat; }
#bannerlink_contactus a:hover { background: url(../images/bannerlink_contactus.gif) right no-repeat; }

#bannerlink_home span, #bannerlink_aboutus span, #bannerlink_ourservices span, #bannerlink_firmnews span, #bannerlink_employment span, #bannerlink_links span, #bannerlink_contactus span {
	visibility:hidden;
	text-decoration:none;
	}
	



/*---------------------------- CONTENT AREA ----------------------------*/


#content {
	padding:30px 50px 30px 50px;
	width:860px;

}

#content p, #content ul, #content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

#content p.linkspage {
	margin:10px 0px 10px 0px;
}

#content p.linkspage a:link {
	color:#666;
}

#content p.linkspage a:visited {
	color:#666;
}

#content p.linkspage a:hover {
	color:#CAAC69;
}

#content p.linkspage a:active {
	color:#CAAC69;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #153a67;
	margin-top: 0;
}

#content h2, #content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#content h2.linkspage {
	font-size:18px;
	color:#153a67;
	background-image:url(../images/hr_links.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
}

#content .partnerCaption {
	text-align:center;
	color:#153a67;
	font-weight:bold;
}


#content a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #153a67;
	text-decoration: none;
}
#content a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #153a67;
	text-decoration: none;
}
#content a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CAAC69;
	text-decoration: none;
}
#content a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CAAC69;
	text-decoration: none;
}



/*---------------------------- FOOTER ----------------------------*/


#footer {
	text-align:center;
	width:960px;
}

#footer p {
	padding:0px 50px 0px 50px;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}


/*---------------------------- MISC ----------------------------*/

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
}

.marginTop0 {
	margin-top:0;
}

.paddingRight10 {
	padding-right:10px;
}