﻿/* CSS layout */

body {

	margin: 0;

	padding: 0;

	clip: rect(auto, auto, auto, auto);

	background-color: #202F5D;

}

#top_of_page {

	height: 50px;

	background-color: #A5282A;

	text-align: center;

}

.h1_top_of_page {

	font-family: "Times New Roman", Times, serif;

	font-size: 32pt;

	font-weight: bold;

	text-align: center;

}

#masthead {

	background-color: #A5282A;

	text-align: center;

	height: 175px;

	width: 780px;

	margin-right: auto;

	margin-left: auto;

}

.h1_header {

	font-family: "Times New Roman", Times, serif;

	font-size: xx-large;

	font-weight: bold;

}

#head_images {

	margin-right: auto;

	margin-left: auto;

	width: 780px;

	height: 100px;

}

#head_bottom_txt {

	width: 780px;

	height: 35px;

	color: #00FF00;

}

#top_nav {

	width: 780px;

	background-color: #FFFFFF;

	text-align: center;

	margin-right: auto;

	margin-left: auto;

	height: 25px;

}

#container {

	min-width: 600px;

	width: 780px;

	margin-right: auto;

	margin-left: auto;

}

.page_title {

	font-weight: bold;

	text-align: center;

	margin-top: 5px;

	margin-bottom: 8px;

}

#left_col {

	width: 180px;

	float: left;

	background-color: #FFFFFF;

	text-align: center;

	height: 385px;

}

#right_col {

	width: 150px;

	float: right;

	background-color: #FFFFFF;

	text-align: center;

	height: 385px;

}

#page_content {

	margin-left: 180px;

	background-color: #FFFFFF;

	padding-left: 5px;

	padding-right: 5px;

	/*width: 440px;*/

	min-height: 380px;

}


#services_area_content {
	background-color: #FFFFFF;

	padding-left: 5px;

	padding-right: 5px;

	/*width: 440px;*/

	min-height: 380px;

}

.image_center {
    margin-left: 80px;
}

.img_margin_left {
    margin-left: 80px;
}

.page_center_txt {
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 8px;
    font-family: "Times New Roman", Times, serif;
    padding-right: 160px;
    padding-left: 160px;
}

#footer {

	clear: both;

	background-color: #A5282A;

	text-align: center;

}

#footer_images {

	margin: 5px auto 8px auto;

	width: 780px;

	height: 25px;

	text-align: center;

	padding-top: 5px;

}

#footer_links {

	text-align: center;

	width: 780px;

	margin-right: auto;

	margin-left: auto;

	background-color: #C0C0C0;

	height: 23px;

}

#copyright {

	font-family: "Times New Roman", Times, serif;

	font-size: small;

	font-weight: bold;

	text-align: center;

	margin-top: 5px;

	width: 780px;

	margin-right: auto;

	margin-left: auto;

}

.img_right {

	float: right;

}

.center_txt {

	font-family: "Times New Roman", Times, serif;

	text-align: center;

}

a:link {

	font-weight: bold;

	color: #0000FF;

	text-decoration: underline;

	font-family: "Times New Roman", Times, serif;

	font-size: medium;

}

a:visited {

	font-weight: bold;

	color: #0000FF;

	text-decoration: underline;

	font-family: "Times New Roman", Times, serif;

	font-size: medium;

}

a:hover {

	font-weight: bold;

	color: #FF00FF;

	text-decoration: underline;

	font-family: "Times New Roman", Times, serif;

}

.page_bottom_ny_cty {

	font-weight: bold;

	text-align: center;

	margin-top: 5px;

	margin-bottom: 8px;

	font-family: "Times New Roman", Times, serif;

	font-style: italic;

}

.page_bottom_ny_cty_2nd_line {

	text-align: center;

	margin-top: 5px;

	margin-bottom: 8px;

	font-family: "Times New Roman", Times, serif;

	font-size: x-small;

}





.citieslist {

	width: 800px;

	margin: 0 auto;

	text-align: left;

}



.citieslist #citieslist {

	text-align: center;

	color: #FFF;

}



.citieslist a, .citieslist a:hover {

	font-weight: normal;

	text-decoration: none;

	color: #EEEA4D;

}



.service-text {

	margin-top: 0;

}


.cit .row p{
	color: #fff;
}

.btn-primary {
    color: #FFF900 !important;
    background-color: #000 !important;
    border-color: #000!important;
    margin-top: -15px !important;
    margin-bottom: 10px !important;
    font-size: 19px !important;
}

h4.city-phone a {
    font-size: 24px;
    text-decoration: none;
}