html{
	margin: 0px; 
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* ---------------------------------------------------- */
/* HEADING H1,H2,H3,H3,H4,H5,H6
/* ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	padding-left: 5px;
}


h1 {font-size:1.5em}  

h2 {
	font-size:1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #636058;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #CCCCCC;
	
}  
h3 {font-size:1.25em} 
 
h4 {font-size:1em}

/* ---------------------------------------------------- */
/* GENERAL SETTINGS
/* ---------------------------------------------------- */

a img {border: none;
}

div.clear {
	clear: both;
	height: 10px;
}
.clear {clear: both; margin: 0px}

p {
	margin-top: 0px;
	text-align: justify;
	line-height: 1.4em;
	font-size: 1em;
	margin-right: 5px;
	margin-left: 5px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {text-decoration: underline;
}

ol {list-style: decimal; line-height: 15px;
}

strong, em {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

strong {font-weight: bold;
}

em {font-style: italic;
}
/* ---------------------------------------------------- */
/* WEBSITE CONTENT STARTS HERE
/* ---------------------------------------------------- */
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(../img/newfcastle_top.jpg);
	height: 39px;
}

/* ---------------------------------------------------- */
/* HEADER
/* ---------------------------------------------------- */

#header {
	height: 209px;
	background-image: url(../img/newfcastle_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#page {
	font-size: 80%;
	color: #2A2A2A;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2A2A2A;
	border-left-color: #2A2A2A;
	clear: both;
}

#content {
	font-size: 1.2em;
	clear: both;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
   }

/* ---------------------------------------------------- */
/* BREADCRUMB
/* ---------------------------------------------------- */
#breadcrumb {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	font-size: 10px;
	color: #949494;
}

.breadcrumb a {
	color: #950D0D;
}

/* ---------------------------------------------------- */
/* MAIN COL
/* ---------------------------------------------------- */

#content h2 {
}
#maincol {
	line-height: normal;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}

/* ---------------------------------------------------- */
/* LEFT COL
/* ---------------------------------------------------- */
   
#leftcol {
	float: left;
	width: 250px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 2px;
   }
  #leftcol p {
   } 

/* ---------------------------------------------------- */
/* RIGHT COL
/* ---------------------------------------------------- */

#rightcol {
	float: right;
	line-height: normal;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 2px;
	width: 680px;
   }
#rightcol  p {
	padding-right: 10px;
	padding-left: 10px;
}

/* ---------------------------------------------------- */
/* RETURN TO TOP LINK
/* ---------------------------------------------------- */

#up {
	color: #000000;
	margin-left: 20px;
	text-align: right;
	margin-right: 20px;
	clear: both;
}

#up a {
	color: #BA8D4C;
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
}
#up a:hover {
	color: #342923;
	text-decoration: underline;
}


/* ---------------------------------------------------- */
/* FOOTER
/* ---------------------------------------------------- */

#footer {
	color: #FFFFFF;
	height: 39px;
	background-color: #FFFFFF;
	padding-left: 40px;
	padding-right: 20px;
	background-image: url(../img/newfcastle_footer.jpg);
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}

/* ---------------------------------------------------- */
/* MAIN MENU NAVIGATION
/* ---------------------------------------------------- */

#top-nav{
	height: 47px;
	width: 100%;
	background-image: url(../img/newfcastle_nav_bg.jpg);
	background-repeat: repeat-x;
}

#top-nav-inner{
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 40px;
}

#nav, #nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: 1;
	z-index: 99;
}

#nav a {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 17px;
	padding-right: 1em;
	padding-bottom: 17px;
	padding-left: 0.7em;
}

#nav a:hover{
	text-decoration: underline;
	color: #E4E5E7;
}

#nav li {
	float: left;
	margin: 0 0.5em;
	text-align: left;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a{
	width: 12em;
	padding: 8px 1em;
	text-align: left;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: left top;
}

#nav li ul li a:hover{
	color: #000000;
	background-color: #949494;
}

/* ---------------------------------------------------- */
/* SECOND LEVEL NAVIGATION
/* ---------------------------------------------------- */

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* ---------------------------------------------------- */
/* FOOTER MENU
/* ---------------------------------------------------- */
.footermenu {
	display: inline;
	list-style-type: none;
	position: relative;
	top: 12px;
	font-size: 10px;
	float: right;
}
.footermenu  li {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
}

.footermenu ul {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
}
#footer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
	width: 600px;
	padding-top: 30px;
	margin-right: 0px;

}

/* ---------------------------------------------------- */
/* NEWS ITEMS
/* ---------------------------------------------------- */

.newsitem {
	background-image:url(../img/news_icon.jpg);
	background-position:0 0px;
	background-repeat:no-repeat;
	color:#717171;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	padding-bottom:10px;
	width:230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 10px;
}


.newsitem a {
	padding-left: 10px;
	font-size: 11px;
	color: #990000;
}

/* ---------------------------------------------------- */
/* RSS FEEDS
/* ---------------------------------------------------- */
.rssfeeds {
	text-align: right;
	float: right;
	width: 20px;
	position: relative;
	top: 20px;
	right: 20px;
}

/* ---------------------------------------------------- */
/* CALENDAR DATE
/* ---------------------------------------------------- */
.entrydate .dateMonth
{
	font-size:10px;
	text-align:center;
	color:#FFF;
	margin:0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
	background:transparent url(../img/date.png) repeat scroll 0 0;
	float:right;
	height:53px;
	margin-left:5px;
	margin-top:8px;
	width:49px;
}
.newsdate {
	background-image: url(../img/news_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}

/* ---------------------------------------------------- */
/* IMAGE GALLERY IMAGES
/* ---------------------------------------------------- */

#thumbnails img {
	margin-right: 5px;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
#mainimg {
	padding: 5px;
	border: thin double #990000;
	margin-bottom: 20px;
}
#thumbnails {
	margin-top: 20px;
}
div.galleryImg {
	float:left;
	height:100px;
	margin:5px;
	text-align:center;
	width:100px;
	border: 1px solid #474747;
}

/* ---------------------------------------------------- */
/* IMAGE GALLERY IMAGES
/* ---------------------------------------------------- */
.guestbookentry {
}
.guestbookentry h3 {
	margin-bottom: 10px;
}
.guestbookentry em {
	font-style: italic;
	color: #999999;
	font-size: 11px;
}

/* ---------------------------------------------------- */
/* CONTACT SUCCESS & ERROR
/* ---------------------------------------------------- */

p.success {
	border:1px dotted #B6B098;
	color:#474432;
	font-weight:bold;
	padding:0.5em;
	background-color: #C8C4B0;
}

p.info {
	background:#E5E5FF;
	border:1px dotted #36F;
	color:#36F;
	font-weight:bold;
	padding:0.5em;
}

p.error {
	background:#FFE5E5;
	border:1px dotted #F33;
	color:#F33;
	font-weight:bold;
	padding:0.5em;
}
