/*-------------------------------------------------------
   BODY
-------------------------------------------------------*/

body {
   text-align: center;
   background: #575759 url(../images/bg-body2.gif) repeat-x top left;
   font-size: 12px;
   font-family: Verdana, sans-serif;
   color: #cbcbcb;
}

/*-------------------------------------------------------
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/

/* headings */

h1, h2, h3, h4, h5, h6 {
   padding-bottom: 8px;
   font-family: Georgia, Times, serif;
   font-weight: normal;
   color: #fff;
}

h1 {
   text-indent: -9999px;
}

h2 {
   font-size: 24px;
   text-transform: uppercase;
}

h3 {
   font-size: 18px;
   text-transform: uppercase;
   clear: both;
}

#col-2 h3 {
   text-transform: none;
   font-size: 18px;
}

h4 {
   font-size: 18px;
}

/* paragraphs etc. */

p {
   line-height: 1.3;
   padding-bottom: 15px;
}

p.center {
   text-align: center;
}

p.right {
   text-align: right;
}

blockquote {
   color: #fff;
   padding: 25px 50px 15px;
   font-family: Georgia, Times, serif;
   font-size: 18px;
}

blockquote cite {
   display: block;
   color: #9f9f9f;
   font-size: 12px;
}

blockquote em {
   color: #9f9f9f;
}

address strong {
   color: #fff;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style: italic;
}

/* lists */

#content ul {
   list-style: square outside;
   margin-left: 18px;
   padding-bottom: 15px;
   line-height: 1.3;
}

ol {
   
}

/* links */

a:link, a:visited {
   font-weight: bold;
   text-decoration: none;
   color: #977347;
}

a:hover {
   text-decoration: underline;
}

a img {
   border: 4px solid #977347;
}

a:hover img {
   border: 4px solid #fff;
}

a.no_outline img {
	border: 0px;
}

/* images */

img.left {
   float: left;
   margin: 0 10px 10px 0;
}

img.right {
   float: right;
   margin: 0 0 10px 10px;
}

img.center {
   margin: 10px auto;
   display: block;
}

/* horizontal rule */

hr {
   
}

/* Table */

table.gallery {
   width: 100%;
}

.gallery th {
   padding: 5px;
}

.gallery td {
   vertical-align: top;
   padding: 5px;
   text-align: center;
   padding-bottom: 10px;
   width: 33%;
}



.results th {
   padding: 5px;
   font-weight: bold;
}

.results td {
   vertical-align: top;
   padding: 5px;
   padding-bottom: 10px;
   line-height: 1.3;
}

th.section {
	width: 65px;
}

th.title {
	width: 125px;
}



table.data {margin-bottom: 15px;}

.data th {
   padding: 5px;
   font-weight: bold;
   
}

.data td {
   vertical-align: top;
   padding: 5px;
   text-align: left;
   padding-bottom: 10px;
}

/*-------------------------------------------------------
   CONTAINER
-------------------------------------------------------*/

#container {
   margin: 20px auto;
   width: 690px;
   text-align: left;
}

/*-------------------------------------------------------
   MAIN NAVIGATION
-------------------------------------------------------*/

#mainnav {
   height: 40px;
   width: 690px;
   background: url(../images/bg-mainnav2.gif) top left no-repeat;
   float: left;
   text-align: center;
}

#mainnav ul {
   margin-top: 17px;
}

#mainnav li {
   display: inline;
}

#mainnav li a {
   padding: 0 10px;
   font-family: Georgia, Times, serif;
   font-weight: normal;
   color: #bababa;
   font-size: 14px;
   text-transform: lowercase;
   font-style: italic;
}

/*--------------------------------------------------
	BRANDING
--------------------------------------------------*/

#branding {
   height: 217px;
   width: 690px;
   background: url(../images/bg-branding2.jpg) no-repeat top left;
   margin-bottom: 2px;
   float: left;
}

/*--------------------------------------------------
	TESTIMONIAL
--------------------------------------------------*/

#testimonial {
   background: url(../images/bg-quote2.gif) repeat top left;
   margin-bottom: 2px;
   float: left;
   width: 690px;
}

/*-------------------------------------------------------
   CONTENT CONTAINER
-------------------------------------------------------*/

#content {
   background: #000 url(../images/bg-content2.gif) repeat-x top left;
   padding: 30px 20px 30px 30px;
   margin-bottom: 2px;
   border-bottom: 1px solid #3e4437; /*for IE*/
   float: left;
   width: 640px;
}

#col-1 {
   width: 420px;
   float: left;
}

#gallery #col-1, #search #col-1 {
   width: 640px;
}

#col-2 {
   width: 180px;
   float: left;
   padding: 0 0 0 30px
}

div.entry {
   padding-bottom: 40px;
}

/*-------------------------------------------------------
   SUB-CONTENT / 690px
-------------------------------------------------------*/

#sub-content {
   width: 690px;
   height: 112px;
   background: url(../images/bg-footer2.jpg) no-repeat top left;
   color: #c3c3c3;
   float: left;
}

/*452px*/

#extra {
   width: 440px;
   padding: 2px 5px 0 7px;
   float: left;
}

#extra a img {
   border: none;
}

/* 4 x 110px */

#extra img.left {
   margin-right: 5px;
   display: inline;
}

#sub-content address {
   font-size: 11px;
   float: right;
   display: inline;
   padding-top: 15px;
   margin-right: 30px;
   width: 200px;
   font-style: normal;
   line-height: 1.2;
}

#sub-content a:link, #sub-content a:visited {
   color: #977347;
}

#sub-content a:hover {
   text-decoration: underline;
}

/*-------------------------------------------------------
   Footer
-------------------------------------------------------*/

#footer {
   width: 690px;
   height: 30px;
   float: left;
   border-top: 1px dotted #c3c3c3;
   margin-top: 5px;
   margin-bottom: 50px;
   padding-top: 5px;
   text-align: center;
}

#footer p {
   float: left;
   padding: 0;
   color: #c3c3c3;
   line-height: 30px;
}

#footer form {
   float: right;
   line-height: 30px;
}

#footer form input.txt {
   border: 1px solid #c3c3c3;
   color: #999999;
   padding: 2px;
}

/*-------------------------------------------------------
   Calendar
-------------------------------------------------------*/
.calendarBG {
   font-size: 11px;
   width: 180px;
   border-collapse: collapse;
   margin-bottom: 20px;
}

.calendarBlank {
   padding: 4px 2px;
   color: #57604D;
}

.calendarHeader th {
   font-weight: bold;
   text-align: center;
   padding: 4px 2px;
}

.calendarMonthLinks {
   font-weight: bold;
   letter-spacing: .1em;
   text-decoration: none;
   background-color: transparent;
}

.calendarMonthLinks a {
   text-decoration: none;
   background-color: transparent;
}

.calendarMonthLinks a:visited {
   text-decoration: none;
   background-color: transparent;
}

.calendarMonthLinks a:hover {
   text-decoration: underline;
   background-color: transparent;
}

.calendarDayHeading {
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   padding: 4px 2px;
}

.calendarToday {
   font-weight: bold;
   letter-spacing: .1em;
   text-decoration: none;
   text-align: center;
   vertical-align: middle;
   border: 1px solid #cfcca3;
   color: #cfcca3;
}

.calendarCell {
   font-weight: bold;
   letter-spacing: .1em;
   text-decoration: none;
   text-align: center;
   vertical-align: middle;
   padding: 4px 2px;
}

/* day links */
.calendarCell a:link, .calendarCell a:visited {
   text-decoration: none;
   background-color: #9D531B;
   color: #cfcca3;
   padding: 3px 2px;
}

.calendarCell a:hover {
   text-decoration: underline;
   background-color: #9D531B;
   color: #cfcca3;
}