/* CSS Document */

body {
/*	background: #FFFFFF; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin: -10px auto 0 auto; /*0 auto;*/
	padding: 0;
	background: #330000;
	
}

#sitecontainer {
	margin: 0 auto;
	width: 802px;
}

/* BEGIN: global header */

#headerwrap {
/*	width: 100%;*/
/*	background: url(images/headerbg.jpg) repeat-x; */
	
}

#header {
	margin: 0 auto 0 auto; /*0 auto;*/
	width: 802px;/*802px rtp*/
	height: 126px; /*70px; rtp */
	background: url(images/header.jpg) no-repeat center;
}
#visa {
float:right;
width: 170px;
margin: 8px -10px 0 0;
}



span.headerlink {
	display: block;
	width: 275px;
	height: 70px;
	margin-top: 25px;
}

/* END: global header */



#smallcontainer {
	width: 800px;
	border-left: 1px solid #E0984A;
	border-right: 1px solid #E0984A;
	border-bottom: 1px solid #E0984A;
	background: url(images/scbg_v2.gif) repeat-y;
}

#leftcol {
	float: left;
	width: 548px;
	font-size: 1.2em;
}

#leftcol a {
	color: #873600;
}

#mainimg {}

#lowercontainer {}

#lowerleft {
	float: left;
	width: 127px;
	height: 100%;/*645px;*/
	/*background: url(images/otherlogos.jpg) no-repeat;*/
}

#lowerright {
	float: left;
	width: 420px;
}

div.content {
	border: 1px solid #E49B4C;
	margin: 31px 5px 5px;
	padding: 10px 0 10px 10px;
	line-height: 125%;
}
h1 {
	color: #873600;
	font-size: 1.6em;
	margin: 0 0 5px 0;
}
h2 {
	color: #873600;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}
h3 {
font-size: 1.2em;
}
h1.title {
	font-size: 11px;
	color: #fff;
	text-align:center;
	margin:0 165px 0 150px;
	padding:0;
	
}

div.content p{
	font-size: 1.2em;
	line-height: 125%;
}
div.content p {
	margin: 0 0 15px 0;
}

div.content2 {
/*	border: 1px solid #E49B4C; */
	padding: 25px;
	font-size: 1.2em;
	line-height: 150%;
}
div.content h1 {
line-height: 100%;/*rtp*/
}
#rightcol {
	background: #cc6600;
	float: left;
	color: #fff;
	width: 252px;
}

#rightcol p {
	margin: 10px 0;
}

#rightcol a {
	color: #fff;
	text-decoration: underline;
}

#rightcol a:hover {
	color: #CCCCCC;
}

#navigation {
	/*width: 254px; */
	height: 405px;
	font-size: 2em;
	padding:10px 0 0 0; 
	margin-bottom: 65px !important; /*rtp*/
	margin-bottom: 15px;  
}


#navigation ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#navigation ul li {
	margin: 0 0 7px 0;
	/*padding: 0;*/
	/*background: url(images/navbg.png) no-repeat;   rtp*/
	width: 212px;
	white-space:nowrap;
	/*height: 63px; rtp */
}

#navigation li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 0; /*15px 0 0 0;  rtp */
	
}

#navigation li a:hover{
background-color: #ba5400;
}


#righttext {
	background: #753E0A url(images/appreciate_v2.gif) 50% 10px no-repeat;
	background-color: #993300;
	padding: 25px 10px 8px 10px;
	margin: 3px;
	font-size: 1.2em;
	line-height: 125%;
}

#rightfoot {
	width: 100%;
	height: 20px;
}
/* END: inside container */

a.readmore {
	float: right;
}


/* BEGIN: global footer */

#footer {
    clear: both;
	width: 100%;
    height: 42px !important;
	height: 1px;
}

#footer2 {
 
	font-size: 1em;
	color: #FFF;
	width: 802px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	
}

#footer2 a {
	text-decoration: underline;
	color: #FFF;
}

/* END: global footer */
/*photo rules*/

#photos {
	list-style-type:none;
	overflow:hidden;
	margin:0 auto;
}
#photos li {
	float:left;
	margin:1em;
	width:104px;
	height:80px;
	overflow:hidden;
}
#photos img {
	border:4px solid #C07122;
}
/*end photo rules*/
/*Gallery Lightbox css rules*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(scripts/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(scripts/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*End Gallery Lightbox css rules*/


/*below for the new Gallery - for all but IE6 and less*/
#thumbs {
	width:548px;
	float:left;
	margin-left:5px;
}
#pic {
	border: 2px solid #c07122;
	margin-right: 7px;
}
#largepic {
width: 450px;
margin-left: 30px;
margin-bottom: 10px;

}
#leftcol {
width: 548px;
max-width: 548px;

}

.divSwaps {
	display: none;
}

.hoverDiv {
	float: left;
	width: 77px;
	height: 168px;
	padding: 0 20px 20px 0;
}

.hoverDiv p {
	color: #000;
	font-size: 10px;
	margin: 0;
}

#swapContainer {
	float: left;
	width: 198px;
	height: 331px;
	margin: 0 25px 25px 25px;
}

#thumbContainer {
	width: 291px;
	float: left;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0 0 0;
	color: #ba5400;
}

#cabinetNav {
	margin-bottom: 25px;
	overflow: auto;
}

#cabinetNav a {
	display: block;
	font-size: 10px;
	text-align: center;
	width: 50px;
	padding: 3px 5px;
	margin: 0 0 10px 0;
	border-right: 1px solid #ccc;
	color: #000;
	float: left;
	overflow: visible;
	text-decoration: none;
	background: url('images/cabnavbg.gif') repeat-x top;
}

a img {
	border: none;
	outline: none;
}

#cabinetNav a.rowtwo {
	width: auto;
	background-image: none;
}

#cabinetNav a:hover {
	background-color: #ba5400;
	color: #fff;
	text-decoration: none;
	background-image: none;
}

.cabstyles {
	float: left;
	width: 150px;
	margin: 0 15px 30px 15px;
}