/* CSS Document */
body {
	background-image: url(images/AM_index_background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Tahoma;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.page {
	/*background-image: url(images/AM_index_freeconsult.jpg);*/
	background-repeat: no-repeat;
	min-height: 160px;
}

.mainpage {
	text-align: left;
}

#menutop ul {
	margin: 0px;
	padding: 0px;
}

#menutop ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#menutop ul li.selected {
	background-image: url(images/AM_index_navbutton.jpg);
	background-repeat: no-repeat;
}

#menutop ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
}

#menutop ul li a:hover {
	text-decoration: underline;
}

.index_marquee {
	background-image: url(images/AM_index_marquee.jpg);
	background-repeat: no-repeat;
}

.inside_marquee {
	background-image: url(images/AM_WhatToExpect_marquee.jpg);
	background-repeat: no-repeat;
}

.left_marquee_text {
	color: #002157;
}

.content_area {
	padding-left: 30px;
	padding-right: 30px;
}

.left_content {
	text-align: justify;
	line-height: 15px;
}

.content_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0372BA;
}

.content_subtitle {
	color: #0072BB;
	font-weight: bold;
}

.content_div {
	border-top: 1px solid #ECECEC;
	border-bottom: 0px;
}

.bucket_title {
	text-transform: uppercase;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #002157;
	margin-top: 7px;
}

.success_bucket {
	background-image: url(images/AM_index_1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 13px;
}

.programs_bucket {
	margin-top: 7px;
	background-image: url(images/AM_index_2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	line-height: 13px;
}

.programs_inside_bucket {
	background-image: url(images/program_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	line-height: 13px;
}

.obese_bucket {
	margin-top: 7px;
	background-image: url(images/AM_index_3.jpg); 
	background-repeat: no-repeat;
	text-align: left;
	line-height: 13px;
}

.obese_inside_bucket {
	line-height: 13px;
	text-align: left;
}

.obese_inputtext {
	font-size: 11px;
	border:1px solid #698FB3;
	background-color: transparent;
	width: 60px;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
}

#subnav ul li {
	list-style-type: none; 
	display: inline;
	color: #0372BA;
}

#subnav ul li a {
	text-decoration: underline;
	color: #0372BA;
}

#subnav ul li a:hover {
	text-decoration: none;
}

#subnav ul li a.selected {
	text-decoration: none;
	color: #000;
}

#footer {
	background-image: url(images/AM_index_footer.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #B2C3F7;
}
