/***************************************************/
/****************** Navigator Multimedia *********/
/************************************************/

body {
	background-image: url(../images/content/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DAC9AB;
	font-family: Arial, Helvetica, sans-serif;

}

/*Content Styles*/
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	
}

#content h1 {
	font-size: 19px;
	color: #143309;
	text-align: center;
	padding-top: 0px;
	}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}

#content strong {
	font-size: 12px;
	font-weight: bolder;
}

.picture{
   border: solid #000000 1px;
}


/*Memu Items*/
.menuitem a:link,
.menuitem a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	padding: 8px 9px 2px 9px;
	color:#ffffff;
	display:block;
	background-color:#143309;
	height: 28px;
	}
	
.menuitem a:hover {
	color:#ffffff;
	background-color:#2F731B;
	}
	
.menuitemOn {
	width:126px;
	height:20px;
	background-color:#707EB2; 
	}
	
/*Memu Events Items*/
.menuitem_events a:link,
.menuitem_events a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	text-decoration:none;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	color:#ffffff;
	display:block;
	background-color:#143309;
	}
	
.menuitem_events a:hover {
	color:#ffffff;
	background-color:#2F731B;
	}
	
.menuitem_events {
	width:126px;
	height:20px;
	background-color:#2F731B;
	}


.menuitem a:link,
.menuitem a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	padding: 8px 9px 2px 9px;
	color:#ffffff;
	display:block;
	background-color:#143309;
	height: 28px;
	}
	
.menuitem a:hover {
	color:#ffffff;
	background-color:#2F731B;
	}
	
.menuitemOn {
	width:126px;
	height:20px;
	background-color:#707EB2; 
	}

	
/*Memu Events Items for Admin*/
.menuitem_admin a:link,
.menuitem_admin a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color:#ffffff;
	display:block;
	background-color:#143309;
	}
	
.menuitem_admin a:hover {
	color:#ffffff;
	background-color:#2F731B;
	}
	
.menuitem_admin {
	width:126px;
	height:20px;
	background-color:#585824;
	}


/*facility menu*/
.menuitem_fac a:link,
.menuitem_fac a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color:#ffffff;
	display:block;
	background-color:#143309;
	}
	
.menuitem_fac a:hover {
	color:#ffffff;
	background-color:#2F731B;
	}
	
.menuitem_fac {
	width:126px;
	height:20px;
	background-color:#585824;
	}

	
.border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: Black;
	border-right-color: Black;
	border-top-color: Black;
	border-bottom-color: Black;
}
	
	
/*Form Styles*/
	
#content #form {
	font-family: Arial, Helvetica, sans-serif;
}
	
#content #form input {
	border: 1px solid;
}

#content #form button {
	background-color: 585824;
	color: #ffffff;
	border: 1px solid Black;
	cursor: pointer;
}

#content #form .checkbox {
	border: 0px;
}

#content #form table {
	font-size: 12px;
}

#content #form #header {
	font-size: 14px;
	font-weight: bolder;
}

/*What's New Listings*/

.listing a, a:visited {
	color:#143309;
	//font-size: 12px;
}
/***********************************format********************/
/*------------- Hacks/Fixes ------------- */
/* Fire Fox Float Fix                     */
.clearfix:after {
	height:					0;
	visibility: 			hidden;
	display: 				block;
	clear: 					both;
	content: 				".";
	line-height: 			0;
}
.clearfix {
	display: 				block;
}
html[xmlns] .clearfix {
	display:				block;
}
* html .clearfix {
	height: 				1%;
}

