/************************

 RESET & UTILITY CLASSES

*************************/



/* validated 20091008 - ie6.css will not validate (Surprise!) */



/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: top;

}


.clear-fix { clear: both;}

.hidden { display: none; }



/********

 DEFAULTS

*********/



body{
	background: #FFF url(images/background-gradient.jpg) repeat-x;
	color:#000; font: 100% Verdana, Arial, Helvetica, sans-serif; font-size:14px;
}

p {
	margin: 0 0 16px 0;
}

strong {
	font-weight: bold;
}

iframe {
	margin: 0 0 20px 0;
}


a:active {
	outline: 0 none;
	position: relative;
	top: 1px;
}

table {
	border: solid 5px gray;
	color: #00000;
    	font-size: 11px;
}

tbody {
    width: 100%;
}

td {
    
    padding-right: 12px;
}

tr.light-blue {
	background: #E8F3F9; 
}



/********

 STRUCTURE

*********/

#wrap {
    margin: 15px auto;
	width: 960px;
	position: relative;
}







/********

 HEADER

*********/



#header {

	height: 130px;

	background-image: url(images/masthead.png);

}



#header a {

	cursor:pointer;
	display:block;
	height:130px;

}



#header h1 {

	text-indent: -9999px;

	color: #FFF;

	height: 130px;

	font-size:48px;

	text-decoration:none;

	text-align:center;

}



#header h1 span {

	display:block;

	height: 130px;

}

/********

 NAVIGATION

*********/



/* add class of .current to the list item which is active */



#top_nav {

	display: block; height: 40px; padding: 0; width: 960px;

	background-color: #E8F3F9; background-repeat:no-repeat;

	position: relative;

	font-size:16px; list-style: none;	

}



#top_nav ul {

  margin: 0px; padding: 0px;

  list-style: none;

}



#top_nav li {

  border-left: 1px solid white;

  background-color: #E8F3F9;

  display: block; float: left;

  color: #285073; text-align:center; white-space: nowrap; 

}



#top_nav li:first-child {   /* >ie6 only */

    border-left: none;	

}



#top_nav li.current, #top_nav li.current a {

	border: none;

	background-color: #8fadc5; 

	color: #ffffff; 	

}



#top_nav a, #top_nav a:visited, #top_nav a:active{
  	color: #285073; 
	font-weight: bold;
	padding: 10px 20px 0 20px;
  	text-decoration: none;
    display:block;
	height:30px;
}

#top_nav a:hover {
        background:#C1DBE8;
		color: #285073;

}

#top_nav li.current a:hover {
	text-decoration: none;
}



/********

 LEFT

*********/



#left {

	position: absolute;
	left: 0;
	width: 160px;

}



#left ul {


	font-size:12px; list-style:none;

} 



#left li {

                border-bottom: 1px solid #328747;

}
                

#left a, #left a:visited {

                color:#FFFFFF; 
                display: block; 
                font-weight: bold; 
                padding: 7px;
                text-decoration:none; 

}


#left a:hover {

	background: repeat scroll 0 0 #328747;
}





/********

 RIGHT

*********/



#right {
background-image:url("images/main_background.jpg");
background-repeat:repeat-y;
min-height:550px;  /* ie6 does not understand min-height - alternate styles for margin and min-height in ie6 stylesheet */
padding:0 0 0 160px;	
}	



/* add class to right to display the different graphics */



.background-business {
	background-position:537px 40px;
}



.background-individuals {
	background-position:537px 40px;
}



.background-workforce {
	background-position:537px 40px;
}



.background-people {
	background-position:right bottom;  /* positioning of people graphic is different than others so that bottom of graphic rests on the footer */
}







#content {
	margin: 0 0 0 0; 
	padding: 20px 10px 20px 10px;
}



#content h2 {
    color: #285073 !important;
    font-size: 16px !important;
    font-weight: bold !important;
	margin: 0 0 10px 0;
}



#content h3 {
	color: #285073 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

#content h4 {
	color: #285073 !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

#content h5 {
	color: #285073 !important;
    font-size: 12px !important;
}

#content h6 {
	color: #285073 !important;
    font-size: 12px !important;
}



#content p {
	line-height: 18px;
}

#content a, a font {
	color: #285073 !important;
}

#content a:hover, #content a:active, #content a:visited {
	color: #3D6F00;	text-decoration: underline;
}

#content ul {
	list-style:disc;
	list-style-position:outside;
	margin-left:40px;

}



#content ul li {
	line-height:20px;
	margin:0 0 5px;
}


/********

 FOOTER

*********/



#footer {

	height: 65px; padding: 7px 0 0 30px;

	background-image:url(images/blue-footer.png);

}



#footer ul {

    height: 21px; margin: 20px 0 0 0;

	display: inline; font-size: 10px; line-height: 14px; list-style: none;	

}



#footer ul li{

	/*border-right: 1px solid #5D5A5A;*/

	margin: 3px 10px 8px 0px; padding: 0 10px 0 0;

    background: none;

	float:left;

	display: block;
    text-align:center;
	width: 110px;

}



#footer ul li a  {

	color: #285073; text-decoration: none; text-align:center;

}



#footer ul li a:hover {

	text-decoration: underline;

}

/******************************
** UTILITIES
*******************************/

.right, .boxed {
	float: right;
	margin: 15px 0 15px 15px;
}

.left {
	float: left;
	margin: 15px 15px 15px 0;
}

.top, .boxed {
	margin-top:0;
	display: block;
}

.boxed {
	background: white;
	clear: both;
	width: 233px;
	border: solid 1px #E8F3F9;
	float: right;
	-moz-border-radius: 6px;
}

.boxed h4 {
	-moz-border-radius:4px 4px 0 0;
	background: #E8F3F9;
	margin: 0px;
	padding: 10px 9px 9px;
}

.boxed p {
	font-size: 12px;
	padding: 8px;
	margin: 0;
	
}

#content a.button-a {
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	background: #E8F3F9;
	border: 1px solid #C1DBE8;
	padding: 6px 4px;
	text-decoration: none;
}

#content a.button-a:active {
	text-decoration: none;
} 

.twtr-doc {

	width: 235px !important;
}


#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4, #twtr-widget-1 .twtr-popular {
background-color:#E8F3F9 !important;
color:#285073 !important;
}

.twtr-tweet-text, .twtr-hd, .twtr-join-conv {
        font-family: verdana, arial, helvetica, sans-serif;
}


.twtr-bd {
	background: white;
	border-left: 1px solid #E8F3F9;
	border-right: 1px solid #E8F3F9;
}

/***************
GOVERNOR BANNER
****************/

#gov-banner-outer {
	background: #003366;
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#gov-banner-inner {
	height: 28px;
	margin: auto;
	text-align : center\9;
	position: relative;
	width: 960px;
}

#gov-banner-inner a img {
	border: 0;
}

#nys-image {
	float: left;
}

#nys-agency-listing {
	float: left;
}

#sw_searchbox {
	top: 12px !important;
}

#sw_searchbox p {
	margin: 0;
	padding: 0;
}

#sw_searchbox label {
	display: inline;
}


/******************
Business Directory
*******************/

.companyList {margin-top: 1.5em;} 

.listlabel {
	float:left; font-weight:bold; color:#666; width: 150px; 
}

.listHeader {
	color: #FFF;
	font-weight:bold;
	background-color:#666;
}

#companySearch {
	margin: 1em 0em 1em 0em;
	padding:.8em .8em .8em .8em;
	border: 5px solid gray;
}

#advanceSearchForm {
	padding:.8em 5em .8em 15em;
}

.formCell {
	padding:.5em .5em .5em .5em;
}

.listItem {
	display:inline-block;
	width:600px;
}


.greenPhone {
	width:90px;
}

#greenCompany {
	border-spacing: 0;
	width: 100%;
}

#greenCompany td {
	border:none;
	padding: 2px;
}

#greenCompany th {
	font-weight:bold;
	font-size:1.2em;
	text-align:left;
	border:none;
	padding: 2px;
	border-bottom:1px solid black;
}

#greenDisclaimer {
	font-size:.8em;
}
