
/* @group global_type */
body {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

strong {
	font-weight: bold;
}

div#navigation {
	width: 176px;
	padding: 16px;
	//font-size: .8em;
	float: right;
	background-color: #e4e4e4;
	text-align: left;
	margin-top: 22px;
}

p.entry-published.date {
	display: block;
	float: right;
	font-size: .8em;
}

div.description.entry-summary {
	float: left;
	width: 600px;
	text-align: left;
	font-size: .8em;
}

#blog_listing ul.hfeed {
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2
	;
	float: left;
}

#blog_listing div.paging {
	font-size: .8em;
}

#blog_listing p a {
	font-size: .8em;
}

a.entry-title:link, a.entry-title:visited  {
	font-size: .8em;
	text-decoration: none;
	color: #333;
	
}

div#blog_listing {
	width: 720px;
	float: left;
	margin-top: 12px;
}

.top_block {
	//font-size: 1.2em;
	line-height: 1.6em;
	padding: 30px 0 20px 0;
//	color: #005091;
	text-align: center;
}


.pi-section {
	//font-size: 1.2em;
	line-height: 1.6em;
	padding: 30px 0 20px 0;
//	color: #005091;

}


.pi-padding-bottom-30 {

margin-bottom: 30px;

}



#wrapper div.container.top_block div.vimeo_container p {
	color: #666;
	font-size: .9em;
	margin: 8px 0 0px 0;
	line-height: 1.2;
}

#wrapper div.container.top_block div.vimeo_container iframe {
	margin: 32px 0 0 0;
}


#wrapper div.container.top_block div.vimeo_container p a:link, #wrapper div.container.top_block div.vimeo_container p a:visited {
	color: #666;
	text-decoration: none;
	font-size: .9em;
}

#wrapper div.container.top_block div.vimeo_container p a:hover, #wrapper div.container.top_block div.vimeo_container p a:active {
	color: #1fb3ff;
	text-decoration: none;
	font-size: .9em;
}




.supplier_block {
	padding: 20px 0 20px 0;
	color: #999;
	border-top: 1px solid #999;
	display: block;
}

#wrapper div.container.clearfix.supplier_block {
	margin-top: 20px;
}

#wrapper div.container.clearfix div.right_text_block ul {
	padding: 16px ;
	margin: 16px 0;
	background-color: #e4e4e4;
}

#wrapper div.container.clearfix div.right_text_block ul li {
	margin: 8px 8px 8px 16px;
	background-color: #e4e4e4;
	list-style-type: disc;
}

.supplier_block h3 {
margin: 0 0 16px 0;
}


.supplier_block ul li {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	width: 18.25%;

}

h2 {
  font-family: "futura-pt",sans-serif;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #141d7a;
}

h3 {
  font-family: "futura-pt",sans-serif;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #141d7a;
}


h4 {
  font-family: "futura-pt",sans-serif;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #141d7a;
}


.supplier_block ul li:last-child {
	float: left;
	display: block;
	margin: 0;
	width: 18.25%;

}

.supplier_block ul li a:link, .supplier_block ul li a:visited{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	padding: 0px;
	color: #999;
	display: block;
	text-decoration: none;
	background-color: none;
	float: left;
	width: 80%;
}

.supplier_block ul li a:hover, .supplier_block ul li a:active{
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
	padding: 0px;
	color: #e9e9e9;
	display: block;
	text-decoration: none;
	background-color: none;
	float: left;
}
/* @end */



/* @group layout */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#masthead {
	height: 184px;
	background-color: rgb(30,108,172);
	background-image: url(/assets/masthead_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.container {
//width: 940px;
//margin: 0 auto;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#wrapper div.container.clearfix div.right_text_block h2 {
	margin: 16px 0 8px 0; 
}


div#home_logo h1 {
	width: 210px;
	height: 80px;
	top: 50px;
	left: 0px;
	position: relative;
	text-indent: -9999px;
}

#home_logo h1 a:link, #home_logo h1 a:visited {
	width: 210px;
	height: 80px;
	display: block;
	background-image: url(/assets/AM_logo_210.png);
}

#home_logo h1 a:hover, #home_logo h1 a:active{
	width: 210px;
	height: 80px;
	display: block;
	background-image: url(/assets/AM_logo_210.png);
}


#nav {
position: relative;
top: 38px;
right: 0;
width: 940px;
height: 40px;
margin: 0 auto;

}

#nav ul li {
display: block;
float: left;
//font-size: .8em;
font-weight: bold;
margin: 0 0 0 40px;
/*
border: 1px solid red;
*/
}

#nav ul li a:link, #nav ul li a:visited {

color: white;
text-transform: uppercase;
letter-spacing: .1em;
text-decoration: none;
display: block;
float: left;
padding: 12px 2px;
}

#nav ul li a:hover, #nav ul li a:active {

color: white;
text-transform: uppercase;
text-decoration: none;
display: block;
float: left;
padding: 12px 2px;
border-bottom: 7px solid white;
}

#nav ul li a.current {
	border-bottom: 7px solid white;
}



.image_block_450 {
width: 452px;
margin: 10px 20px 0 0;
float: left;
//position: fixed;
top: 270px;
}

.image_block_450 img {
margin: 0px 16px 16px 0;
display: block;
float: left;
max-width: 210px;
}

.right_text_block {
width: 452px;
float: right;
margin: 10px 0 0 0;
//font-size: .8em;
line-height: 1.6em;
color: #333;
min-height: 360px;
}

#footer {
	background-color: #E4E4E4;
	color: #888;
	padding: 40px 0 40px 0;
	background-image: url(../assets/topedgefade.png);
	background-repeat: repeat-x;
	background-position: top;
	overflow: auto;
}

.footer_block {
display: block;
float: left;
width: 100%;
/* 4 bloock setting below */
/*width: 25%; */

}

#footer p {
font-size: .9em;
line-height: 1.4;
margin-bottom: 8px;
text-align: center;
}

#wrapper div.container.top_block p {
	margin: 20px 0 0 0;
	font-family: "futura-pt",sans-serif;
	font-size: 1.2em;	
}

/* @end */

#form1_contact_form {
	padding: 24px;
	background-color: #e4e4e4;
	font-size: .8em;
	line-height: 1.5;
}

#form1_contact_form div {
margin: 1em 0px;
}

input#form1_email, input#form1_name  {
	width: 25em;
	margin-left: 1em;
}

textarea#form1_message {
		width: 32em;

}

#form1_contact_form div.t_inp label {
	display: block;
	width: 5em;
	float: left;
	text-align: left;
}

.error {
	color: red;
}



dt {
	float: right;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	font-size: 130%;
	line-height: 1.4;
	color: #27291e;
	width: 730px;
}
dl dd a:link, dl dd a:visited {
	display: block;
	margin-top: 8px;
	margin-bottom: 24px;
 }

dl dd a:hover  dl dd a:active {
	display: block;
	margin-top: 8px;
	margin-bottom: 24px;
}

dl {
	padding: 12px 0 12px 0;
	float: left;
	display: block;
	border-bottom: 1px solid #c7c2b7;
	width: 900px;
	position: relative;
	/*background-color: red;*/
}
	


dd.img img {
	float: left;
	margin: 0 1px 0 0;
	padding: 0px;
/*	border: 1px solid #94A491;
	border-bottom-color: #5c6759;
	border-right-color: #5c6759;*/
	background-color: #fff;
}

dd.img {
	margin: 0;
	/*display: block;*/
}




dd {
	margin: 0 0 0 172px;
	padding: 0;
	font-size: .9em;
	line-height: 1.5em;
	color: #27291e;
}
