html {
overflow-y: scroll;
background: #004a37;
}
body {
font-family: arial, sans-serif;
font-size: 12px;
background: #004a37 url(/images/body_bg3.jpg) repeat-x;
margin: 0;
}
img {
border: 0;
}
a:link, a:visited {
color: #f16000;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#container {
width: 1000px;
background: #fff;
margin: 0 auto;
}
#header {
width: 1000px;
height: 236px;
background: url(/images/header.jpg);
}
#right_links {
float: right;
width: 270px;
margin-top: 70px;
}
#right_links ul {
padding: 0;
margin-left: 24px;
}
#right_links li {
display: inline;
padding: 0;
margin-left: 24px;
}
#search {
margin-top: 20px;
margin-right: 60px;
}
#logo {
float: left;
height: 200px;
width: 400px;
}
#logo em {
display: none;
}
.logo_a {
width: 320px;
height: 90px;
display: block;
margin: 55px 0 0 85px;
}
#middle h1 {
font-size: 22px;
color: #006a51;
}
#middle_left {
width: 200px;
float: left;
}
#middle_right {
width: 740px;
float: left;
padding: 0 20px 0 20px;
}
#home_image {
float: right;
width: 247px;
margin-left: 5px;
margin-top: 3px;
border-left: #fff 7px solid;
}
#reflect_image {
float: left;
Width: 261px;
height: 28px;
background: url(/images/image_reflection.gif) no-repeat;
margin-top: -2px;
margin-left: -7px;
}
div#newsbox h1, h2, h3, p {
padding: 0;
margin: 5px 0 0 0;
}
.side_navigation {
background: #f6f6f6;
width: 230px;
list-style: none;
margin:  2px 0 0 10px;
padding: 0;
}
.side_navigation a {
color: #222;
display: block;
width: 100%;
background: #f6f6f6;
border-bottom: #999 1px dotted;
padding: 3px;
font-weight: normal;
}
.side_navigation a:visited {
color: #222;
}
.side_navigation a:hover {
background: #fdfdfd;
text-decoration: none;
}
#sidenav_head {
float: left;
width: 202px;
height: 33px;
background: url(/images/sidenav_head2.gif) no-repeat;
margin-top: 34px;
}
#sidenav_base {
float: left;
width: 202px;
height: 33px;
background: url(/images/sidenav_base.gif);
margin: 0;
padding: 0;
}
#sidebar_contact {
float: left;
width: 185px;
padding-left: 16px;
margin-top: 6px;
font-size: 11px;
}
#sidebar_contact a {
font-weight: normal;
}
#footer {
width: 1000px;
clear: both;
height: 63px;
background: url(/images/footer.png);
}
#footer_left_new {
float: left;
width: 65%;
position relative;
height: 63px;
margin: 0 0 0 18px;
}
#footer_left_new p {
position: absolute;
line-height: 63px;
}
#footer_right_new {
float: right;
width: 25%;
position: relative;
height:63px;
color: #777;
margin: 0 18px 0 0;
text-align: right;
}
#footer_right_new p {
position absolute;
line-height: 63px;
}
#footer a {
color: #777;
font-weight: normal;
margin-right: 8px;
}
#footer a:visited {
color: #777;
font-weight: normal;
}
.copyright {
margin-left: 171px;
}
.p_border_top {
border-top: #006a51 1px dashed;
padding: 15px 0 0 0;
}
.p_border_bottom {
border-bottom: #006a51 1px dashed;
padding: 0 0 15px 0;
}


/* MAIN NAVIGATION MENU */

#side_navigation {
margin-left: 10px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 100;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
        width: 100%; 
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
width: 100%;
	float:			left;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#444;
}
.sf-menu li {
	background:		#eee;
}
.sf-menu li li {
	background:		#eee;
}
.sf-menu li li li {
	background:		#eee;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#fafafa;
	outline:		0;
	color: #222;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('..//images/arrows-dark2.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('..//images/shadow_darker.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	180px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	180px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* END MAIN NAVIGATION */

#product_list {
float: left;
width: 740px;
margin-top: 20px;
}
#product_list ul {
list-style:none;
margin: 0px;
padding: 0px;
}
#product_list li {
display:block;
float:left;
width: 25%;
margin: 0;
padding: 0;
}
#product_list li a {
background: #f3f3f3;
display:block;
float:left;
color: #006a51;
text-decoration:none;
font-size:20px;
font-weight:bold;

border-left: #ddd 1px solid;
border-right: #fff 1px solid;
line-height: 18px;
}
#product_list li a span {
color:#636363;
font-size:12px;
font-weight:normal;
padding-right: 5px;
}
#product_list li a:hover {
text-decoration:none;
background: #fafafa;
}
#product_list li a:hover span {
color:#636363;
}
.pl_pad {
margin: 10px 0 0 10px;
}
/* REMOVE THIS */
#product_list img {
margin-top: 18px;
}
/* END */

.search {
background: url(//images/searchbg.gif);
border: #648c9f 1px solid;
padding: 2px;
}
.search:focus {
border: #6aa0b9 1px solid;
}

.noclick {
cursor: default;
}
div.gs-result        { margin-top: 1.5em; }
div.gs-visibleUrl    { color: green; }
div.gs-watermark     { display: none; }
div.gsc-back         { float: right; }
table.gsc-branding   { border: none; margin-top: 10px; }
td.gsc-branding-text { color: gray; }
.gsc-branding-img-noclear {
margin-top: 8px;
margin-left: 3px;
}
.gs-visibleUrl-short {
display: none;
}
.trisnax {
font-size: 18px;
background: #FEFFBF;
margin: 20px 0 0 0;
text-align: center;
}
.trisnax p {
padding: 5px;
}
.trisnax a {
font-weight: normal;
color: #333;
}
#recruitment {
font-family: georgia;
text-align: justify;
font-size: 14px;
border: #bbb 2px solid;
border-top: #bbb 10px solid;
border-bottom: #bbb 10px solid;
padding: 10px;
background: #f0f0f0;
margin-top: 20px;
}
#recruitment p {
margin-top:15px;
}
#recruitment a, #recruitment a:visited {
color: #034c85;
}
.ad {
background: #fff;
margin-top: 20px;
padding: 10px;
}
