/* CSS Document */

/**********		default settings		***************/

body {
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	
}

/**********		links	-	general		***************/
a:link, a:visited {
	text-decoration: none;
	color: #df8c30;
	font-weight:bold;
	font-size: 0.7em;
	letter-spacing: 0.1em;
}

a:hover {
	color: #c60;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #c60;
}


/**********		links	-	lowerCase		***************/
.lowerCase a:link, .lowerCase a:visited {
	text-decoration: none;
	color: #df8c30;
	font-weight:bold;
	font-size: 0.8em;
	letter-spacing:0;
}

.lowerCase a:hover {
	color: #c60;
	text-decoration: underline;
}
.lowerCase a:active {
	text-decoration: none;
	color: #c60;
}




/*############		LAYOUT	#################*/

#wrapper{
	text-align: left;
	margin: 0 auto;
	width: 780px;
	background-color:#df8c2f;
}

#contentAll{
	
	margin-left: 27px;
	border-left: 3px;
	border-left-color:#FFF;
	border-left-style:solid;
	background-color: #ced8df;/*the height of the content box is increased when the text size is increased*/
}



/**********		header	**********************/
#header{
	background-color: #fff;
	padding-left: 5px;
}

/**********		navAndSpecContent	**********/
#navAndSpecContent{
	position:relative;
}
/**********		navigation	*****************/

#glNav{
	z-index:10;
	position:absolute;
	top: 0px;
	left: 0px;
	background-color: #df8c2f;
	width:751px;
	margin:0;
	padding:0;
}




/**********		footer	**********************/

#footer{
	clear:both;
	text-align:center;
	height:100px;
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	background-color: #fff;
}
/*----------	footer links	--------------*/
#footerNav a:link, #footerNav a:visited {
	color: #999999;
	font: bold normal 0.65em Arial;
}

#footerNav a:hover{
	color: #c60;
	font-weight: bold;
}
/*----------	footer box	--------------*/
/*for the orange bar*/
#footerBox{	
	
	margin-top: 3px;
	border-top:4px solid #df8c2f;
}

/*----------	footer navigation	--------------*/
#footerNav {	
	padding-top:15px;
}
#footerNav li{	
	display:inline;
	letter-spacing: 0.05em;
}

#footerNav span{	
	padding:0 5px 0 5px;
	color: #c60;
	font-size:0.65em;
	font-weight: bold;
}


#currentBtn {
	font: bold normal 0.65em Arial;
	color: #666666
}


/*----------	footer copyright line	--------------*/
#copyright{
	margin-top:-10px;
	color: #999999;
	font: normal 0.65em Arial;
}

