﻿.prevBtn{
	background:transparent url('../images/navBar.png') 0px 0px no-repeat scroll;
	width:84px; height:35px;
	cursor:pointer;
}
.pauseBtn{
	background:transparent url('../images/navBar.png') -84px 0px no-repeat scroll;
	width:55px; height:35px;
	cursor:pointer;
}
.playBtn{
	background:transparent url('../images/navBar.png') -84px -35px no-repeat scroll;
	width:55px; height:35px;
	cursor:pointer;
}
.nextBtn{
	background:transparent url('../images/navBar.png') -139px 0px no-repeat scroll;
	width:81px; height:35px;
	cursor:pointer;
}
.prevBtn:hover{background:transparent url('../images/navBar.png') 0px -70px no-repeat scroll;}
.pauseBtn:hover{background:transparent url('../images/navBar.png') -84px -70px no-repeat scroll;}
.playBtn:hover{background:transparent url('../images/navBar.png') -84px -105px no-repeat scroll;}
.nextBtn:hover{background:transparent url('../images/navBar.png') -139px -70px no-repeat scroll;}

.footer_green{
	margin-top:10px;
	font-family:Tahoma;
	text-decoration:none;
	font-size:14px;
}
.footer_green:hover{
	color:#ffffff;
	text-decoration:underline;
	background-color:transparent;
}
.gh_footer_green{
	color:#7dc012;
}
.gh_footer{
	border-top:thin #d97f2b solid;
	padding:10px;
	margin-left:20px;
	margin-right:20px;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: #c4a45e;
	text-align: center;
	background-color: #1b0900;
}

* {
padding: 0;
margin: 0;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial,
helvetica, sans-serif; }

/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a {text-decoration: none; padding: 1px; color:#fde6b4; 	font-weight:bold;}
a:link {  }
a:visited { }
a:hover { color: #000000; 
background-color: #fde6b4;
text-decoration: none;
}
.head_link{
	color:#d97f2b;
	font-size:120%;
	line-height:150%;
	font-weight:bold;
}
.head_no_link{
	color:#c4a45e;
	font-size:120%;
	line-height:150%;
	font-weight:bold;
}


/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-family: helvetica, arial, verdana, sans-serif;
font-weight: normal;
}

/* approx 21px*/
h1 {
font-size: 2.1em;
margin-top: 2em;
}

/* approx 16px*/
h2 {
font-size: 1.6em;
margin-bottom: 1em;
}

/* approx 14px*/
h3 {
font-size: 1.4em;
color:#d97f2b;
}

/* approx 12px*/
h4 {
font-size: 1.2em;
}

/* approx 11/14 */
p {
font-size: 1.1em;
line-height: 1.4em;
padding: 0;
margin-bottom: 1em;
}
#menu{
	text-align:center;
	margin:0px auto;
	padding-top:20px;
	width:530px;
	text-decoration:none;
}
#menu a{
	color:#ffffff;
	cursor:pointer;
	float:left;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
	padding:6px 10px 7px 10px;
	margin:0px 4px 0px 4px;
	display:block;
}
#menu a:hover{
	background-color:#1a0a02;
	color: #F3DEB1;
}

#menu a.spacer{
	width:15px;
	cursor:auto;
}
#menu a.spacer:hover{
	background-color:transparent;
}
#menu a.selected{
	background-color: #1a0a02;
	cursor: default;
	margin-left: 30px;
	color: #F3DEB1;
}
#menu a.special{
	color: #ffffff;
}
