/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height:100%;
	background-color: #FFFFFF;
}

a, a:visited, a:hover
{
	color: #333333;
	text-decoration: underline; 
}

#maincontainer{
width: 766px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #ffffff;
}

#bigcontainer 
{
	background-repeat: repeat-x;
background-image: url('/arnhold/global/assets/images/en/temp_background.gif');
}

/*maincontent related style*/

#contentwrapper{
	float: left;
	width: 558px;
	margin-left: 2px;
	padding: 0pt;	
	background-color: #fff;
	
}

#wrap
{
	padding-bottom: 20px;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

span#MainTop {
	height: 45px;
	display: block;
	padding-top: 10px;
}

span#MainTop #MainTopLeft
{
	float: left;
	padding-left: 20px;
}

span#MainTop #MainTopRight
{
	float: right;
	padding-right: 20px;
}

span#MainTop #MainTopSpacer
{
	padding-right: 20px;
	padding-left: 20px;
}

.MainTopSpacer
{
	padding-right: 20px;
	padding-left: 20px;
}


div#mainContent{
	font-size: 11px;
	
	background-color: #fff;
}

div#mainContent div#defaultContent 
{ 
	background-color: #fff;
	display: block;
	min-height: 120px;
	padding-left: 28px;
	padding-right: 23px;
	padding-top: 20px;
	padding-bottom: 50px;
}

div#mainContent div#defaultContent img#subHeader{
	padding-bottom: 8px;
	clear: both;
}

div#mainContent #homeMission {
	display: block;
	height: 120px;
	border-bottom: thin;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	padding-left: 28px;
	padding-right: 23px;
	padding-top: 20px;
}

div#mainContent #homeLeft {
	display: block;
	min-height: 215px;
	height: 215px;
	border-right: thin;
	border-right-color: #ccc;
	border-right-style: solid;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	width: 227px;
	float: left;
}

div#mainContent #homeRight {
	display: block;
	height: 120px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	width: 228px;
	float: left;
}

div#mainContent ul li {
	list-style: square;
	color: #666666;
}

div#mainContent ul li a, a:visited {
	color: #8b2942;
}

/*Sub Nav style*/

div#subNav
{
	padding-top: 8px;
	padding-bottom: 8px;

}

div#subNav ul 
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding-left: 17px;
	padding-bottom: 0px;
}

div#subNav ul li 
{
	display: inline;
	list-style: none;
	padding-right: 2px;
}




/*leftcol related style*/

#leftcolumn{
	float: left;
	width: 206px;
	margin: 0pt;
	padding: 0pt;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#divNavTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

#divNavTop ul a {
float: left;
clear: left;
}

#divNavTop ul li {
	position: relative;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;	
}

#divNavTop ul li.logo {
float: left;
height: 105px;
float: left;
clear: left;
}

#divNavTop ul li.navButton {
height: 32px;
padding: 0;
margin: 0;
}

#divNavTop ul li.bottom {
height: 21px;
padding: 0;
margin: 0;
}

#divNavTop {
	min-height: 303px;
	height: 303px;
}

#divNavNews {
	background-color: #dbdbdb;
	clear: both;
	min-height: 250px;
	height: 250px;
}

#divNavNews ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
	width: 194px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 12px;
	padding-bottom: 36px;
}

#divNavNews ul li {
	text-align: right;
}

.newsHeader {
	font-weight: bold;
	color: #8b2942;
}

.newsDivider {
	padding-top: 12px;
	padding-bottom: 12px;
}


.navPressRelease {
	padding-top: 7px;
	padding-left: 4px;
}

#navOffice {
	background-color: #efefef;
	height: 110px;
	padding-top: 25px;
	padding-left: 12px;
}

#navOffice span.left {
	float: left;
	width: 70px;
}

#navOffice span.right {
	float: right;
	width: 124px;
}

#navOffice p {
	color: #a42914;
	font-weight: bold;
}

#navOffice span {
	color: #7d7d7d;
}


/*footer related style*/

#footer 
{
	clear: both;
	background: #013c72;
	color: #FFFFFF;
	height: 43px;
}

#FooterLeft {
	float: left;
	padding-left: 25px;
	padding-top: 15px;
}

#FooterLeft a
{
	color: #FFFFFF;
}

#FooterRight {
	float: right;
	padding-right: 25px;
	padding-top: 15px;
}

#linkNoLine a, a:hover, a:visited 
{
	color: Black;
	text-decoration: none;
}

/* common */
.dividerSolid {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	clear: both;
}

.clearfix:after 
{ 
     content: "."; 
     display: block; 
     height: 0; 
     clear: both;  
     visibility: hidden; 
} 
 
.clearfix 
{ 
     display: inline-table; 
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix 
{ 
     height: 1%; 
} 
.clearfix 
{ 
     display: block; 
} 
/* End hide from IE-mac */ 

