/* CSS Document */

#gnav {
	background:#FFF;
	width:100%;
}

#gnav.fixed {
	position: fixed;
	top: 0px;
	left:0px;
}

#gnav ul {
	display:block;
	width:677px;
	margin:0 auto;
}

#gnav.fixed ul {
	display:block;
	width:677px;
	margin:0 auto;
}

#gnav li {
	display:block;
	float:left;
}

#gnav.fixed li {
	display:block;
	float:left;
}

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

/*.pageTop {
	clear:both;
	text-align:right;
	width:958px;
	margin:20px auto 20px;
}*/

/*.footerLink {
width:960px; 
margin:0 auto; 
padding:30px 0; 
text-align:center; 
background:#FFF;
}*/


#content a:hover img {opacity:0.7; filter: alpha(opacity=70);}
#content a:hover img {opacity:0.7; filter: alpha(opacity=70);}

#content a {
	color:#333;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

/* 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 */