@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* mac hide \*/
* html .clearfix {height: 1%;}
/* CSS Document */

/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-left:0;
	background-color: #FFF;
} 
/* end reset styles */

/* mac hide \*/
html,body{height:100%}
body{
	color:#000;
	font-size: 13px;
	background-color: #FFF;
}
.clearfix {display:inline-block;}
#site_outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#outer{
	width:90%;
	min-width:500px;
	margin:0 0 0 4.5%;
	color:#000;
	min-height:100%;
	float:left;
	display:inline;
	background-color: #000000;
	background-position: 15.9999em 0;
}
#site_container {
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 750px;
}	
#site_inner {
	width: 925px;
	height: 700px;
	margin-left:auto;
	margin-right:auto;
}
#header/* vertical center page */
 {
	position:relative;
	margin:0 0 0.5em 0;
	height:750px;
	overflow:hidden;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}
#content {
	margin: 25px;
	height: 750px;
	color: #666;
}
#content_left {
	height: auto;
	color: #D2C8AF;
	float: left;
	width: 450px;
	padding: 6px;
}
#content_right {
	margin: 2px;
	height: auto;
	color: #000;
	float: right;
	width: 425px;
}
#site_footer {
	position:relative;
	height:40px;
	overflow:hidden;
	background-color: #000000;
	background-image: url(../images/lion_main.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}
#nav {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 15px;
	text-align: right;
	padding-right: 18px;
	padding-bottom: 5px;
}
#nav a {
	color: #CCCCCC;
	font-weight: lighter;
}
a {
	font-weight: 700;
	color: #FFFFFF;
	font-size: 1.1em;
}
.intro{clear:both}
p.intro::first-letter,
p.intro2::first-letter{
	font-size:5em;
	float:left;
	font-weight:bold;
	color:#809900;
	padding:3px 5px 2px 0;
}
.maintxt{
	margin:5px;
}
/* - */
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.page_header {
	font-size: 1.8em;
	color: #D3B579;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
	padding-bottom: 10px;
}
.idTabs {
	color: #C9B995;
	list-style-type: none;
	padding-left: 10px;
}
.idTabs a {
	color: #FFFFFF;
	list-style-type: none;
	font-weight: normal;
}

