
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #707070;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #414141;
    line-height: 180%;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
	color: #454545;
}

a {
	color: #95C79A;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 30px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #FFFFFF url(imagesG/wrapper-bg.jpg) repeat-x left top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 172px;
	position: relative;
}

/** LOGO */

#logo {
	float: left;
	height: 98px;
	padding-top: 74px;
	margin: 0 10px 0 0;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 {
	height: 73px;
}

#logo h1 span {
	display: block;
	height: 58px;
	background: #95C79A;
	line-height: 58px;
	letter-spacing: -3px;
	text-align: center;
	text-decoration: none;
	font-size: 35px;
	color: #FFFFFF;
	padding: 0 25px 0 22px;
}

#logo h1 a {
	display: block;
	height: 73px;
	background: url(imagesG/lower-triangle-bg.png) no-repeat left bottom;
	text-decoration: none;
}

/** MENU */

#menu-wrapper {
	float: left;
	width: 550px;
	padding-top: 84px;
}

#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 37px;
	letter-spacing: -1px;
	line-height: 37px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #404142;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	height: 37px;
	text-decoration: none;
	color: #404142;
}

#menu a:hover {
	background: #393939;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .arrow {
}

#menu span {
	display: inline-block;
	height: 37px;
	padding: 0px 15px 0px 15px;
}

#menu li.active {
	background: #393939;
	color: #FFFFFF;
}

#menu .arrow {
}

/** SEARCH */

#search {
	width: 280px;
	position: absolute;
	top: 0;
	right: 0;
}

#search form {
	float: right;
	margin: 0px;
	padding: 84px 0px 0px 10px;
	height: 52px;
	background: url(imagesG/search-bottom-bg.png) no-repeat right bottom;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input.blank {
	color: #A7A7A7;
}

#search-text {
	outline: none;
	float: left;
	width: 223px;
	height: 37px;
	padding: 0px 0px 0px 10px;
	background: #FFFFFF;
	border: none;
	letter-spacing: -1px;
	line-height: 37px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #696969;
}

#search-submit {
	float: right;
	width: 37px;
	height: 37px;
	background: url(imagesG/search-icon-bg.jpg) no-repeat left top;
	border: none;
	text-indent: -9999px;
}

/** PAGE */

#page-wrapper {
	overflow: hidden;
	padding: 50px 0px 50px 0px;
	background: url(imagesG/page-wrapper-bg.jpg) no-repeat center top;
}

.homepage #page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
}

#page {
	overflow: hidden;
	width: 950px;
	padding: 0px 25px;
}

/** CONTENT */

#content {
	float: left;
	width: 610px;
	padding: 25px 35px 0px 0px;
	border-right: 1px solid #CCCCCC;
}

.two-column2 #content {
	float: right;
	padding: 25px 0px 0px 35px;
	border-left: 1px solid #CCCCCC;
	border-right: none;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 35px;
}

/** CONTENT */

#wide-content {
}

#wide-content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 35px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 270px;
	padding-top: 25px;
}

.two-column2 #sidebar {
	float: left;
}

#sidebar h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 22px;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 150px;
	border-top: 1px solid #393939;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
}

#footer a {
	color: #C0C0C0;
}

/** FOOTER CONTENT */

#footer-content {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
	padding: 50px 0px;
	color: #707070;
}

#footer-content h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	color: #C5C5C5;
}

#footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-content li {
	padding: 10px 0px 14px 0px;
	border-top: 1px solid #383838;
}

#footer-content li a {
	color: #707070;
}

#footer-content .first {
	padding-top: 0px;
	border-top: none;
}

#footer-content #column1 {
	float: left;
	width: 185px;
	padding: 20px 34px 20px 0px;
	border-right: 1px solid #393939;
}

#footer-content #column2 {
	float: left;
	width: 185px;
	padding: 20px 34px 20px 35px;
	border-right: 1px solid #393939;
}

#footer-content #column3 {
	float: left;
	width: 440px;
	padding: 20px 0px 20px 35px;
}

/** CONTENT */

#contact-wrapper {
	overflow: hidden;
	height: 107px;
	background: #353535;
	color: #969696;
}

#contact {
	width: 950px;
	padding: 37px 25px 0px 25px;
}

#contact a {
	color: #969696;
}

#contact .link1 {
	display: inline-block;
	height: 32px;
	margin-left: 20px;
	padding-left: 45px;
	line-height: 32px;
	background: url(imagesG/contact-icon-01.png) no-repeat left top;
}

#contact .link2 {
	display: inline-block;
	height: 32px;
	margin-left: 20px;
	padding-left: 45px;
	line-height: 32px;
	background: url(images/contact-icon-02.png) no-repeat left top;
}

#contact .link3 {
	display: inline-block;
	height: 32px;
	margin-left: 20px;
	padding-left: 45px;
	line-height: 32px;
	background: url(imagesG/contact-icon-03.png) no-repeat left top;
}

#contact .link4 {
	display: inline-block;
	height: 32px;
	margin-left: 20px;
	padding-left: 45px;
	line-height: 32px;
	background: url(imagesG/contact-icon-04.png) no-repeat left top;
}

/** BANNER */

#banner-wrapper {
	overflow: hidden;
	height: 355px;
	background: url(imagesG/banner-wrapper-bg.jpg) no-repeat center top;
}

#banner {
	overflow: hidden;
	height: 355px;
}

/** TWO COLUMN 1 */

#two-column1 {
	overflow: hidden;
	width: 950px;
	padding: 50px 25px 25px 25px;
	border-bottom: 1px solid #CCCCCC;
	background: url(imagesG/page-shadow-bg.jpg) no-repeat left top;
}

#two-column1 #colA {
	float: left;
	width: 610px;
	padding: 20px 34px 0px 0px;
	border-right: 1px solid #CCCCCC;
}

#two-column1 #colA h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 35px;
    color: #DB0000;
}

#two-column1 #colA h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: 0px;
	font-size: 20px;
    color: #2E6424;
}

#two-column1 #colA p {
	font-family: "Georgia", Times, serif;
	font-size: 24px;
    color: #000080;
    line-height: 150%;
}

#two-column1 #colB {
	float: right;
	width: 270px;
	padding: 20px 0px 0px 0px;
}

#two-column1 #colB h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 25px;
}

/** TWO COLUMN 2 */

#two-column2 {
	overflow: hidden;
	width: 950px;
	padding: 25px 25px;
	border-bottom: 1px solid #CCCCCC;
}

#two-column2 #colC {
	float: left;
	width: 440px;
	padding: 20px 34px 0px 0px;
	border-right: 1px solid #CCCCCC;
}

#two-column2 #colD {
	float: right;
	width: 440px;
	padding: 20px 0px 0px 0px;
}

/** FOUR COLUMNS */

#four-column-content {
	overflow: hidden;
	width: 950px;
	padding: 25px 25px;
}

#four-column-content h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 25px;
	color: #9D0000;
}

#four-column-content #fbox1 {
	float: left;
	width: 185px;
	padding: 20px 34px 0px 0px;
}

#four-column-content #fbox2 {
	float: left;
	width: 185px;
	padding: 20px 34px 0px 34px;
	border-left: 1px solid #CCCCCC;
    text-align: center;
    font-size: 16px;
    color: #2E6424;
}

#four-column-content #fbox3 {
	float: left;
	width: 185px;
	padding: 20px 34px 0px 34px;
	border-left: 1px solid #CCCCCC;
    text-align: center;
    color: #400040;
}

#four-column-content #fbox3 p{
	line-height: 130%;
    color: #400040;
}

#four-column-content #fbox4 {
	float: right;
	width: 185px;
	padding: 20px 0px 0px 35px;
	border-left: 1px solid #CCCCCC;
}

/** LINK STYLE 1 */

.link-style1 {
	display: block;
	height: 48px;
	margin: 0px;
	padding-right: 15px;
	background: url(imagesG/link-style1-pointer-bg.png) no-repeat right top;
}

.link-style1 a {
	display: block;
	height: 48px;
	padding: 0px 0px 0px 20px;
	background: #434343;
	line-height: 48px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link-style2 {
	display: block;
	height: 63px;
	margin: 0px;
	padding-right: 15px;
	background: url(imagesG/link-style2-pointer-bg.png) no-repeat right top;
}

.link-style2 span {
	display: block;
	height: 48px;
	padding: 0px 0px 0px 20px;
	background: #95C79A;
	line-height: 48px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.link-style2 a {
	display: block;
	height: 63px;
	background: url(imagesG/link-style2-bottom-bg.png) no-repeat left bottom;
}

/** LINK STYLE 3 */

.link-style3 {
	display: block;
	height: 63px;
	margin: 30px 0px 0px 0px;
	padding-right: 15px;
	background: url(imagesG/link-style2-pointer-bg.png) no-repeat right top;
}

.link-style3 a {
	display: block;
	height: 63px;
	background: url(imagesG/link-style2-bottom-bg.png) no-repeat left bottom;
}

.link-style3 span {
	display: block;
	height: 48px;
	padding: 0px 0px 0px 20px;
	background: #95C79A;
	line-height: 48px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

/** LINK STYLE 4 */

.link-style4 {
	display: block;
	height: 63px;
	margin: 10px 15px 0px 0px;
	padding-right: 15px;
	background: url(imagesG/link-style4-pointer-bg.png) no-repeat right top;
}

.link-style4 a {
	display: block;
	height: 63px;
	background: url(imagesG/link-style4-bottom-bg.png) no-repeat left bottom;
}

.link-style4 span {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0px 20px 0px 20px;
	background: #95C79A;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

/** LINK STYLE 5 */

.link-style5 {
	display: block;
	height: 63px;
	margin: 10px 0px 0px 0px;
	padding-right: 15px;
	background: url(imagesG/link-style5-pointer-bg.png) no-repeat right top;
}

.link-style5 a {
	display: block;
	height: 63px;
	background: url(imagesG/link-style5-bottom-bg.png) no-repeat left bottom;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.link-style5 span {
	display: block;
	height: 48px;
	padding: 0px 20px 0px 20px;
	background: #808080;
	line-height: 48px;
}

/** LINK ALIGNMENT STYLE */

.link-alignleft {
	float: left;
}

.link-alignright {
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	padding: 0px 0px 15px 0px;
}

/** SLIDESHOW */

#slider {
	margin: 0 auto;
	width: 1000px;
	height: 355px;
	position: relative;
}

#slider .viewer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 355px;
	overflow: hidden;
}

#slider .reel {
}

#slider .slide {
	width: 1000px;
	height: 355px;
}

#slider .slide .image {
	position: absolute;
	top: 0px;
	left: 0px;

	display: block;
	width: 1000px;
	height: 355px;
}

#slider .slide .caption {
	display: none;
}

#slider .captions {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 1000px;
	height: 103px;
	background: url(imagesG/slider-caption-bg.png) repeat-x left top;
}

#slider .captions .captionLine {
	display: block;
	padding-top: 25px;
	padding-left: 25px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 300;
	font-size: 25px;
}

#slider .captions .captionLine h2 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	font-size: 25px;
	color: #FFFFFF;
}

#slider .captions .captionLine p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7E7E7E;
}

#slider .captions .captionLine2 {
}

#slider .navigation {
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 1000px;
	height: 103px;
	text-indent: -9999px;
	z-index: 11;
	outline: 0;
}

#slider .previous-button {
	position: absolute;
	bottom: 34px;
	right: 65px;
	width: 16px;
	height: 32px;
	background: url(imagesG/slider-previous-bg.png) no-repeat left top;
	outline: 0;
}

#slider .next-button {
	position: absolute;
	bottom: 34px;
	right: 25px;
	width: 16px;
	height: 32px;
	background: url(imagesG/slider-next-bg.png) no-repeat left top;
	outline: 0;
}

/** BOX 1 */

#box1 {
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}

#box1 .link-style3 {
	display: inline-block;
	margin: 20px 0px 0px 0px;
}

#box1 .link-style3 span {
	padding-right: 20px;
}

/** BOX 2 */

#box2 {
	overflow: hidden;
	padding: 40px 0px;
	border-bottom: 1px solid #CCCCCC;
}

/** BOX 3 */

#box3 {
	overflow: hidden;
	padding-top: 40px;
}
