@charset "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #005597;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 100%;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0078D6;
	border-left-color: #0078D6;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0078D6;
}

/* Header */

#header {
	background-image: url(../images/flag_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 187px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-top: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header a {
	background-image: url(../images/american_group_logo.gif);
	display: block;
	height: 187px;
	width: 255px;
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 20px;
}
#header a span {
	display: none;
}

/* Navigation */

#navigation {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 38px;
	background-color: #005597;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-left: 90px;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
}
#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	background-image: url(../images/menu_star.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	padding-left: 20px;
	padding-top: 13px;
	padding-right: 15px;
	text-shadow: #012951 0px 0px 1px;
}
#navigation ul li a:hover {
	background-position: 0px -38px;
}

/* Content Left */

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
	background-image: url(../images/flag_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contentHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
}
#contentLeft {
	width: 550px;
	float: left;
}
#contentLeft #title {
	height: 24px;
	margin-bottom: 1.2em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contentLeft #title.about {
	background-image: url(../images/title_about_us.gif);
}
#contentLeft #title.aboutAmericanPipe {
	background-image: url(../images/title_about_us-american_pipe.gif);
}
#contentLeft #title.aboutManhattanCooling {
	background-image: url(../images/title_about_us-manhattan_cooling.gif);
}
#contentLeft #title.aboutAmericanContracting {
	background-image: url(../images/title_about_us-american_contracting.gif);
}
#contentLeft #title.aboutNewYork {
	background-image: url(../images/title_about_us-new_york.gif);
}
#contentLeft #title.seminars {
	background-image: url(../images/title_seminars.gif);
}
#contentLeft #title.maintenance {
	background-image: url(../images/title_preventative_maintenance.gif);
}
#contentLeft #title.preparation {
	background-image: url(../images/title_seasonal_preparation.gif);
}
#contentLeft #title.information {
	background-image: url(../images/title_helpful_information.gif);
}
#contentLeft #title.contact {
	background-image: url(../images/title_contact_us.gif);
}
#contentLeft #title span {
	display: none;
}
#contentLeft p {
	margin-bottom: 1.2em;
	line-height: 1.6em;
	padding-left: 22px;
}
#contentLeft p strong {
	color: #d6112f;
}
#contentLeft p strong.about {
	color: #666666;
	font-style: italic;
}
#contentLeft p em {
	color: #333333;
	display: block;
	font-weight: bold;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-bottom: 15px;
}
#contentLeft img {
	margin-left: 20px;
	margin-top: 25px;
	border: 1px solid #CCCCCC;
}

/* About */

#contentLeft p.boxTitleAbout {
	background-image: url(../images/pm_title_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 490px;
	font-weight: bold;
	color: #005597;
	margin-top: 15px;
	margin-left: 20px;
	padding-top: 14px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDC2C7;
	margin-bottom: 0px;
}
#contentLeft ul.boxInfoAbout {
	background-image: url(../images/seminar_info_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F5F5F5;
	width: 475px;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	list-style-image: url(../images/bullet_star.gif);
}

/* Preventative Maintenance */

#contentLeft .boxPM {
	float: left;
	width: 270px;
}
#contentLeft .boxPM p {
	background-image: url(../images/pm_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 220px;
	font-weight: bold;
	color: #005597;
	margin-top: 15px;
	margin-left: 20px;
	padding-top: 14px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDC2C7;
	margin-bottom: 0px;
}
#contentLeft .boxPM ul {
	background-image: url(../images/seminar_info_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F5F5F5;
	width: 205px;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	list-style-image: url(../images/bullet_star.gif);
}
#contentLeft .boxPMBottom {
	float: left;
	width: 540px;
}
#contentLeft .boxPMBottom p {
	background-image: url(../images/pm_title_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 490px;
	font-weight: bold;
	color: #005597;
	margin-top: 15px;
	margin-left: 20px;
	padding-top: 14px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDC2C7;
	margin-bottom: 0px;
}
#contentLeft .boxPMBottom ul {
	background-image: url(../images/seminar_info_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F5F5F5;
	width: 475px;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	list-style-image: url(../images/bullet_star.gif);
}

/* Seasonal Preparation */

#contentLeft ul.boxInfoSP {
	background-image: url(../images/seminar_info_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F5F5F5;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	list-style-image: url(../images/bullet_star.gif);
}
#contentLeft ul.boxInfoSP strong {
}

/* Seminars */

#contentLeft p.boxInfoSeminars {
	background-image: url(../images/seminar_info_bg.jpg);
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	width: 485px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}

/* Contact Us */

#contentLeft form {
	width: 500px;
	margin-bottom: 50px;
	margin-left: 20px;
}
#contentLeft form label {
	width: 242px;
	float: left;
	display: block;
	margin-top: 10px;
}
#contentLeft form label strong {
	color: #E51838;
}
#contentLeft form label.whole {
	width: 484px;
	float: left;
	display: block;
	margin-top: 25px;
	height: 65px;
}
#contentLeft form label input {
	width: 220px;
	margin-top: 5px;
	color: #666666;
	border: 1px solid #999999;
	height: 20px;
}
#contentLeft form label textarea {
	width: 220px;
	margin-top: 5px;
	color: #666666;
	border: 1px solid #999999;
	height: 75px;
}
#contentLeft form label input.check {
	float: left;
	width: 20px;
	background-color: none;
	border: none;
}
#contentLeft form label span {
	float: left;
	width: 300px;
	display: block;
	padding-top: 3px;
	font-size: .85em;
	line-height: 1.5em;
	padding-left: 8px;
}
#contentLeft form input.submit {
	width: 76px;
	background-color: #E7ECEE;
	cursor: pointer;
	background-image: url(../images/submit_button.jpg);
	height: 28px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

/* Content Right */

#contentRight {
	width: 350px;
	float: right;
	background-image: url(../images/frame_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentRight img {
	border: 1px solid #FFFFFF;
	margin-top: 30px;
	margin-left: 31px;
}
#contentRight #contactInfo {
	margin-top: 30px;
	margin-left: 32px;
	background-color: #FFFFFF;
	width: 285px;
	background-image: url(../images/right_text_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#contentRight #contactInfo p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
	width: 250px;
}
#contentRight #contactInfo p strong {
	color: #00518E;
	display: block;
}
#contentRight #contactInfo p span {
	font-weight: bold;
	color: #333333;
}
#contentRightAbout {
	width: 350px;
	float: right;
	background-image: url(../images/frame_about_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentRightAbout p {
	line-height: 16px;
	margin-bottom: 1.2em;
	width: 250px;
	margin-left: 45px;
	margin-top: 280px;
	font-size: 11px;
	color: #333333;
}
#contentRightAbout p strong {
	display: block;
	margin-bottom: 1.2em;
	color: #005597;
	font-size: 12px;
}
#contentRightAbout a img {
	border: none;
	padding-left: 45px;
}

/* Footer */

#footer {
	background-image: url(../images/page_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 25px;
}
#footer #tagline {
	height: 50px;
	background-image: url(../images/if_water_phrase.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer #tagline span {
	display: none;
}
#footer ul {
	background-color: #E51838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
}
#footer ul li {
	display: inline;
	padding-right: 7px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footer ul li.none {
	border: none;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

/* Misc */

#bottom {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(../images/bottom_fade.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.clear {
	clear: both;
	height: 1px;
}
