/* Start of CMSMS style sheet 'RWM_dev' */
/* CSS Document */

/* Clear standard browser formatting */
/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 arial, helvetica, sans-serif;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/* End of Clear standard browser formatting */











/* ##### MENU CSS ###### */



#tel{
	text-align: centre;
	padding-bottom: 5px;
	font-style: normal;
}

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************

MENU

*********************/

#menu_vert {

   padding-left: 0;


}





/* third level has some padding to have it stand out */

div#menu_vert ul ul ul {

   padding-bottom: 0.5em;

}



/* menu li block */

#menu_vert li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #c0c0c0;
	display: block;

}



#menu_vert ul ul li {

   border: none;

}



/** fix stupid ie bug with display:block; **/

* html #menu_vert li a { height: 1%; } 

* html #menu_vert li hr { height: 1%; }

/** end fix **/



/* first level links */

div#menu_vert a {

   text-decoration:none; /* no underline for links */

   display: block; /* IE has problems with this, fixed above */

   padding: 0.8em 0.5em 0.8em 0.5em; /* some air for it */

   color: #18507C; /* this will be link color for all levels */

   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 

   min-height:1em; /* Fixes IE7 whitespace bug */ 

}



/* next level links, more padding and smaller font */

div#menu_vert ul ul a {

   font-size: 90%;

   padding: 0.5em 0.5em 0.5em 2.8em;

   background-position: 1.5em center;

}



/* third level links, more padding */

div#menu_vert ul ul ul a {

   padding: 0.3em 0.5em 0.3em 4.3em;

   background: url(images/cms/dash.gif) no-repeat 2.8em center; 

}



/* hover state for all links */

div#menu_vert a:hover {

   background-color: #C3D4DF;

}

div#menu_vert a.activeparent:hover {

   background-color: #C3D4DF;

   color: #18507C;

}



/* 

active parent, that is the first-level parent 

of a child page that is the current page 

*/

div#menu_vert li a.activeparent {

   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 

   background-color: #385C72;

   color: #fff;

}



div#menu_vert ul ul li a.activeparent {

   background-position: 1.5em center; 

   background-color: transparent;

   color: #18507C;

}





/* 

current pages in the default Menu Manager 

template are unclickable. This is for current page on first level 

*/

div#menu_vert ul h3 {

   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;

   background-color: #385C72;

   display: block; 

   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */

   color: #fff;                                 /* this will be link color for all levels */

   font-size: 1em;                           /* instead of the normal font size for <h3> */

   margin: 0;                                  /* as <h3> normally has some margin by default */

}



/* 

next level current pages, more padding, 

smaller font and no background color or bottom border 

*/

div#menu_vert ul ul h3 {

   font-size: 90%;

   padding: 0.3em 0.5em 0.3em 2.8em;

   background-position: 1.4em center;

   background-color: transparent;

   border-bottom: none;

   color: #000;     

}



/* current page on third level, more padding */

div#menu_vert ul ul ul h3 {

   padding: 0.3em 0.5em 0.3em 4.3em;

   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 

}



/* section header */

div#menu_vert li.sectionheader {

   border-right: none;

   font-size: 130%;

   font-weight: bold;

   padding: 1.5em 0 0.8em 0;

   background-color: #fff;

   line-height: 1em;

   margin: 0;

   text-align:center;

}







/* separator */

div#menu_vert li.separator {

   height: 1px !important;

   margin-top: -1px;

   margin-bottom: 0;

   padding:2px 0 2px 0;

   background-color: #000;

   overflow:hidden !important;

   line-height:1px !important;

   font-size:1px; /* for ie */

}



div#menu_vert li.separator hr {

   display: none; /* this is for accessibility */

}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */



/* 

menu links accesskeys 

*/

span.accesskey {

   text-decoration:none;

}



/* 

accessibility divs are hidden by default 

text, screenreaders and such will show these 

*/

.accessibility, hr {

   position: absolute;

   top: -999em;

   left: -999em;

}



/* 

definition tags are also hidden 

these are also used for menu links    

*/

dfn {

   position: absolute;

   left: -1000px;

   top: -1000px;

   width: 0;

   height: 0;

   overflow: hidden;

   display: inline;

}

/* end accessibility */



/* ###### RWM CSS ##### */




body {
	background-color: #666666;
	background-image: url(images/stripeBg.png);
	text-align:center; /* Workaround in order for IE to centre my frame! */
	font-family: arial, helvetica, sans-serif;
}


/* Format hyperlinks */
a {color: #FD0101;}
a:visited {color:#820000;}
a:hover {color: #820000;}
a:active { color:#000000;}
img a {border: none}


/* Fonts */
h1 {

}

h2 {

}

#navtext{
color: white;
text-align: left;
font-weight: bold; 
}




/* frame, basis of site */
#frame {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	background-color: #9FD3F0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
        background-image: url(images/contentBg.gif);
	background-repeat: repeat-y;
}



/* header logo area */
#header {
	height: 85px;
	background-color: #e1ddd9;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #7091C2;
}

#header img{
	margin-top: 5px;
}



/* main content */
#content {
	background-color: #ffffff;
	padding: 20px 15px 20px 15px;
	margin-left: 200px;
	margin-right: 0px;
	min-height:600px;
	text-align: left;
	list-style-type: disc;
	color: #333333;
	list-style-position: inside;
	line-height: 1.4em;
}

#content img {
      padding: 10px;
}

p{
text-align: left;
}


/* menu */

.breadcrumbs {
        font-style: italic;
        font-size: 14px;
}

#left {
	float: left;
	width: 200px;
	border-top: 85px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

#left p { /* stop paragraphs being indented in the left menu (or it breaks over into the content area!) */
padding: 0px;
}

#frame #left #menuwrapper #primary-nav .menuparent .menuparent .menuparent {
	background-color: #375782;
	height: 15px;
	font-size: 14px;
	width: 160px;
	text-indent: 20px;
	font-style: italic;
	font-weight: bold;
}

#frame #left #menuwrapper #primary-nav .menuparent .menuparent a {
	background-color: #375782;
	height: 15px;
	font-size: 14px;
	width: 160px;
	text-indent: 20px;
	font-style: italic;
	font-weight: normal;
}


/* footer */
#footer {
	clear: both;
	margin: 0px;
	background-color: #7091C2;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.linkback a{
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #CCCCCC;
}

.linkback a:visited{

}

.linkback a:hover{ 
}

.linkback a:active { color:#000000;}

/* End of 'RWM_dev' */

