/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Type Style Tags */
h2{
	color: #3a6fb4;
	font-size: 110%;
	font-weight:normal;
	border-top: #a9a9a3 1px solid;
	border-bottom: #a9a9a3 1px solid;
	padding: 2px 0;
	margin-bottom: 10px;
	line-height: 1.5em;
}
h3{
	color: #3a6fb4;
	font-size: 95%;
}
p{
	font-size: 85%;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

.clear{
	clear:both;
}

/* Link Styles **********************************************************************/
a {outline:none;}
a:link{color: #007fc2;text-decoration:underline;}
a:visited{color: #007fc2;text-decoration:underline;}
a:hover{color: #3a6fb4;}

#wrapper{
	margin:0 auto;
	text-align:left;
}

/* Main Navigation Styles *********************************************************************/
#divMainNav{
	background:url(../images/mainNavBG.gif) repeat-x;
	height: 66px;
}
#mainNav{
	padding-left: 200px;
}

#mainNav a{
	text-decoration:none;
	text-align:center;
	font-size: 70%;
}

#mainNav li {
  /*float the main list items*/
  margin-top: 10px;
  float: left;
  display: block;
}

#mainNav li ul li{
	margin: 0;
}

#mainNav li ul{
	display:none;
}
#mainNav li.off ul, #mainNav li.on ul {
  /*put the subnavs below and hide them all*/
  position: absolute;
  top: 27px;
  height: 17px;
  left: 100px;
  width: 800px;
  background-color: #a0cbec;
  padding-top: 2px;
}

#mainNav li.off ul.secondLine, #mainNav li.on ul.secondLine{
  /*put the subnavs below and hide them all*/
  top: 46px;
  background-color: #dad8ec;
}

#mainNav li a {
  /*for all links in the list*/
  color: #fff;
  font-weight: normal;
  letter-spacing: .1em;
  display: block;
  height: 13px;
  line-height: 1.3em;
  width: 9em;
  border: 1px solid #fff;
  padding: 1px;
  background-color: #586c82;
}
#mainNav li.on a {
  /*change border color for active topic area*/
  border: 1px solid #a0cbec;
  background-color: #a0cbec;
}

#mainNav li.on ul a, #mainNav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #586c82;
  background-color: #a0cbec;
  width: auto;
  padding-right: 15px;
}
#mainNav li.on ul.secondLine a, #mainNav li.on ul.secondLine a:hover, #mainNav li.off ul.secondLine a, #mainNav li.off ul.secondLine a:hover  {
  color: #586c82;
  background-color: #dad8ec;
}
#mainNav li.on ul a:hover, #mainNav li.off ul a:hover, #mainNav li.on ul.secondLine a:hover, #mainNav li.off ul.secondLine a:hover
{
	text-decoration:underline;
}

#mainNav li.on ul{
  /*display the current topic*/
  display: block;
}

#mainNav li.off:hover ul, #mainNav li.over ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}
#mainNav li.off a:hover, #mainNav li.off:hover a, #nav li.over a {
  color: #586c82;
  background-color: #a0cbec;
  border-bottom-color:#a0cbec;
}

#liLive ul{
	padding-left: 40px;
	*padding-left: 50px;
}
#liWork ul{
	padding-left: 60px;
	*padding-left: 70px;
}
#liPlay ul{
	padding-left: 90px;
	*padding-left: 100px;
}
#liStay ul{
	padding-left: 95px;
	*padding-left: 103px;
}

/* Info Navigation Styles *********************************************************************/
#infoNav ul{
	padding: 0 5px 0 10px;
	margin: 0;
	list-style-type: none;
	float:left;
	background: url(../images/home_site_nav_bg.jpg) no-repeat;
	font-size: 75%;
	width: 895px;
}
#infoNav ul li{
	float:left;
}
#infoNav ul a{
	display:block;
	padding: 0 .7em;
	line-height: 1.9em;
	background: url(../images/infoNavDivider.gif) no-repeat left center;
	text-decoration:none;
	color: #fff;
}
#infoNav ul li.first a{
	background: none;
}
#infoNav ul a:hover{
	color: #333;
}

/* Content Wrapper Styles *********************************************************************/
#contentWrapper{	
	height: 1%;
	display: block;
	margin: 0;
	padding: 0;
}

/* Left Content Styles *********************************************************************/
#leftContent{
	width:250px;
	float:left;
}

#leftContent p{
	padding-left: 30px;
	color:#999999;
	line-height: 1em;	
}
#leftContent h3{
	padding-left: 30px;
	color:#000;
}
#leftContent h4{
	padding: 5px 0 10px 30px;
	color:#000;
	font-size: 80%;
	font-weight: normal;
	border-bottom: 1px solid #000;
	line-height: 1.3em;
}
#abouttuscola{
	position:absolute;
	padding: 110px 65px 0 40px;
	font-size: 10px;
}
#abouttuscola a:link, #abouttuscola a:visited{
	color:#FF0000;
	text-decoration:none;
}
#abouttuscola a:hover{
	text-decoration:underline;
}
/* Content Styles *********************************************************************/
#content{
	padding: 0 50px 0 250px;
	*position:absolute;
	*padding-left:0;
	width: 650px;
}

#content ul{
	font-size: 85%;
	margin-top:0;
	margin-left: 10px;
	padding-top:0;
}
#content p{
	margin-left: 50px;
	margin-right: 20px;
	color:#999999;
	font-size: 90%;
}

#redContent {
	background-color: #fee5da;
	width: 590px;
	margin-left: 30px;
	
}
#redContent p{
	color:#e63d38;
	margin:0 20px 0 20px;
}
.redTop{
	background: url(../images/redBgTop.jpg) no-repeat top left;
}
.redBottom{
	background: url(../images/redBgBottom.jpg) no-repeat bottom left;
}
#content p.bluetext{
	color: #3a6fb4;
}

#containerLeft{
	width: 40%;
	float:left;
	margin-right: 20px;
}
#containerRight{
	width: 40%;
	float:right;
}

