﻿@import url('../styles/layout.css');
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background: url(../images/lsidebar.gif) 0 0 repeat-y ;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background: url(../images/gradient.jpg) repeat-y #000000;
}
#page_content {
	position: relative;	

}
#sidebar {
	width: 175px;
	background-color: #9999FF;
}
#sidebarcontent {
position:absolute; 
right:6px; 
margin-top:100px;
display:block;
width:170px;
height:100%;
text-align:center;
}
.rmenu {
	position:absolute;
	width: 170px;
	right:5px;
	top: 10px;
}
.menu { 
	width:145px; 
	height:100%; 
	float:left; 
	background: url(../images/lsidebar.gif) 100% 0 repeat-y;
}
.hmenu {
	position:absolute; 
	left:240px;
	top:6px;
	right:5px;
	z-index:55;
}
.catalog {
	border: #666666 solid 1px;
	padding: 5px;
	height: 30px;
	width: 140px;
	background-color: #C0C0C0;
	display: block;
	color: #008000;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	font: Geneva, Arial, Helvetica, sans-serif bold;
	right: 5px;
	font-weight: bolder;
}
.catalog:hover {
	border: #666666 solid 1px;
	padding: 5px;
	height: 30px;
	width: 140px;
	background-color: #0066CC;
	display: block;
	color: #C0C0C0;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	font: Geneva, Arial, Helvetica, sans-serif bold;
	right: 5px;
}
.button {
border:solid 1px #000000;
margin:3px 0 0 3px;
}
.button:hover {
border:1px #0066CC solid;
margin:3px 0 0 3px;
}
.tumblebooks  {
top:230px; 
position:absolute; 
margin-left:12px; 
text-align:center; 
width:155px;
}
.rosettastone  {
top:360px; 
position:absolute; 
margin-left:12px; 
text-align:center; 
width:155px;
}
.tutor  {
top:490px; 
position:absolute; 
margin-left:12px; 
text-align:center; 
width:155px;
}
.netcontent {
position:absolute; 
right:6px; 
top:92px;
width:155px;
text-align:center;
}

#content {
	margin-left: 187px;
	margin-right: 170px;
	padding: 10px;
	padding-top:0;
	font-family: "Times New Roman", Times, serif;
	overflow:hidden;
}
#content li {
list-style:url(../images/list_star.png) outside;
line-height:14px;
padding-left:4px;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	background: url(../images/bottommenubar.png) 0 0 repeat-y;
	height: 18px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: medium;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font: inherit;
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
h5 {
	font: inherit;
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font: inherit;
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font: inherit;
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font: inherit;
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h1 {
	font: inherit;
	font-family: "Comic Sans MS";
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
/* Styles for Navigation */
/*#sidebar .menu {
	position:absolute;
	left:-38px;
	margin-top: 13px;
	width:160px;
	height:auto;
}*/
.menu ul {
	list-style-type: none;
	padding-top: 0;
	margin-top:0;
	
}
.menu li {
	padding:0 0 4px 0;
	margin-left:-30px;
}
.menu a {
	background-color: #8080C0;
	padding: 5px;
	height: 18px;
	width: 120px;
	display: block;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
.menu a:hover {
	background-color: #FFCC00;
	color: #ffffff;
	display: block;
}
.sidebar a {
	text-decoration: none;
	color: #ffffff;
	display: block;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.hmenu a {
	font-weight: 900;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	color: #33CCFF;
	display: block;
	float: left;
	margin-right: 3%;
}
.hmenu a:hover {
	font-weight: 900;
	text-decoration: underline;
	color: #00FFFF;
	display: block;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
