/* CSS Document - styles\mainstyle.css  */
body, nav, section, aside, header, footer, h1, h2, h3, h4, img {
	display: block;
	margin: 0;
	padding: 0;
}

header {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 95%;
	background-image: url(../images/Logo_Panorama1.png);
	background-repeat: repeat;
}
header h1 {
	float: left;
	width: 40%;
	padding: 1% 2% 0 2%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
header img {
	padding: 0px;
	margin: 0px;	
	float: left;
	align: left;
	width: 25%;
	border: none;	
}
.subtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #CCC;
	font-style: italic;
	font-weight: bold;
	text-decoration: overline;
}
section {
	font-size: 150%;
}
#left {
	width: 65%;
	float: left;
}
#right {
	width: 35%;
	float: right;
}
#homecontent p {
	font-size: 90%;
}
#homecontent table {
	font-size: 75%;
}
#homecontent {
	float: left;
	width: 55%;
	padding: 1%;
	padding-bottom:25%;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent hasLayout. This avoids several IE-specific bugs.
*/
#maincontent {
	margin: 0px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	text-align: center;
	padding-top: 1%; /*IMPT this lines up maincontent with container*/
	padding-bottom:5%;
	padding-left: 1%;
	padding-right: 1%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#maincontent #dt {
	font-weight: bold;
}
#maincontent #li {
	font-weight: bold;
}
/* using padding instead of margin will allow you to keep the element away from the edges of the div */
#maincontent2 {
	margin: 0%;
	margin-left: 20%;
	width: 79%;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 5%;
	padding-right: 0%;
	padding-left: 1%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.fontseventyfive {
	font-size: 75%;
}
.font85 {
	font-size: 85%;
}
.font80 {
	font-size: 80%;
}

/* Miscellaneous classes for reuse */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* special style for link to identify current page */
/*#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #A8B2A3;
  color: #FFF;
}*/
a.button {
	color: #000066;
	font-weight: bold;
	font-size: 85%;
	text-decoration: underline;
	text-align: center;
}
.smallside {
	float: right;
	margin: 0%; 
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #333366;
	background-color: #8DABB2;
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
	padding: 1%;
}
#maincontent #form {
	margin: 4px;
	padding: 4px;
  }	
#sidecontent {
/*	position: relative;*/
/*	top: inherit;*/
	float: left;
	height: 100%;	
	display: block;
	margin: 0%;
	padding: 0%;
	width: 35%;
	height: 100%;
	background-color: transparent;
}
#menulist {
	margin: 0%;
	padding: 0%;
	width: 100%;
	background-color: transparent;
}
#menuimage {
	margin: 0%;
	padding: 0%;
	width: 100%;
	background-color: transparent;
	/*height: 100%;*/ /* required at 100% to fill screen*/
}
.menuimagerepeat {
	width: 100%;
	height: 100%;
	background-image:url(../images/teachpoint.gif);
	background-repeat: repeat-y;	
}	
.h4small {
	margin: 0%;
	padding: 0%;
	line-height: 25%;
	color: #0000CC;
}
#menulist a {
	display: block;
	margin: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding: 0% 0% 1% 5%;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
}
#menulist a:link, #menulist a:visited {
/*	padding: 10px;*/
/*	border-left: #000066 solid 5px;*/
	background-color: transparent;/*    color: #00425E; */
	color:#000066;
	color:#33FFFF;
}
#menulist a:hover, #menulist a:active {
	/*	padding: 10px;*/
/*	border-left-color: #CC9900;*/
	background-color: #CC9900;
	color: #000033;
}
#menulist a#here {
	margin: 0%;
/*	padding: 10px;*/
    border-left-color: #000000 !important;
    background-color: transparent !important;
    color: #CC9900 !important;
/*    color: #0074A5 !important; */
}
 
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #CC9900; /* gold background signifies current selection*/
  color: #000033;
  border-left: #5B6058 solid 3px;
  border-top: #5B6058 solid 3px;
  border-right: #B1B7AE solid 3px;
  border-bottom: #B1B7AE solid 3px; 
  }
.warning {
	color: #FF0000;
}	
.giffile {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: 0px;
}
.giffile img{
	margin: 0px;
	padding: 1%;
	border-style: none;
	border: 0px;
}

/*background: url("images/player-bg.png") repeat-x scroll left top transparent;*/