
body{
	margin:0;
	color:#000;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background:#000 url(/uploads/design/bg-body.jpg) repeat-x;
}

img { border: 0; }
ul { margin:0; padding:0; }
li { margin:0; padding:0; }

h1 {
	color: #4b1f14;
	font-size: 20px;
}

h2 {
	color: #4b1f14;
	font-size: 18px;
}

h3 {
	color: #4b1f14;
	font-size: 18px;
}

h4 {
	color: #4b1f14;
	font-size: 17px;
}


h5 {
	color: #4b1f14;
	font-size: 16px;
}

h6 {
	color: #4b1f14;
	font-size: 15px;
}

#main a { text-decoration:underline; color:#633921; }
#main a:hover { text-decoration:none; color:#633921; }


img{border-style:none;}

a{
	text-decoration:none;
	color:#000;
}

a:hover{color:#fff;}
.wrap{
	overflow:hidden;
	width:100%;
}

#wrapper{
	margin:0 auto;
	width:880px;
}

#header{
	width:100%;
	/*overflow:hidden;*/
	background:url(/uploads/design/header.jpg) no-repeat;
	position:relative;
	font:italic bold 14px/30px Arial, sans-serif;
	text-transform:uppercase;
	min-height:290px;
}

#header .wrap{
	min-height:290px;
	background:url(/uploads/design/header.jpg) no-repeat;
	/*margin-bottom:180px;*/
}

.logo{
	position:absolute;
	top:0;
	left:0;
	width:450px;
	height:180px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

.logo a{
	display:block;
	height:100%;
	width:100%;
	background:url(/uploads/design/logo.png) no-repeat;
	cursor:pointer;
}

.crumbs {
	font-family: Arial, Georgia, Times New Roman, Times, Serif;
	font-size: 11px;
	color: #3A312C;
	text-align: center;
	list-style: none;
	margin-top: 2px;
	margin-right: 2px;
}

a.crumbs {
	font-family: Arial, Georgia, Times New Roman, Times, Serif;
	font-size: 11px;
	color: #3A312C;
	text-align: center;
	list-style: none;
	margin-top: 2px;
	margin-right: 2px;
}

a.crumbs:visited {
	font-family: Arial, Georgia, Times New Roman, Times, Serif;
	font-size: 11px;
	color: #3A312C;
	text-align: center;
	list-style: none;
	margin-top: 2px;
	margin-right: 2px;
}

a.crumbs:hover {
	font-family: Arial, Georgia, Times New Roman, Times, Serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	list-style: none;
	margin-top: 2px;
	margin-right: 2px;
}

/*** Navigation ***/
#nav{
	padding:245px 0 0 2px;
}

#nav .pages { 
	background:url(/uploads/design/nav.png)  no-repeat; 
	height:52px; 
	margin:0px; padding:0; 
}

#nav .pages li { 
	display:block; 
	float:left; 
	height:52px; 
	position:relative;
}

#nav .pages li a { 
	height:52px; 
	display:block; 
	float:left;
	overflow:hidden; 
	padding-top:0;
	text-indent:-9999px; 
	text-decoration:none; 
	background:url(/uploads/design/nav.png) no-repeat; 
}

#nav .pages #nav_1 a:hover { background-position: 0 -52px; }
#nav .pages #nav_2 a:hover { background-position: -100px -52px; }
#nav .pages #nav_3 a:hover { background-position: -230px -52px; }
#nav .pages #nav_4 a:hover { background-position: -385px -52px; }
#nav .pages #nav_5 a:hover { background-position: -477px -52px; }
#nav .pages #nav_6 a:hover { background-position: -590px -52px; }
#nav .pages #nav_7 a:hover { background-position: -720px -52px; }

#nav .pages #nav_1 a { width:100px; }
#nav .pages #nav_2 a { width:130px; background-position: -100px 0; }
#nav .pages #nav_3 a { width:155px; background-position: -230px 0; }
#nav .pages #nav_4 a { width:92px; background-position: -385px 0; }
#nav .pages #nav_5 a { width:113px; background-position: -477px 0; }
#nav .pages #nav_6 a { width:130px; background-position: -590px 0; }
#nav .pages #nav_7 a { width:154px; background-position: -720px 0; }

#nav .pages #nav_1.active a { background-position: 0 -52px; }
#nav .pages #nav_2.active a { background-position: -100px -52px; }
#nav .pages #nav_3.active a { background-position: -230px -52px; }
#nav .pages #nav_4.active a { background-position: -385px -52px; }
#nav .pages #nav_5.active a { background-position: -477px -52px; }
#nav .pages #nav_6.active a { background-position: -590px -52px; }
#nav .pages #nav_7.active a { background-position: -720px -52px; }

/** Sub Nav **/
#nav .pages #nav_2 ul {
	float: left;
	position: absolute;
	left: -100px; top:46px;
	display: none; /*--Hide by default--*/
	width: 874px;
	background: url(/uploads/design/subnav.png) no-repeat;
}

#nav .pages #nav_2:hover ul { display: block; height:52px;  } 
#nav .pages #nav_2 ul li a { display: inline; background: url(/uploads/design/subnav.png) }
#nav .pages #nav_2 ul li a:hover {text-decoration: underline; background: url(/uploads/design/subnav.png) }

#nav .pages #nav_2 ul #subNav_1 a:hover { background-position: 0 -52px; }
#nav .pages #nav_2 ul #subNav_2 a:hover { background-position: -177px -52px; }
#nav .pages #nav_2 ul #subNav_3 a:hover { background-position: -350px -52px; }
#nav .pages #nav_2 ul #subNav_4 a:hover { background-position: -484px -52px; }
#nav .pages #nav_2 ul #subNav_5 a:hover { background-position: -688px -52px; }

#nav .pages #nav_2 ul #subNav_1 a { width:177px; }
#nav .pages #nav_2 ul #subNav_2 a { width:173px; background-position: -177px 0; }
#nav .pages #nav_2 ul #subNav_3 a { width:134px; background-position: -350px 0; }
#nav .pages #nav_2 ul #subNav_4 a { width:204px; background-position: -484px 0; }
#nav .pages #nav_2 ul #subNav_5 a { width:186px; background-position: -688px 0; }

#nav .pages #nav_2 ul #subNav_1.active a { background-position: 0 -52px; }
#nav .pages #nav_2 ul #subNav_2.active a { background-position: -177px -52px; }
#nav .pages #nav_2 ul #subNav_3.active a { background-position: -350px -52px; }
#nav .pages #nav_2 ul #subNav_4.active a { background-position: -484px -52px; }
#nav .pages #nav_2 ul #subNav_5.active a { background-position: -688px -52px; }
/** End Sub Nav **/


/*** End Navigation ***/

#main-wrapper{
	background:url(/uploads/design/bg-content.jpg) repeat-y;
	width:830px;
	margin:0 auto;
}

#main{
	overflow:hidden;			
}

#content{
	float:left;
	padding:0 30px;
	width:545px;
}

#content h2{
	margin:0 0 15px;
	font-style:italic;
}

#content table, p{
	margin:0;
	padding-bottom:15px;
	line-height: 1.2;
	font-size: 16px;
}
#content ul{
	margin-left: 20px;
	margin-bottom: 15px;
}

#sidebar{
	float:right;
	width:200px;
	padding-right:25px;
	color:#fff;
}

#sidebar a{color:#fff;}

.sponsors { 
	padding-bottom :20px; 
	overflow: hidden;
 }

#sidebar .sponsors img{
	float: left;
	padding:0 0 8px 15px;
}

#sidebar h4{
	margin:0 0 10px;
	text-align:center;
}

/*** Social Media ***/ 
.sm { list-style:none; width:200px; margin-top:10px; }
.sm li { float:left; padding-left:5px; }


#footer{
 	width:100%;
	color:#E5CFB9;
	font:13px Georgia, Arial, sans-serif;
	text-align:center;
}
#footer a{color:#E5CFB9;}
#footer a:hover{color:#fff;}
.ftr-area{
	padding-bottom:10px;	
}
.ftr-area ul{
	list-style:none;
	padding:5px 0 15px;
	text-transform:uppercase;
}
.ftr-area ul li{
	display:inline;
	background:url(/uploads/design/sep.gif) no-repeat 0 2px;
	padding:0 2px 0 7px;
}
.ftr-area ul li:first-child{background:none;}
.ftr-area p{
	margin:0;
}



/*	gallery
---------------------------------------------*/
	#gallery-header {
		background: none;
		float: left;
		width: 569px;
		margin: 0 0 2em 0;
	}

	#gallery-capsule {
		background: none;
		float: left;
		width: 569px;
		margin: 0 0 1.5em 0;
	}

	#gallery-thumb {
		float: left;
		width: 240px;
		margin: 0 0 0 0;
	}
	
	#gallery-thumb img {
		float: center;
		margin: 0 0 0 0;
	}
	
	#gallery-detail {
		float: left;
		width: 569px;
		margin: 0 0 1em 0;
	}
	
	#gallery-detail h1 {
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	#gallery-detail h2 {
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	#gallery-info {
		float: right;
		width: 318px;
		margin: 0 0 0 0;
	}
	
	#gallery-info h2 {
		border-bottom: none;
		margin: 0 0 .4em 0;
	}

	.detail-description {
		margin: 0 0 1.6em 0;
	}

	#gallery-footer {
		background: none;
		float: left;
		width: 569px;
		margin: 0 0 2em 0;
		padding: 0 0 2em 0;
		text-align: center;
	}
	
	#gallery-footer-nav a {
		font-size: 1.1em;
		border: #8a8a8a 1px solid;
		margin: 0 2px 0 2px;
		padding: 2px 7px 2px 7px;
		text-decoration: none;
	}
	
	#gallery-footer-nav a:hover {
		background: #4e1c00;
		font-size: 1.1em;
		color: #fff;
		border: #424242 1px solid;
		margin: 0 2px 0 2px;
		padding: 2px 7px 2px 7px;
		text-decoration: none;
	}
	
