/* Start of CMSMS style sheet 'ST200704' */
/***********************************************/
/* ST200704.css                                */
/* Use with ST200704.php                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none
	}

body {
	background: #d5d7d7;
	color: #333;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 75.01%;
    line-height: 1.4em;
	margin: 1em;
	}

div {
	font-size: 1em;
	}

img {
	border: 0;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#container {
	background: url(uploads/images/ST2007/content-bg.gif) repeat-y right;
	width: 900px;
	margin: auto;
	text-align: left;
	border: 1px solid #000;
	}

#header {
   height: 200px; /* adjust according your image size */
   background: #fff;           
}

#footer {
	background: #d70e84 url(uploads/images/ST2007/footer-bg.gif) no-repeat;
	height: 68px;
	clear: both;
	padding-top: 20px;
	font-size: 95%;
	line-height: 20px;
	text-align: center;
	color: #ccc;
	}

/* menu_vert is set below */

#search{
	padding: 0 10px 0 0;
	background: #d70e84 url(uploads/images/ST2007/search-bg.gif) no-repeat right bottom;
	font-size: 90%;
	height: 30px;
	margin: 0;
	text-align: right;
}

#content {
	width: 650px;
	margin-top: -30px;
	padding: 10px;
	float: left;
	text-align: left;
	}

#column {
	width: 180px;
	margin-top: 10px;
	padding-left: 25px;
	float: left;
	color: #eee;
	}

/* DEFAULT LINK STYLES */

/* set all links to have underline and fuschia color */
a, a:link, a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #d70e84; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #d70e84;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #d70e84;
}

/* HEADINGS */
h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
   text-align:left;
}

h2 {
   color: #5F294B; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #d70e84; 
   border-left: 1.1em solid #d70e84; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}

h3 {
   color: #5F294B; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   text-align:left;
   }

h4 {
   color: #5F294B; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   text-align:left;
   }

h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   text-align:left;
}

h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;  /* some air around p elements */
	line-height:1.4em;
	padding: 0;
   	text-align:left;
	}

blockquote {
	width: 418px;
	margin: 10px auto;
	padding: 5px 10px;
	background-color: #eee;
	font-size: 95%;
	border: #bfadad solid;
	border-width: 1px 0;
	text-align: justify
	}

pre {
	font-family: monospace;
	font-size: 1.0em;
	}

strong, b {
	/* explicit setting for these */
	font-weight: bold;
	}

em, i {
	/* explicit setting for these */
	font-style:italic;
	}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
ul, ol, dl {
 	font-size: 1.0em;
	line-height:1.4em;
	margin: 0 0 1.5em 0;
	}

ul li, ol li {
	   margin: 0 0 0.25em 3em;
	   }

#dl dt {
	font-weight: bold;
	margin: 0 0 0.25em 3em;
	}

#dl dd {
	margin: 0 0 0 3em;
	}
/* END LISTS */

.box {
	width: 418px;
	margin: 10px auto;
	padding: 5px 10px;
	background-color: #eee;
	font-size: 95%;
	border: #bfadad solid;
	border-width: 1px 0;
	text-align: justify
	}

.header {
	margin: 0 0 0 -4px;
	}

/* relational links under content */
div.left49 {
 	float: left;
	width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
	}

div.right49 {
	float: right;
	width: 49%;
	text-align: right;
	}

/* Header Stylings */

div#header h1 a {
/* you can set your own image here */
   background: #fff url(uploads/images/ST2007/sylvia-header760.jpg) no-repeat right center; 
   display: block; 
   height: 200px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


/* Column Stylings */

#column a:link, #column a:visited {
	color: #eee;
	text-decoration:underline;
	}

#column a:hover {
	color: #fff;
	text-decoration:underline;
	}

#column ul {
	margin: 0 0 5px 0;
	list-style: none;
	}

#column ul li:before {
	content: "\00BB \0020";
	}

#column h1 {
	font-size: 150%;
	text-indent: 10px;
	line-height: 45px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 -6px 0;
	text-align: left;
	}

#column h2 {
	color: #fff;
	font-weight: normal;
	line-height: 28px;
	font-size: 130%;
	margin:0 -4px 0 -4px;
	padding: 0 3px;
	text-align: left;
	}

#column h3 {
	font-size: 100%;
	color: #fff;
	text-decoration:none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#column blockquote {
	margin: 10px auto;
	padding: 5px 10px;
	background-color: #eee;
	font-size: 95%;
	border: #bfadad solid;
	border-width: 1px 0;
	text-align: justify
	}

/* Footer Stylings */

#footer p {
	text-align:center;
	color: #eee;
	}

#footer a:link, #footer a:visited {
	color: #eee;
	text-decoration:none;
	}

#footer a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

dfn {
     display: none;
     }
			

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #search styles ***************/

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/* MENU */

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin: 0 auto -3px auto;
   padding: 0;
  /* margin-left: 1px;
   margin-right: 1px; */
   text-align:left;
}

#menu_vert a, #menu_vert a:link, #menu_vert a:active {
	text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: d70e84; 
	color: #fff; 
	border: 1px solid #000;
}

#menu_vert a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #eee;                /* a different color can be used for visited links */
}

#menu_vert a:hover {
	text-decoration: none;
	background-color: #000;
	color: #d70e84;
	border: 1px solid #000;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #000;
   color:#fff;
   width: 100%;
   margin: 0 auto;
   padding: 0px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}

#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}

#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none;
   background-color: #000;
   color: #fff;
}

#primary-nav li a { 
   border-right: 1px solid #000;
   border-left: 1px solid #000;
}

#primary-nav li li a { 
   border: 1px solid #000;
}
	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #000;
   color: #fff; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #d70e84;
   border-top: 1px solid #000;
   border-bottom-color: #d70e84;
   color: #fff;
}

#primary-nav li.menuactive a { 
   color: #fff;
   border-bottom-color: #d70e84;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #d70e84;
   color: #eee; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

dfn {
   display:none;
}

/* END MENU */


.accessibility {
   display:none;
}

/* End of 'ST200704' */

