/* GRANTPIRRIE CSS News */

html, body {
	padding: 0px;
	border: none;
	margin: 0px;
	height:100%;
}

body {
	background: #FFFFFF;
	text-align: center;
	overflow-y: scroll;
}

body, span {
	color: #000;
	font: 11px Arial, sans-serif;
}

a {
	color: #7D7D7D;
	font: 11px Arial, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #05DC05;
}

p {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 11px Arial, sans-serif;
}

p a {
	color: #7D7D7D;
	font: 11px Arial, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

p a:hover {
	color: #05DC05;
	font: 11px Arial, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

/* ------------------------------------------------ Divs */

#page {
	width: 900px;
	height:100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#grantpirrie {
	width: 900px;
	height:100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#footer {
	width: 900px;
	height: 44px;
	position: fixed;
	bottom: 0px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#newsImage {
	position:relative;
	display:block;
}
img.newsImage {
	position: absolute;
	top: 6px;
	left: 6px;
}


/* ------------------------------------------------ Font Styles */

.navigation, .navigation a {
	color: #001F01;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}

.navigation a:hover {
	color: #05DC05;
	text-decoration: none;
}

.navGreen, .navGreen a {
	color: #05DC05;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}

.navGreen a:hover {
	color: #151515;
	text-decoration: none;
}

.navGrey, .navGrey a {
	color: #666666;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}

.navGrey a:hover {
	color: #05DC05;
	text-decoration: none;
}


.footer, .footer a {
	color: #A0A0A0;
	font: 9px/10px arial, sans-serif;
	text-decoration: none;
}

.footer a:hover {
	color: #05DC05;
}

/* ------------------------------------------------ Forms */

input[type="text"] {
	border: solid 1px #a0a0a0;
	color: #151515;
	font: 10px arial, sans-serif;
	padding: 1px;
	margin-top: 3px;
	overflow: visible;
}

input[type="text"]#search {
	border: solid 1px #a0a0a0;
	color: #666666;
	background-color: #CCCCCC;
	font: 10px arial, sans-serif;
	padding: 1px;
	overflow: visible;
}

input[type="submit"] {
	border: solid 1px #a0a0a0;
	color: #666666;
	background-color: #CCCCCC;
	font: 10px Arial, sans-serif;
	margin-bottom: 5px;
}

input[type="submit"]:hover {
	border-top: solid 1px #a0a0a0;
	border-bottom: solid 1px #151515;
	border-left: solid 1px #a0a0a0;
	border-right: solid 1px #151515;
	color: #05dc05;
	background-color: #999999;
	cursor: pointer;
}

input[type="submit"]#go {
	border: solid 0px #a0a0a0;
	background: #FFFFFF;
	color: #151515;
	font: 10px arial, sans-serif;
	margin-bottom: 0px;
}

input[type="submit"]#go:hover {
	border: solid 0px #a0a0a0;
	background: #FFFFFF;
	color: #05DC05;
}