@charset "utf-8";
/* CSS Document */
/* Global Items ---------------------------------------------- */
body { 
	background: #E2E2E2;
	
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	height: 1280px;
	min-height: 101%;
	min-width: 830px;
	
	padding: 0px; 
	margin: 0px; 
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}


/* Page Layout -------------------------------------------------- */
#site_01 {
	background-image: url(images/Site_bk_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#000;
	
	width: 830px;
	min-height: 1280px;
	
	margin-left: auto;
	margin-right: auto;
}
#site_02 {
	background-image: url(images/Site_bk_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	
	width: 830px;
	min-height: 1280px;
}
#banner {
	width: 729px;
	height: 225px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -10px;
}
#banner_image {
	width: 729px;
	height: 225px;
}

#headerbar {
	z-index: 100;
}
#menu {
	position: absolute;
	top: 225px;
	
	width: 830px;
	height: 70px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	text-align: center;
	
	background-color: #FFF;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #e5e5e5;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background-image:url(images/Site_menu_sep.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	font-weight: bold;
	font-size: 14px;
	
	z-index: 200;
}
#menuContent {
	color: #515151;
	padding: 10px;
	position: relative;
	width: 830px;
	height: 40px;
	
	color: #919191;
}
#menuBottom {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 800px;
}
.menuSep1 {
	margin-left: 35px;
	margin-right: 35px;
}
div div div div#menuContent a { text-decoration: none; color: #515151;}
div div div div#menuContent a:visited { text-decoration: none; color: #515151;}
div div div div#menuContent a:hover { text-decoration: none; color: #1cb802;}

div div div div div#menuBottom a { text-decoration: none; color: #919191;}
div div div div div#menuBottom a:visited { text-decoration: none; color: #919191;}
div div div div div#menuBottom a:hover { text-decoration: none; color: #1cb802;}

div div div div div div.spacedTitle a {text-decoration: none; color: #919191;}
div div div div div div.spacedTitle a:visited { text-decoration: none; color: #919191;}
div div div div div div.spacedTitle a:hover { text-decoration: none; color: #1cb802;}

	#logo a:hover { text-decoration: none; }
	#logo a span:hover { text-decoration: none; color: #898989; text-shadow: 0px 0px 4px #111;}
.description {
	display: none;
}

#pageContent {
	position: absolute;
	top: 340px;
	
	width: 700px;
	padding-right: 45px;
	padding-left: 85px;
	
	color: #939393;
	
}
.right-title {
	margin-left: auto;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 30px;
}
#slideshow_square {
	width: 256px;
	/* 	height: 291px; */
	height: 320px;
	
	float: right;
	display: inline-block;
	margin-left: 30px;
	margin-right: 25px;
	
	text-align: right;
}
#bookAmanda {
	margin-top: 75px;
}
.titleImage {
	margin-left: 45px;
	margin-bottom: 25px;
}
.spacedTitle {
	/*color: #0F0;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 115px;
	width: 115px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/*border: 1px solid #FFF;*/
	display: inline-block;
}
#highlightArrow {
	text-align: center;
	width: 115px;
	margin-left: 10px;
	background-image: url(images/highlight_triangle.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	display: none;
}
#bookAmandaDescription {
	height: 125px;
}
.bookAmandaDescription {
	display: none;
}
$desc_general {
	display: inline;
}
#footer {
	position: absolute;
	top: 1100px;
	width: 700px;
	margin-left: 85px;
	z-index:50;	
}
div div#footer a {
	border: 0px;
	color: #919191;
	text-decoration: none;
}
div div img {
	margin:10px;
}
#griffinconcepts {
	text-align: center;
	color: #333;
}
div div div#griffinconcepts a {
	text-align: center;
	color: #333;
}