/* CSS Document */

ul#gnav {
	background:#FFF;
}

ul#gnav li {
	display:inline-block;
	float:left;
}

ul#gnav.fixed {
	position: fixed;
/*	left: 0;*/
	top: 0;
}

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.footerLink {
	text-align:center;
	padding:20px 0;
	color:#666;
}

h2 {
	clear:both; 
	font-size:300%; 
	color:#610b30; 
	text-align:center; 
	padding-bottom:5px;
}

#tbl {
	padding:0px 0px 30px;
}

#tbl th {
	width:270px;
	font-size:170%;
	font-weight:normal;
	background:#FC0;
	padding:20px 20px;
	border-bottom:5px solid #ffecb1;
}

#tbl td {
	font-size:130%;
	background:#FFF;
	padding:20px 20px;
	border-bottom:5px solid #ffecb1;
}




#gnav a:hover img {opacity:0.7; filter: alpha(opacity=70);}
#gnav a:hover img {opacity:0.7; filter: alpha(opacity=70);}

#content a {
	color:#27b483;
	text-decoration:none;
}

#content a:hover {
	text-decoration:none;
}

/* margin
-------------------------------------------------------------------------------------------------------*/
.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}


/* padding
-------------------------------------------------------------------------------------------------------*/
.pb5 {
	padding-bottom:5px;
}

.pb10 {
	padding-bottom:10px;
}

.pb15 {
	padding-bottom:15px;
}

.pb20 {
	padding-bottom:20px;
}

.pb30 {
	padding-bottom:30px;
}

/* Hack
-------------------------------------------------------------------------------------------------------*/
.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.fix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .fix {height: 1%;}
.fix {display: block;}
/* End hide from IE-mac */