/*
-----------------------------------------------
Title:		NYSGBOA Style Sheet
Author:		Matthew J. Stellato
Website:	www.matthewstellato.com
Version:  	2009.01
----------------------------------------------- */

* {margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .8em;
	color: #444;
	background: #DDDBC6 url(../images/header_bg.gif) center top repeat-x;
	text-align:center;
	}

#bg {
	background: #FFFBDA url(../images/header_bg.gif) center top repeat-x;
	}

p {
	margin: 0;
	padding: 1em 0 0; 
	line-height: 140%;
	}	
	
a img {
	border: none;
	}	

a {
	color: #827f74;
	text-decoration: none;
	margin:0;
	padding:0;
	}	

a:hover {
	color: #CB6F14;
	}

:focus{outline:0;}

/* Wrap, Header and Nav ----------------------------------------------- */

#wrap {
	width:850px;
	margin:0 auto 0 auto;
	background: url(../images/ornament.gif) top center no-repeat;
	}

#header {
	background: transparent url(../images/nysgboa.jpg) bottom center no-repeat;
	text-indent:-9999em;
	height:73px;
	padding-top:38px;
	}

#nav {
	list-style:none;
	margin:0 0 2em 0;
	height:35px;
	padding:0;
	}

#nav li {float:left;}

#nav li a {
	height:35px;
	position:relative;
	display:block;
	text-indent:-9999em;
	background-image: url(../images/mainNav.gif);
	}

#nav01 a {width:80px; background-position: 0 0}
#nav02 a {width:124px; background-position: -75px 0}
#nav03 a {width:88px; background-position: -202px 0}
#nav04 a {width:102px; background-position: -291px 0}
#nav05 a {width:105px; background-position: -397px 0}
#nav06 a {width:76px; background-position: -500px 0}
#nav07 a {width:98px; background-position: -579px 0}
#nav08 a {width:172px; background-position: -680px 0}

#nav01 a:hover {background-position: 0 -35px}
#nav02 a:hover {background-position: -75px -35px}
#nav03 a:hover {background-position: -202px -35px}
#nav04 a:hover {background-position: -291px -35px}
#nav05 a:hover {background-position: -397px -35px}
#nav06 a:hover {background-position: -500px -35px}
#nav07 a:hover {background-position: -579px -35px}
#nav08 a:hover {background-position: -680px -35px}

#nav01 a.active {background-position: 0 -70px}
#nav02 a.active {background-position: -75px -70px}
#nav03 a.active {background-position: -202px -70px}
#nav04 a.active {background-position: -291px -70px}
#nav05 a.active {background-position: -397px -70px}
#nav06 a.active {background-position: -500px -70px}
#nav07 a.active {background-position: -579px -70px}
#nav08 a.active {background-position: -680px -70px}

/* Content ----------------------------------------------- */
#content {
	text-align:left;
	padding-bottom:1.5em;
	position:relative;
	min-height:300px;
	}

h2 {
	background: url(../images/h2_icon.gif) 0 5px no-repeat;
	padding:0 0 5px 18px;
	color:#b64507;
	border-bottom:1px solid #D1CAA6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:0;
	}

#leftcol {
	width:520px;
	float:left;
	}

#rightcol {
	width:280px;
	margin-left:550px;
	}

.clear {clear:both;}

#rightcol ul {
	list-style:none;
	padding:0;
	margin:0 0 2.5em 0;
	}
	
#rightcol ul li {
	color:#b2a57c;
	border-bottom:1px solid #E0D9B3;
	font-size: .8em;
	text-align:left;
	}

#rightcol ul li a {
	color:#827f74;
	text-align:left;
	font-size: 1.25em;
	display:block;
	padding:5px 3px;
	}

#rightcol ul li a:hover {background:#FFFEF3; color:#545454;}

#rightcol ul li a span {
	font-size:9px;
	color:#958750;
	}
	
#rightcol h2 {margin-top:0;}


/* Important Update*/
#rightcol ul li.important a:hover {border-top:1px solid #9F0A2B; border-bottom:1px solid #9F0A2B; background:#b64507 url(../images/alert.gif) 6px 6px no-repeat; color:#FFFBDA; padding:8px 0 8px 35px}
#rightcol ul li.important a:hover strong {display:block; color:#FFF}

/*
#rightcol ul li.important a {border-bottom:1px solid #ABA461; background:#D8D098 url(../images/alert3.gif) 6px 6px no-repeat; color:#444444; padding:8px 0 8px 35px}
#rightcol ul li.important a strong {display:block; color:#333}
*/
#rightcol ul li.important a { color:#FFFBDA; background:#333 url(../images/alert2.gif) 6px 6px no-repeat; border-bottom:1px solid #212121;padding:8px 0 8px 35px; border-top:1px solid #212121; border-bottom:1px solid #212121}
#rightcol ul li.important a strong {display:block; color:#FFF;}

h3 {border-top:1px solid #212121; border-bottom:1px solid #212121; padding:5px 0 5px 40px; background:#333 url(../images/alert2.gif) 6px 3px no-repeat; color:#FFF; font-size:13px;}
h3 span {font-weight:normal; color:#FFFBDA}



.imgborder {
	padding:3px;
	background:#FFF;
	border:1px solid #D1CAA6;
	margin:1em 0;
	}

p.right {text-align:right; padding:3px 0;}
p.right a {
	background: url(../images/pdf.gif) 0 4px no-repeat;
	padding:1px 0 0 36px;
	}

p.right a span {
	font-size:11px;
	color:#958750;
	}
	
	
	
	
#download a {display:block; padding:11px 50px; border-bottom:1px solid #D1CAA6; background:url(../images/icon-pdf-large.png) 5px 4px no-repeat;}
#download a span {display:block; float:right;}
#download a.alt {background-color:#F6F2D2}
#download a:hover {background-color:#FFFEF3;}
	
	
#poe {padding:15px 0 0 20px;}
#poe li {padding:0 0 15px 0;}
#poe ul.upper-alpha {list-style:upper-alpha; padding:0 0 0 30px;}
#poe ul.upper-alpha li {padding-top:15px;}
#poe ul.upper-alpha ol.third-level {padding:0 0 0 20px;}
#poe ul.upper-alpha ol.third-level li {padding-top:8px;}

.lower-case {list-style:lower-alpha; padding:0 50px 0 40px; margin-left:15px;}
.lower-case li {margin-bottom:5px;}

/* Footer ----------------------------------------------- */

#footer {
	background: #DDDBC6 url(../images/footer_bg.gif) left top repeat-x;
	color:#827f74;
	font-size:.9em;
	padding:15px 0;
	text-align:center;
	}

#footer a {color:#827f74;}
#footer a:hover {text-decoration:underline}
