/* CSS Document */


/* Layout */
#layout {
	background:#ffffff url(../img/body-bg.png) repeat-x; 
	height:auto !important;
	height:100%;
	margin:0 auto -300px;
	min-height:100%;
	padding:0;
}
#wrap {
	clear:both;
	overflow:hidden;
	padding:0;
}
#wrap-inner {
	position:relative;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:950px;
	background: none;
	font-size:1.25em;
}
#footer, #footer-push {
	height:300px;
}
/* Footer */
#footer-top {
	
}
#footer {
	background: url(/img/bg-footer.gif) repeat-x bottom;
	color:#f0f8da;
}
#footer-inner {
	margin:0 auto;
	width:950px;
	height:300px;
	position:relative;
}
#footer-jacko-lives-forever {
	position:absolute;
	bottom:0px;
	left:600px;
	z-index:4;
	width:215px;
	height:123px;
	background:url(/img/jacko-alpha.png) no-repeat;
}
#footer-main {
	margin-bottom:1em;
	padding:0 25px;
}
.footer-column {
	width:316px;
	float:left;
}
.footer-column-inner {
	width:273px;
}
#footer p {
	margin-bottom:1em;
	line-height:1.25;
}
#footer a {
	color:#ac7b46;
}
/* Body */
/*
#body-main ul,ol {
	margin:0 0 1em 0;
	padding:0 0 0 2em;
	line-height:1.5;
}
*/
#body-main p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
#body-main .text {
	line-height:1.8em;
}

/* Fonts */
h1 {
	color:#62c4bc;
	font-family:"helvetica neue",helvetica,lucida grande,verdana,arial,sans-serif;
}
h2 {
	color: #E07A01;
}
#body a {
	color: #a9b301;
}
#body p a:hover { 
	background-color:#ede9e7;
}

#body .text a {
	color: #664129;
}

/* Thumbnails */

.thumbnails img {
	padding:3px;
}

/* Tables */

/* table { width:100%; } questionable... */
table th { padding-bottom:10px; text-align:left; }
table td { padding-right:20px; }

table.data td, table.data th {
	padding:1em 4em 1em 0;
	border-bottom:1px dotted #e4dfdc;
	text-align:left;
}

table.data .right-column {
	padding-right:0;
}

/* Header */
#header {
	/* background:url(../img/bg-tile-header.gif) repeat-x; */
	height:420px;
	z-index:0;
}
#header-inner {
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:950px;
}
#header-logo {
	width:950px;
	height:300px;
	/* background-image:url(/img/top-logo-alex.png); */
	margin:0 auto;
}
/* Main Menu */
#main-menu {
	color:#7f3301;
	/* Georgia, "Times New Roman", Times, serif */
	font-family: "helvetica neue",helvetica,lucida grande,verdana,arial,sans-serif;
	font-size:26px;
	margin-top:10px;
	letter-spacing:-.025em;
	/* background-color: #efe9e8; */
}
#main-menu a {
	text-decoration:none;
	color:#8b5939;
}
#main-menu a:hover {
	color: #e07a01;
	background-color:#004477;
}
#main-menu a.active {
	color: #4cc4ba;
}
/* Ajax */
.loading {
	background: url(../img/ajax_loading.gif) no-repeat center;
	width: 220px;
	height:19px;
	margin:50% auto;
}

