﻿/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset, img{
		margin: 0;
		padding: 0;
		font-size: 1em;
		list-style: none;
		font-style: normal;
		font-weight: normal;
		border: 0;
	}

	

	a{
		text-decoration: none;
		color: #2490ca;
		font-weight: bold;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	.clearer{
		height: 1px;
		font-size: 1px;
		clear: both;
	}
	
	abbr{
		border: none;
	}
	
/*NYS*/
	body{
		background:#0b244d url(/images/css/bg_body.jpg) repeat-x top;
	}
	
	#wrapper{
		width:976px;
		margin:0 auto;
		font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
		font-size:12px;
		background:#e7e7e7;
	}
	
	#content{
		background:#fff;
		margin:0 20px;
		padding-top:34px;
	}
	
	#content-main{
		float:left;
		padding-left:43px;
		width:530px;
	}
	
	#content-sub{
		float:right;
		width:287px;
		padding-right:28px;
	}
	
	#content-main, #content-sub{
		margin-bottom:20px;
	}


	
/*Footer*/
	#footer{
		background:#c5c5c5;
		clear:both;
		position:relative;
		height:92px;
		padding:0 15px;
	}
	
	#footer, #footer a{
		color:#fff;
		font-weight:normal;
	}
	
	#footer div{
		height:68px;
		width:50%;
		float:left;
	}
	#footer div.copy{
		height:68px;
		line-height: 68px;
		width:50%;
		float:left;
	}
	
	#footer div.credit{
		float:right;
		width:40%;
		text-align: right;
		position:relative;
		padding-top:10px;
height:58px;
	}

	#footer div.Message{
		clear:both;
		width:100%;
		height:24px;
		padding:0;
		text-align:center;
		color:#0b244d;
	}
	
/*Branding area*/
	#branding{
		background:#0d2351 url(/images/css/bg_masthead.jpg) repeat-x top;
		position:relative;
		min-height: 109px;
	}
	
	#branding h1 a{
		display:block;
		background: url(/images/css/nys_corporate.gif);
		text-indent: -999em;
		outline:none;
		width:198px;
		height:78px;
	}
	
/*Nav*/

	#nav{
		/*overflow: hidden;*/
	}

	#nav ul li{
		float:left;
		border-right:1px solid #248fc9;
	}
	
	#nav ul li.last,
	#nav ul li ul li.last a{
		border: none;
	}
	
	#nav ul li ul{
		margin-left:-999em;
		position:absolute;
		padding:8px 14px;
	}
	
	#nav ul li a{
		color:#fff;
		font-weight:bold;
		display:block;
		padding:4px 30px 12px 7px;		
	}
	
	#nav ul li.home a{
		padding-left: 22px;
	}
	
	

#nav ul li ul.subMenuOpen{
		margin-left:0;
		background:#248fc9;
	}

	/*#nav ul li:hover ul,
	#nav ul li.sfhover ul{
		margin-left: 0;
		background:#248fc9;
		
	}*/
	
	#nav ul li ul li{
		float:none;
	}
	
	#nav ul li ul li a{
		border-bottom: 1px solid #c0c0be;
		padding:8px 8px 8px 0;
		width:175px;
	}
	
/*Typo*/
	#content, #banner p{
		line-height: 2em;
	}
	
	#content h1, #content h2, #content h3{
		font-size:32px;
		line-height: 1;
		font-family: "Franklin Gothic", "Arial Narrow", Helvetica, Arial, Tahoma;
		color:#000;
		margin-bottom:18px;
	}
	
	#content h2{
		font-size:24px;
		margin-bottom:12px;
	}
	
	#content p, #content ul, #content ol, #content dl{
		margin:2em 0;
	}
	
	#content h3{
		font-size:24px;
		margin-bottom:12px;
	}
	
	#content h4{
		font-weight: bold;
		margin:2em 0;
	}
	
	#content ul, #content ol{
		padding-left:3em;
	}
	
	#content ul li{
		list-style-type: disc;
	}
	
	#content ol li{
		list-style-type: decimal;
	}
	
	#content ul.with-arrows{
		padding-left:0;
	}
	
	#content ul.with-arrows li{
		padding-left: 47px;
		background: url(/images/css/arrow.gif) no-repeat 0 5px;
		margin-bottom:2em;
		list-style-type: none;
	}
	
/*Pull-out box*/
	

	.container {background:#66CCFF; color:#fff; margin:0 0px;}
	.rtop, .rbottom{
	display:block;
	background:#fff;
	}
	.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color:#66CCFF;
	}
	.r1{margin: 0 5px}
	.r2{margin: 0 3px}
	.r3{margin: 0 2px}
	.r4{
	margin: 0 1px;
	height: 2px
	}

	.indent {
	display:block;
	margin-left: 20px;
	padding: 20px 20px 20px 0px;
	color: #FFF;
	font-size:22px;
	line-height: 30px;
	}

	
/*Home page*/
	#banner {
		min-height:315px;
	}
	
	.bg_helicopter h2{
		color:#2490CA;
	}
	.bg_helicopter{
		color:#787773;
		background:url(/images/css/bg_helicopter.jpg) no-repeat top left;
		background-color:#B6B6B6;
	}
	
	.bg_train h2{
		color:#2490CA;
	}
	.bg_train{
		color:#787773;
		background:url(/images/css/bg_train.jpg) no-repeat top left;
		background-color:#B6B6B6;
	}
	
	.bg_plane h2{
		color:#3761A0;
	}
	.bg_plane{
		color:#fff;
		background:url(/images/css/bg_plane.jpg) no-repeat top left;
		background-color:#B6B6B6;
	}
	
	.bg_boardroom h2{
		color:#CAC2A9;
	}
	.bg_boardroom{
		color:#fff;
		background:url(/images/css/bg_boardroom.jpg) no-repeat top left;
		background-color:#A1A1A1;
	}
	
	.bg_lighting h2{
		color:#00D658;
	}
	.bg_lighting{
		color:#fff;
		background:url(/images/css/bg_lighting.jpg) no-repeat top left;
		background-color:#B6B6B6;
	}	
	
	.bg_skyline h2{
		color:#fff;
	}
	.bg_skyline{
		color:#fff;
		background:url(/images/css/bg_skyline.jpg) no-repeat top left;
		background-color:#B6B6B6;
	}
	
	
	#content .one, #content .two, #content .three{
		margin:0 25px;
		width:262px;
		float:left;
		margin-bottom:0;
		display:inline;
	}
	
	#content .one p,
	#content .two p,
	#content .three p{
		min-height: 100px;
	}
	
	#wrapper #content p.more{
		height: auto;
		min-height: 0;
		margin-bottom:40px;
	}
	
	#content .more a{
		display:block;
		background: url(/images/css/arrow.gif) no-repeat top left;
		padding-top: 32px;
	}
	
	#content .one h3,
	#content .two h3,
	#content .three h3{
		font-size:28px;
		color: #787773;
		border-bottom:1px solid #787773;
		padding-bottom:12px;
		margin-bottom:0;
	}
	
	#banner{
		padding-top:1px;
	}
	
	#banner h2{
		font-family: "Franklin Gothic", "Arial Narrow", Helvetica, Arial, Tahoma;
		font-size:29px;
		margin:140px 59px 0 507px;
	}
	
	#banner p{
		margin:0 59px 0 507px;
	}
	
/*--- CONTACT  ---------------------------------------------------------*/
form.contactform fieldset {
border:1px solid #ccc;
padding:10px 20px;
margin-top:2em;
}
form.contactform legend {
font-family: "Century Gothic", "Gill Sans", Helvetica, Verdana, sans-serif;
color:#666;
font-weight: bold;
font-size:1.6em;
padding:0 .5em;
}
form.contactform label {
float:left;
width:396px;
margin-bottom:0.2em;
position:relative;
color:#999;
clear:left;
}
form.contactform label span {
color:#84272F;
padding-left:0.2em;
}
form.contactform label em {
font-weight:bold;
font-style:normal;
color:#84272F;
position:absolute;
right:-1em;
}
form.contactform input,
form.contactform textarea {
display:block;
width:450px;
float:left;
margin-bottom:0.8em;
clear:left;
border:0;
background-color:#FFF;
border:1px solid #aaa;
padding:0.2em 0.3em;
color:#666;
}
form.contactform select {
display:block;
/*width:250px;*/
float:left;
font-size:1.1em;
margin-bottom:0.8em;
clear:both;
border:0;
background-color:#FFF;
border:1px solid #aaa;
padding:0.2em 0.3em;
color:#666;
}
form.contactform input[type="hidden"] {
display:none;
}
form.contactform label.check {
margin:0.8em 0;
width:360px;
clear:left;
}
form.contactform input.check {
margin:0;
float:right;
width:30px;
display:inline;
clear:none;
margin-top:-1.1em;
background:transparent;
}
form.contactform p.disclaimer {
font-size:1em;
margin-bottom:1em;
clear:left;
}
form.contactform p,
form.contactform div {
clear:both;
}
form.contactform div {
margin-bottom:1.5em;
}
form.contactform div.friend input {
width:300px;
clear:none;
display:inline;
}
form.contactform div.friend label {
width:100px;
clear:none;
}

form.contactform div#c_buttons input {
padding:0 0 0.2em 0;
width:100px;
height:26px;
color:#FFF;
background-color:#999;
font-weight:bold;
text-decoration:none;
text-align:center;
vertical-align:top;
cursor:pointer; /* hand-shaped cursor */
}
form.contactform div#c_buttons input:hover {
text-decoration:underline;
}		


/* added by Craig */
.error{
color:Red;
}

.success{
color:Blue
}

.left{
float:left;
}

.right{
float:right;
}

.warning
{
color:#DAA520;    
}
