body {
    background: #000 url(images/bg_left.jpg) repeat-x top;
    margin:0;
    padding:0;
    font-family: Tahoma, Arial, sans-serif;  
}
img {
    border:none;
}
form {
	margin:0;
}
#wrapper {
   min-width: 708px;
}
#left_col {
    float:left;
    width: 30%;
    text-align:right;
    padding-top: 15px;
    
}
#main_col {
    width: 69.5%;
    margin-left: 30%;
    background: #000 url(images/bg_right.gif) repeat-x top;
}
#logo {
 
  margin-right:15px;
}

/*======================== */
/* MAIN MENU STYLES ====== */
/*======================== */
ul#main_menu {
    position:relative;
    list-style-type: none;
    width: 189px;
    background: #232323;
    margin: 10px 15px 0 auto;
    padding: 0;
    border-top: 6px solid #919191;
    border-bottom: 6px solid #919191;
}
ul#main_menu li {
    list-style-type: none;
    padding:0;
    padding-top:5px;
    margin:0;
    width: 189px;
    height: 31px;
    background: transparent url(images/menu_border.gif) no-repeat bottom;
}
ul#main_menu li.desertMenu {
	 height: 45px;
}
ul#main_menu li.no_border {
    background: none;
}
ul#main_menu li a {
    background:  url(images/menu_arrow.gif) no-repeat right;
    padding-right: 27px;
    margin-right:2px;
    height:15px;
    padding-top:9px;
}
ul#main_menu li.desertMenu a {

   display:block;
   height: 36px;
   padding-top:0;

}

/* Stupid IE hack */
*html ul#main_menu li a {
	 background: transparent url(images/menu_arrow.gif) no-repeat right 8px;
}

ul#main_menu li.current {
    padding-top:0;
    width: 220px;
    border-top:1px solid #000;
}

/* Stupid IE hack */
*html ul#main_menu li.current {
    position: relative;
    margin-right: -34px;
}
ul#main_menu li.current a {
    display:block;
    height: 31px;
    padding-top:0;
    padding-right: 33px;
    background: transparent url(images/on_right.gif) no-repeat right;
}
ul#main_menu li.current a.desertCurrent {
	height: 45px;
	background: transparent url(images/on_right2.gif) no-repeat right;
}

/*======================== */
/* LEFT GENERAL STYLES === */
/*======================== */
.bling {
    background: url(images/bling.gif) no-repeat left top;
    width: 189px;
    height: 20px;
    margin: 0 15px 30px auto;
}
#flash_menu {
    width: 189px;
    border-top: 6px solid #919191;
    border-bottom: 6px solid #919191;
    margin-right:15px;
    margin-left: auto;
    margin-top: 10px;
}

/*======================== */
/* TOP MENU STYLES ======= */
/*======================== */
#top {
    padding-top: 15px;
}
ul#top_menu {
    list-style-type: none;
    margin: 0;
    padding:0;
    width: 477px;
    border-top: 6px solid #919191;
    margin-bottom: 30px;
}
ul#top_menu li {
    list-style-type: none;
    float:right;
    margin:0;
    padding:0;
    padding-right: 3px;
    background: url(images/menu_divider.gif) no-repeat right;
}
ul#top_menu li.last {
      background: none;
}
ul#top_menu li a:link, ul#top_menu li a:visited {
    color: #C1BC5D;
    padding:3px 7px;
    display:block;
    text-decoration: none;
}
ul#top_menu li a:hover {
    color: #F7F6E7;
}
ul#top_menu li.current {
    background: url(images/down_arrow.gif) no-repeat 50% bottom;
    padding-bottom: 10px;
}
ul#top_menu li.current a:link, ul#top_menu li.current a:visited {
    background: #636363 ;
    color: #F7F6E7;
    border-top:1px solid #000;
}

/*======================== */
/* CONTENT STYLES ======== */
/*======================== */
h1 {
  color: #F7F6E7;
  font-size: 20px;
  width: 440px;
  margin-left: 30px;
  margin-bottom: 25px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #919191;
}
h2 {
    color: #F7F6E7;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin:0;
    padding: 0;
    background: #000;
    display: inline;
    margin-left: 25px;
    padding: 0 6px;
}
.contentBox {
    background: #232323;
    border: 8px solid #000;
    width: 414px;
    margin-left: 25px;
    margin-bottom: 25px;
    color: #F7F6E7;
}
.contentBox p {
    margin:0;
    padding: 8px;
    font-size: 14px;
}
.contentBox a:link, .contentBox a:visited {
	 color: #C1BC5D;
}
.contentBox a:hover {
	color: #fff;
}
.slideshow {
    padding:3px;
    height: 300px;
    border: 4px solid #DDD69E;
    background: #000;
}

/*======================== */
/* LISTING STYLES ======== */
/*======================== */

.listingBox {
	width: 455px;
	background-color: #000;
	margin-left: 25px;
   margin-bottom: 10px;
   color: #F7F6E7;
   padding: 8px;
   border: 1px solid #262626;
}
.listingBox a {
	margin-right:2px;
}
.listingBox img {
	border: 4px solid #DDD69E;
	padding:2px;
	background-color: #000;
	margin-bottom:4px;

}
.listingBox h3 {
  margin:0;
  margin-bottom:7px;
  padding:0;
  width: auto;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #262626;
}
.listingBox ul {
	margin:0;
	padding:0;
	line-height: 17px;
}
.listingBox li {
	display: inline;
   font-size: 12px;
   margin-right: 10px;
   padding-left: 10px;
   background: url(./images/small-arrow.gif) no-repeat left;
}

.listingBox p {

	margin: 0;
	margin-top: 5px;
	font-size: 14px;
	padding: 5px;
	background-color: #232323;
	line-height: 1.3em;
}

/*======================== */
/* FOOTER STYLES ========= */
/*======================== */
#footer {
    background: #000;
    padding-bottom: 45px;
}
#footer p {
    margin:0;
    margin-top: 3px;
    padding:0;
    width: 477px;
    font-size: 10px;
    color: #F7F6E7;
    text-align:right;
}
ul#footer_menu {
    list-style-type:none;
    margin:0;
    margin-bottom: 10px;
    padding:0;
    width: 477px;
    border-top: 3px solid #919191;
    text-align:right;
}
ul#footer_menu li {
    color: #7B7B73;
    list-style-type: none;
    margin:0;
    padding:0;
    display: inline;
}
ul#footer_menu li a:link, ul#footer_menu li a:visited {
    color: #F7F6E7;
    text-decoration: none;
    font-size: 12px;
}
ul#footer_menu li a:hover {
    text-decoration: underline;
}

/*======================== */
/* CONTACT STYLES ======== */
/*======================== */

.contactForm {
	margin-top: 10px;
}
.contactForm fieldset {
	padding: 10px;
	border: 1px solid #aaa;
}
.contactForm legend {
	font-size: 12px;
	margin-bottom:3px;
}
.contactForm label {
	font-size:12px;
	margin-right: 3px;
}
.contactForm input {
	font-size: 12px;
    width: 140px;
    border: none;
    background: #ccc;
}
.contactForm .button {
	width: 50px;
	margin-left: 5px;
	background: #232323;
	color: #ccc;
}



/*======================== */
/* LIGHTBOX STYLES ======= */
/*======================== */

#lightbox {
	background-color:#f7f6e7;
	padding: 8px;
	color: #000;
	border: 3px solid #DDD69E;
}
#lightboxDetails {
	font-size: 1.2em;
	padding-top: 0.4em;
}	
#lightboxCaption { 
	float: left;
}
#keyboardMsg { 
	float: right; 
}
#closeButton { 
	top: 5px; 
	right: 5px;
	display: none;
}

#lightbox img { 
	border: 2px solid #000; 
	clear: both;
} 
#overlay img { 
	border: none; 
}
#overlay { 
	background-image: url(./images/overlay.png); 
}
a.closeBtn {
	font-weight: bold;
	color: #6f5f4b;
	font-size: .6em;
}
/*stupid IE PNG hack */
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/overlay.png", sizingMethod="scale");
}


