/* reset some defaults css */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}

/* COLORS
   Body Background:       #ededed
   Main Text:             #B3A576
   Links:                 #9C6D25
   Gold Border:     	  #9C754B
   Banner Background:     #1E1E1E
*/

body {
	font-size:75%;
	background: #0D0D0D url('/img/backgrounds/body.jpg');
	font-family: Helvetica, arial, georgia, "times new roman", serif;
	color: #ededed;
}

html>body {
	font-size:12px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	line-height: 20px; 
	font-size: 11.0px; 
	color: #ededed;
	margin-bottom: 12px;
}

h1 {

}

h2 {
	line-height: 22.9px; 
	font: 19.0px Helvetica; 
	color: #9c754b;
	margin: 10px 0 15px 0;
}

h3{
	line-height: 24.5px; 
	font-size: 25px; 
	color: #ededed;
	text-align: right;
	margin-bottom: 20px;
}

h4{
	line-height: 14.0px; 
	font: 12.0px Helvetica; 
	color: #a6a6a6;
	background: ;
}

h5{
	
}

#extra p, 
#footer p{
	line-height: 12.6px; color: #a6a6a6
}

/*	=LINKS
	------------------------------------------------------ */
a,
a:link,
a:visited{
	color: #9C754B;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#footer a,
#footer a:link,
#footer a:visited{
	color: #a6a6a6;
}



/*	=LAYOUT
	------------------------------------------------------ */

div#container{
	width: 780px;
	margin: 0 auto 30px auto;
	padding-right: 21px;
	background: #000 url('/img/backgrounds/container.png') repeat-y top right;
	border: 20px solid #333333;
	border-top: none;
	position: relative;
}

div#wrapper{
	float: left;
	background: url('/img/backgrounds/content.jpg') no-repeat bottom left;
	min-height: 450px;
}


div#content{
	float:left;
	margin: 15px 0 35px 35px;
	width: 385px;
}

div#navigation{
	height: 22px;
	width: 780px;
	background: #460005 url('/img/backgrounds/navigation.png') repeat-x;
	float: left;
	
}

div#extra{
	clear:right;
	float:right;
	margin:65px 30px 35px 0;
	width:260px;
}

#footer{
	clear: both;
	background: #460005;
	height: 20px;
}


/*	=HEADER
	------------------------------------------------------ */
#header{
	background: url('/img/backgrounds/header.jpg') no-repeat top right;
}	

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a{
	background:transparent url('/img/backgrounds/logo.gif') no-repeat scroll 18px 18px;
	display:block;
	font-size:1em;
	height:170px;
	text-indent:-2000px;
	width:379px;
	outline: none;
}

/*	=BANNER
	------------------------------------------------------ */


#banner{
	position: relative;
	height: 221px;
}

#banner img{
   	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#banner img.active {
    z-index:10;
    opacity:1.0;
}

#banner img.last-active {
	z-index:9;
}


/*	=NAVIGATION
	------------------------------------------------------ */
#navigation ul li{
	float: left;
}

#navigation ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 6px 15px 5px 15px;
	background: transparent url('/img/backgrounds/navigation-bar.png') no-repeat top right;
}

#navigation ul li a:hover,
#navigation ul li.active a{
	background: transparent url('/img/backgrounds/navigation-on.png') repeat-x top right;
}

/*	=EXTRA
	------------------------------------------------------ */

/* JUMPOFFS */

.jumpoff{
	position: relative;
	min-height: 86px;
	margin-bottom: 20px;
	border-top: 4px solid #460005;
	background:#1f1f1f url('/img/backgrounds/jumpoff.png') repeat-x top left;
}

.jumpoff h4{
	padding: 5px 105px 0px 10px;
	
}
.jumpoff p{
	padding: 5px 105px 5px 10px;
}

.jumpoff img{
	position: absolute;
	top: 0;
	right: 0;
}

.jumpoff h5{
	position: absolute;
	bottom: 0;
	width: 260px;
	font-size: 11px;
}

.jumpoff h5 a{
	display: block;
	text-decoration: none;
	color: #9C754B;
	background: #460005;
	text-transform: uppercase;
	padding: 4px 0 2px 10px;
}

.jumpoff h5 a:after{
	content: "...";
}

.alternative{
	border-color: #9C754B;
}

.alternative h5 a,
.jumpoff h5 a:hover{
	background: #9C754B;
	color: #460005;
}

.alternative h5 a:hover{
	color: #9C754B;
	background: #460005;
}

.handle{
	position: absolute;
	top: 0;
	right: 0;
	background: #FF0000;
	cursor: move;
}

/*	=POPUP
	***************************************************/
	#popup{
		left:50%;
		margin-left: -170px;
		position:fixed;
		top:140px;
		z-index:100;
		-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.7);
		-webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.7);
		display: none;
	}
	
	#popup #closeLink{
		background:transparent url(/img/backgrounds/closebox.png) no-repeat scroll 0 0;
		cursor:pointer;
		height:30px;
		position:absolute;
		right:-10px;
		text-indent:-100000px;
		top:-10px;
		width:30px;
	}

/*	=FOOTER
	------------------------------------------------------ */
#footer p{
	padding: 5px 0 0 25px;
}

#footer p a{
	color: ;
}

/*	=FORMS
	------------------------------------------------------ */

fieldset{
	border: none;
}

legend{
	border: none;
	display: none;
}

.input label{
	display: block;
	width: 370px;
	padding: 4px 0;
}

.input input,
.input textarea{
	width: 395px;
	padding: 4px;
	margin-bottom: 5px;
	border: none;
}
.input textarea{
	width: 398px;
}
.submit {
	margin-top: 5px;
	width: 404px;
	text-align: right;
}

.submit input{
	border: 1px solid #9C754B;
	background: #460005;
	color: #9C754B;
	padding: 1px 10px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.submit input:hover{
	border: 1px solid #460005;
	background: #9C754B;
	color: #460005;
}


/*	=MISC
	------------------------------------------------------ */

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }