@charset "UTF-8";
/* CSS Document */

/* Main Positions */
html, body {
border:0;
margin:0;
background: #123;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

#wrapper {
	position: relative;
	margin: 20px auto;
	width: 1000px;
	background:#a9282a;
}

#navigation {
	width: 685px;
	font-size: 90%;
	padding: 17px;
	text-align: right;
}

#logo {
	position: absolute;
	width: 280px;
	text-align: right;
	right: 0px;
	top: 0px;
	padding: 18px 20px 0 0;
	background: #fff;
}

#biglogo {
	position: absolute;
	width: 250px;
	text-align: left;
	left: 0px;
	bottom: 0px;
	background: #fff;
}

#amlcontent {
	margin: 0 0 0 72px;
	padding: 126px 0px 16px 394px;
	text-align: right;
}

#amlwelcomespacer {
	height:66px;
}

/* Page backgrounds start here */
#welcome #amlcontent {
	background: white url(images/Jigsaw_welcome.jpg) no-repeat;
}

#about #amlcontent {
	background: white url(images/Jigsaw_about.jpg) no-repeat;
}

#service #amlcontent {
	background: white url(images/Jigsaw_service.jpg) right bottom no-repeat;
	padding: 30px 0px 20px 30px;
}

#amlcontentcontact {
	margin: 0px 0 0 0;
	padding: 30px 100px 0px 250px;
	height: 262px;
	text-align: left;
	color: #414042;
	background: white;
}

#amlheading {
	padding: 0 0px 5px 10px;
	text-align: left;
	width: 430px;
	color: #a9282a;
	font-size: 1.2em;
}

#contact #amlheading {
	padding: 0 0 5px 0;
}
	
#amltext {
	margin: 0px 20px 40px 0px;
	text-align: left;
	width: 488px;
	border: 3px solid #ebebeb;
	border-style: outset;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4em;
	color: #414042;
	background: #B7BCBF;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

#service #amltext {
	margin: 0 20px 10px 0;
	width: 530px;
}

#servicesxtra {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 90%;
	width: 530px;
}

#footer {
	font-size: 8px;
	color: #fff;
	padding: 10px 20px;
	height: 100px;
	text-align:right;
	
}

/* Page footer images start here */
#welcome #footer {
	background: url(images/AML_welcome_words.jpg) no-repeat;
}

#about #footer {
	background: url(images/AML_about_words.jpg) no-repeat;
}

#service #footer {
	background: url(images/AML_service_words.jpg) no-repeat;
}


/* Navigation */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#home #navigation li.home a, #welcome #navigation li.welcome a, #about #navigation li.about a, #service #navigation li.service a, #contact #navigation li.contact a {
	color: #fff;
}

#navigation a:link, #navigation a:visited {
	padding: 0 0.9em 0 0;
	color: #c5c7c8;
	background: #a9282a;
	text-decoration: none;
}

#navigation a:hover{
	color: #fff;
}

#contact #navigation {
	position: absolute;
	bottom: 35px;
	right: 25px;
	padding:5px 10px 5px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	width: 40px;
	background-color: #a9282a;
}

/* Text Styles */
h2 {
margin: 0 0 3px 0;
font-size: 1em;
font-weight: normal;
color: #A9282A;	
}

ul {
padding-left: 15px;
margin-left: 0;	
}

#service ul {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0;
}

ul.colors li {
	color: #a9282a;
	line-height: 1.6em;
	margin-left: 20px;
}

ul.colors li span {
	color: #414042;
}

a {
text-decoration: none;	
}

.legal {
	font-size: 9px;
	font-weight: normal;
}

