@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #6c7576;
	
}
#container {
	height:755px;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/index_full_bg_nov14.jpg);
	background-repeat: no-repeat;
	top: -10px;
	border: 2px solid #c59d32;
}
#index_links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #820C22;
	height: 50px;
	width: 613px;
	position: absolute;
	top: 633px;
	padding: 20px;
	left: 369px;
	
}
#tele {
	font-family: "Century Gothic", Arial, sans-serif, 176MKSD;
	font-size: 24px;
	color: #7C3243;
	height: 30px;
	width: 150px;
	position: absolute;
	left: 940px;
	top: 85px;
	font-weight: bold;
	z-index: 100;
}
#title {
	width: 525px;
	position: absolute;
	left: 206px;
	top: 150px;
	visibility: hidden;
	height: 100px;
}

#class {
	font-family: "Century Gothic", Arial, sans-serif, 176MKSD;
	font-size: 18px;
	color: #c59d32;
	padding: 5px;
	height: 70px;
	width: 225px;
	position: absolute;
	left: 876px;
	top: 548px;
	/*border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #792c3c;*/
	font-weight: bold;
}
#class a:link {
	color: #c59d32;
	text-decoration: none;
}
#class a:visited {
	color: #c59d32;
	text-decoration: none;
}

#class a:hover {
	color: #792c3c;
	text-decoration: none;
}
div.bottombar{ /* bar that runs across the bottom of the menu */
height: 10px;

}

ul.semiopaquemenu{ /* main menu UL */
	width: 100%;
	padding: 11px 0 8px 0; /* padding of the 4 sides of the menu */
	margin: 0;
	text-align: left; /* set value to "left", "center", or "right" to align menu accordingly */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

ul.semiopaquemenu li{
display: inline;
}

ul.semiopaquemenu li a{
	color:#fef4bd;
	padding: 6px 8px 6px 8px; /* padding of the 4 sides of each menu link */
	margin-right: 15px; /* spacing between each menu link */
	text-decoration: none;
}

ul.semiopaquemenu li a:hover, ul.semiopaquemenu li a.selected{
color: black;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9+ SVG equivalent  of linear gradients */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.16) 100%); /* fade from white (0.82 opacty) to 0.16 opacity */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.82)), color-stop(100%,rgba(255,255,255,0.16)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#29ffffff',GradientType=0 );
-moz-box-shadow: 0 0 5px #595959; /* CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
box-shadow: 0 0 5px #595959;
padding-top: 12px; /* large padding to get menu item to protrude upwards */
padding-bottom: 20px; /* large padding to get menu item to protrude downwards */
}
