@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: center;
}
#centeredDocument {
	text-align: left;
	width: 950px;
	max-width: 950px;
	min-width: 950px;
	position: relative;
/*	left: -50px;*/
}
#header {

}
#menu {
	display: inline-block;
	float: left;
	position: relative;
	top: 20px;
	min-width: 180px;
	max-width: 180px;
	width: 180px;
}
#main_content {
	
	display: inline;
	float: right;
	position: relative;
	top: 20px;
/*	right: -50px;*/
	width: 650px;
	max-width: 650px;
	min-width: 650px;
	background-color: #FFF;
	border: 1px solid;
	border-color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 30px;
	font-size: 14px;;
}
.menuItem {
	min-width: 180px;
	max-width: 180px;
	width: 180px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	
	display: inline-block;
	text-align: right;

	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid;
	border-color: #000;

	text-align: center;
	font-size: 17px;
	font-weight: bold;
}	
div#menu a { color: #333; text-decoration: none; }
div#menu a:hover { color: #333; text-decoration: none; }
div#menu a:active { color: #333; text-decoration: none; }
div#menu a:visited { color: #333; text-decoration: none; }

#boxes_right {
	position: relative;
	top: 130px;
	left: 810px;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	display: inline;
}
#box_1 {
	min-width: 180px;
	max-width: 180px;
	width: 180px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 20px;
	
	background-color: #CCC;
	border: 1px solid;
	border-color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	font-size: .8em;
}
#box_2 {
	min-width: 180px;
	max-width: 180px;
	width: 180px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 20px;
	
	background-color: #CCC;
	border: 1px solid;
	border-color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	font-size: .8em;
	font-weight: bold;
	text-align: right;
}
#box_3 {
	min-width: 180px;
	max-width: 180px;
	width: 180px;
	padding: 10px;
	padding-top: 0px;
	margin-top: 20px;
	
	background-color: #CCC;
	border: 1px solid;
	border-color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	font-size: .8em;
	
	display: none;
}
#macTest {
	position: absolute;
	
	width: 800px;
	max-width: 800px;
	min-height: 800px;
	height: 600px;
	min-height: 600px;
	max-height: 600px;
	margin: 5%;
	top: 1%;
	/*right: 180px;*/
	margin-left: 150px;
	
	visibility: hidden;
	
	display: none;
	
	background-color:#CCC;
	
	z-index: 500;
}
.TOC {
	min-width: 30%;
	max-width: 30%;
	width: 30%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-width: 1px solid;
	border-color: #03F;
	font-size: .8em;
	float: right;
	padding: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #CCC;
}
.backToTop {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: right;
	font-size: 10px;
}
#topbar{
	position:absolute;
	
	width: 800px;
	max-width: 800px;
	min-height: 800px;
	height: 600px;
	min-height: 600px;
	max-height: 600px;
	margin: 5%;
	top: 1%;

	border: 1px solid black;
	padding: 2px;
	background-color: #CCC;
	visibility: hidden;
	z-index: 100;
}
div#griffinconcepts a { color: #CCC; text-decoration: none; }
div#griffinconcepts a:hover { color: #CCC; text-decoration: none; }
div#griffinconcepts a:active { color: #CCC; text-decoration: none; }
div#griffinconcepts a:visited { color: #CCC; text-decoration: none; }

.hidden_link{
	text-decoration: none;
	color: #000;
}