@charset "utf-8";

a:link, a:active, a:visited{
	color:#FC6;
	text-decoration:none;
}

li{
	color:#FFF;
	padding-bottom:10px;
}
/* CSS Document */
body{
	background-color:#930;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

p{
	color:#FFF;
	margin:0px 0px 7px 0px;
	padding:0px;
}


.clearit{
	clear:both;
}

#wrapper{
	width:1048px;
	margin:0px auto;
	position:relative;
}

#header{
	position:relative;
	width:900px;
	margin:0px auto;
	height:120px;
}

#logo{
	width:285px;
	position:absolute;
}

#contentH{
	height:24px;
	width:898px;
	margin:0px auto;
	position:relative;
}

#content{
	width:1048px;
	background-image:url(images/contentbg.gif);
	background-repeat:repeat-y;
	position:relative;
}

#contentWrap{
	width:850px;
	margin:0px auto;
	position:relative;
}

#contentLeft{
	float:left;
	width:555px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}

#contentRight{
	float:right;
	width:295px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	
}


.leftCopy{
	background-color:#51210a;
	width:540px;
	margin:0px auto;
	margin-bottom:10px;
	position:relative;
}

.leftContent{
	width:520px;
	margin:10px auto;
	padding-bottom:10px;
}

.rightCopy{
	background-color:#51210a;
	width:285px;
	margin:0px auto;
	padding-bottom:5px;
	margin-bottom:10px;
	position:relative;
}

.rightContent{
	width:260px;
	margin:10px auto;
	padding-bottom:5px;
	border-bottom:1px dotted #fff;
}
.rightContent img{
	padding-bottom:5px;
}

.rightContentnoborder{
	width:260px;
	margin:10px auto;
	padding-bottom:5px;
}
/* CONTENT HEADERS*/
h1, h2, h3, h4, h5{
	padding:0px;
	margin:0px;
}

.headerG{
	background-image:url(images/headerbg.jpg);
	height:33px;
	width:100%;
}

.headerG h1, h2, h3, h4, h5{
	padding:4px 0px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:22px;
}
.ribbon{
	position:absolute;
	z-index:300;
	left:-46px;
	top: 0px;
}
.ribbonR{
	position:absolute;
	z-index:300;
	right:-47px;
	top: 0px;
}



/*-- MENU STYLES--*/
ul.topnav {
	list-style: none;
	padding: 0 10px;
	margin: 0;
	position:absolute;
	width:510px;
	top:77px;
	left:400px;
	font-size: 14px;
	z-index:100;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 0px 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	background-image:url(images/menubg.png);
	background-repeat:repeat-x;
	padding-top:26px;
	height:44px;
}
ul.topnav li a:hover{
	background: url(images/menubg_roll.png) no-repeat center top;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 45px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 150px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 130px;
	height:20px;
	background-image:none;
	margin:0px;
	padding-top:5px;
	padding-left:10px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222;
	padding-left:10px;
	height:20px;
	background-image:none;
}

/* END MENU STYLES */
#bookus{
	width:500px;
	position:absolute;
	height:35px;
	left: 399px;
	top: 13px;
}

#bookus ul{
	padding:0px;
	margin:0px;
}

#bookus li{
	float:right;
	list-style:none;
	padding:0px;
	margin:0px;
	padding-left:10px;
}


.member{
	width:260px;
	float:left;
	margin-bottom:10px;
}

.album{
	margin-bottom:10px;
}

.album img{
	padding:5px;
	float:left;
}

.album ul{
	padding:0px;
	margin:0px;
}

.album li{
	float:right;
	font-size:13px;
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
	color:#FFF;
	width:300px;
	padding-bottom:2px;
}



.dotted{
	border:dotted #fff 1px;
}

/*preload classes*/
.svw {width: 50px; height: 20px; background:#963;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 1px solid #000;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #000;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color#000;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}


#contact-wrapper {
	width:480px;
	padding:20px;
	color:#FFF;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}


#footer{
	background-color:#220101;
	min-height:200px;
}

.footerContent{
	width:850px;
	margin:0px auto;
	padding:10px;
}

.photoA{
	width:250px;
	float:left;
	padding:5px;
		
}
