body {
	background-color: #C9C9C9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

td {
	font-size: 14px;
	color: #333;
}
#navStates {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #2496CC;
	width: 443px;
	display: block;
	height: 76px;
	float: left;
	background-image: url(images/navStates.gif);
	z-index:100;
}
#navStates span {
	display: block;
	height: 76px;
	padding-top: 31px;
	float: left;
	text-align: center;
	z-index:100;
}
#navStates a {
	text-decoration: none;
	z-index:100;
}
#navStates a:hover {
	text-decoration: none;
	color: #929BB3;
	z-index:100;
}
#navStates a.new-york {
	padding-left: 35px;
	z-index:100;
}
#navStates span.new-york {
	width: 148px;
	text-align: left;
	z-index:100;
}
#navStates span.new-jersey {
	width: 140px;
	z-index:100;
}
#navStates span.connecticut {
	width: 154px;
	z-index:100;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:100;
}
#nav ul { /* all lists */
	border-bottom-color: #C2C2B8;
	border-right-color: #C2C2B8;
	border-left-color: #C2C2B8;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	z-index:100;
}

#nav a {
	display: block;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	color: #929BA0;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	z-index:100;
}

#nav li { /* all list items */
	float: left;
	padding-right: 28px;
	z-index:100;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 145px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #E6E4D9;
	z-index:100;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:100;
}
#nav li ul li a {
	width: 145px;
	font-size: 12px;
	padding: 7px;
	z-index:100;
}

#content {
	clear: left;
	color: #ccc;
}

.content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1, .large {
	font-weight: bold;
	text-transform: capitalize;
	color: #0778B5;
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	letter-spacing: 1px;
}
.small {
	font-size: 11px;
}
.small a, .small a:hover {
	color: #333;
	text-decoration: none;
}
.smallblue {
	font-size: 11px;
	color: #0778B5;
}
strong, .blue {
	color: #666;
}
.label {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.labelContact {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
h2, .medium {
	color: #0778B5;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img   {
	border: 1px solid #E4E2D6;
	margin: 10px;
	padding: 2px;
	margin-top: 0px;
	font-size: 10px;
}
#buildings  img   {
	border: 1px solid #E4E2D6;
	margin: 0px;
	padding: 2px;
}
.inputLogin {
	font-size: 20px;
	color: #828076;
	line-height: 30px;
	height: 30px;
}
.boxButton {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #3177BD;
	color: #3177BD;
}
a {
	color: #3177BD;
}
a:hover {
	text-decoration: none;
}
input, textarea, .textarea,select {
	color: #0778B5;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
input[type=text],input[type=password],textarea,select {
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
textarea {
	padding-top: 5px;
	padding-bottom: 5px;
}
.rounded {
	border: 5px solid #cccccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
h1.single {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
.buttonContact {
	font-size: 24px;
	width: 150px;
	font-weight: bold;
	text-transform: capitalize;
}
.contact {
	font-size: 16px;
}
ul.list li {
	list-style-type: none;
}
#navContact {
	float: left;
	background-image: url(images/index_05.gif);
	width: 355px;
	height: 76px;
	z-index:100;
}
#navLogo {
	float: left;
	background-image: url(images/index_02.gif);
	width: 204px;
	height: 122px;
	z-index:100;
}
ul.list {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 20px;
}
.justify {
	text-align: justify;
}
.main {
	background-repeat: no-repeat;
	background-image: url('images/main-bkg.jpg');
	background-position: top;
}
#intro1 {
	float: right;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 37px;
}
#intro2 {
	margin-top: 25px;
	margin-right: 50px;
	margin-left: 50px;
}
.imgMainLeft {
	padding-right: 20px;
	border: 0px;
}
.imgLeft {
	padding-right: 20px;
	border: 1px solid #E4E2D6;
}
.imgRight {
	padding-left: 20px;
}
.main a {
	color: #333;
	text-decoration: none;
}
.main h1, .main h2 {
	text-transform: none;
	color: #0778B5;
	font-size: 18px;
	font-weight: bold;
}
#columns {
        float:none;
        clear:both;
        height:400px;
		margin-top:20px;
}
#leftcolumn, #rightcolumn {
        float:left;
}
#leftcolumn {
	width:640px;
}
#rightcolumn {
	padding-top:30px;
}
.formheader {
	background:url('images/form-header.original.png');
	height:122px;
	width:312px;
	padding:0px;
	margin-top:2px;
	color:#fff;
	font-size:20pt;
	position:absolute;
	z-index:2;
	line-height: 16pt;
	margin-bottom: 0px;
}
.formheader div {
        width:250px;
        padding:10px 0px 0px 10px;
}
.formcontent {
        background:#eee;
        position:absolute;
        padding:10px;
        padding-top:125px;
        margin:3px;
        width:293px;
        z-index:1;
        border:1px solid #ccc;
}
.formcontent input {
        width:220px;
        border:1px solid #999;
        padding:5px;
}
.point {
       height:50px;
       padding:10px;
}
#points, #sometext {
       float:left;
       width:350px;
}
#points2 {
       float:left;
       width:350px;
}
#sometext {
       width:570px;
       float:right;
}
#pointsncontent {
       height:250px;
}
#quotes {
	
	text-align:center;
	width:100%;
	height:200px;
	float:none;
	clear:both;
	margin-top: 20px;
}
ul, li {
    margin:0;
    padding:0;
}
ul#points {
    list-style: circle outside url('images/bullet-arrow-green.original.png');
    margin-left:40px;
}
ul#points2 {
    list-style: circle inside;
    margin-left:40px;
}
a img {
    border:0;
}
.freelabel { position:absolute;margin-left:239px;z-index:3; }
.formfield { float:none;clear:both;height:50px;width:286px; }
.formfield div { float:left; }
.formfield div.lab { width:60px; }
.point div { float:left;width:300px;padding:0px 10px; }
h3 { font-weight:bold;font-size:12pt;margin:0px;padding:0px; }
.point div p { padding:0px;margin:0px }
.quote-info div, .quote-info-iframe div {
        float:left;
}
.quote-info {width:900px;padding:0px 0px;text-align:left;margin:0 auto;background:#fff;height:150px;}
.quote-info-iframe {width:900px;padding:40px 0px;text-align:left;margin:0 auto;background:#fff;height:70px;}
.quote-author {padding:10px 5px;}
.quote-line {margin:10px 10px;}
.quote-text {width:537px;padding:15px 20px;text-align:justify;margin-bottom:30px;font-size:10pt;}
iframe {border:0px;overflow:hidden;margin:0;padding:0;}
.former{background:#fff;height:100%;}
body.frame{width:100%;height:100%;background:#fff;}
.header {width:100%;text-align:center;}
.introMediaPlayer{
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
}

/* Start IOTS Page Specific */
#leftcolumn2 {
	width:580px;
	height:404px;
	float:left;
	padding:20 14 0 0;
}
#leftcolumn3 {
	width:560px;
	height:430px;
	float:left;
	padding:0 14 0 0;
}
#rightcolumn2 {
	float:left;
	padding:0 4 0 14;
	width:300px;
	height:400px;
}
#rightcolumn3 {
	float:left;
}
#centercolumn2 {
float:left;
	width:10px;
	height:620px;
}
#columns2 {
        float:none;
        clear:both;
        height:400px;
		margin-top:0px;
}
#intro3 {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#iots-hdivider{
	padding:5 0 15 0;
}
#points3 {
       float:left;
       width:250px;
}
ul#points3 {
    list-style: circle inside;
    margin-left:40px;
}
/* End IOTS Page Specific */

