@charset "utf-8";
/* CSS Document */

body{
background-color:#F7F4E7;
}

td{
font-family:Arial, Helvetica, sans-serif;
color: #9F1B35;
font-size: 12px;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
color: #9F1B35;
font-size: 16px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
}

.smallText{
color: #9F1B35;
font-size: 9px;

}

/*------------Nav Styles------------*/

#Naviwrap {
	width:937px;
	margin:0 Auto;
	background:#9F1B35;
	padding:0px;
	border: 1px solid #000000;
}

#naviLeft {
float:left;
width:765px;
padding:3px;

background:#9F1B35;
}

#naviRight {
float:right;
width:160px;
padding:3px;
background:#9F1B35;
 }
 
 .nav{
background-color:#9F1B35;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: white;

}

a.nav, a.nav:link, a.nav:visited{
color:#FFFFFF;
text-decoration:none;
}

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

/*----------------------------------*/

.address {
font-family:Arial, Helvetica, sans-serif;
color: #9F1B35;
font-size: 12px;
margin-right: 10px;
}

.adminMessage{
background-color:#EAE1D9;
font-size: 12px;
margin-top: 2px;
margin-right: 4px;
margin-bottom: 2px;
margin-left: 4px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
color: #9F1B35;
}

a.designers, a.designers:link, a.designers:visited{
color:#9F1B35;
text-decoration:none;
}

a.designers:hover{
color:#9F1B35;
text-decoration:underline;
}

.maincontainer{
border:#9F1B35 1px solid;

width: 930px;
height: 400px;
background: url(http://www.nqoxfordpages.co.uk/keates/images/blossoms-bottom.jpg) no-repeat bottom right;
}

.maincontainer p{
font-family:Arial, Helvetica, sans-serif;
color: #9F1B35;
font-size: 12px;
margin-left: 10px;
}

.breadcrumb{
margin-top: 10px;
font-family:Arial, Helvetica, sans-serif;
color: #A79C8F;
}

a.breadcrumb {
font-size: 12px;
text-decoration:none;
}

a.breadcrumb:hover {
color: #A79C8F;
text-decoration:underline;
}

a.Redlink{
font-size: 12px;
color: #9F1B35;
text-decoration:underline;
}

a.Redlink:hover {
color: #9F1B35;
text-decoration:none;
}

.divImage p{
color: #9F1B35;
font-size: 12px;
margin-left: 10px;
margin-right: 10px;
}

li {
	 line-height: 18px;
   }


.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

img.corner {
   width: 200px;
   height: 200px;
   border: none;
   display: block !important;
}
.scrollingContent {
	width:600px;
	height:250px;
	overflow:auto;
	border-width:0px;
	border-color:000000;
	border-style:solid;
	scrollbar-base-color:#E5E1CE;
	background-color: #F7F4E7;
	scrollbar-track-color:#E1DBC2;
	scrollbar-arrow-color:#c0c0c0;
	margin: 5px;

}

.TextContent {
	margin-left:15px;
	margin-top:26px;
	margin-bottom:10px;
	width:600px;
	height:250px;
	overflow:auto;
	border-width:0px;
	border-color:000000;
	border-style:solid;
	scrollbar-base-color:#E5E1CE;
	background-color: #F7F4E7;
	scrollbar-track-color:#E1DBC2;
	scrollbar-arrow-color:#c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}