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


p {
	font-family: 'Open Sans', sans-serif;
}


.applemenu{
	   
	
}

.applemenu div.silverheader a{
	font-family: Helvetica Light;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	padding-bottom:20px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color:white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	color:white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding:5px 0 0 0; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





.submenu p {
	margin-top:10px;
}


.submenu a:hover {
	color:orange;
}


div.top {
	margin: 20px 0;
	position: relative;
	width: 100%;
	height: 75px;
	overflow: hidden;
	}	
 
	div.top div {
		width: 100%;
		height: 100%;
		font-size: 18px;
		padding:10px;
		position: absolute;
		top: 0;
		left: 0;
		background: #ccc;
		}
 
	div.top div.first {
		z-index: 1000;
		}		
 
div.top:hover div.first {
	display: none;
	}




	.container p {
	font-size:32px;
	line-height:130%;
	color: #fff;
	height: 170px;
	background: #CCC;
	margin: 20px 0 0 0;
	padding-left:5px;
	}



body {
	font-family: "Trebuchet MS", Arial, Helvetica, ,"Helvetica Light"sans-serif;
	background: url(Logo-3D-white-text-CF.jpg) top center no-repeat;
	background-color: #000000;

}
a:hover {
	color:white;
	text-decoration: none;
}
a:link {
	color:white;
	text-decoration: none;
}
a:visited {
	color:white;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.footercol {
	text-align:left;
	float:left;
	width:150px;
	color: #444; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin-right:20px;
	 }
	 	 
.footercol a:link, a:visited {
	color:#444;
}



.footercol a:hover {
	color:white;
}

	 
.handcursor1 {cursor:hand;
cursor:pointer;
}




html,
body {
   margin:0;
   padding:0;
   height:100%;
   overflow:hidden;
}
#container {
   min-height:100%;
   position:relative;
   
}
#header {
   padding:5px;
}
#body {
   padding:10px;
   padding-bottom:120px;   /* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:120px;   /* Height of the footer */
	text-align: center;
	background-image: url(fbg.png);
}
