@charset "utf-8";
/* CSS Document */
body {
	font-family : Arial;
	font-size : 14px;
	background-color: #F8F8F8;
/*	background-color: #C4D6EA;*/
	background-image: url(../images/bkgd_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center; /*Used to allow centering with IE5+*/
}
a {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#enclosure {
	width: 760px;
	min-height: 400px;
	margin: 0px auto;
	padding-top: 20px;
	clear: both;
	text-align: left; /*Used to offset the centering to fix IE5+*/
}
#enclosure_index {
	width: 790px;
	margin: 0px auto;
	padding-top: 20px;
	padding-left: 10px;
	clear: both;
	text-align: left;
}
#menu {
	width: 780px;
	margin: 0px auto;
	text-align: left; /*Used to offset the centering to fix IE5+*/	
}
#header {
	width: 100%;
	height: 132px;
	background: url(../images/header.jpg) no-repeat center;
}

/*Index Page Main Box CSS*/
#index_main_container {
	width: 500px;
	height: auto;
	display: block;
	float: left;
}
#index_feature_container {
	width: 500px;
	height: 300px;
	margin-bottom: 25px;
	display: block;
}
.index_feature_box {
	width: 390px;
	height: 300px;
	display: block;
	float: left;
}
.index_feature_small_boxes {
	width: 110px;
	height: 100px;
	display: block;
	float: left;
	text-align: center;
}
/*End of Main Box CSS*/

/*Featured Item*/
#feature_box {
	width: 500px;
	height: auto;
	display: block;
	float: left;
	padding: 0px 10px 10px;
	margin-bottom: 20px;
/*	border: 1px solid #86acd3;*/
}
.feature_title {
	font-size: 16px;
	font-weight: bold;
	color: #3E74AA;
	text-decoration: underline;
	line-height: 1.5em;	
}
.feature_event {
	font-size: 14px;
	font-weight: bold;
}
/*End of Featured Item*/
#index_sidebar {
	width: 250px;
	height: auto;
	padding: 10px;
	background-image: url(../images/sidebar_shadow.gif);
	background-position: left;
	background-repeat:repeat-y;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;	
	display: block;
	float: right;
}
#index_updates {
	width: 250px;
	color: #000000;
	padding-bottom: 5px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 16px;
}
#index_table_of_contents {
	width: 250px;
	color: #000000;
	border: 1px solid #666666;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
}
.index_table_of_contnets_title {
	width: 230px;
	display: block;
	font-weight: bold;
	margin: 0px auto;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: 2px solid #666666;	
}
.sidebar_list {
	list-style-position: outside;
	list-style-type: circle;
	margin-bottom: 5px;
}
.sidebar_list_spacing {
	margin-top: 10px;
}
.img {
	border-style: none;
}
.legal_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
}
.legal_text_seperator {
	width: 200px;
	display: block;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #000000;
}
.nys_map {
	font-weight: bold;
	margin-top: 10px;
}
.nys_map_seperator {
	width: 425px;
	display: block;
	margin: 0px auto;
	padding-top: 20px;
	border-bottom: 2px solid #666666;
}
#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 3px solid #C4D6EA;
	font-size: 12px;
	clear: both;
	vertical-align: top;
}
#footer_spacer {
	width: 800px;
	height: 35px;
	margin: 0 auto;
	clear: both;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #577799;;
	text-indent: 10px;
}
.hidden {
	display: none;
}
.show {
	display: block;
}
.menu_list_title {
	margin-bottom: 15px;
	list-style-position: outside;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;	
}
.menu_list_title a {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;	
}
.default_list_box {
	padding-bottom: 15px;
	padding-left: 20px;
}
.form_required {
	font-size:10px;
	color:#FF0000;
	vertical-align: top;
}
.form_input_boxes {
	background-color:#FFFFFF;
	border: 1px solid #000000;
}
.column_headshot {
	display: block;
	float: right;
	border: 1px #666666 solid;
	margin-left: 15px;
}