/* CSS Document */
/* SITE SPECIFIC */
/*=====================================*/


/* COPYRIGHT*/

#body {
	background-image: url(/images/uploadimages/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	min-height:600px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 790px;
	padding: 0;
	text-align: left;
}

#header {
	height: 172px;
	margin: 0;
	padding: 0;
}

#navbar {
	background-color: #fff;
	/*height: 26px;*/
}

#navbar ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#navbar ul li {
	padding: 3px 10px;
	float: left;
	list-style-type: none;
	position: relative;
	background-image: url(/images/uploadimages/arrow-navbar.gif);
	background-repeat: no-repeat;
	background-position: right 9px;
}

#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d3b2e;
	text-decoration: none;
}

#navbar a:hover {
	color: #aab87a;
}

/* styles for dropdowns */

#navbar li ul {
  display: none;
  position: absolute; 
  left: 0;
  padding: 3px 0 0 0; /* sets menu position below parent */
  width: 160px;
}

* html #navbar li ul { /* IE fix to set menu position below parent */
  top: 23px;
}

#navbar li > ul {
	top: auto;
	left: auto;
}

#navbar li:hover ul, #navbar li.over ul { /* li.over - IE fix with javascript to enable dropdowns */
	display: block; 
}

#navbar li ul li {
	width: 160px;
	padding: 3px 10px;
	border-top: solid 1px #aab87a;
	background: #fff;
}

#navbar li ul li a {
	color: #2d3b2e;
	font-weight: normal;
	text-transform: capitalize;
}

#content {
	background-color: #aab87a;
}

#content img {
}

#content img.noborder {
	border: 0;
	padding: 0;
	margin: 0;
}

#content img.logo, #content img.ratings {
	margin: 0 10px;
	border: 0;
}

#content .next {
	color: #1A3922;
	background-color: #E0E7D0;
	padding: 2px 6px;
	border: 1px solid #FFF;
}

#content .next .arw {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#content .next a {
	text-decoration: none;
}

#content .next a:hover {
	text-decoration: underline;
}

#content table td {
	padding: 3px;
}

.htmlobjects {
	padding: 0 0 10px 0;
}

.htmlobjects td {
	padding: 0;
	margin: 0;
}

.htmlobjects img {
	border: 1px solid #FFFFFF; 
}

.htmlobjects img a {
	border: 0; 
}

.htmlobjects h3 {
	margin: 0;
	padding: 0;
}

#left {
	float: left;
	width: 88px;
	padding: 20px 35px;
}

#main {
	width: 65%;
	padding: 20px;
	margin: 0 0 0 158px;
}

#imagestrip {
	background-color: #fff;
}

#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	padding: 20px;
	background-color: #2e3a2e;
	text-align: center;
}
.footer_links {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #fff;
	padding-left: 60px;
	background-color: #2e3a2e;
}
.footer_links a:link,.footer_links a:hover,.footer_links a:visited,.footer_links a:active{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5px;
	color: #fff;
	text-decoration:none;
	font-weight:normal;
	background-color: #2e3a2e;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

#footer a:hover {
	color: #AAB87A;
	font-weight: bold;
}

div.gallery-container {
	margin-bottom:20px;
}
/*  NEED ALL STYLES BELOW  - CHANGE VALUES FOR SITE */

/* specifiy the RTE background color in Templates/css/1.css and 2.css, further info avaialble in 1.css and 2.css */

/*body  /* This is the background for the rich text editor
{
	background-color:#33FFFF;
}*/
/* Removed to let siteunit work
* { 
	margin: 0;
	padding: 0;
}
*/

#body /* Use this id to make actual body background different */
{
	background-color: #FFFFFF;
}

.clear {
	clear: both;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	letter-spacing: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C392C;
	letter-spacing: 3px;
	margin: 10px 0;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0 0 0;
}

h5 {
	font-size: 12px;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 10px 0;
}

ul {
	padding: 10px 20px;
	list-style-type: disc;
}

ul.hollow {
	padding: 10px 20px;
	list-style-type: circle;
}

a {
	color: #193921;
}

a:hover {
	color: #829755;
}

.contactHeader {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
    padding-top:10px;
    padding-bottom:0px;
}

.contactContent {
    padding-top:0px;
    padding-bottom:0px;
}

.contactContent input {
    width: 300px;
}

.contactContent textarea {
    width: 300px;
}

#seo {
	background-color: #2d392d;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #ffffff;
	padding: 2px;
	text-align: left;
	padding-left: 15px;
}
.gallerytext,a.gallerytext:link,a.gallerytext:visited,a.gallerytext:active {
	color:#000;
	background-color:#fff;
	text-transform: capitalize;
	text-decoration:none;
}
.albums {
	border:none;

}
a.galleryback:link,a.galleryback:visited,a.galleryback:active
	 { 
	 text-decoration:none;}
a.register:link,a.register:visited,a.register:active{
	text-decoration:none;
}
a.register:hover{
	color:white;
}
.buttons {
	 border: 1px solid #2e3a2e;
	 background-color: #2e3a2e;
	 color:white;
	 margin-top:10px;
	 margin-bottom:10px;
	 padding-bottom:3px;
	 padding-top:3px;
}
.error {color: #f00;}
/* TinyMCe fix for this site */
.defaultSkin {width: 0px !important;}