/***************************  LAYOUT STYLES  **************************/
/**  Vertically center content on the screen  **/
*{
	padding: 0px;
	margin: 0px;
}

body {
	color: #65615d;
	font: 12px "Trebuchet MS", sans-serif;
	margin: 0px;
	text-align: center;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 792px;
position: relative;
}

/**  Position main elements on the page  **/
#main-content {
	float: left;
	margin-left: 20px;
	width: 425px;
}

#sidebar {
	width: 274px;
	margin: 4px 0px 0px 498px;
}


/***************************  HEADER STYLES  **************************/
#header {
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	height: 75px;
}

.aoy {
	background: url(../images/header_aoy.jpg) no-repeat !important;
	height: 175px !important;
}

#aoy_link {
	position: absolute;
	height: 100px; width: 740px;
	top: 52px; left: 10px;
}
/*************************** new biz HEADER STYLES  **************************/
#headerNav { }
#headerNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#headerNav #nav {
        position:absolute;
        top:0; 
        left:0;
	margin: 0px;
	padding: 6px 0px 0px 298px;
	list-style: none;
}
#headerNav li {
	list-style: none;
	float: left;
	position: relative;
	font-weight: bold;
	margin-left: 33px;
	text-transform: uppercase;
}
/*************************** end new biz HEADER STYLES  **************************/
/**  Header Navigation Links  **/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header #nav {
	margin: 0px;
	padding: 6px 0px 0px 298px;
	list-style: none;
}

#header li {
	list-style: none;
	float: left;
	position: relative;
	font-weight: bold;
	margin-left: 33px;
	text-transform: uppercase;
}

#header ul li a:link, #header ul li a:visited {
	color: #aea59b;
	font-size: 12px;
}

#header ul li a:hover, #header ul li a.selected {
	color: #e22840;
}

#header ul li ul li a:link, #header ul li ul li a:visited {
	color: #90877d;
}

#header ul li ul li a:hover, #header ul li ul li a.selected {
	color: #e22840;
}

#header li ul {
	display: none;
	z-index: 100;
	position: absolute; 
	top: 1.2em;
	left: 0;
	border-bottom: 1px solid #B5B3B0;
	width: 167px;
}

#header li > ul {
	top: auto;
	left: auto;
}

#header li ul li {
	margin: 0;
	padding: 5px 10px 5px 5px;
	width: 150px;
	background-color: #fff;
        border-left: 1px solid #B5B3B0;
        border-right: 1px solid #B5B3B0;
}

#header li ul a:link {color:#000;}
#header li ul a:hover {color:#e22840;}
#header li:hover ul, #header li.over ul {display: block; 	border-bottom: 1px solid #B5B3B0;}

#header .top_menu {
        border-bottom: 1px solid #B5B3B0;
	height: 5px;
	font-size: 1px;
	padding: 0 10px 0 0;
	border-left: 0;
	border-right: 0;
}

#header .first_item {
	padding-top: 10px;
}

/** Make TMA logo clickable **/
#home {
	width: 304px;
	height: 26px;
	position: absolute;
	top: -1px;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}


/***********************************************************************
**                                                                    **
**                         Redefine Appearence                        **
**                                                                    **
***********************************************************************/
h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0px;
}

h3 {
	color: #B5B3B0;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

a {
	color: #e22840;
	text-decoration: none;
}

a:hover, a.selected {
	color: #413326;
}

p {
	margin: 0px;
}

#footer {
	color: #B5B3B0;
	text-align: center;
	text-transform: uppercase;

	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	padding: 24px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

div.article {
	border-bottom: 1px solid #aea59b;
line-height:18px;
padding-bottom:10px;
margin-bottom:10px
	
}

div.article img{
	padding-bottom:10px;
}

div.article ul {
	padding-left: 1em;
	margin: 0 0 1em 1em;
}

div.article h2 {
	margin: 1em 0 1em 0;
}

div.division {
	border-top: 1px solid #aea59b;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.contact {
	background-color: #e7e2dd;
	background-repeat: no-repeat;
	color: #413326;
	line-height: 49px;
	padding-left: 57px;
}

div.contact a {
	color: #413326;
	font-weight: bold;
}

div.contact a:hover {
	color: #e22840;
}

div.alternative h2 {
	margin: 0px;
}

div.alternative p {
	margin-top: 0px;
}

div.leadership {
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

div.leadership div.contact {
	line-height: 14px;
	height: 39px;
	padding-top: 10px;
	margin-top: 20px;
}

div.overview {
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

div.overview p {
	margin: 0px;
}

ul.division  {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

ul.division  li {
	list-style: none;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	width: 49%;
}

div.office_location {
	clear: both;
	position: relative;
	margin: 0px 0px 10px 0px;
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

div.map {
	margin: 0px;
	width: 220px;
	height: 140px;
	border: 1px solid #AEA59B;
	position: absolute;
	right: 0px;
}

div.result {
	border-bottom: 1px solid #aea59b;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}


/**************************  Sidebar Styles  **************************/
#sidebar a {
	color: #64615d;
}

#sidebar a:hover {
	color: #e22840;
}

#sidebar h2 {
	color: #65615d;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar div.section {
	border-bottom: 1px solid #aea59b;
	margin-bottom: 8px;
	padding-bottom: 6px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar dl {
	margin: 0px;
}

#sidebar dt {
	margin: 16px 0px 0px 0px;
	padding: 0px;
}

#sidebar dd {
	color: #B5B3B0;
	margin: 0px;
	padding: 0px;
}

#sidebar div.readmore {
	text-align: right;
}

#sidebar div.readmore a {
	color: #e22840;
}

#sidebar div.readmore a:hover {
	color: #413326;
}

#sidebar ul li a:hover, #sidebar ul li a.selected {
	color: #e22840;
}

#careers_content p {
	margin-bottom: .5em;
}

#careers_content li {
	margin-left: 2em;
}

#careers {
	height: 80px;
}

#careers p {
	margin: 0 0 0 80px;
padding-top: 1.5em;
}

#careers img {
	vertical-align: middle;
	margin: 0;
	position: absolute;
	border: none;
}

form {
	margin: 0px;
}

#searchbox {
	width: 240px;
}

div.readmore {
	margin: 15px 0px 0px 0px;
}

div.readmore a, div.controls a {
	color: #e22840;
	font-size: 10px;
}

div.readmore a:hover, div.controls a:hover {
	color: #413326;
}


div.controls {
	margin: 0px;
	text-align: right;
}

#main-content div.paginate {
	margin: 0px 0px 10px 0px;
}

div.paginate {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}



.sIFR-alternate {
	display: none;
}