/* California Grazing CSS by FreshCutSD.com */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #ffffff url(../images/body-bg.png) repeat-x top center;
}

#cg_OuterContainer {
	width: 800px;
	margin: 0 auto 0 auto;
}

#cg_Header {
	position: relative;
	height: 150px;
	padding: 50px 0 0 0;
}

#cg_Menubar {
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 50px;
	width: 100%;
}
#cg_Menubar a {
	display: block;
	float: right;
	height: 50px;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	line-height: 40px;
	font-size: 2.4em;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
#cg_Menubar a:hover,
#cg_Menubar a.active {
	margin: 0;
	padding: 0 20px 0 0;
	color: #59460d;
	background: #ffffff url(../images/menubar-active-bg.png) no-repeat top right;
}
#cg_Menubar a em {
	display: block;
	*display: inline-block;
	padding: 8px 0 0 0;
	height: 42px;
	cursor: pointer;
}
#cg_Menubar a:hover em,
#cg_Menubar a.active em {
	padding: 8px 0 0 20px;
	background: #ffffff url(../images/menubar-active-bg.png) no-repeat top left;
}

#cg_Content {
	position: relative;
}
#cg_Content h2 {
	padding: 80px 0 0 10px;
	font-size: 3.6em;
}
#cg_Content h3 {
	padding: 40px 0 0 10px;
	font-size: 3em;
}
#cg_Content h2 em {
	color: #47991f;
}
#cg_Content p {
	margin: 25px 0 0 0;
	padding: 0 0 0 10px;
	line-height: 2em;
	font-size: 1.6em;
}
#cg_Content p em {
	font-style: italic;
}
#cg_Content p a {
	color: #997817;
}
#cg_Content .cg_HomeP {
	width: 410px;
}
#cg_Content #cg_BenefitsButton {
	display: block;
	width: 370px;
	height: 90px;
	margin: 25px 0 0 0;
	padding: 0 0 0 40px;
	line-height: 90px;
	font-size: 3.6em;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(../images/green-button.png) no-repeat scroll top left;
}
#cg_Content #cg_BenefitsButton:hover {
	text-decoration: underline;
	background: transparent url(../images/green-button.png) no-repeat scroll bottom left;
}
#cg_Content #cg_HomeIMG {
	position: absolute;
	top: 65px;
	left: 440px;
}

#cg_Footer {
	margin: 100px 0 10px 0;
	text-align: center;
	color: #666666;
}
#cg_Footer .cg_Upper a {
	margin: 0 20px 0 20px;
	font-size: 1.8em;
	color: #666666;
	text-decoration: none;
}
#cg_Footer .cg_Upper a:hover {
	text-decoration: underline;
}
#cg_Footer .cg_Lower {
	margin: 40px 0 0 0;
	font-size: 1.2em;
}
#cg_Footer .cg_Lower a {
	color: #666666;
	text-decoration: none;
}
#cg_Footer .cg_Lower a:hover {
	text-decoration: underline;
}