@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg-green.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #008E19;
	font: 12pt Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.container {
	width: 960px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: right;

}

.logo {
	width: 380px;
	height: 150px;
	float: right;
	margin-top: 270px;
	margin-right: 40px;
	background-repeat: no-repeat;
}

.header {
	width: 960px;
	height: 220px;
	float: left;
	position: relative;
	
}

#header {
    float: left;
	position: absolute;
	left: 0;
	top: 0;
 
}
 
#header a {
    display: block;
    width: 400px;
    height: 220px;
 
}

.nav {
	width: 960px;
	height: 36px;
	text-align: center;
	float: left;
	padding-top: 1px;

}

.photo {
	width: 960px;
	height: 460px;
	float: left;
	background-color: #FFF;
	margin: 0 auto;
	background-image: url(images/main-image.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
	padding: 0px;
}

.welcome {
	width: 315px;
	margin: 20px 25px 20px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	float: right;
	color: #000;
}

.welcome a {
	color: #2261AE;
	text-decoration: none;
}

.welcome a:hover {
	color: #999;
	text-decoration: none;
}

.backPages {
	width: 904px;
	margin: 20px 25px 20px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	float: right;
	color: #000;
}

.welcome a {
	color: #2261AE;
	text-decoration: none;
}

.welcome a:hover {
	color: #999;
	text-decoration: none;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 20pt;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}

h2 {
	font-size: 16pt;
}

.mainContent {
	width: 960px;
	min-height: 366px;
	height: auto !important;
	height: 366px;
	background-color: #FFF;
	float: left;
	margin: 0 auto;
	*padding-bottom: 20px;
}

.contentBack {
	width: 910px;
	min-height: 366px;
	overflow:hidden;
	margin: 10px;
	padding: 15px;
	float: left;
	text-align: left;
	background: #FFF;
}

.whatsNew {
	width: 310px;
	margin: 15px 0px 20px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	float: left;
	color: #FFF;
}

.whatsNew a {
	color: #FFF;
	text-decoration: underline;
}

.whatsNew a:hover {
	color: #CCC;
	text-decoration: underline;
}

.picBox {
	width: 304px;
	height: 350px;
	margin: 7px 0;
	float: left;
}

.giftCard {
	width: 300px;
	height: auto;
	margin: 0 auto;
	float: left;
}

.giftCardBack {
	width: 250px;
	height: auto;
	margin: 0 auto;
	float: left;
}

.signUp {
	width: 300px;
	height: auto;
	margin: 15px 20px 20px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	float: right;
	color: #FFF;
}

.signUpBack {
	width: 250px;
	height: auto;
	margin: 20px 20px 20px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	float: right;
	color: #FFF;
}

#formBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	color: #FFF;
	border: #FFF solid 1px;
	background: none;

}

.footer {
	width: 960px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	font-size: 11pt;
	color: #000;
	background-color: #FFF;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	line-height: 1.5em;
	clear: both;
	border-top: #CCC 1px solid;
}

.footer a {
	color: #666;
	text-decoration: none;
	margin: 8px;
}

.footer a:hover {
	color: #CCC;
	text-decoration: none;
}

a {
	color: #FF0000;
	text-decoration: underline
}

a:hover {  
	color: #666; 
	text-decoration: none
}

#logoTable {	
	width: 740px; 
	border: none;
	margin: 0 auto;
}

#logoTable img {
	border: none;
}

#logoTable table {
	width: 700px;
	border: none;
	margin: 0 auto;
}

#logoTable td{
	padding: 5px; 
	text-align: center;
}
