﻿/*Body and wrapper*/

body {
    font-family: 'Segoe UI';
    font-size: .80em;
    margin: 0px;
    height: 100%;
}

html {
/* background: url(bgimage.jpg) repeat-y left;*/
    background-color:#EFEFEF;
    overflow-y:scroll;
}

a:link, a:visited
{
    color: Black;
    font-weight:bold;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
 /*   text-decoration: overline;*/
}

a:active
{
    color: #034af3;
}

p {
    margin-left: 5px;
    font-size: 1em;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1em;
    /*vertical-align:top;

	/*text-align:justify;
	
	margin-bottom: 10px;
    line-height: 1.6em;*/
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    /* font-size: 1.5em;
   color: #666666;
    font-variant: small-caps;*/
    text-transform: none;
    /* font-weight: 200;*/
    font-weight: bold;
    /*   margin-bottom: 0px;*/
    margin: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    /*margin-left:5px;*/
    font-size: 1.2em;
    padding-bottom: 2px;
    /*color: #154800;*/
    color: #004d00;
  /*  text-decoration: underline;*/
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    margin-left:5px;
    font-size: 1.2em;
    padding-bottom: 2px;
    color: #004d00;
}

/* Body titles   
----------------------------------------------------------*/
.body-titles 
{
   /* margin-left:5px;*/
    font-size: 1.2em;
    font-weight:bold;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#wrapper {
 width: 960px;
 margin: 0 auto;
 background-color:White;
 border: 1px solid #496077;
}

/*Top content*/
.topContent {
   /* text-align: right;*/
   background: url(https://www.northamptonrc.org.uk/Graphics/headerRiver.png);  
  /*  background-color: #000;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;*/
    padding: 0px;
    height: 139px;
}

.topContent a {
    text-decoration: none;
    color: White;
    padding: 10px;
}

.topContent h1 
{
	border:0;  
     margin: 0;  
     padding: 0;  
     float: right;  
     margin-top: 55px;  
    /* padding-right: 31px;  */
 } 
 

 .LoginBack h1
 {
    position:absolute; 
    TOP:8px; 
    LEFT:965px;

 } 
 
 .Login
 {
     float:right;
         font: bold 12px 'Segoe UI';
     top:15px; 
     /*left:985px; */
     width:100px;  
     color:White; 
     height:25px; 
     vertical-align:middle;
 }

/*Navigation*/
#navigation {
    font-size: 100%;
    text-align: left;
  /*position: absolute;
    top: 50px;
    margin-top: 10px;*/
	height: 34px;

}

/*News Content*/
#newsContent 
{
    width: 200px;    
    padding: 5px;
   /* font-size: 90%;*/
    text-align: left;
    float:left;
   /* position: absolute;
    top: 100px;
    margin-top: 0px;
    left: 0px;*/
	height: 100%;
	background-color:white;
	margin-top: 5px;

}

#newsContent img 
{
	border:0;  
     margin: 0;  
     padding-top: 10px;  
     padding-bottom: 10px;
     padding-right:5px;
     padding-left:5px;
    /* text-align:center*/
    /* float: right;  
      margin-top: 55px;  
    padding-right: 31px;  */
 }

    #newsContent h5 {
        font-family: 'Segoe UI';
        /*text-transform: uppercase; 
    letter-spacing: 2px;*/
        text-align: center;
        border-top: dotted 1px #660;
        border-bottom: dotted 1px #660;
    }

#newsContent h3 {
	font-size:x-small;
	font-family:'Segoe UI';
	font-weight:normal;
	padding-top: 5px;
    padding-bottom: 5px;
    color:Black;
 /*   border-bottom: dotted 1px #660; */
}

/*Main Content*/
#mainContent 
{
	width: 740px; 
    /*text-align: left;*/
	margin-left: 210px;
    padding: 5px;
    background-color:white
}

#mainContent  img
{

    /*text-align: left;
    
    float:right;*/
    border-style:none;
    margin: 0 0 0px 0px; 
    padding: 5px;

}

/*Footer*/
.footerContent {
    text-align: center;
    padding: 0px;
    clear:both;
    border-top: 1px solid #efefef;
        font-weight: 700;
        line-height: 1.6em;
    /*position:static;
    top: 333px;
	width: 800px;
	background-color:white*/
}

.footerContent img 
{
	border:0;  
     margin: 0;  
     padding-top: 10px;  
     padding-bottom: 10px;
     padding-right:20px;
     padding-left:20px;
    /* text-align:center*/
    /* float: right;  
      margin-top: 55px;  
    padding-right: 31px;  */
 } 

.contactList
{
    margin-left: 5px;
    line-height: 2em
   
}

.failureNotification
{
    font-size: 1em;
    color: Red;
}

.headText h3 
{
    color:Black;
    text-align: center;
	font-family:'Segoe UI';
	font-weight:normal;
    margin-left:10px;
    font-size: 1.3em;
}

.headTitle
{
    text-align: center;
	font-size:2.1em;
}  

.fauxTable
{
    background: #FFFF99;
}

