/*-----------------------------------------------------------------------------
RCTS Style Sheet

version:   4.0
author:    Paul Howie
email:     paul.howie@bluegreenhosting.co.uk
website:   http://www.bluegreendesign.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
/*	margin: 0;
	padding: 0;*/
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Clearfix */

/* Remove border around linked images */
img {
/*	border: 0;*/
}

#wrapper {
	width: 992px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	min-width: 992px;
	color: #002A59;
	background-image: url(/images/background3.jpg);
	margin-right: 4px;
	margin-left: 4px;  
	behavior: url(/csshover.htc);
/*  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif; */
}

a.navigate:visited { color: #002A59; text-decoration:none; }
a.navigate:link { color: #002A59; text-decoration:none; }
a:navigate:hover { color: #002A59; text-decoration:none; }
a.navigate:active { color: #002A59; text-decoration:none; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#back {
	float: right;
	width: 300px;
	text-align: right;
	color: #999999;
}
#content h3 {
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/

#mastHead a {
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#mastHead a:hover {
	color: #975960;
}
#mastHead ul li ul a {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #002A59;
}
#mastHead ul li ul a:hover {
	color: #6B121C;
}
#content a {
	text-decoration: none;
	display: inline;
}
#content a:hover {
	text-decoration: underline;
}
#content ul a {
	display: block;
	font-weight: bold;
	color: #6B121C;
	text-decoration: none;
}
#main ul li a:hover {
	color: #002A59;
}
#back a {
	color: #999999;
	text-decoration: none;
}



/* =Branding
-----------------------------------------------------------------------------*/

#mastHead {
	margin: 0px;
	padding: 0px;
	width: 978px;
	height: 85px;
	background-image: url(/images/topbar/topBar.gif);
	background-repeat: no-repeat;
	position: relative;
}
#mastHead img {
	padding: 0px;
	float: right;
	height: 29px;
	width: 112px;
	margin-top: 16px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mastHead h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	position: absolute;
	top: 20px;
	right: 10px;
	height: 29px;
	width: 112px;
}
#mastHead #logo {
	clear: both;
	float: right;
	height: 29px;
	width: 112px;
	margin: 0px;
	padding: 0px;
}

#mastHead h1 span {
	background-image: url(/images/topbar/RCTSsolid.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#mastHead ul {
	float: left;
	height: 20px;
	width: 808px;
	background-color: #6B121C;
	background-image: url(/images/topbar/menuBar.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 170px;
}
#mastHead li {
	margin: 0px 0em 0px 1em;
	padding: 0px;
	float: left;
	list-style-type: none;
	position:relative;
}

/* the drop-down starts here */
#mastHead ul li ul {
	background-color: #E5E9EE;
	margin: 0;
	position: absolute;
	width: 120px;
	left: -1px;
	padding: 0px;
	}

#mastHead ul li ul li {
	width:100%;
	border-left: 1px solid #002A59;
	border-bottom: 1px solid #002A59;
	border-right: 1px solid #002A59;
	margin: 0px;
	padding: 4px;
	background-color: #E5E9EE;
	}
#mastHead ul li ul li:first-child {
	border-top: 1px solid #002A59; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
#mastHead ul li ul {
	display:none;
} /* conceals the drop-down when menu not hovered */
#mastHead ul li:hover ul {
	display:block;
} /* shows the drop-down when the menu is hovered */
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html #mastHead ul {
	float: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 170px;
	height: 20px;
	width: 480px;
	}
* html a {
	display: block;
}
/* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  #mastHead ul li ul {
	border-top: 1px solid #002A59;
	border-left: 0px;
	margin: 0px;
	padding: 0px;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	margin: 0px;
	width: 794px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#content ul {
	margin: 0px 0px 0px 1.25em;
	padding: 0px;
	color: #002A59;
}
#content ul li {
	margin: 0px;
	padding: 0.3em;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	background-color: #002A59;
	padding: 5px 10px;
	clear: left;
	text-align: left;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#copyright {
	float: right;
	width: 150px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

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

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
/*	text-align: left;
	font-weight: normal;*/
}



/* =Home
-----------------------------------------------------------------------------*/



/* =About RCTS
-----------------------------------------------------------------------------*/
#about h2 {
	background-color: #f8f8f8;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#about #content h3 {
}
#about #content h4 {
	color: #6B121C;
}
#about #back a {
	color: #999999;
	text-decoration: none;
}
#about #back a:hover {
	color: #6B121C;
	text-decoration: none;
}
/*#about #content a {
	color: #6B121C;
}
#about #content a:hover {
	color: #975960;
}*/
#about #content ul a {
	color: #6B121C;
}
#about #content ul a:hover {
	color: #975960;
	text-decoration: none;
}

/* =Branches
-----------------------------------------------------------------------------*/
#branches h2 {
	background-color: #707094;
	color: #FFFFFF;
	border-top-color: #333366;
	border-bottom-color: #333366;
}
#branches #content h3 {
	color: #333366;
}
#branches #content h4 {
	color: #333366;
}
#branches #back a {
	color: #999999;
	text-decoration: none;
}
#branches #back a:hover {
	color: #333366;
	text-decoration: none;
}
/*#branches #content a {
	color: #333366;
}
#branches #content a:hover {
	color: #707094;
}*/
#branches #content ul a {
	color: #6B121C;
	text-decoration: none;
}
#branches #content ul a:hover {
	color: #707094;
	text-decoration: none;
}

/* =Membership
-----------------------------------------------------------------------------*/
#membership h2 {
	background-color: #db924a;
	border-top-color: #CC6600;
	border-bottom-color: #CC6600;
	color: #FFFFFF;
}
#membership #content h3 {
	color: #CC6600;
}
#membership #content h4 {
	color: #CC6600;
}
#membership #back a {
	color: #999999;
	text-decoration: none;
}
#membership #back a:hover {
	color: #CC6600;
	text-decoration: none;
}
/*#membership #content a {
	color: #cc6600;
}
#membership #content a:hover {
	color: #db924a;
}*/
#membership #content ul a {
	color: #cc6600;
}
#membership #content ul a:hover {
	color: #db924a;
	text-decoration: none;
}

/* =Shop
-----------------------------------------------------------------------------*/
#shop h2 {
	background-color: #4c9494;
	border-top-color: #006666;
	border-bottom-color: #006666;
	color: #FFFFFF;
}
#shop #content h3 {
	color: #006666;
}
#shop #content h4 {
	color: #006666;
}
#shop #back a {
	color: #999999;
	text-decoration: none;
}
#shop #back a:hover {
	color: #006666;
	text-decoration: none;
}
/*#shop #content a {
	color: #006666;
}
#shop #content a:hover {
	color: #4C9494;
}*/
#shop #content ul a {
	color: #006666;
}
#shop #content ul a:hover {
	color: #4C9494;
	text-decoration: none;
}

@media print {
  .noprint {
    display: none;
  }
}
  
