@charset "UTF-8";

body {
	position: relative;
	background-color:  #2B4C6B;
	/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, ellipse closest-side, #92AAC8 0%, #2B4C6B 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse closest-side, #92AAC8 0%, #2B4C6B 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse closest-side, #92AAC8 0%, #2B4C6B 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #92AAC8), color-stop(1, #2B4C6B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse closest-side, #92AAC8 0%, #2B4C6B 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse closest-side at center, #92AAC8 0%, #2B4C6B 100%);
 
}

img {
  max-width: 100%
}

.header {
  background: url(header.png) 50% no-repeat;
  background-size: contain
}

input, textarea {
  max-width:100%
}

#container {
	position: relative;
	width: 970px;
	background-color: #a3b1e0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#container #FlashID {
	text-align: center;
	margin-right: 85px;
	margin-left: 85px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header {
	position: relative;
	padding: 0px;
	height: 180px;
	width: 970px;
	margin: 0px;
	background-color: #000;
}
#ITS_header {
	position: relative;
	padding: 0px;
	height: 180px;
	width: 970px;
	margin: 0px;
	background-color: #000; 
}
#ITS_header h5 {
	position: absolute;
	top: -48px;
	left: 622px;
	font-family: bank gothic;
	font-size: 39px;
	xtransform: scale(1,2);
	color: #FF0;
	width: 998px;
	height: 15px;
}
#ITS_header h1 {
	position: absolute;
	top: 56px;
	left: 231px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	xtransform: scale(1,2);
	color: #FF0;
	width: 807px;
	height: 14px;
}
#ITS_header h2{
	position: absolute;
	top: 85px;
	left: 232px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	xtransform: scale(1,2);
	color: #FF0;
	width: 750px;
	height: 14px;
}
#ITS_header h3 {
	position: absolute;
	top: 138px;
	left: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	xtransform: scale(1,2);
	color: #FF0;
	width: 206px;
	height: 21px;
}
#ITS_header h4 {
	position: absolute;
	top: 152px;
	left: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	xtransform: scale(1,2);
	color: #FF0;
	width: 998px;
	height: 15px;
}

#ITS_header p {
	position: absolute;
	top: 111px;
	left: 234px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	font-style: italic;
	width: 758px;
	height: 30px;
}

#navbar {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
 	font-weight: bold;
	width: 975px;
    height: 19px;
	margin: 0px 0px 6px 0px;
    padding: 0;
}
 
#navbar ul {
    list-style-type: none;
	z-index: 1;
	position: absolute;
	margin:0px; 
	padding: 0px;
}
 
#navbar ul li {
     float: left;
     position: relative;
	 width: 162px;
	 background-color: #fff;
}
 
#navbar ul li a {
     text-align: center;
     border-right:1px solid #ffffff;
	 background: #1E4D6B;
     padding: 5px 1px 5px 1px;
	 margin: 1px 0 0 0;
     display:block;
     text-decoration:none;
     color:#fff;
}

#navbar ul ul ul {
	position: absolute; left: 100%; top:0;
}

#navbar ul li ul {
     display: none
}
 
#navbar ul li:hover a  {
     display: block;
     background:  #305f8f;
}

#navbar ul li:hover ul {
	display: block;
	text-align: left;
}
 
#navbar ul li:hover ul li a {
     display:block;
     background: #1E4D6B;
     color:#ffffff;
     width: 158px;
	 height: 26px;
     text-align: center;
     border: 1px solid #ffffff;
}
 
#navbar ul li:hover ul li a:hover {
     background:#305f8f;
     color:#fff;
}

#theme_pic {
	background-color: #CCC;
	padding: 0px;
	height: 250px;
	width: 970px;
	clear: both;
	margin: 0px;
}
#theme_pic_home {
	position: relative;
	background-image: url(images/theme_biohazard_cleanup_blue.jpg);
	background-color: #000;
	padding: 0px;
	height: 250px;
	width: 970px;
	clear: both;
	margin: 0px;
}
#theme_pic_home h1{
	position: absolute;
	left: -6px;
	top: -15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px;
	width: 588px;
}
#theme_pic_home h2{
	position: absolute;
	left: 12px;
	top: 28px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FF0;
	width: 498px;
}
#theme_pic_home ul{
	position: absolute;
	left: 33px;
	top: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
	width: 519px;
}
#theme_pic_home p{
	position: absolute;
	left: 7px;
	top: 207px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 606px;
	height: 25px;
}
#main_rt {
	background-color: #f6f9fb;
	width: 710px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: right;
	margin: 0px;
	padding: 15px 5px 10px 8px;
}
#main_rt h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #053D5F;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#main_rt p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 0px;
	line-height: 1.3em;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main_rt img {
	text-align: right;
	margin: 0px;
	padding: 5px;
}
#main_rt h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding: 0px;
	line-height: 14px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}
#main_rt ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 0px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_rt_calendar {
	width: 910px;
	background-color: #f6f9fb;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: right; 
	margin: 15px; 
	padding: 10px 10px 10px 10px;
}
#main_rt_calendar h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #053D5F;
	margin: 10px;
	padding: 0px;
	text-align: center;
}
#main_rt_calendar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 0px;
	line-height: 1.3em;
	margin: 0px 20px 0px 20px;
	padding: 5px 5px 0px 5px;
}

#sidebar_lft {
	background-color: #a3b1e0;
	width: 215px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 15px;
	color: #FFFF00;
}

#sidebar_lft h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #053D5F;
	font-weight: normal;
	text-align: left;
	font-style: italic;
}
#sidebar_lft h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFFF00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#sidebar_lft h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #ffff00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar_lft p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	padding: 0px;
	line-height: 1.2em;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#sidebar_lft h0 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #DEDEDE;
	padding: 0px;
	width: 288px;
	display: block;
	text-align: center;
	height: 1px;
	background-color: #DEDEDE;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sidebar_lft h0 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #2C4D5F;
	font-weight: normal;
	text-align: left;
	font-style: italic;
}

#sidebar_lft p  a{
	color: #FFF;
	background-color: #1E4D6B;
	display: block;
	margin: 0px;
	height: 20px;
	width: 214px;
	border: 1px solid #000;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
}
#sidebar_lft p a:hover {
	color: #FFF;
	background-color: #305f8f;
	display: block;
	margin: 0px;
	height: 20px;
	width: 214px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	border: 1px solid #000;
}

#sidebar_lft img {
	margin: 0px;
	text-align: center;
	padding: 0px;
}

#theme_pic_new-york {
	position: relative;
	background-image: url(images/theme-new-york-crime-scene-cleanup-services.jpg);
	background-color: #000;
	padding: 0px;
	height: 250px;
	width: 970px;
	clear: both;
	margin: 0px;
}
#theme_pic_new-york h1{
	position: absolute;
	left: -6px;
	top: -15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px;
	width: 588px;
}
#theme_pic_new-york h2{
	position: absolute;
	left: 12px;
	top: 28px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FF0;
	width: 498px;
}
#theme_pic_new-york ul{
	position: absolute;
	left: 33px;
	top: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
	width: 332px;
}
#theme_pic_new-york p{
	position: absolute;
	left: 7px;
	top: 207px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 606px;
	height: 25px;
}
#theme_pic_calendar {
	position: relative;
	background-image: url(images/theme-new-york-crime-scene-cleanup-services.jpg);
	background-color: #000;
	padding: 0px;
	height: 250px;
	width: 970px;
	clear: both;
	margin: 0px;
}
#theme_pic_calendar h1{
	position: absolute;
	left: -6px;
	top: -15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px;
	width: 588px;
}
#theme_pic_calendar h2{
	position: absolute;
	left: 12px;
	top: 28px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FF0;
	width: 498px;
}
#theme_pic_calendar ul{
	position: absolute;
	left: 33px;
	top: 45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
	width: 397px;
}
#theme_pic_calendar p{
	position: absolute;
	left: 7px;
	top: 207px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 606px;
	height: 25px;
}
#main_photos {
	background-color: #DEDEDE;
	width: 940px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 15px;
	height: 760px;
	text-align: center;
}
#main_photos iframe {
	text-align: center;
}
#container2 {
	width: 970px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#column_area {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #305f8f;
	width: 970px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#column_list {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 750px;
	width: 194px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #305f8f;
	line-height: 1.2em;
}
#footer {
	background-color: #f6f9fb;
	height: 60px;
	width: 970px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	padding: 0px;
	padding-top: 10px;
	clear: both;
	margin: 0px;
	border-top: 1px solid #444444;
}
.yellow {
	color: #FFFF00;
	
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2C4D5F;
}
.boldBlack {
	font-weight: bold;
}
.italic {
	font-style: italic;
	font-size: 9pt;
}

.image-border {
	margin: 100px;
}
.stretch {
	 transform:scale(2,1); /* W3C */
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(3,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
	-ms-transform:scale(2,1); /* IE 10 */
    -o-transform:scale(2,1); /* Opera */
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
