@charset "UTF-8";
h1, h2, h3, h4, h5, p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F3F3F4;
	margin: 0px;
	padding: 0px;
}
#nav a {
	text-decoration: none;
}
#nav li:hover {
	background-image: url(images/nav_arrow_ro.gif);
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-left: 20px;
	height: 80px;
	background-position: 0px;
}
#wrapper {
	background-image: url(images/body_bkrd.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	width: 1024px;
	margin-left: auto;
}
#header {
	background-image: url(images/logo_amllp.gif);
	background-repeat: no-repeat;
	width: 1024px;
	height: 125px;
	background-position: 220px 30px;
}
#nav {
	width: 220px;
	float: left;
	background-image: url(images/services_focus.gif);
	background-repeat: no-repeat;
	background-position: 150px 525px;
	height: 1000px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	background-image: url(images/nav_bkrd.gif);
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-left: 20px;
	height: 80px;
	background-position: 6px;
	display: block;
}
#nav h1 {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 6px;
	padding-top: 10px;
	color: #22408F;
}
#nav h2 {
	font-size: 10px;
	line-height: 12px;
	color: #8280A9;
}


#nav li.navon {
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-left: 20px;
	height: 80px;
	background-position: 0px;
}
#nav .navon h1 {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 6px;
	padding-top: 10px;
	color: #FFF;
}
#nav .navon h2 {
	font-size: 10px;
	line-height: 12px;
}

#content {
	float: right;
	width: 690px;
	margin-right: 114px;
}

#content #left {
	float: left;
	width: 425px;
}
#content #left h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #22408F;
}
#content #left h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #8280A9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #22408F;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#content #left h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #22408F;
	padding-top: 12px;
}
#content #left h4 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #8280A9;
	padding-top: 40px;
	padding-bottom: 10px;
}
#content #left p {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 12px;
}
#content #left ul {
	padding-bottom: 12px;
	padding-left: 20px;
}
#content #left li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 16px;
}

#content #right {
	float: right;
	width: 250px;
}
#content #right #callout {
	background-color:#E1E1EF;
	width: 250px;
	margin-bottom: 75px;
}
#content #right #callout h1 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #22408F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
#content #right #callout h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #8280A9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #22408F;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#content #right #callout h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #22408F;
	padding-top: 12px;
}
#content #right #callout p {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
#content #right  #callout ul {
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 10px;
	padding-left: 30px;
}
#content #right  #callout li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#content #right a {
	color: #00F;
	text-decoration: none;
}
#content #right a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
}
