@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent  {
	margin: 0px;
	padding: 0px;

}
#header {
	height: 167px;
	vertical-align: bottom;
}
.logo {
	position: relative;
	top: 72px;
}
#menu {
	background-image: url(file:///C|/Users/Daz/Documents/Lish/Web Osis/older old/images/menu_bg.gif);
	height: 53px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a {
	color: #B20839;
	padding-top: 0px;
	position: relative;
	top: 13px;
	padding-right: 50px;
	padding-left: 15px;
	text-decoration: none;
}
#homeImages {
	height: 442px;
}
#leftImageM {
	height: 442px;
	width: 541px;
	display: inline;
}
#rightImageM {
	height: 442px;
	float: right;
	display: inline;
}
#homeImages #caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	margin-left: 30px;
}
#homeImages #caption h2 {
	font-weight: normal;
	font-size: 18px;
	color: #B20839;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#homeImages #caption p {
	font-size: 16px;
	color: #666666;
	margin-top: 0px;
}
#homeInfo {
	height: 187px;
	background-image: url(file:///C|/Users/Daz/Documents/Lish/Web Osis/older old/images/home_infoBg1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#homeInfoImages {
	float: right;
	height: 187px;
	width: 594px;
	display: inline;
}
#homeInfoText {
	width: 548px;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B20839;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}
#footer {
	background-image: url(file:///C|/Users/Daz/Documents/Lish/Web Osis/older old/images/footer1.gif);
	background-repeat: no-repeat;
	height: 31px;
}
#invertedtabs{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #b20939 url(file:///C|/Users/Daz/Documents/Lish/Web Osis/older old/media/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(file:///C|/Users/Daz/Documents/Lish/Web Osis/older old/media/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #b20939;
}

#invertedtabs a:hover span{
background-color: #b20939;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #b20939;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #b20939;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

