/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	width: 100%;
	height: 75px;
}
a:visited img#AMClogo {
	border:0;
}
a:active img#AMClogo:active {
	border:0;
}

#nav {
	width: 100%;
	background-color: #6D8497;
	border-bottom: 1px solid #CCC;
}
#content {
	width: 100%;
	/*height: 600px;*/
}
#footer {
	width: 100%;
	height: 40px;
	border-top: 1px solid #4A5568;
}
#footer p {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin: 5px 0px;
}
.leftColumn {
	width: 250px;
	border-right: 1px solid #4A5568;
}
.contentHeader {
	height: 120px;
	border-bottom: 1px solid #4A5568;
	background-image: url(../images/content_header_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px;
}
.customContentHeader {
	height: 120px;
	border-bottom: 1px solid #4A5568;
	background-image: url(../images/custom_content_header_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px;
}
.contentMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
}
.contentMain h1 {
	font-size: 20px;
	font-weight: normal;
	color: #4A5568;
	margin: 6px 0px;
}
.contentMain h2 {
	font-size: 12px;
	color: #6D8497;
	margin: 5px 0px;
}
.contentMain p {
	font-size: 11px;
	color: #333333;
	margin: 2px 0px;
	line-height: 1.5em;
}
.contentMain hr {
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contentMain li {
	font-size: 11px;
	line-height: 1.5em;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #4A5568;
	margin: 0px;
	text-transform: capitalize;
}
form {
	display: inline;
}
input {
	font-size: 11px;
	border: 1px solid #B7CADB;
}
.enquiryLabel {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
#menu li {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #6D8497;
	display: block;
	border-bottom: 1px solid #B7CADB;
	padding: 6px 0px;
	list-style-type: none;
}
#menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#imagePlaceholder {
	height: 121px;
	border-bottom: 1px solid #4A5568;
}
#solutionPartners {
	padding: 5px 15px;
}
#solutionPartnersHeading {
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6D8497;
	border-bottom: 1px solid #B7CADB;
	text-indent: 20px;
	padding: 5px 0px;
}
#monthlyNewsletterHeading {
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6D8497;
	border-bottom: 1px solid #B7CADB;
	text-indent: 20px;
	padding: 5px 0px;
}
#monthlyNewsletter {
	padding: 0px 20px;
}
#monthlyNewsletter p {
	font-size: 11px;
	font-weight: bold;
	color: #6D8497;
	margin: 2px 0px;
}
#monthlyNewsletter h3 {
	font-size: 11px;
	font-weight: bold;
	color: #6D8497;
	margin: 6px 0px;
}
#newsHeading {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6D8497;
	border-bottom: 1px solid #B7CADB;
	text-indent: 20px;
	padding: 5px 0px;
}
#newsContent {
	padding: 0px 10px;
}
#newsContent p {
	font-size: 11px;
	font-weight: normal;
	color: #6D8497;
}
#newsContent h3 {
	font-size: 11px;
	font-weight: bold;
	color: #6D8497;
}
.newsItem a {
	color: #4A5568;
	font-size: 11px;
	text-decoration: none;
}
.stdText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}