@charset "UTF-8";     
/* CSS Document */
html {
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	margin:0;
	padding:0;
	height:100%;
}
h1 {
	font-weight:600;
	font-size:0.8em;
	padding:0;
	margin:0;
}
h2 {
	font-weight:600;
	font-size: 120%;
	padding:0;
	margin:0;
}
h3 {
	font-weight:600;
	font-size: 100%;
	padding:0;
	margin:0;
}
h4 {
	font-weight:600;
	font-size: 95%;
	padding:0;
	margin:0;
}
h5{
	font-weight:600;
	font-size: 90%;
	padding:0;
	margin:0;
}
hr{
 color: #cccccc;
 height: 1px;
}
a.skip{
 color:#FFFFFF;
 text-decoration:none;
}

a:hover.skip{
 color:#FFFFFF;
 text-decoration:none;
}

img{
	border:none;
}
table tr td{
padding: 3px;
margin: 3px;
}


#homepage_container {
	width:800px;
	margin:0px auto;
}
#header {
	position:relative;
	width:800px;
	margin:0px auto;
	height:80px;
}
#header:after {
	display: block;
	height:0;
	content: "";
	clear:both;
}
#nysedlogo {
	position:absolute;
	top:15px;
	left:0px;
	width:174px;
	height:43px;
}
#nysedlogo img{
	border: none;
}
#nysedsearch {
	float:right;
	margin-top:5px;
	height:50px;
	vertical-align:top;
}
#nysedsearch a {
	font-size:70%;
	color:#333;
	text-decoration:none;
}
#nysedsearch a:hover {
	text-decoration:underline;
}
#nysedsearch form{
	margin-top: 5px;
	vertical-align:top;
}
#nysedtitle {
	width:800px;
	position:absolute;
	top:58px;
	background:url(../images/red_header.gif) no-repeat right #961000;
	padding-top:4px;
	color:white;
	font-size:.8em;
	font-weight:600;
	height:18px;
	text-indent:18px;
	overflow: visible;
}
#nysedtitle h1{
	font-size: 1em;
}
#azindexcontact {
	position:absolute;
	width:780px;
	top:62px;
	text-align:right;
	color:#CCCCCC;
	font-weight:100;
	font-size:.7em;
}
#azindexcontact a {
	color: white;
	font-weight:400;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#azindexcontact a:hover {
	text-decoration:underline;
}
#top_half {
	width:100%;
	padding-top:0px;
	border-right:1px solid #ddd;
	clear:both;
	height:auto;
}
#top_half:after {
	display: block;
	height:0;
	content: "";
	clear:both;
}
/*--MAIN NAV----------------------------------------------------------------*/	
#nav {
	width:801px;
	background: #dbded0;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	font-size:.7em;
	padding:0;
	color:#999999;
	font-family: arial, sans-serif;
	font-weight:bold;
	line-height:normal;
	clear:both;
	z-index:80;
	margin-bottom: 0px;
}
#nav ul {
	background:#dbded0;
	border-right:1px solid #ddd;
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
#nav li {
	float:left;
	background:url(../images/grayR.gif) no-repeat right;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	background:url(../images/grayL.gif) no-repeat left;
	padding:5px 14px;
	margin-right:5px;
	color:#454545;
	text-decoration:none;

}
#nav a:hover {
	color:black;
	text-decoration:underline;
}
/*--LEFTMAINNAV----------------------------------------------------------------*/

#leftmainnav {
	float:left;
	border-top:white solid 1px;
	background-color:#666666;
}
#leftmainnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#leftmainnav li {
	width: 170px;
	height: 38px;
	padding: 15px 0px 0px 7px;
	border-bottom:white 1px solid;
	background:url(../images/greygrad.gif) no-repeat;
	color:white;
	vertical-align:text-top;
}
#leftmainnav li a {
	list-style:none;
	color:white;
	text-decoration:none;
}
#leftmainnav li a:hover {
	text-decoration:underline;
}
#leftmainnav ul li:hover {
	background:url(../images/grey.gif);
	text-decoration:underline;
}

/*---Active Stories---------------------------------------------------------------*/

#rightsplash {
	position:relative;
	float:left;
	top:1px;
	width:622px;
	
}
#rightsplash h1{
	margin-bottom: 5px;
}
.sliderwrapper {
	font-size:.75em;
	z-index:1;
}
.sliderwrapper .contentdiv {
	width:622px;
	visibility: hidden;
	position: absolute;
	background: white;
	padding:0;
	overflow:hidden;
}
.sliderwrapper img {
	padding-right:10px;
	clear:both;
}
.sliderwrapper p {
	padding-top:8px;
}
.mainimage{
    float:left;
	width: 257px;
	height: 265px;
	text-align:center;
	border:1px solid #ddd;
	background-color: #f1f3ee;
	margin-left: 10px;
	vertical-align: middle;
}
.mainimage img{
	vertical-align: middle;
	padding-right: 0px;
}
.hottopic{
	width: 315px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	height:267px;
	border-left:1px solid #ddd;
}
#noscript {
	float:left;
	top:1px;
	background: white;
	height:auto;
	padding-right: 10px;
}
.pagination {
	text-align: right;
	position:absolute;
	top:237px;
	padding: 2px 0px;
	z-index:1000002;
}
.pagination a {
	padding: 2px 8px;
	border:solid 1px #ddd;
	text-decoration: none;
	font-size:.85em;
	background: white;
	color:#4D4D50;
}
.pagination a:hover, .pagination a.selected {
	color: #000;
	background-color: #dbded0;
}
.headline {
	line-height:1em;
	color:#9e1217;
	font-size:1.2em;
}

.prev{
	margin-left: 20px;
}
/*---Bottom 3rd---------------------------------------------------------------*/

#bottom3rd {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	min-height:100%;
	border-bottom:#dddddd 1px solid;
	border-right:#dddddd 1px solid;
	border-left:#dddddd 1px solid;
	z-index: 1000000;
}
/*---highlighed story---------------------------------------------------------------*/


#highlightedstory {
	height:280px;
	background:url(../images/highlightedstory.gif) no-repeat top right;
	background-color:#2b4669;
	width:190px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:white;
	font-size:0.8em;
	clear:right;
}
#highlightedstory .heading {
	color:white;
	font-size:120%;
}

.poptopicslinks a {
	color: #FFFFFF;
	}
	
/*---quicklinks---------------------------------------------------------------*/

#quicklinks {
	float:left;
	height:280px;
	width:180px;
	background:url(../images/beighbar.gif) no-repeat left top #f1f3ee;
	font-weight:bold;
	padding: 5px 0 0 7px;
}
#quicklinks .header {
	color:#bd1827;
	font-size:.75em;
	font-weight:600;
}

#quicklinks .heading {
	color:#bd1827;
}

#quicklinks ul {
	margin:0;
	padding:0;
	list-style:none;
	background: #f1f3ee;
}
#quicklinks li {
	width:150px;
	border-bottom:1px solid #ddd;
	padding: 7px 0 7px 15px;
	background: #f1f3ee;

}
#quicklinks li a {
	width:165px;
	color:#4D4D50;
	font-size:.75em;
	list-style:none;
	text-decoration:none;
}
#quicklinks ul li a:hover {
	color:#bd1827;
	text-decoration:underline;
}
/*---NYSED NEWS STYLES--------------------------------------------------------------*/

#nysednews {
	float:left;
	display:table-column;
	padding: 5px 0 0 7px;
	background:url(../images/beighbar.gif) no-repeat right top ;
	width:396px;
	height:100%;
	font-size: 90%;
}
#nysednews .heading {
	color:#bd1827;
}
#nysednews p a {
	text-decoration: none;
	color: #333333;
}
#nysednews a:hover {
	text-decoration: underline;
}
#nysednews p a:visited {
	color: #800080;
}
.footertext {
	color:#FFFFFF;
}
.labelfield {
	color:gray;
	font-size: 70%;
}
.datefield {
	color:gray;
	
}
#gfeed ul {
	margin:0;
	padding:0 5px 4px 9px;
	list-style:none;
}
#gfeed li {
	padding-bottom:9px;
	list-style:none;
	font-size: 90%;

}
#gfeed li a {
	text-decoration: none;
	color: #333333;
}
#gfeed li a:hover {
	text-decoration: underline;
}
#gfeed li a:visited {
	color: #800080;
}
code {
	color: red;
}
#footer {
	color:#666666;
	clear: left;
	width: 800px;
	margin-top: 10px;
	line-height: 13px;
	text-align:center;
	margin: 0 auto;
	font-size:.7em;
	padding-top:15px;
	line-height: 150%;
	font-family: arial, sans-serif;
	font-weight:bold;
	}
#footer h3{	
	color:#666666;
	font-size:.9em;
	
}
#footer a {
	color:#996600;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#bottom_footer_link a{
	color:#000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover{
	color:#bd1827;
	text-decoration: underline;
}



/*-------------SUBPAGE STYLES -----------------------------*/
#subpage_container {
	width:800px;
	margin:0px auto;
}
#content {
	float:left;
	position:relative;
	margin:0px auto;
	height:auto;
	clear:both;
	width:800px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #f1f3ee;
}

#content-search {
	float:left;
	position:relative;
	margin:0px auto;
	height:auto;
	clear:both;
	width:800px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
}

#sub_locationimage {
	position:relative;
	margin:0px auto;
	clear:both;
	background:url(../images/locationbar.gif) no-repeat right bottom #4c4d4f;
	width:800px;
	padding-top:5px;
	padding-bottom:5px;
	color:white;
	font-size:1.1em;
	left:0;
	font-weight:bold;
	text-indent:25px;
	border-right: 1px solid #dddddd;
}

#sub_locationimage a{
	color:#FFFFFF;
	text-decoration:none;
}
#sub_locationimage a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

#sub_locationimage h1{
	font-size: 1.1em;
}
#sub_locationimage2 {
	position:relative;
	margin:0px auto;
	clear:both;
	background:url(../images/locationbarlight.gif) no-repeat right bottom #d2d2c0;
	width:800px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333;
	font-size:1.1em;
	left:0;
	font-weight:bold;
	text-indent:25px;
}
#sub_nav {
	width:170px;
	float:left;
	padding:0;
	margin:0;
	font-size:.7em;
	line-height:13px;
	font-family: arial, sans-serif;
	font-weight:bold;
}
#sub_nav img {
	padding:0 0 15px 0;
	margin:0;
}
#sub_nav ul {
	padding:0;
	margin:0;
	margin-top: 5px;
	list-style:none;
}
#sub_nav li {
	width:150px;
	border-bottom:1px solid #ddd;
	padding: 8px 0 8px 10px;
}
#sub_nav li a {
	list-style:none;
	text-decoration:none;
	color:#4D4D50;
}
#sub_nav ul li a:hover {
	color:#bd1827;
	text-decoration:underline;
}

#sub_nav h3{	
	color:#961000;	
	margin-left: 4px;
	margin-right:4px;
	margin-top: 20px;
	display:block;
	border-top: 1px solid #961000;
	border-bottom: 1px solid #961000;
	padding-bottom: 0px;
	font-weight: normal;
	line-height:17px;
}

#sub_quicklinks {
	float:left;
	width:170px;
	padding-left:10px;
	padding-top: 50px;
	font-size:80%;
	line-height:25px;
	font-family: arial, sans-serif;
	font-weight:bold;
}
#sub_body {
	background:white;
	padding-top: 10px;
	float:left;
	width:599px;
	padding-left:15px;
	padding-right:15px;
	font-size:80%;
	padding-bottom:20px;
	height:auto;
}

#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
}
#breadcrumb a:link{
	color:#666666;
	text-decoration:none;
}
#breadcrumb a:visited{
	color:#666666;
	text-decoration:none;
}
#breadcrumb a:hover{
	color:#bd1827;
	text-decoration:underline;
}
#breadcrumb a:active{
	color:#bd1827;
	text-decoration:underline;
}
#content_column {
	padding: 5px 0px 30px 10px;
	width:580px;
	z-index:10;
	line-height:180%;
}
#content_column h2{
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
}
#content_column img{
	border: none;
	width:auto;
}
#content_bottom {
	text-align: right;
	color:#666666;
	font-size: 80%;
}
.paragraph_heading {
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	margin-bottom: 10px;
}

/*-------------Secondary DEPT  Styles -----------------------------*/

#deptheaders {
	width:800px;
	position:relative;
	margin:0px auto;
	overflow: visible;
	height:103px;
}
#depthead{
	width:802px;
	position:absolute;
	top:58px;
	padding-top: 10px;
	color:white;
	font-size: 1.2em;
	font-weight:600;
	height:35px;
	text-indent:18px;
	overflow: visible;
	background: #364F89;
}
#deptnysedlogo {
    color: #961000;
	position:absolute;
	top:15px;
	left:0;
}
#deptnysedlogo img{
    border: none;
	padding-left: 5px;
}
#top_right_tab {
	float:right;
	position:absolute;
	top:22px;
	right:0;
	font-size:70%;
	font-weight:bold;
	width:auto;
	white-space:nowrap;
	padding:2px 20px 0 10px;
	clear:right;
	height:100%;
	background:url(../images/top_tab_outline.gif) no-repeat right top;
	border-left: #00508b 1px solid;
	color:#00508b;
}
#tob_right_tab .deputy_area {
	font-size:1.4em;
	font-weight:700;
}
#deptlogo{
    position:absolute;
	top:10px;
    right:0;
}
#deptlogo img{
    border: none;
	padding-right: 5px;
}
#deptsearch {
	position:absolute;
	right:10px;
	bottom:15px;
	top: 65px;
	z-index:5;
}
#deptsearch a {
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#deptsearch a:hover {
	text-decoration: underline;
}
#deptsearch2 {
	position:absolute;
	width:780px;
	top:59px;
	height: 30px;
	text-align:right;
	padding-bottom: 2px;
	vertical-align: middle;
	padding-top: 4px;
	font-size: 70%;
	color:#FFFFFF;
	margin-top: 4px;
}

#deptsearch2 a {
	color:#FFFFFF;
	}
#deptsearch2 a:hover {
	text-decoration: underline;
}	
#depttitle {
	position:absolute;
	top:45px;
	left:0;
	width:800px;
	height:45px;
	line-height:40px;
	margin-left:1px;
	
}
#depttitle h1{
	margin-left:20px;
	border-top: 0px;
	color:white;
	font-weight:900;
	font-size:48px;
}
#depttitle a{
	color: #FFFFFF;
	text-decoration: none;
}
#depttitle a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#depttitle a:hover{
	color: #f1f3ee;
	text-decoration: underline;
}
#deptname {
	position:absolute;
	top:87px;
	left:0;
	width:800px;
	margin:0px auto;
	padding:0;
	height:20px;
	text-indent:10px;
	background:none;
	background-color: #550000;
	margin-left:1px;
}
#deptname h1{
	color:white;
	font-size:.8em;
	font-weight:600;
}
#darkbox{
	width:772px;
	position:absolute;
	background-color:#004080;
	top: 91px;
	height: 12px;
	text-align:right;
	color:#FFFFFF;	
	padding-right: 30px;
	padding-bottom: 2px;
	font-size: .7em;
	
}
#darkbox a{
	font-size: .9em;
	color:#FFFFFF;
	text-decoration: none;
	margin-bottom: 3px;	
}
#darkbox a:hover{
	text-decoration: underline;
}
#darkbox a:visited{
	text-decoration: none;	
}
#floatclearer{
	clear:both;
	height: 1px;
	width: 500px;
}
/*-------------columuned page layouts -----------------------------*/
#column1 {
	float:left;
	border-right: #00508b 1px solid;
	width: 187px;
	padding: 3px;
}
#column2 {
	float:left;
	width: 187px;
	padding: 3px;
}
#column3 {
	float:left;
	border-left: #00508b 1px solid;
	width: 187px;
	padding: 3px;
}
.clearfloat{
	clear:both;
	height: 1px;
}

.external{

}