* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
fieldset
{
	margin: 0;
	padding: 0;
	border:2px solid #ffffff;
	outline: 0;
	color:Blue;
	font-size: 11pt;
	vertical-align: baseline;
	background: transparent;
}
a {
	/*color: blue;*/ /*edited*/
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:href{text-decoration: none;color:Red;}
p {
	margin: 0 0 5px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header 
{
	height: 120px;
	padding-top: 5px;
	/*background: #FFE680;*/
	color: White;/*#666666; */
	text-align:justify;
}
#titleImg 
{
	width:780px;
	height:88;
	float:left;
	position:relative;	
}
#contact 
{
	width:120px;
	height:33;
	padding-top:50px;
	position:relative;
	float:left;		
}
#contact span
{
	font-family:  Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
	color:#75a06a;
}
#welcomemsg 
{	
	width:650px;
	height:310;
	float:left;
	position:relative;
	padding-top:10px;
	background-color:White;	
}
#welcomemsg p
{
	font-family:  Arial, Sans-Serif;
    font-size: 14px;
	color:#000000;
	padding-left:5px;
	padding-right:10px;
	text-align:justify;
}
#benefits 
{
	/*width:245px; --old*/
	width:249px;
	height:310;
	padding-top:10px;
	position:relative;
	float:left;	
	background-color:White;		
}
#benefits p
{
	font-family:  Arial, Sans-Serif;
    font-size: 14px;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}
#content_title
{	
	color:#75a06a;
	font-size: 14px;
	font-weight:bold;
}
#content_page_title
{	
	color:#75a06a;
	font-size: 15px;
	font-weight:bold;
}
#content_gallery
{	
	padding-top: 15px;
	width:inherit;	
}
#content_gallery img
{	
	
}
#content_gallery_menu a
{
	padding-left:3px;
	color:#75a06a;
	font-size: 12px;
	font-weight:bold;

}
#content_cert
{
	width:606px;	
	height:604px;
	float:right;
	margin: 5px 5px 5px 5px;
	background-image: url(Images/GiftCert.png);
}
/*----------- Blog ---------*/
.blg_img
{
	margin: 5px 5px 5px 5px;
	width:190px;
	height:120px;
	float:left;
	border:2px solid #cccccc;
}
.blg_txt 
{	
	padding-top:5px;
	padding-right:5px;
}
.blg_txt p
{
	font: 13px Arial, Sans-Serif;/*Arial, Helvetica, Sans-Serif;*/
	text-align:justify;
	color:#000000;
	margin: 0 5px 5px 5px;
	padding-top:5px;
}
.blg_title
{
	font: 15px Arial, Sans-Serif;/*Arial, Helvetica, Sans-Serif;*/
	text-align:justify;
	color:#75a06a;
	margin: 0 5px 5px 5px;
	font-weight:bold;
}
.content_blog {
	padding: 0 0 0 285px;
	width:608px;
}
/*--------------------------*/

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 285px;
	width:608px;
}
#content p {
	font-family:  Arial, Sans-Serif;
    font-size: 14px;
	color:#000000;
	padding-left:5px;
	text-align:justify;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 280px;
	margin-left: -100%;
	position: relative;
	background: #e4f2db;/*#412a1d;*/
	font-family:  Verdana, Sans-Serif;
	color:White;
	padding:0 0 0 0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer_home 
{
	clear:both;
	width: 900px;
	height:auto;
	margin: auto auto -2px;
	height: 17px;
	background: #75a06a;
	color:White;
	position:relative;
	text-align: center;
	
}
#footer_other 
{
	clear:both;
	width: 900px;	
	height: 17px;
	margin: auto auto 0;
	/*margin-top:10%;*/
	background: #75a06a;
	color:White;
	position:relative;
	text-align: center;
	
}
#footer_blog {
	width: 900px;	
	height: 17px;
	margin: auto auto 0;
	color:Black;
	position:relative;
	text-align: center;
	
}
/*  Main Navigation  */
/*header nav {
	position: absolute;
	left: 0;
    top: 0;
   	width: 650px;
    height: 59px;
}
header nav ul {
	list-style: none;
	margin-left: 10px;
    padding: 0;
	height: 59px;
}
header nav ul li {
    float: left;
}
header nav ul a:link,
header nav ul a:visited {
    font-family:  Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: lowercase;
    display: block;
	margin: 0;
    padding: 0 15px;
    height: 59px;
	color: #867474;
    text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);
    line-height: 70px;
}
header nav ul li a:hover,
header nav ul li a:active {
	border: none;
	color: #D67630;
}
header nav ul li#current {
	background: url(../images/tab-right.png) no-repeat right top;
    color: #D67630;
}
header nav ul li#current a {
	background: url(../images/tab-left.png) no-repeat left top;
	color: #f0e8e8;
}

*/





