@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	background: #003265;
	/* color: #003265; */
}

a {
	color:#003265;
}

h1, h2, h3 {
	font-family: Arial, sans-serif;
	color: #659832;
}

h1 {
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	margin-bottom:2em;
	text-transform:lowercase;
	text-align:right;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:1em;
	text-transform:uppercase;
}

h3 {
	font-size:14px;
	margin-top:1em;
	text-transform:uppercase;
}

p, ul, li, address {
	font-size: 14px;
	line-height: 20px;
	/* letter-spacing: .1em; */
}

p {
	margin-bottom: 1em;
}

ul {
	margin-bottom:1em;
	margin-top:.5em;
}

li {
	list-style-type:disc;
	margin-left: 1em;
	margin-bottom: .25em;
}

th {
	font-family: Arial, sans-serif;
}

address {
	font-style:normal;
	margin-bottom:1em;
}

#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
div#bgm {
	background:url(/abington/media/img/background-mid.png) repeat-y;
}
div#bgt {
	background:url(/abington/media/img/background-top.png) no-repeat;	
}

#topNav {margin-top:7px; text-align:right; font-weight:700; color:#FFF; margin-right:60px; font-family:Arial,sans-serif; font-size:.8em;}
#topNav a {color:#fff; font-weight:700; text-decoration:none;}

div#leftColumn {
	float:left;
	margin-top: 35px;
	margin-left: 23px;
	width:208px;
	text-align: center;
	z-index:2;
}
#application {
	margin-top:60px;
}

#header {
	height: 103px;
	margin-left:231px;
	position: relative;
}
#navigation {
	position:absolute;
	bottom: 0px;
}

#mainContent {
	margin: 24px 51px 0 231px; /* level with green borders */
	padding: 0 15px 0 10px;
	min-height: 300px;
}

#homepageText {
	margin: 60px 51px 60px 23px;
	text-align:center;
}

#slides {
	margin-top: 40px;
	height:356px;
	width:539px;
	overflow:hidden;
}

#slides img {
	height:356px;
	width:539px;
    top:  0; 
    left: 0;
}

#footer {
	padding: 15px 0 0 23px;
	background:url(/abington/media/img/background-low.png) #003265 no-repeat;
	margin-top:1em;
}
#footer p, #footer a, #footer a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	letter-spacing: 1px;
	color:#FFFFFF;
}


table.leftHeader {
	margin-top: 1em;
	width: 100%;
}

table.leftHeader th {
	text-align: left;
	font-weight: normal;
}
table.leftHeader td {
	white-space: nowrap;
}

table.leftHeader td, table.leftHeader th {
	padding-bottom:.5em;
}

table.leftHeader textarea {
	width:100%;
}

div.grantFilterHeader {
	font-size:14px;
	font-weight:bold;
	margin-top:2em;
	text-transform:uppercase;
	font-family: Arial, sans-serif;
	color: #659832;
}
ul.grantFilterList li {
	margin-bottom: 0;
}
div.result {
	margin-bottom: 1em;
}
div.resultAmount {
	/*display:none;*/
}
div.resultName {
	font-weight:bold;
}
div.resultDesc {
	margin-top:1em;
}

table#grantHeader td {
	vertical-align:top;
}

table.finance {
	min-width: 80%;
	border-color:#FFFFFF;
}

table.finance th {
	background-color:#003265;
	padding: .5em;
	text-aligh:left;
}

table.finance td {
	background-color:#89C64D;
	padding: .5em;
	font-family: Arial, sans-serif;
}

table.finance tr.total td {
	background-color:#659833;
	font-weight:bold;
}

table.finance {
	color:#FFFFFF;
}
a.subnav2010{
	color:#003265;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a.subnav2010:hover{
	color:#659832;
}
