/* PrimarySite Stylesheet, based on Rob Willie's version, 2005 */
/* contains new fix for #right-col in IE */


html,body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000099;
background-color: #336699;
}
		
#container {
background-image: url(images/bg.gif);
background-repeat: repeat-y;
width: 797px;
margin: 0px auto;
position: relative;
top: 0px;
}


#container-home {
background-image: url(images/homepage/bg.gif);
background-repeat: repeat-y;
width: 797px;
margin: 0px auto;
position: relative;
top: 0px;
}

#header {
height: 174px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

#header-home {
height: 174px;
background-image: url(images/homepage/header.jpg);
background-repeat: no-repeat;
}

#left-col {
position: absolute;
top: 174px;
left: 0px;
width: 186px;
margin: 0px;
padding: 0px;
} 

#right-col{  /* For Mozilla etc */
margin: 0px 30px 0px 186px;
padding: 0px;
position: relative;
min-height: 300px; /* IE doesn't understand min-height, but other browsers do */
}

* html #right-col{   /* IE ignores the * html so sees this as #right-col */
margin: 0px 30px 0px 186px;
padding: 0px;
position: relative;
height: 300px;  /* IE thinks height means min-height */
}


#right-col-home{  /* For Mozilla etc */
margin: 0px 30px 0px 186px;
padding: 0 240px 0 0;
position: relative;
min-height: 300px; /* IE doesn't understand min-height, but other browsers do */
}

* html #right-col-home{   /* IE ignores the * html so sees this as #right-col */
margin: 0px 30px 0px 186px;
padding: 0 240px 0 0;
position: relative;
height: 300px;  /* IE thinks height means min-height */
}

#latestnews {
	position: absolute;
	top: 177px;
	left: 544px;
	width: 188px;
	height: 244px;
	margin: 0px;
	padding: 40px 15px 15px 15px;
	background-image: url(images/homepage/latestnews.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: small;
	color: #FFFFFF;
}

#latestnews a{
color: #FFFFFF;
}

#latestnews a:hover{
color: #FFFF00;
}

.title-home{
color:#FFFFFF;
font-size:medium;
font-weight: bold;
}

.text-home{
color:#FFFFFF;
font-size:small;
}

#bottomlinks-home {
color: #FFCC00;
font-size:small;
text-align: center;
}

#bottomlinks-home a{
color: #FFCC00;
}

#bottomlinks-home a:hover{
color: #FFFF00;
}

#clearer {
clear:both;
}

#footer {
height: 83px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
padding: 0px 30px 0px 186px;
font-size: small;
text-align: center;
clear:both;
}

#footer-home {
height: 83px;
background-image:url(images/homepage/footer.gif);
background-repeat:no-repeat;
padding: 0px 30px 0px 30px;
font-size: small;
text-align: center;
clear:both;
}

a {
text-decoration: none;
color: #9900FF
}

a:hover {
text-decoration: none;
color: #CC33FF;
}




/*guestbook*/


#Guestbook {color:black;} /* Set the text default to override body font colour style */
.addmessage{font-size:medium;text-align:center;font-weight:bold}
#Guestbook .sort{font-size:small;text-align:center;width:100%}
#Guestbook .allowdeny{font-size:x-small;height:1%}
#Guestbook .guest{padding:10px 5px 10px 5px;font-size:x-small;height:1%}
#Guestbook .message{padding:10px 5px 10px 5px;font-size:small;height:1%}
#Guestbook{border:#336699 solid thick}
#Guestbook .sort{background-color:#336699}
#Guestbook .sort a{color:#FF0}
#Guestbook .sort a:hover{color:#FFF}
#Guestbook .allowdeny{color:#FF0;background-color:#00ccff}
#Guestbook .allowdeny a{color:#FF0}
#Guestbook .allowdeny a:hover{color:#FFF}
#Guestbook .guest{background-color:#FEF001}
#Guestbook .message{background-color:#FFF}
body #addmessagediv{width:630px;height:100%;display:block;position:relative;margin:0 auto}
#guestbookform input,#guestbookform select{width:100px !important}
#guestbookform textarea {width:300px !important}



