* {
    margin: 0px;
    padding: 0px;
}

html,
body,
div#wrapper-a,
div#wrapper-b {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html body,
* html div#wrapper-a,
* html div#wrapper-b {
    height: 100%;
}

body {
    font-family: "Times New Roman";
    font-size: 12px;
    background: #fff;
}

br.clr {
    clear: both;
}

div#wrapper-a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

div#wrapper-b {
    position: absolute;
    background: #fff;
}

div#body {
    margin-bottom: 25px;
    height: auto;
}

div#content {
    margin-bottom: 25px;
    height: auto;
}

div#top {
	display: none;
}

div#flash {
	display: none;
}

div#header {
	display: none;
}

div#topnav {
	display: none;
}

div#search-a {
	display: none;
}

div#site-nav
{
	display: none;
}

div#mid {
    width: 100%;
}

* html div#mid {
    top: 0;
}

div#left {
	position: absolute;
	right: 0;
	bottom: 50px;
	background: transparent;
	padding: 0;
	color: #224f84;
	font-size: 11px;
	clear: both;
}

#left-content div.address {
	float: left;
	width: 144px;
}

#left-content p
{
    margin: 0;
    line-height: 1em;
}

#left-content h2
{
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	color: #224f84;
}

#left-content a {
    color: #600;
    text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

#left-content a:hover {
    color: #224f84;
}

#left-content a#recruiter {
	display: none;
}

div#right {
	position: relative;
    float: left;
	margin: 0;
    width: 657px;
    height: 100%;
	z-index: 0;
}

#right div#content {
    text-align: left;
	height: 100%;
}

#content div#content-header {
	display: none;	
}

#content div#content-text {
    margin: 10px;
    color: #959595;
}

#content-text h1,
#content-text h2,
#content-text h3,
#content-text h4 {
    margin: 0 0 10px 0;
    font-family: arial;
    color: #6180a6;
}

#content-text h1 {
    font-size: 1.75em;
}

#content-text h2 {
    font-size: 1.50em;
}

#content-text h3 {
    font-size: 1.25em;
}

#content-text h4 {
    font-size: 1em;
}

#content-text p {
    margin: 0 0 10px 0;
    line-height: 1.25em;
}

#content div#content-text ul {
	margin: 10px 10px 10px 20px;
}

#content div#content-text ul li {
	margin: 10px 0;
	font-weight: bold;
}

#content-text div#image-holder {
    float: right;
    width: 250px;
    margin: 10px;
}

div#image-holder img {
    float: right;
    margin: 10px 0;
    padding: 2.5px;
    border: 1px solid #8999ab;
}

div#bot {
	display: none;
}

.no-bold
{
	font-weight: normal;
}