/* Start of CMSMS style sheet 'main' */
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.3em;
	left:0;
	margin:0;
	padding:0;
	text-align:center;
	top:0;

background-image: url(uploads/images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #3d0068;
	background-position: right bottom;

}

img {
	border:0;
}

a {
	color:#b1000b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div, form, h1, h2, h3, p, ul {
	margin:0;
	padding:0;
}

p {
	color:#5b5b5b;
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:15px;
}

.imageframe {
	border:5px solid #e4e6dd;
}

.imageframe img {
	border:1px solid #fff;
}


.imageframewhite a {
	border:1px solid #7db139;
	display:block;
}

.imageframewhite a:hover {
	border:1px solid #007bc4;
}

.imageframewhite img {
	padding:3px;
}


/* -- topbar -- */

#topbar {
	float:left;
	padding-top:26px;
	padding-bottom:7px;
	text-align:center;
	width:100%;
	background-color: #efeef0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6000BF;
}

#gctop {
	background:url(uploads/images/rdaq_top.gif) top left repeat-x;
	float:left;
	height:34px;
	text-align:center;
	width:100%;
}

#topbarcontainer {
	clear:left;
	margin:0 auto;
	text-align:left;
	width:750px;
}

#gctop div {
	text-indent:-9999px;
	margin:0 auto;
	text-align:left;
	width:750px;
}

#gctop div a {
	background: url(uploads/images/toptag.jpg) no-repeat;   
	display:block;
	padding-top:2px;
	height:25px;
	width:400px;
}

#logo {
	float:left;
	width:251px;
}

#logo h1 {
	line-height:1em;	
}

#logo h1 a {
	background:url(uploads/images/logo.jpg) top left no-repeat; 
	display:block;
	height:118px;
	text-indent:-9999px;
	width:150px;
}

#srlogo {
	float:right;
	width:448px;
}

#srlogo h1 {
	line-height:1em;	
}

#srlogo h1 a {
	background:url(uploads/images/logo_colour_horizontal_smaller.gif) top right no-repeat;
	display:block;
	height:96px;
	text-indent:-9999px;
	width:613px;
}

#topnav {
	clear:right;
	float:right;
	margin-top:39px;
	/* margin-top:107px; */
	font-size:1.1em;
	width:286px;
}

#topnav ul {
	list-style-type:none;
	float:right;
}

#topnav ul li {
	display:inline;
	float:left;
	padding:0;
}

#topnav ul li a {
	border-right:1px solid #666;
	color:#6000BF;
	display:block;
	font-weight:normal;
	line-height:0.9em;
	padding:0 8px;
}

#topnav ul li a.lastlink {
	border-right:0;
}




/* -- main content -- */

#mainwrapper {
	margin:0 auto;
	text-align:left;
	width:780px;
background-color: #FFFFFF;
	/* width:780px;  WAS 750px */
}



/* -- footer -- */

#footer {
	background:#fff;
     /* background:#fff url(uploads/images/footerBg.gif) top left repeat-x; */
	float:left;
	width:100%;
border-top: 1px dotted #3d0068;

}

#footercontainer {
	/* background:url(uploads/images/footerLogo.gif) 682px 9px no-repeat; */
      background:url(uploads/images/footerLogo.gif) 682px 9px no-repeat;
	float:left;
	padding-top:43px;
}

#footerfact {
	float:left;
}

#footerfact p {
	background:url(uploads/images/footerLeaf.gif) top left no-repeat;
	color:#3d0068;
	font-size:1em;
	padding:3px 10px 5px 15px;
}

#footernav {
	float:right;
}

#footernav ul {
	list-style-type:none;
	margin-top:3px;
}

#footernav ul li {
	border-right:1px solid #8ead65;
	color:#3d0068;
	display:inline;
	padding:0 5px 0 6px;
}

#footernav ul li.last {
	border:none;
	padding-right:0;
}

#footernav ul li a {
	color:#3d0068;
}
.hand
	{
		cursor: pointer;
	}

/* CSS Document */

/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
	color: #0099CC;
	text-decoration: none;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
 	color: #0099CC;
	text-decoration: none;
  font-size: 100%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 90%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid #666;
}

/* nice squares for the #big table E5E5E5 */
#big th
{
  border: 1px solid #F7F7F7;
  padding: 2px;
  width: 72px;
  background-color: #F7F7F7;
}


#big td {
	border: 3px solid #fff;
	vertical-align: top;
	padding: 3px;
	height: 72px;
	width: 72px;
	background-color: #FBFBFB;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #FBFBFB;
}

#big .calendar-day
{
  background-color: #EDEDED;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #ECFCFF;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}


/* End of 'main' */

/* Start of CMSMS style sheet 'subpage' */
/*-- header -- */

#header {
	background:#b1000b;
	border-bottom:7px solid #e6e6e6;
	float:left;
	text-align:center;
	width:100%;


}

#headercontainer {
	margin:0 auto;
	width:750px;
}


/* -- top nav -- */

#mainnav {
	clear:both;
}

#mainnav ul {
	list-style-type:none;
}

#mainnav ul li {
	display:inline;
	float:left;
	padding:0;
}

#mainnav ul li a {
	border-right:1px solid #d0e4ae;
	color:#44832c;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
}

#mainnav ul li a:hover {
	background:#e7e5e8;
	color:#5b701e;
}

#mainnav ul li a.lastlink {
	border-right:0;
}



/* -- maincontent -- */

#maincontent {
	background: #fff url(uploads/images/subpageBg.gif) top left repeat-y;
	
	float:left;
border-top:15px solid #fff; 
padding-left:5px;
padding-right:15px;

	/*margin-bottom:20px;
	 margin-top:20px; */

}

.left {
	display:inline;
	float:left;
	margin-left:7px;
	margin-right:20px;
	padding-bottom:20px;
	width:240px;
}

.left h2.subheader {
	background:none;
	border-bottom:1px solid #c8cdba;
	color:#360160;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0 0 1px 0;
}

.left h2 {
	background:url(uploads/images/greenLeaf.gif) center left no-repeat;
	border-bottom:1px solid #c8cdba;
	color:#360160;
        font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	margin:25px 0 10px 0;
	padding:25px 10px 10px 20px;
}

.left ul {
	list-style-type:none;
}

.left ul li {
	border-bottom:1px solid #e4e6dd;
	margin-bottom:1px;
}

.left ul li a {
	background:url(uploads/images/bullet.gif) 2px center no-repeat;
	border-bottom:1px solid #fff;
	color:#767676;
	display:block;
	padding:3px 10px;
	text-decoration:none;
}

.left ul li a:hover, .left ul li.selected a  {
	background-color:#eef4ec;
	color:#360160;
	text-decoration:none;
}

.left h3 {
	font-size:1.2em;
	margin:10px 0;
}

.left p {
	font-size:1.1em;
}

.searchform input.searchword {
	border:1px solid #e4e6dd;
	width:180px;
}

.searchform input.submitbutton {
	background:#7c816d;
	border:1px solid #e4e6dd;
	color:#fff;
	font-weight:bold;
	padding:0 6px;
}

.right {
	display:inline;
	float:left;
	margin-left:21px;
	width:462px;
}

.right .intropara {
	border-bottom:1px solid #c8cdba;
	color:#be2c2d;
	font-size:1.2em;
	padding-bottom:20px;
}

.right h2 {
	color:#360160;
	font-family:Georgia, "Times New Roman", Times, serif;
        /* font-family:Geneva, Arial, Helvetica, sans-serif; */
	font-size:1.8em;
	font-weight:normal;
	margin:15px 0;
}

.right h3 {
	color:#360160;
	font-size:1.4em;
	font-weight:bold;
	margin:25px 0 5px 0;
}


/* End of 'subpage' */

