/* CSS Document */

/*--------------------------------------------------
          --- General Sitewide config ---
--------------------------------------------------*/
body {
	color: #FCAD47;
	background-color: #94AD78;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}

td {
	text-align: center;
}
/*--------------------------------------------------
        --- END General Sitewide config ---
--------------------------------------------------*/





/*--------------------------------------------------
                  --- Not Used ---
----------------------------------------------------
#central {
}


#large {
}

#GalleryBig {
}
----------------------------------------------------
               --- END Not Used ---
--------------------------------------------------*/





/*--------------------------------------------------
         --- Heading related items ---
--------------------------------------------------*/
#Heading {
	width: 820px;
	min-height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 0px;
	position: relative;
}

#HeadingTitle {
	width: 410px;
	border-style: dotted;
	border-width: 0px;
	text-align: left;
	color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
}

#HeadingTitleName {
	font-size: 1.6em;
}

#HeadingSubTitle {
	font-size: 1.1em;
}

#Contact {
	width: 410px;
	border-style: dotted;
	border-width: 0px;
	text-align: right;
	position: absolute;
	bottom: 21px;
	right: 0px;
}

div.Contact {
	width: 410px;
	border-style: dotted;
	border-width: 0px;
	text-align: right;
	color: #000000;
	position: relative;
	top: -85px;
	left: 410px;
}
/*--------------------------------------------------
       --- END Heading related items ---
--------------------------------------------------*/





/*--------------------------------------------------
             --- Tab Menu Stuff ---
--------------------------------------------------*/
#Menu {
	border-style: dotted;
	border-width: 0px;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 820px;
	height: 30px;
}

td.tabs {
	width: 162px;
	background-image: url(/images/theme_08/tab_horseraddish-mint-gradiant-20.png);
	background-repeat: no-repeat;
}

#ThisTab {
	background-image: url(/images/theme_08/tab_horseraddish-mint-20.png);
}
/*--------------------------------------------------
           --- END Tab Menu Stuff ---
--------------------------------------------------*/





/*--------------------------------------------------
         --- The Main Content Table ---
--------------------------------------------------*/
#bigbox {
	height: 430px;
	width: 820px;
	background-color: #EEDBB1;
	border-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #0A3A6C;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
}
/*--------------------------------------------------
         --- END The Main Content Table ---
--------------------------------------------------*/





/*--------------------------------------------------
         --- Gallery Related Items ---
--------------------------------------------------*/
#largeImageBox {
	width: 580px;
	text-align: right;
	padding: 0px 0px 0px 20px;
}

#thumbs tr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#thumbs td {
	width: 40px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#thumbs img {
	width: 40px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*--------------------------------------------------
         --- END Gallery Related Items ---
--------------------------------------------------*/





/*--------------------------------------------------
             --- Non-Gallery Items ---
--------------------------------------------------*/
#content {
	width: 740px;
	height: 350px;
	text-align: left;
}
/*--------------------------------------------------
          --- END Non-Gallery Items ---
--------------------------------------------------*/





/*--------------------------------------------------
             --- Body Column Items ---
--------------------------------------------------*/
div.bodcol {
	height: 275px;
}

#bodcolLeft {
	position: relative;
	width: 330px;
	float: left;
	padding: 0px 15px 0px 15px;
}

#bodcolRight {
	position: relative;
	width: 280px;
	float: right;
	padding: 40px 40px 50px 40px;
}
/*--------------------------------------------------
          --- END Body Column Items ---
--------------------------------------------------*/





/*--------------------------------------------------
             --- Footnote Items ---
--------------------------------------------------*/
div.footnote {
	font-size: 70%;
	text-align: justify;
	height: 220px;
}

#footnoteLeft {
	position: relative;
	width: 330px;
	float: left;
	padding: 0px 15px 0px 15px;
}

#footnoteRight {
	position: relative;
	width: 330px;
	float: right;
	padding: 0px 15px 0px 15px;
}
/*--------------------------------------------------
          --- END Footnote Items ---
--------------------------------------------------*/





/*--------------------------------------------------
           --- Footer related Items ---
--------------------------------------------------*/
#Foot {
	width: 820px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Foot {
	width: 820px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------
         --- END Footer related Items ---
--------------------------------------------------*/





/*--------------------------------------------------
         --- Make those corners round ---
--------------------------------------------------*/
#Corner {
	width: 40px;
	height: 40px;
}

#CornerTR {
	width: 40px;
	height: 40px;
	background-image: url(/images/theme_08/tr.png);
}

#CornerTL {
	width: 40px;
	height: 40px;
	background-image: url(/images/theme_08/tl.png);
}

#CornerBR {
	width: 40px;
	height: 40px;
	background-image: url(/images/theme_08/br.png);
	border-width: 0px;
}

#CornerBL {
	width: 40px;
	height: 40px;
	background-image: url(/images/theme_08/bl.png);
}
/*--------------------------------------------------
       --- END Make those corners round ---
--------------------------------------------------*/





/*---------------------------------------------------
--- Generic link related coloring and decorations ---
---------------------------------------------------*/
a {
	text-decoration: none;
}

a:link {
	color: #FCAD47;
}

a:active {
	color: #BF4040;
}

a:visited {
	color:#FCAD47
}

a:hover {
	color: #BF4040;
	text-decoration: underline;
}
/*-------------------------------------------------------
--- END Generic link related coloring and decorations ---
-------------------------------------------------------*/





/*--------------------------------------------------
            --- Heading Definitions ---
--------------------------------------------------*/
h1{
}

h2{
	text-align: center;
}

h3{
}

h4{
	text-align: center;
}

h5{
}

h6{
}



/*--------------------------------------------------
          --- END Heading Definitions ---
--------------------------------------------------*/





/*--------------------------------------------------
      --- Stuff on the front page (index) ---
--------------------------------------------------*/
#Front_Table {
	border-width: 0;
}
/*--------------------------------------------------
    --- END Stuff on the front page (index) ---
--------------------------------------------------*/





/*--------------------------------------------------
               --- Rates Table ---
--------------------------------------------------*/
#rates {
	border-style: solid;
	border-width: 1px;
	border-color: #0A3A6C;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#rates th {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 1px 5px 1px 5px;
}

#rates td {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 1px 5px 1px 5px;
}
/*--------------------------------------------------
              --- END Rates Table ---
--------------------------------------------------*/
