/* Start of CMSMS style sheet 'LTS' */
/***** Generic screen setup *****/
@import url("/style/css/layout/normalise.css");
@import url("/style/css/layout/snippets.css");

/***** Site-specific Styling *****/
@import url("/style/css/layout/main/gala/16.css");
@import url("/style/css/layout/width/90pc.css");

@import url("/style/css/effect/border/alert/alert.css");
@import url("style/css/effect/form/align.css");

div#wrapper{float:left;width:98%}

.tableborder {
 border: 1px solid #666;
 border-collapse: collapse;
}

.tableborder td, .tableborder th {
 border: 1px solid #999;
 padding: 2px;
}

.tableborder {
 border: 1px solid #666;
}

.hiddenimage {
 display: none;
 position: fixed;
 top: 80%;
 left: 30%;
}

.showimage:hover img {
 display: block;
}

html {
 background-image: url(/uploads/images/lts/bg.gif);
 font-family:"Trebuchet MS";
}

.contactform fieldset {
 border: 1px solid #ccc;
}

#container {
 background: #fff url(/uploads/images/lts/bg_header_top.gif) repeat-x;
 padding-top: 10px;
}

#header a {
 text-decoration: none;
}

#title {
 float: left;
 margin: 0;
}

#title h1 {
 float: left;
 margin: 0;
 margin-top: 5px;
 margin-left: 10px;
 font-family: arial;
 font-weight: bold;
 font-size: 2em;
/* background-image: url(/uploads/images/lts/lts_small.gif);*/
 background-image: url(/uploads/images/lts/LTS.jpg);
 background-repeat: no-repeat;
 padding: 0;
 padding-left: 80px;
 padding-top: 20px;
 height: 60px;
}

#title h1 a {
 color: #666;
}

#title h1 span, #title h1 a span {
 color: #999;
}

#quicklinks {
 display: inline;
}

#quicklinks ul {
 margin: 0;
 margin-top: 40px;
 float: right;
 font-size: 0.75em;
}

#quicklinks li {
 list-style-type: none;
 margin: 0;
 padding: 0;
 display: inline;
}

#quicklinks li a {
 margin: 0;
 float: left;
 margin-left: 1px;
 margin-top: 1px;
 color: #fff;
 background-color: #f4a80a;
 padding: 10px;
 line-height: 2em;
 font-weight: bold;
}

#quicklinks li a:hover {
 background-color: #f9b81f;
}

#quicklinks ul ul {
 font-size: 1em;
}

#quicklinks li li a {
 padding: 5px;
}

.currentpage {
 font-style: italic;
}

#strap {
 background: #9bbe00 url(/uploads/images/lts/main_img.jpg) no-repeat top right;
 height: 132px;
 clear: both;
}

#strap h2 {
 color: #fff;
 float: right;
 text-align: right;
 font-size: 28px;
 width: 6em;
}

#strap h2 span {
 display: block;
 font-size: 1.5em;
}

#submenu {
 /*float: right;
 width: 25%;*/
 margin-top: 10px;
 border-left: 1px solid #bcbcbc;
}

#submenu h2 {
 color: #777;
 font-weight: normal;
 font-size: 1.2em;
}

#submenu abbr {
 font-size: 0.7em;
 font-weight: bold;
 color: #ee8907;
}

#submenu ul {
 padding-left: 20px;
}

#submenu li {
 list-style-type: circle;
}

#submenu li a {
 font-weight: bold;
 color: #ee8907;
 text-decoration: none;
}

#submenu h3 {
 font-size: 0.8em;
 font-weight: normal;
 margin-top: 0px;
}

#content {
 /*margin-right: 25%;*/
 font-size: 0.8em;
 padding: 15px;
 padding-top: 0px;
 /*border-right: 1px solid #bcbcbc;*/
}

#content p {
 font-family: arial;
}

#content h1 a, #content h2 a {
 text-decoration: none;
}

#content h1, #content h2, #content a {
 color: #ee8907;
}

#mainmenu {
 font-size: 0.8em;
 font-family: arial;
}

#submenu p {
 text-align: center;
}

#footer {
 background-color: #9bbe00;
 color: #fff;
 /*margin: 10px;*/
 margin-bottom: 0px;
}

#footer a {
 color: #fff;
}

#footer p {
 text-align: right;
}

#footer span {
 float: left;
}

/* End of 'LTS' */

/* Start of CMSMS style sheet 'dropdown' */
ul#primary-nav ul {
  position: absolute;
  display: none;
}

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li:hover ul li {
 float: left;
}

/* End of 'dropdown' */

