body
{
	margin: 0;
	background: #E8A000;
	font: 12px Arial, Helvetica, sans-serif;
}

h1, h2
{
	font-size: 14pt;
	margin: 0;
	color: #ff9700;
}

img
{
	border: 0;
}

.msg {
	color: #ff9700;
	margin:20px 0;
	font-weight:bold;
}

.noborder
{
	border: 0 !important;
}

.clear
{
	float: none !important;
	clear: both !important;
}

#container
{
	width: 767px;
	margin: 0 auto;
	border: 1px solid #dd8303;
	border-width: 0 1px;
	position:relative;
}

/* Header */

#header
{
	width: 767px;
	height: 225px;
	background: url(../images/headerbg.jpg) no-repeat;
	position: relative;
}

#header img
{
	position: absolute;
}

#header #cnyworks
{
	top: 9px;
	left: 27px;
}

#infonav
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}

#infonav li
{
	display: inline;
}

#infonav a
{
	display: block;
	float: left;
	font-size: 11px;
	color: #0161D3;
	margin: 5px 0;
	padding: 0 4px;
	border-right: 1px solid #0161D3;
	text-decoration: none;
}

#infonav a:hover
{
	text-decoration: underline;
}

#search
{
	position: absolute;
	right: 50px;
	bottom: 35px;
	margin: 0;
}

#search input
{
	width: 150px;
}

#search #gobutton
{
	position: relative;
	top: 3px;
	width: auto;
}

/* Home Page Specific */

.home #header
{
	height: 350px;
	background: url(../images/home/headerbg.jpg) no-repeat;
}

.home #header img
{
	top: 40px;
	right: 2px;
}

.home #nav
{
	width: 767px;
	height: 188px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 11px;
}

.home #nav a
{
	display: block;
	overflow: hidden;
	text-indent: -500px;
	position: absolute;
	right: 0;
}

.home #nav #job
{
	width: 118px;
	height: 120px;
	background: url(../images/home/jobseekers.gif) no-repeat;
	top: 43px;
	left: 0;
}

.home #nav #business_services
{
	width: 113px;
	height: 80px;
	background: url(../images/home/business_services.gif) no-repeat;
	top: 87px;
	left: 107px;
}

.home #nav #community
{
	width: 127px;
	height: 61px;
	background: url(../images/home/communityorganizations.gif) no-repeat;
	top: 102px;
	left: 218px;
}

.home #nav #education
{
	width: 119px;
	height: 62px;
	background: url(../images/home/education.gif) no-repeat;
	top: 88px;
	left: 335px;
}

.home #nav #youth
{
	width: 91px;
	height: 62px;
	background: url(../images/home/youth.gif) no-repeat;
	top: 67px;
	left: 445px;
}

.home #nav #government_information
{
	width: 124px;
	height: 78px;
	background: url(../images/home/government_information.gif) no-repeat;
	top: 37px;
	left: 529px;
}

.home #nav #veterans
{
	width: 124px;
	height: 96px;
	background: url(../images/home/veterans.gif) no-repeat;
	top: 18px;
	left: 643px;
}

/* End Home Page Specific */

/* End Header */

/* Content */

#content
{
	width: 767px;
	background: #fff;
	color: #626262;
	position: relative;
}

#content p
{
	margin: 0;
}

#content strong
{
	color: #6a6a6a;
}

#navbar
{
	width: 206px;
	float: left;
	margin-bottom: 20px;
}

#navbar ul, #navbar ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navbar ul
{
	background: url(../images/navbg.gif) repeat-y;
}

#navbar ul a
{
	display: block;
	width: 169px;
	height: 21px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #5d83b6;
	background: url(../images/arrow.gif) 15px 7px no-repeat;
	padding: 4px 0 0 37px;
}

#navbar ul .open a
{
	background: #e8a000 url(../images/openarrow.gif) 12px 9px no-repeat;
}

#navbar ul a:hover
{
	text-decoration: underline;
}

#navbar ul .open ul
{
	background: #8dacd7;
	padding: 0 5px 0 38px;
}

#navbar ul .open ul a
{
	font-weight: normal;
	border-color: #9bbcdd;
	background: transparent ;
	width: 163px;
	height: 17px;
	padding: 2px 0 0 0;
}

#news
{
	background: url(../images/newsbg.gif) repeat-y;
}

#news h2
{
	padding: 5px 0 0 17px;
}

#news ol
{
	margin: 0 10px;
	padding: 0;
}

#news li
{
	padding: 7px 0 0 7px;
	border-bottom: 1px dashed #aaa;
}

#news .date
{
	color: #00a2ff;
	font-weight: bold;
}

#news .more
{
	display: block;
	clear: both;
	color: #ff6600;
	text-decoration: none;
	margin: 5px 5px 5px 0;
	height: 15px;
	padding-left: 12px;
	background: url(../images/morearrow.gif) 0 2px no-repeat;
}

#news .more:hover
{
	text-decoration: underline;
}

#news img
{
	clear: both;
}

#body
{
	width: 460px;
	float: left;
	padding: 0 24px 40px 24px;
}

#body h1
{
	float: left;
	margin-top: 18px;
}

#body #wfny
{
	float: right;
}

#body p
{
	clear: both;
	margin:8px 0;
}

#body ul
{
	margin: 3px 0 3px 15px;
	padding: 0;
}

.subsection
{
	width: 537px;
	margin: 18px -24px 0 0;
	padding-bottom: 35px;
	background: url(../images/subsectionbg.gif) repeat-y;
	position: relative;
}

#body .subsection p
{
	margin: 10px 260px 0 30px;
}

.subsection h2
{
	position: absolute;
	top: 20px;
	left: 30px;
}

.subsection .subimage
{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.subsection .bottom
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}

/* Home Page Specific */

.home #content
{
	background: #fff url(../images/home/background.gif) top right repeat-y;
	color: #888;
}

/* Left Search Bar */

#searchjobs
{
	width: 239px;
	background: url(../images/home/searchjobsbg.gif) repeat-y;
	position: relative;
	padding-bottom: 20px;
	color: #000;
	top: -2px;
	float: left;
}

#searchjobs div
{
	margin: 0 25px;
}

#searchjobs label, #searchjobs input
{
	width: 189px;
	display: block
}

#searchjobs select
{
	width: 193px;
}

#searchjobs #submit
{
	width: auto;
	float: right;
	margin-top: 8px;
}

#searchjobs h2
{
	color: #fff;
	margin-bottom: 5px;
}

#searchjobs img#success_story
{
	float:left;
	margin:0 5px 5px 0;
	border:0;
}

#searchjobs img#searchjobsbottom
{
	position: absolute;
	bottom: 0;
}

img#nycreativecore {
	position: absolute;
	bottom: 10px;
	left:0;
	border:0;
}

/* End Left Search Bar */

/* Middle Column */

#focus
{
	width: 244px;
	margin: -5px 17px 0 17px;
	padding-bottom: 50px;
	float: left;
}

#focus h2
{
	color: #447a9d;
	margin: 5px 0;
}

#focus ul
{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#focus li
{
	padding: 2px 0 2px 10px;
	background: url(../images/home/arrow.gif) 0 6px no-repeat;
}

#focus p {
	margin:0 0 10px 0;
}

/* End Middle Column */

/* Calendar */

#calendar
{
	width: 210px;
	background: #e4e4e4;
	color: #626262;
	float: left;
	position: relative;
	padding: 0 20px 220px 20px;
	margin-top: -8px;
	overflow: visible;
}

#calendar #calimage
{
	position: absolute;
	top: -14px;
}

#calendar h2
{
	color: #80b33c;
	display: block;
	margin: 6px 0 33px 55px;
}

#calendar p
{
	clear: both;
	margin: 5px;
}

#calendar #people
{
	position: absolute;
	bottom: 0;
	right: 0;
}

/* End Calendar */

/* End Home Page Specific */

img.leftcol_image {
	margin-bottom:2px;
}

/* End Content */

#footer
{
	width: 769px;
	margin: 0 -1px;
	clear: both;
	background: #E8A000;
	border-top: 1px solid #dd8303;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 11px;
	padding: 2px 0;
}

#footer a
{
	color: #fff;
}

.form_table {
	border:0;
}

.form_table tr td {
	vertical-align:top;
	padding:5px;
}

.form_table tr td.label{
	padding-right:10px;
	text-align:right;
	font-weight:bold;
}

.form_table tr td input, .form_table tr td textarea {
	width:200px;
}

.form_table tr td input.nowidth {
	width:auto;
}

.mlPaddingRight {
  padding-right:20px;
}
