body {
	font-family: Arial;
	padding: 0;
	margin: 0;
	background: url(images/MenuGradientVertical.jpg) repeat-y 900px;
	height: 100%;
}
#logo {
	background: url(images/EJLogo.png);
	padding: 118px 0 0 0;
	margin: 0;
	height: 0;
	width: 98px;
	position: absolute;
	display: block;
	border: 0;
	top: -1px;
	left: 50px;
	z-index: 100;
}
a#logo:hover, #footer a.home:hover, #periodic .pop:hover img {
	opacity: 0.8;
}
#periodic div.pop {
	padding: 0pt 3px 0pt 0pt;
	position: relative;
	display: block; 
	float: left;
}
#periodic .br {
	display: block;
	float:left;
	clear: both;
}
#periodic .pop img {
	border: 0;
}
#periodic .pop .text {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	padding: 3px;
	width: 200px;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.9;
}
#periodic .pop:hover .text {
	display: block;
}
#navigation, #navigation li {
	display: block;
	position: relative;
	float: left;
}
#navigation {
	background: url(images/MenuGradientHorizontal.jpg) repeat-x bottom;
	padding: 10px 0 15px 200px;
	width: 700px;
	margin: 0;
	height: 20px;
	float: left;
	z-index: 100;
}
#navigation li {
	margin: 0 20px 0 0;
}
#navigation ul {
	position: absolute;
	padding: 30px 0 5px 0;
	margin: 0;
	left: -10px;
	display: none;
	opacity: 0.85;
	z-index: 100;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#navigation ul { padding: 32px 0 5px 0; }
}
#navigation li:hover ul {
	display: block;
	z-index: 100;
}
#navigation ul li {
	background-color: #FFFFFF;
	clear: both;
	margin: -15px 0 0 0;
	padding: 15px 10px 15px 10px;
	width: 130px;/**/
}
#navigation a {
	color: #808080;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	white-space: nowrap;
}
#navigation a:hover, #navigation .selected a, #navigation .selected li a:hover, #footer a, #main a, #main #quicklinks a:hover {
	color: #29ABE2;
	text-decoration: none;
}
#navigation a, #navigation .selected li a, #main a:hover {
	color: #808080;
}
#navigation ul a {
	text-transform: none;
}

#main {
	position: relative;
	float: left;
	margin: 0 200px 15px 0;
	clear: both;
	z-index: 1;
	padding: 0 0 0 200px;
	width: 500px;
	color: #808080;
	font-size: 12px;
	line-height: 18px;
}
#main img#top {
	position: relative;
	margin: -12px 0;
	right: 200px;
}
#main img.top {
	position: relative;
	right: 200px;
}
#main #top img {
	position: relative;
	z-index: 10;
	right: 200px;
}
#main #top p {
	margin: -15px 0 40px 0;
	width: 910px;
	position: relative;
	right: 199px;
	z-index: 200;
	height: 120px;
}
#main #top p a {
	margin-right: 6px;
}
#main #top p a.blog, #main #top p a.btn {
	width: 220px;
	height: 0;
	padding-top: 130px;
	margin-bottom: 0px;
	overflow: hidden;
	display: block;
	float: left;
	background-image: url(/media/uploads/hp_images/QL_All.png);
	background-position: 0 -130px;
}
#main #top p a.blog:hover {
	background-image: url(/media/uploads/hp_images/QL_All.png);
	background-position: 0 0;
}
#main #top p a.events {
	background-image: url(/media/uploads/hp_images/QL_All.png);
	background-position: -220px -130px;
}
#main #top p a.events:hover {
	background-image: url(/media/uploads/hp_images/QL_All.png);
	background-position: -220px 0;
}
#main #top p a.schedule {
	background-image: url(/media/uploads/hp_images/QL_All.png);
	background-position: -660px -130px;
}
#main #top p a.schedule:hover {
	background-image: url(/media/uploads/hp_images/QL_All.png);
	background-position: -660px 0;
}
#main #top p a.photo {
	background-image: url(/media/uploads/hp_images/QL_All.png);
	background-position: -440px -130px;
}
#main #top p a.photo:hover {
	background-image: url(/media/uploads/hp_images/QL_All.png);
	background-position: -440px 0;
}
#main #top a img {
	position: relative;
	z-index: 10;
	right: 0px;
}
#main a img {
	border: 0;
}
#main #gallery {
	width: 600px;
}
#main #gallery a {
	display: block;
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 6px 0 0;
	height: 255px;
	background: url(images/MenuGradientVertical.jpg) repeat-y 171px;
}
#main #gallery img {
	background: url(images/MenuGradientHorizontal2.jpg) repeat-x 0 250px;
	padding: 0 0 6px 0;
}
p#top_padding {
	margin: 0;
	padding: 0;
	height: 59px;
}
h1 {
	font-size: 24px;
	margin: 24px 0 5px 0;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#footer {
	position: relative;
	float: left;
	width: 700px;
	color: #808080;
	height:30px;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	background: url(images/MenuGradientHorizontal2.jpg) repeat-x top;
	padding: 15px 0 0 200px;
	margin: 20px 200px 0 0;
	z-index: 2;
}
#footer a:hover {
	color: #808080;
}
#footer a.home {
	position: absolute;
	top: 10px;
	left: 700px;
	margin: 0;
	padding: 0;
}
#footer a.home img {
	border: 0;
}
#quicklinks, #experience {
	position: absolute;
	width: 200px;
	left: 30px;
	font-size: 0.8em;
	text-transform: uppercase;
}
#quicklinks.bump {
	top: 100px;
}
#quicklinks h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #333333;
	margin: 0;
	padding: 0;
}
#quicklinks a {
	color: #888888;
}
#twitter,#facebook {
	display: block;
	float: left;
	width: 46px;
	height: 0;
	padding: 46px 0 0 0;
	overflow: hidden;
}
#twitter {
	background: url(images/Twitter01.png) no-repeat top;
}
#facebook {
	background: url(images/FB01.png) no-repeat top;
}
#twitter:hover {
	background: url(images/Twitter02.png) no-repeat top;
}
#facebook:hover {
	background: url(images/FB02.png) no-repeat top;
}

#experience {
	right: 0px;
	width: 170px;
	margin-left: 700px;
	font-size: 0.8em;
}
#experience h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 1.3em
}
#experience ul {
	margin: 0;
	padding: 0.3em 0 0 0;
}
#experience ul label {
	display: none;
}
#experience.no_js ul label {
	display: block;
}
#experience ul input {
	width: 150px;
	font-size: 1em;
	border: 1px solid #CCCCCC;
	color: #29ABE2;
}
#sub_form ul li, #experience ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#exp_label {
	color: #29ABE2;
}
#exp_label input {
	visibility: hidden;
}
.no_js #exp_label input {
	visibility: visible;
}
#exp_label:hover {
	color: #888888;
	cursor: pointer;
}
#experience #scrolling {
	height: 200px;
	overflow: auto;
}
#experience #scrolling .name, #experience #scrolling .location {
	float: left;
	font-weight: bold;
}
#experience .action {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
#scrolling {
	text-transform: none;
}
#min_height {
	position:relative;
	float:right;
	width:1px;
	height:300px;
}
#min_height.gallery {
	float:left;
}
