@charset "utf-8";
/* CSS Document */

body {
	background: url(/gbrier/images/bg.jpg) repeat-x;
	margin:0px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color:#81e36e;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color: #008000;
	font-family: arial;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #008000;
	text-align:center;
}


/* general link properties */
a:link {
		text-decoration: none;
		color: #008000;
}

a:active {
		text-decoration: none;
}

a:visited  {
		text-decoration: none;
		color: blue;
}

a:hover {
		text-decoration: underline;
}
div {
	padding: 0;
	margin: 0;
}
/* for arrangement within browser window */
#container {
	background: url(/gbrier/images/main_bg.png) repeat-y;
	width: 1034px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#header {
	width: 1034px;
	height: 153px;
}
#side_left {
	width:150px;
	float: left;
	padding-left: 13px;
	margin-left: 22px;
	display: inline;
	position: relative;
	z-index:100;
}
#side_left ul,li {
	padding: 0;
	margin: 0;
}
#side_right {
	width:200px;
	float: right;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 10px;
}
#side_right2 {
	width:200px;
	float: right;
	padding-right: 0px;
	margin-right: 0px;
	clear:right;
	margin-top: 10px;
	border: solid 2px #2d600c;

}

#side_right2  div{
	padding:5px 0px 0px 5px;
}
#content {
	width:802px; /* 990 - (150+13)left  - 25padding */
	float: left;
	padding: 0px 15px 0px 10px;
	min-height:615px; /* 768 - 153header */
	position: relative;
	z-index:50;
}
#footer {
	background: url(../images/bottom.jpg) no-repeat;
	background-position: bottom left;
	min-height: 46px;
	width: 1034px;
	clear:both;
	padding: 30px;
	padding-top: 6px;
	text-align: center;
}

#nav, #nav ul {
	list-style-type:none;
	text-align: left;
	z-index: 90;
	width: 140px;
	margin: 0px;
	padding: 0px;
}
#nav ul.submenu {
	opacity:0.9;
	filter:alpha(opacity=90);
}
#nav li {
	width: 140px;
	display:inline;
}
#nav ul li {
	margin: 0px 0px -1px 0px;
	width: 160px;
}
#nav li a {
	background: #81e36d url(http://www.greenville.k12.sc.us/gbrier/images/menu_bg.gif) repeat-x center center;
	border: solid 1px #2d600c;
	width: 140px;
	display: block;
	font: bold 14px Verdana;
	color: #000;
	padding: 1px 0px 2px 10px;
	text-decoration:none;
	margin: 0px;
}
#nav ul li a {
	font: bold 13px Verdana;	
	width: 160px;
}
#nav li a:hover {
	background: #2d600c;
	color: #fff;
}
#nav ul {
	display: none;
	position: absolute;
	margin: -22px 0px 0px 152px;
	padding: 0;
}
#nav ul ul {
	margin: -21px 0px 0px 172px;
}
#nav .appear {
	display: block;
	z-index: 90;
}

.title {
	background: #81e36d url(http://www.greenville.k12.sc.us/gbrier/images/menu_bg.gif) repeat-x center center;
	display:block;
	margin:0;
	font: bold 14px Verdana;
	text-align: center;
	height:22px;
	padding-top:2px;
	border: solid 2px #2d600c;
	color: #000000;
}

#side_right div.upcomingEvents {
}
#side_right div.upcomingEvents div.event {
	border: solid 2px #2d600c;
	border-top: 0px;
	padding: 0px;
}
#side_right div.upcomingEvents div.event  span.date {
	font: 12px arial;
	width: 20px;
	float: left;
	padding: 2px 0px 1px 4px;
}
#side_right div.upcomingEvents div.event  span.desc a {
	text-decoration:none;
	color: #2d600c;
	font: bold 14px arial;
	display: block;
	padding: 1px 4px 2px 35px;
}
#side_right div.upcomingEvents div.event  span.desc a:hover {
	background: #2d600c;
	color: #fff;
	text-decoration:none;
}
#side_right div.right_news {
	border: solid 2px #2d600c;
	padding: 5px;
	font: bold 14px arial;
}
#side_right div.right_news a {
	text-decoration:none;
	color: #2d600c;
}
#side_right div.right_news a:hover {
	background: #2d600c;
	color: #fff;
	text-decoration:none;
}

#message {
	position: absolute;
    width: 300px;
    height: 300px;
    top: 400px;
    left: 400px;
    border: 1px solid black;
    background-color: #fff;
    overflow: scroll;
}

iframe {
	padding: 0px;
	margin: 0px;
}

a.flowplayer, a.flowplayer img {
	display:block;
    width:320px;
    height:240px;
    border:4px groove #2d600c;
}
div.playButton {
    background:url(../images/play.png) no-repeat; 
    width:50px; 
    height:50px; 
    position:relative; 
    margin: 0 auto;
    top:-150px; 
    opacity:0.9; 
    margin-bottom:-50px; 
}
div.playButton:hover {
	opacity: 1.0;
}

#GVideo {
	align: center;
	margin: 0 auto;
	border: 4px groove #2d600c;
	margin-bottom: 8px;
}
#GVideo embed {
	position: relative;
	z-index: 40;	
}


div.QuickLinks {
	border: solid 2px #2d600c;
	border-top: 0px;
	padding: 6px 4px;
	text-align: center;
}

div.QuickLinks a{
	padding: 6px;
}
div.QuickLinks a span {
	color: #2d600c;
	font: bold 12px arial;
	display: block;
	padding-top: 0px;
}
div.QuickLinks a:hover {
	text-decoration:none;
}
div.QuickLinks a:hover span {
	text-decoration:none;
}.redtext {
	font-weight: bold;
	color: #F00;
}
