/*    GSTT Style Sheet Document */


/*  General colours for the  different menus */
.sys_Homecols {
    background-color: #0066CC ;
}
.sys_Newscols {
    background-color:#1A33B1;
}
.sys_Aboutcols {
    background-color: #421A8C ;
}
.sys_Patientcols{
    background-color: #B50032 ;
}
.sys_Servicecols{
    background-color: #730163 ;
}
.sys_Visitingcols{
    background-color: #D70032 ;
}
.sys_Educationcols{
    background-color: #E36600 ;
}
.sys_Workingcols {
    background-color: #339933 ;
}

/*  End General colours for the  different menus */

/* TOP NAVIGATION */

/* specific for the tabs */
div#sys_menuLinks li.sys_Homecols {
background-image: url(../images/background_img/home_right.gif);
background-repeat: no-repeat;
background-position: top right;
}

div#sys_menuLinks li.sys_Newscols {
background-image: url(../images/background_img/news_right.gif);
background-repeat: no-repeat;
background-position: top right;
}

div#sys_menuLinks li.sys_Aboutcols {
background-image: url(../images/background_img/about_right.gif);
background-repeat: no-repeat;
background-position: top right;
}

div#sys_menuLinks li.sys_Patientcols {
background-image:  url(../images/background_img/patient_right.gif);
background-repeat: no-repeat;
background-position: top right;
}

div#sys_menuLinks li.sys_Servicecols {
background-image:  url(../images/background_img/serv_right.gif);
background-repeat: no-repeat;
background-position: top right;
}

div#sys_menuLinks li.sys_Visitingcols {
background-image:  url(../images/background_img/visiting_right.gif);
background-repeat: no-repeat;
background-position: top right;
}

div#sys_menuLinks li.sys_Educationcols {
background-image:  url(../images/background_img/edu_right.gif);
background-repeat: no-repeat;
background-position: top right;
}

div#sys_menuLinks li.sys_Workingcols {
background-image:  url(../images/background_img/work_right.gif);
background-repeat: no-repeat;
background-position: top right;
}

/* Search bar */

.searchbox {
width:15em;
}

/* Breadcrumb bar, dithered background*/

div#sys_URhere div.sys_Homecols {
background-image: url(../images/background_img/home_gradient.jpg);
background-repeat: repeat-x;
background-position: top left;
}

div#sys_URhere div.sys_Newscols {
background-image: url(../images/background_img/news_gradient.jpg);
background-repeat: repeat-x;
background-position: top left;
}

div#sys_URhere div.sys_Aboutcols  {
background-image: url(../images/background_img/about_gradient2.jpg);
background-repeat: repeat;
background-position: top left;
}

div#sys_URhere div.sys_Patientcols {
background-image:  url(../images/background_img/patient_gradient.jpg);
background-repeat: repeat-x;
background-position: top left;
}

div#sys_URhere div.sys_Servicecols {
background-image:  url(../images/background_img/serv_gradient.jpg);
background-repeat: repeat-x;
background-position: top left;
}

div#sys_URhere div.sys_Visitingcols {
background-image:  url(../images/background_img/visiting_gradient.jpg);
background-repeat: repeat-x;
background-position: top left;
}

div#sys_URhere div.sys_Educationcols {
background-image:  url(../images/background_img/edu_gradient.jpg);
background-repeat: repeat-x;
background-position: top left;
}

div#sys_URhere div.sys_Workingcols {
background-image:  url(../images/background_img/work_gradient.jpg);
background-repeat: repeat-x;
background-position: top left;
}

/* END TOP NAVIGATION */

/* MAIN BODY */

/* LEFT COLUMN*/

/* Headers */
div#sys_menuheader {
padding: .5em 0  .5em .6em;
}

/* Header colours for each section */
div.sys_Homecols div#sys_menuheader{
background-image:  url(../images/background_img/home_menu.jpg);
background-position: top right;
background-repeat: no-repeat;
}

div.sys_Newscols div#sys_menuheader{
background-image:  url(../images/background_img/news_menu.jpg);
background-position: top right;
background-repeat: no-repeat;
}

div.sys_Aboutcols div#sys_menuheader{
background-image:  url(../images/background_img/about_menu.jpg);
background-position: top right;
background-repeat: no-repeat;
}

div.sys_Patientcols div#sys_menuheader{
background-image:  url(../images/background_img/patient_menu.jpg);
background-position: top right;
background-repeat: no-repeat;
}

div.sys_Servicecols  div#sys_menuheader{
background-image:  url(../images/background_img/serv_menu.jpg);
background-position: top right;
background-repeat: no-repeat;
}

div.sys_Visitingcols div#sys_menuheader{
background-image:  url(../images/background_img/visiting_menu.jpg);
background-position: top right;
background-repeat: no-repeat;
}

div.sys_Educationcols div#sys_menuheader{
background-image:  url(../images/background_img/edu_menu.jpg);
background-position: top right;
background-repeat: no-repeat;
}

div.sys_Workingcols div#sys_menuheader{
background-image:  url(../images/background_img/work_menu.jpg);
background-position: top right;
background-repeat: no-repeat;
}

/*END headers*/

/*Specific sub-level navigation settings for each section */
div.sys_Homecols div#sys_menuList {
border: 1px solid #0066CC;
background: white url(../images/background_img/home_feature.jpg) bottom right repeat-x;
list-style-image: url(../images/icons/menulist_home.gif);
}

div.sys_Newscols div#sys_menuList {
border: 1px solid #1A33B1;
background: white url(../images/background_img/news_feature.jpg) bottom right repeat-x;
list-style-image: url(../images/icons/menulist_news.gif);
}

div.sys_Aboutcols div#sys_menuList {
border: 1px solid #421A8C;
background: white url(../images/background_img/about_feature.jpg) bottom right repeat-x;
list-style-image: url(../images/icons/menulist_about.gif);
}

div.sys_Patientcols div#sys_menuList {
border: 1px solid #B50032;
background: white url(../images/background_img/patient_feature.jpg) bottom right repeat-x;
list-style-image: url(../images/icons/menulist_patient.gif);
}

div.sys_Servicecols div#sys_menuList {
border: 1px solid #730163;
background: white url(../images/background_img/serv_feature.jpg) bottom right repeat-x;
list-style-image: url(../images/icons/menulist_serv.gif);
}

div.sys_Visitingcols div#sys_menuList {
border: 1px solid #D70032;
background: white url(../images/background_img/visiting_feature.jpg) bottom right repeat-x;
list-style-image: url(../images/icons/menulist_visiting.gif);
}

div.sys_Educationcols div#sys_menuList {
border: 1px solid #E36600;
background: white url(../images/background_img/edu_feature.jpg) bottom right repeat-x;
list-style-image: url(../images/icons/menulist_edu.gif);
}

div.sys_Workingcols div#sys_menuList {
border: 1px solid #339933;
background: white url(../images/background_img/work_feature.jpg) bottom right repeat-x;
list-style-image: url(../images/icons/menulist_work.gif);
}

/* END LEFT COLUMN*/

/* FEATURE BOXES*/

/* General feature box styles */

.sys_feature1  {
padding: .5em;
margin-bottom: 1em;
}

.sys_feature1 .sys_body {
padding: 0em;
display: block;
text-align: left;
padding-bottom: 1em;
}

.sys_feature2 {
width:100%;
margin-bottom: 1em;
}

.sys_feature2 .sys_head {
padding: .5em;
display: block;
text-align: right;
font-weight: bold;
color: white;
font-size: 1.1em;;
}

.sys_feature2 .sys_body {
padding: 1em;
display: block;
text-align: left;
padding-bottom: 1em;
background: #ececec;
color: black;
}

.sys_feature3 {
padding: .5em;
margin-bottom: 1em;
background: #ececec;
}

.sys_feature3 .sys_head, .sys_feature1 .sys_head {
padding: .3em;
padding-bottom: .5em;
margin-bottom: .7em;
display: block;
text-align: right;
font-weight: bold;
font-size: 1.1em;
}

.sys_feature3 .sys_body {
padding: .3em;
display: block;
text-align: center;
padding-bottom: 1em;
}

#sys_features img {
padding: 8px;
text-align: center;
display: block;
}

#sys_features ul {
position: relative;
right: 1em;
text-align:left;
}

#sys_features li {
padding-bottom: 1em;
list-style-type: square;
}

#sys_features li.doc {
list-style-image: url(../images/icons/icon_documentlink.gif);
        }

#sys_features li img {
display: inline;
padding: 0 2px 0 2px;
}

#sys_features a {
color: #000099;
text-decoration: none;
}

#sys_features a:hover {
text-decoration: underline;
}

#sys_features a:visted {
color: purple;
}

/*  colours for the feature box classes */
.sys_Home_feature1 {
border: 1px solid #0066CC;
background: white url(../images/background_img/home_feature.jpg) bottom right repeat-x;
}

.sys_Home_feature1 div.sys_head, .sys_Home_feature3 div.sys_head {
color: #0066CC;
border-bottom: 1px #0066CC solid;
}

.sys_News_feature1 {
border: 1px solid #1A33B1;
background: white url(../images/background_img/news_feature.jpg) bottom right repeat-x;
}

.sys_News_feature1 div.sys_head, .sys_News_feature3 div.sys_head {
color: #1A33B1;
border-bottom: 1px #1A33B1 solid;
}

.sys_About_feature1 {
border: 1px solid #421A8C;
background: white url(../images/background_img/about_feature.jpg) bottom right repeat-x;
}

.sys_About_feature1 div.sys_head, .sys_About_feature3 div.sys_head {
color: #421A8C;
border-bottom: 1px #421A8C solid;
}

.sys_Patient_feature1 {
border: 1px solid #B50032;
background: white url(../images/background_img/patient_feature.jpg) bottom right repeat-x;
}

.sys_Patient_feature1 div.sys_head, .sys_Patient_feature3 div.sys_head  {
color: #B50032;
border-bottom: 1px #B50032 solid;
}

.sys_Service_feature1 {
border: 1px solid #730163;
background: white url(../images/background_img/serv_feature.jpg) bottom right repeat-x;
}

.sys_Service_feature1 div.sys_head, .sys_Service_feature3 div.sys_head  {
color: #730163;
border-bottom: 1px #730163 solid;
}

.sys_Visiting_feature1 {
border: 1px solid #D70032;
background: white url(../images/background_img/visiting_feature.jpg) bottom right repeat-x;
}

.sys_Visiting_feature1 div.sys_head, .sys_Visiting_feature3 div.sys_head {
color: #D70032;
border-bottom: 1px #D70032 solid;
}

.sys_Education_feature1 {
border: 1px solid #E36600;
background: white url(../images/background_img/edu_feature.jpg) bottom right repeat-x;
}

.sys_Education_feature1 div.sys_head, .sys_Education_feature3 div.sys_head {
color: #E36600;
border-bottom: 1px #E36600 solid;
}

.sys_Working_feature1 {
border: 1px solid #339933;
background: white url(../images/background_img/work_feature.jpg) bottom right repeat-x;
}

.sys_Working_feature1 div.sys_head, .sys_Working_feature3 div.sys_head {
color: #339933;
border-bottom: 1px #339933 solid;
}

.sys_Home_feature2  div.sys_body{
border: 1px #0066CC solid;
}

.sys_Home_feature2 div.sys_head {
background: #0066CC url(../images/background_img/home_menu2.jpg) top left no-repeat;
}

.sys_News_feature2 div.sys_body {
border: 1px #1A33B1 solid;
}

.sys_News_feature2 div.sys_head {
background: #1A33B1 url(../images/background_img/news_menu2.jpg) top left no-repeat;
}

.sys_About_feature2 div.sys_body{
border: 1px #421A8C solid;
}

.sys_About_feature2 div.sys_head {
background: #421A8C url(../images/background_img/about_menu2.jpg) top left no-repeat;
}

        .sys_Patient_feature2 div.sys_body {
        border: 1px #B50032 solid;
        }

        .sys_Patient_feature2 div.sys_head {
        background: #B50032 url(../images/background_img/patient_menu2.jpg) top left no-repeat;
        }

        .sys_Service_feature2 div.sys_body{
        border: 1px #730163 solid;
        }

        .sys_Service_feature2 div.sys_head {
        background: #730163 url(../images/background_img/serv_menu2.jpg) top left no-repeat;
        }

        .sys_Visiting_feature2 div.sys_body {
        border: 1px #D70032 solid;
        }

        .sys_Visiting_feature2 div.sys_head {
        background: #D70032 url(../images/background_img/visiting_menu2.jpg) top left no-repeat;
        }

        .sys_Education_feature2 div.sys_body{
        border: 1px #E36600 solid;
        }

        .sys_Education_feature2 div.sys_head {
        background: #E36600 url(../images/background_img/edu_menu2.jpg) top left no-repeat;
        }

        .sys_Working_feature2 div.sys_body{
        border: 1px #339933 solid;
        }

        .sys_Working_feature2 div.sys_head {
        background: #339933 url(../images/background_img/work_menu2.jpg) top left no-repeat;
        }

        .sys_Home_feature3 {
        border: 1px solid #0066cc;
        }

        .sys_News_feature3 {
        border: 1px solid #1A33B1;
        }

        .sys_About_feature3 {
        border: 1px solid #421a8c;
        }

        .sys_Patient_feature3 {
        border: 1px solid #b50032;
        }

        .sys_Service_feature3 {
        border: 1px solid #730163;
        }

        .sys_Visiting_feature3 {
        border: 1px solid #d70032;
        }

        .sys_Education_feature3 {
        border: 1px solid #e36600;
        }

        .sys_Working_feature3 {
        border: 1px solid #339933;
        }

   /* END FEATURE BOXES */

/* END MAIN BODY */

/* Footer */
div#sys_footer #sys_topbar {

background-color: #06C; background-image: url(../images/background_img/home_gradient.jpg); background-repeat: repeat-x; background-position: left top
}
/* End Footer */

/*added in for when we do want any decoration on the lists or indents*/
.noliststyle {
list-style-type: none;
padding: 0;
margin-left: 0;}
