@charset "UTF-8";
/* CSS Document */

<!--
body {
	background-color: #3b342d;
	background-image: url(images/core_images/site_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	}

#container {
	background: none;
	width: 950px;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
	position: relative;
	position-top: 0px;
	border: 0;
	}

#top {
	width: 950px;
	height: 368px;
	background: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	}
	
#button {
	height: 142px;
	position: absolute;
	width: 250px;
	background-image: url(images/core_images/CallButton.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	top: 235px;
	left: 690px;
	border: 0;
	}
	
#logotag {
	height: 142px;
	position: absolute;
	width: 250px;
	background-image: url(images/core_images/logo_large_2x.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 20px 0px 0px 20px;
	border: 0;
	}

#wrap	{
	background-image: url(images/core_images/nav_banner.png);
	background-repeat: repeat-x;
	width: 950px;
	height: auto;
	position: absolute;
	top: 350px;
	height: 50px;
	padding: 10px 0 21px 0px;
	}
	
.navbar	{
	height: 50px;
    padding: 0;
	margin: 0;
	}
	
.navbar li 	{
			height: auto;
			width: 190px; 
			float: left;  /* This lines up the menu items horizontally */
			text-align: center;  /* All text is placed in the center of the box */
			list-style: none;  /* Removes the default styling (bullets) for the list */
			font-size: 14pt;
			padding: 0;
			margin: 0;
            }

.navbar a	{	
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
	font-family: Arial;
	height: 100%;
	padding: 18px 0px 13px 0px;

		}	
	
.navbar li:hover, a:hover {
		background-image: url(images/core_images/nav_active.png);
		background-repeat: repeat;
	} 

.navbar li ul 	{
		display: none;  /* Hides the drop-down menu */
		height: auto;									
		margin: 0; /* Aligns drop-down box underneath the menu item */
		padding: 0; /* Aligns drop-down box underneath the menu item */			
		}				

.navbar li:hover ul 	{
                        display: block; /* Displays the drop-down box when the menu item is hovered over */
                        }

.navbar li ul li {
			height: auto;
			float: left;  /* This lines up the  menu items horizontally */
			text-align: center;  /* All text is placed in the center of the box */
			list-style: none;  /* Removes the default styling (bullets) for the list */
			font-size: 12pt;
			padding: 0;
			margin: 0;
			background-color: #5a810b;
	} 
	
				
.navbar li ul li a:hover	{
			background-image: url(images/core_images/nav_active.png);
			background-repeat: repeat;
	}
	
.active {
	background-image: url(images/core_images/nav_active.png);
	background-repeat: repeat;
	color: d9d9d9;
	}

	
#gallery {}
	
#maincontent {
	float: left;
	padding: 0;
	height: auto;
	width: 575px;
	margin: 110px 25px 26px 50px;
	}
		
#maincontent h1, h2, h3 {
	color: #669933;
	font: "Arial", sans-serif; 
	padding-top: 0;
	margin-top: 0;
	text-transform: uppercase;
	}
	
#maincontent p {
	color: black;
	font-family: "Arial", Helvetica, sans-serif;	
	line-height: 175%;
	}
	
#maincontent li {
	color: black;
	font-family: "Arial", Helvetica, sans-serif;	
	line-height: 175%;
	}
	
#maincontent a {
	color: #669933;
	text-decoration: none;
	}
	
#maincontent a:hover {
	color: #669933;
	text-decoration: underline;
	}
	
#creditcard {
	float: right;
	width: 300px;
	margin: 10px 0px 24px 0px;
	padding: 0;
	}
	
#creditcard p {
	color: white;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 175%;
	width: 100% -34px;
	padding: 10px 10px 10px 24px;
	text-align: center;
	}

	
#sidecontent {
	float: left;
	margin: 116px 0px 24px 0px;
	padding: 0;
	width: 300px;
	}
	
#sidecontent h1 {
	background-image: url(images/core_images/h1_bg.png);
	display: block;
	width: -24px;
	height: 23px;
	background-repeat: repeat-x;
	margin: 0;
	padding: 4px 0 6px 24px;
	color: white;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16pt;
	}
	
#sidecontent p {
	color: white;
	font-family: "Arial", Helvetica, sans-serif;
	line-height: 175%;
	width: -34px;
	padding: 10px 10px 10px 24px;
	}
	
#sidecontent a{
	text-decoration: none;
	}
	
#footer {
	clear: both;
	float: left;
	bottom: 0;
	background-image: url(images/core_images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 130px;
	width: 950px;
	overflow: hidden;
	}
	
#footerleft {
	float: left;
	width: 626px;
	height: auto;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	border-right: 1px #d9d9d9 solid;
	}
	
#footerleft ul {
	margin: 0px 50px 0px 50px;
	padding: 0 0 0 50px;
	}
	
#footerleft li {
	list-style: none;
	height: 100%;
	float: left;
	}
	
#footerleft li a {
	display: block;
	color: #d9d9d9;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
	font-family: "Arial", Helvetica, sans-serif;
	height: 100%;
	padding: 10px 5px 0px 5px;
	}
	
#footerleft p {
	padding-top: 6px;
	color: #d9d9d9;
	font-size: 10pt;
	font-family: "Arial", Helvetica, sans-serif;
	display: block;
	}
	
#footerleft a {
	text-decoration: none;
	color: #d9d9d9;
	}
	
#footerleft a:hover {
	text-decoration: none;
	color: white;
	}
	
.footermargin1 {
	margin: 22px auto 0px auto;
	}
	
.footermargin2 {
	margin: 0 auto;
	}
	
#footerright {
	float: right;
	width: 265px;
	height: auto;
	text-align: left;
	margin-right: 10px;
	margin-top: 40px;
	color: #d9d9d9;
	}	
	
#footerright p {
	margin: 0;
	font-size: 10pt;
	font-family: "Arial", Helvetica, sans-serif;
	}
	
#footerright h1 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-family: "Arial", Helvetica, sans-serif
	}
	
.nomargin {
	margin: 0;
	padding: 0;
	}
	
.displayblock {
	display: block;
	margin: 0;
	}
	
#facebookfind {
	clear: both;
	float: left;
	margin-left: 90px;
	}
	


	

	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
	
	
	
.cushycms {}	
-->
