* {
	margin: 0;
	padding: 0;
}

body {
	background: #2E2E2E;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	color: #333;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #8A1D03;
}

a:hover {
	text-decoration: none;
	color: #b8282a;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

.puzzle {
	padding-right:10px;
}

.question {
	font-weight: bold;
}

.indented {
	padding-left:40px;
}

/* Header */

#header {
	height: 90px;
	margin: 0 auto;
	background: #333;
}

#cgr {
	float: right;
}

#logo {
	width: 778px;
	height: 110px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 20px;
	font-size: 3em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 47px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #FFF;
}

/* Menu */

#menu-wrap {
	background: #333;
	border-bottom: 3px solid #2E2E2E;
}

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 15px 5px 15px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #CC0001;
	border: 1px #DB4D4B solid;
}

#menu .first a {
	background: #CC0001;
	border: 1px #DB4D4B solid;
}

/* Menu2 */

#menu-wrap2 {
	background: #2E2E2E;
}

#menu2 {
	width: 778px;
	height: 40px;
	margin: 0 auto;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	float: left;
	margin-right: 6px;
	padding: 5px 5px 5px 5px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu2 a:hover {
	text-decoration: none;
	background: #888;
	border: 1px #b8b8b8 solid;
}

#menu2 .first a {
	background: #43681f;
	border: 1px #238ce9 solid;
}

/* CGR button */

#cgr-menu {
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif
}

#cgr-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#cgr-menu li {
	display: inline;
}

#cgr-menu a {
	float: left;
	padding: 5px 15px 5px 15px;
	background: #FFF;
	border: 1px #FFF solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #A40034;
	font-size: 14px;
}

#cgr-menu a:hover {
	text-decoration: none;
	color: #FFF;
	background: #A40034;
	border: 1px #CF1954 solid;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
}

#content {
	background: #FFF;
}


/* Latest Post */


#latest-post-wrap {
	background: #FFF;
	border-bottom: 3px solid #2E2E2E;
	background-repeat: no-repeat;
	background-position: center;
}

#latest-post {
	width: 778px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
	background-color: FFFFFF;
}

#latest-post h1 {
	margin: 0;
	padding: 0;
	color: #CC0001;
}

#latest-post p {
	margin: 0;
}

#latest-post ul {
	list-style-position:inside;
}

/* Recent Posts */

#recent-posts {
	width: 778px;
	margin: 0 auto;
}

#recent-posts h2 {
	margin: 0;
	padding: 5px 0 5px 10px;
	background: #F3DA80;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.3em;
	color: #333;
	letter-spacing: -0.05em;
	font-weight: bold;
}

#recent-posts h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}

#recent-posts h3 a {
	text-decoration: none;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li{
	float: left;
	width: 240px;
	padding-left: 24px;
}

#recent-posts ul.normal{
	margin: 0;
	padding: 0;
	list-style:inside;
}

#recent-posts li.normal {
	float: none;
	padding: 0;
	width: 100%;
}

#recent-posts li.first {
	padding: 0;
}

#recent-posts ul.ullist {
	margin: 1em;
	padding-left: 0;
	list-style: disc;
}

#recent-posts li.list{
	float: none;
	width: 100%;
	padding-left: 1em;
	vertical-align: top;
}

#recent-posts .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #333 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts .byline span {
}

#recent-posts .byline a {
	padding: 0 30px 0 0;
	background: url(../Copy%20of%20bataviaconsolidationplan/images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#recent-posts .byline a:hover {
	text-decoration: underline;
}

#recent-posts p {
	padding: 0;
	margin: 0;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../Copy%20of%20bataviaconsolidationplan/images/img11.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #fff;
}

#footer p.legal {
	font-size: 1em;
}

#footer a {
	color: #fff;
}
#footer a:hover{
	color: #e78e10;
}

IMG.ImgLeft {
	margin-right: 10px;
	float: left;
}
