
.borderThick {
	width: 700px;
	border-top: 45px solid #705334;
	border-right: 50px solid #705334;
	border-bottom: 45px solid #705334;
	border-left: 50px solid #705334;
	background-image: url(images/bg_gif3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFFFFF
}

.borderThin {
	border: 5px solid #CDAA8F;
	background-image: url(images/bg_gif.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFFFFF


}

#page {
	width: 750px;
	min-height: 100%;
	max-width: 700px;
	max-height: 100%;
	float: left;
	height: 100%;
	padding-left: 40px;
	padding-right: 10px;
	background-image: url(images/bg_gif2.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}

  #page div { 
	padding-top: 0px;
	overflow: hidden;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	 }

#Homepage {
	width: 750px;
	max-width: 750px;
	max-height: 100%;
	float: left;
	height: 100%;

}

.twoColumns{
	width: 50%;
	float: left;
}


#maincontainer{
	width: 750px;	
	max-height: 100%;
	margin: 0;
}



#navpanel{
	float: left;
	width: 230px;
	padding: 0;
	min-height: 100%;
	max-height: 100%;
	background-color: #99B85A;
	
}

#header{
	width: 750px;
	margin: 0px;
	
}


#footer {
	font-family: geneva, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9b8771;
	text-align: center;
	margin-top: -30px; 
	width: 750px;
	float: center;
	font-weight: normal;
}
.welcome {
	font-family: geneva, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	position: relative;
  top: -60px; /* 30 pixels from the top of the page */
  left: -30px; /* 80 pixels from the left hand side */
  width: 750px; /* Always set a width for absolute positioned block level elements, such as divs */
  height: 1px;
  border: 0px solid red; /* So we can see what is happening */

}

#content{

position: relative;
  top: 0px; /* 30 pixels from the top of the page */
  left: 0px; /* 80 pixels from the left hand side */
  width: 455px; /* Always set a width for absolute positioned block level elements, such as divs */
  height:100%;
  border: 0px solid red; /* So we can see what is happening */

}


#homeNews {
	background-image: url(images/home_base.gif);
	width: 750px;
	height: 178px;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	border: 0px solid red; /* So we can see what is happening */
}


.phome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 21px;
	position: relative;
  	top: 20px; /* 30 pixels from the top of the page */
  	left: 60px; /* 80 pixels from the left hand side */
  	width: 250px; /* Always set a width for absolute positioned block level elements, such as divs */
  	height: auto;
  	border: 0px solid red; /* So we can see what is happening */


}


.boxborder {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: normal;
  padding: 5px; /* 30 pixels from the top of the page */
  border: 1px solid #5095b2; /* So we can see what is happening */
  background-color:#ffffff;

}

/*============================
HTML ELEMENTS
==========================*/

html, body{
	margin: 15px 15px 15px; background-color: #200b04;
}





	
	
h1 {
	font-family: Serif, "Times New Roman", Times, "bradley Hand ITC";
	font-size: 55px;
	color: #5095b2;
	margin-left: 30px;
	text-align: left;
	margin-right: 10px;
	font-style: italic;
	margin-top: 37px;
	margin-bottom: 25px;
	font-weight: normal;
	letter-spacing: .5pt;
}
h2 {
	font-family: Serif, "Times New Roman", Times, "bradley Hand ITC";
	font-size: 24px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
	margin-right: 10px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .5pt;

}
h3 {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5095b2;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: bold;
	text-align: left;
}


h4 {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 8px;
	margin-left: 50px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align: left;
	padding-bottom: 8px;
	padding-left: 0px;
	
}


h5 {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5095b2;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #98B468;
	border-right-color: #98B468;
	border-bottom-color: #98B468;
	border-left-color: #98B468;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../images/style/Starter.gif);
	text-align: left;
	margin-right: 10px;
}
h6 {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5095b2;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

.hightlightblue{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #336699;
	text-decoration: none;
	text-align: left;
}

.star{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #336699;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

p {
	font-family: Geneva, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 30px;
	text-align: left;
}

.size {
	font-family: Geneva, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 8px;
	color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

.caption {
	font-family: Geneva, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 7px;
	color: #336699;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 30px;
	text-align: center;
}


.address {
	font-family: Geneva, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	text-align: left;
}

.reviews {
	font-family: Serif, "Times New Roman", Times, "bradley Hand ITC";
	font-size: 24px;
	font-style:italic;
	line-height: 14px;
	color: #ffffff;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}

.next {
	font-family: Geneva, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 7px;
	color: #333333;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: right;
}
	
p.form	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #525252;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}

a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #336699;
	text-decoration: none;
	cursor: hand;
	text-align: left;
}

a.small{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #4E79A9;
	text-decoration: none;
}


a.footer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #9b8771;
	text-decoration: none;
}

a.footer:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #9b8771;
	text-decoration: none;
}

a.footer:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #9b8771;
	text-decoration: underline;
}

a.white{

	color: #FFFFFF;

}

a.white:link{

	color: #FFFFFF;

}


a.white:hover{
	color: #FFFFFF;
	text-decoration: underline;
}



a:hover{
	color: #336699;
	text-decoration: underline;
}
a:visited{

}



ul {
	list-style-position: outside;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	color: #333333;
	list-style-type: square;
	margin-left: 20px;
	padding-left: 40px;
}




ol {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding-left: 30px;
	text-align: left;
	margin-right: 20px;
}

li {
	margin-left: 10px;
	margin-right: 10px;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin-left: 30px;
	margin-right: 10px;
}

/*
==========================
  NAVIGATION STYLES
=========================== */

#globalNavArea{
	overflow: hidden;
	background-color: #200b04;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	width: 750px;
	float: left;
	height: 30px;
	text-align: center;
	

	 

}
.globalNav{
	padding: 0px;/*	font-weight: normal;*/
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.75pt;
	position: relative;
  	margin-top: 0px;
	top: 5px; /* 30 pixels from the top of the page */
  	left: 0px; /* 80 pixels from the left hand side */
  	height: 100%;
  	border: 0px solid red; /* So we can see what is happening */
	width: auto;

}



a.globalNav a:link, #globalNav a:visited, #globalNav a:hover {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;

}

a.globalNav:hover {
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
	font-weight: normal;

}



#sectionLinks{
	margin: 0px;
	padding: 0px;/*	font-weight: normal;*/
	text-align: center;
}




#sectionLinks a:link, #sectionLinks a:visited {
	margin: 0px;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	color: #FFFFFF;
	border-top-style: none;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	list-style-position: inside;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.75pt;


}

#sectionLinks a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #5095b2;
	background-repeat: repeat-x;
	background-position: bottom;
}

/*=======================
Selected page highlight
=========================*/
body#ab1 a#ab1, #ab2 a#ab2, #ab3 a#ab3, #ab4 a#ab4, #ab5 a#ab5, #ab6 a#ab6

 {
	color: #FFFFFF;
	background-color: #5095b2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
}




/*==========================
FORM STYLES
==========================*/
select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	background-color: #F3F3F3;
}


.Sbutton {
	cursor:default;
	cursor:hand;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
	background-color: #336699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
}
input.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: text-bottom;
	line-height: 18px;
	font-size: 11px;
	text-indent: 5px;
	padding: 2px;
	height: 20px;
	background-color: #F7F7F7;
}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	border: 1px solid #cccccc;
	line-height: 18px;
	font-size: 11px;
	text-indent: 5px;
	padding: 5px;
	background-color: #F7F7F7;
}
input{
	font-size: 11px;
}



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

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


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

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	