/* CSS Document */
html {
}
body {
	margin:0px 0px; 
	padding:0px 7%;
	background: #FFFFFF;
	color:#000000;
	font-family:Trebuchet MS;
}

/* Html entities styles */
/* Links */


p { 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #000000; 
}

a { 
	color: #EE0000;  
	text-decoration:none; 
}

a:hover { 
	color: #C40404;
	text-decoration:underline; 
}

.label {
	font-weight:bold;
}
.button {

}


.box  {	
	background: #efefef; 
	padding: 5px; 
	border: 1px solid #ccc;
}


/* Divs for page layout */
/* Div surrounding entire page */
#fullpage {
	background: #FFFFFF;
	color:#000000; 
	margin: 0px auto; 
	padding: 15px 0px 0px 0px;
	width: 100%; 
	max-width: 1000px;
	position:relative;
}
/* Div containging Header Editable Region */
#head {
	margin: 0px;
	background: url(image/banner5.gif) no-repeat;
	background-position:top center;
	height: 136px;
	color: #000000;
	padding-bottom: 10px;
	border-bottom:  2px solid #C0C0C0;
}
/* Div containing Menu and Menu editable region */
#menu {
	background-image: url(Image/apple2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 7px;
	position:absolute;
	top: 200px;
	left: 15px;
	width: 120px;
	border-right: 5px solid #D5D5D5;
	border-bottom: 5px solid #000000;
}
#menu br {
}
#menu .EditableRegion {}

/* Div containing content of page */
#content {
	margin: 0px ; 
	color: #000000;
	padding: 25px;
	padding-left:160px;
	min-height: 350px;
}
#content p {
	padding-left:20px;
}
/* Div containing footer editable region */
#foot {
	clear:both;
	padding: 0px;
	margin: 10px 50px 10px 50px;
	padding:10px;
	text-align:center;
	border-top: 4px solid #ffffff;
}

#foot a { 
	color: #000000; 
}