*
{
	margin: 0;
	padding: 0;
}
.clearme
{
	clear: both;
}
body
{
	background-color: #1e1101;
}

#bg
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#bg img 
{
	height: 100%;
	width: 100%;
}
#screen
{
	background: url(../imgs/banner_bg.png) no-repeat center 197px;
}
#page
{
	width: 990px;
	margin: 0 auto;
	position: relative; 
}

h1
{
	position: absolute;
	left: 5px;
	top: 20px;  
	z-index: 500;
}

#header
{
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
	z-index: 200;
	padding-top: 20px;
	background: url(../imgs/header_top.png) no-repeat 80px 0px;
}
#tagline
{
	position: absolute;
	top: 190px;
	left: 13px;
	z-index: 500;
}
#slideshow
{
	position: absolute;
	top: 20px;
	left: 5px;
	width: 940px;
	text-align: right;
	background-color: #bebaaf;
}


#navi
{
	position: absolute;
	left: 0;
	top: 222px;
	list-style: none;
	float: left;
	margin-top: 20px;
	z-index: 500;
}
#navi img
{
	border: none;
}
#navi li
{
	background: url(../imgs/navi_wrap.png) no-repeat;
/*	height: 81px; */
	width: 150px;
	position: relative;
	z-index: 500;
}
#navi a.alpha
{
	width: 130px;
	margin-left: 4px;
	height: 81px;
	text-align: center;
	display: block;
	background: url(../imgs/navi_tail.png) no-repeat bottom right;
}
#navi a.alpha img
{
	margin-top: 37px;
}
#navi li.selected a
{
	width: 140px;
	background: url(../imgs/navi_tail_hot.png) no-repeat bottom right;
}
#navi #facebook
{
	padding-top: 8px;
	background: none;
	margin-bottom: 30px;
	width: auto;
	margin-left: 45px;
}
#navi ul
{
	display: none;
	list-style:none; 
	margin-left: 30px;
}

#navi li.selected ul
{	display: block;		}
#navi li.selected ul a
{
	width: auto;
	background: none;
}
#navi ul li
{
	background: none;
}
#navi ul a
{
	text-decoration: none;
	color: #3f2e24;
}
#navi ul a:hover
{
	color: #963a0a;
	font-weight: 900;
}
#navi li.notselected:hover ul, #navi li.hover ul
{
	display: block;
	position: absolute;
	top: 0;
	left: 100px;
	background-color: #65584f;
	z-index: 1000;
}
#navi li.notselected li
{
	margin: 10px;
}
#navi li.notselected li a
{
	color: #FFFFFF;
}

#contentwrapper
{
	background: #fffdd9 url(../imgs/content_bg.gif) repeat-x;
	width: 790px;
	margin-left: 25px;
	padding-left: 150px;
	padding-bottom: 30px;
/*	border: 1px solid red; */
}
#featured
{
	float: left;	
	width: 560px;
	margin-top: 30px;
}
#contentmin
{
	float: left;
	width: 2px;
	height: 600px;
}
#sidebar
{
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-left: 10px;
}


#footerrow
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url(../imgs/footer_wing_bg.png) no-repeat 10px 0;
}
#footer
{
	background: url(../imgs/footer_bg.gif) repeat-x;
	width: 940px;
	margin-left: 25px;
	height: 154px;
}
.footer_column
{
	width: 260px;
	float: left;
/*	margin-top: 35px;*/
/*	margin: 17px 25px 0 25px;*/
	margin-top: 17px;
	padding-top: 20px;
}
.footer_column h4
{
	margin-left: 20px;
	margin-bottom: 10px;
}
.footer_column p, .footer_column a
{
	color: #e8dac4;
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footer_column p
{
	margin-left: 20px;
	margin-top: 10px;
}
.footer_center
{
	border: 1px solid rgba(255,255,255,.2); /*#754d38; */
	border-top: none;
	border-bottom: none;
	margin-left: 50px;
	margin-right: 20px;
	padding-left: 15px;
	padding-right: 45px;
}
#footer_mail_address
{
	height: 20px;
	width: 160px;
	background-color: #e2d4bb;
	border: 1px solid #ecdeca;
	margin-left: 20px;
}
#footer_mail_submit
{
	font-family: "Times New Roman", Times, serif;
	color: #30231b;
	text-transform: uppercase;
	text-align: center;

	background: #efe1cc url(../imgs/footer_mail_submit_bg.gif) repeat-x bottom center;
	border: 1px solid #ecdeca;

	width: 72px;
	height: 25px;
	
	vertical-align: middle;
}
.footer_copyright
{
	margin-top: 15px;
	clear: both;
	font-size: 10px;
	text-align: center;
}
.footer_copyright, .footer_copyright a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ae9070;
	text-decoration: none;
}
.footer_copyright a:hover
{	text-decoration: underline;		}




h2, h3, h4, h5, a
{	color: #3b2c22;		}
a h2, a h3, a h4, a h5
{	text-decoration: none;	}
a:hover, a:hover h2, a:hover h3, a:hover h4, a:hover h5
{	color: #9d0000;	}

h2
{
	font-size: 38px;
	font-weight: 100;
	padding-top: 15px;
	line-height: 50px;
	
	margin-right: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #3b2c22;
}
h3
{
	font-size: 34px;
	line-height: 45px;
	font-weight: 100;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #3b2c22;
}
h4
{
	font-size: 18px;
	line-height: 24px;	
	font-weight: 100;
}
p, td, li
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
p, #contents ul
{
	margin-bottom: 24px;
}
a img
{
	border: none;
}
#contents ul
{
	margin-left: 1.5em;
}

img.alignleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.alignright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#sidebar h2
{
	font-size: 24px;
	line-height: 35px;
	padding-top: 30px;
}
#sidebar a
{
	text-decoration: none;
}
#sidebar p a
{
	color: #3b2c22;
	text-decoration: underline;
}
#sidebar a:hover
{	color: #9d0000;	}
#sidebar p
{
    font-size: 11px;
    line-height: 16px;
}
#sidebar h4
{
    font-size: 26px;
    margin-top: 20px;
}
#sidebar h5
{
    margin-top: 12px;
    font-size: 18px;
    color: #5e2407;
}
#sidebar h6
{	font-size: 12px;
	font-weight: 900;
}


/*.tooltip
{
	height: 238px;
	width: 336px;
	background: url(../imgs/talkbox_plain.png) no-repeat;
}*/
.tip-top, .tip, .tip-bottom
{
	width: 331px;
}
.tip-top
{
	height: 19px;
	background: url(../imgs/talkbox_top.png) no-repeat;
}
.tip
{
	background: url(../imgs/talkbox_body.png) repeat-y;
}
.tip-title
{
	padding: 0 10px 0 15px;
}
.tip-bottom
{
	height: 26px;
	background: url(../imgs/talkbox_bottom.png) no-repeat;
}