/**
 * Color reference:
 *
 * light green: #e3f1d1
 * dark green: #75b81d
 * yellow-green: #a6bc09
 */

#custom-doc {
	width: 61.38em;
	*width: 59.91em;
	min-width: 798px;
	margin: auto;
	text-align: left;
	background: url(../images/gui/top-bg.png) no-repeat;
	position: relative;
}

body { background: #000 }

a:link,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img.center {
	margin: 0 auto;
	display: block;
}

#hd {
	height: 224px;
}

#logo {
	margin-top: 20px;
	text-align: center;
	width: 268px;
	float: left;
}

#gnav {
	float:left;
	margin-left: 28px;
	margin-top: 25px;
}

#gnav li {
	display: inline;
}

#gnav li img.etc {
	margin-left: -4px;
}	

#bd {
	background: #e3f1d1;
	font-family: verdana;
}

#bodytext {
	margin-top: -30px;
	padding: 0 50px;
	margin-bottom: 20px;
}

div.flickrgallery #bodytext {
	padding-left: 0;
	padding-right: 25px;
}

h1 {
	font-weight: bold;
	color: #74b71b;
	font-size: 153.9%;
	margin-bottom: 1em;
	text-transform: lowercase;
}

h2 {
	color: #000;
	font-weight: bold;
	font-size: 123.1%;
	margin: 1em 0;
}

h3 {
	color: #000;
	font-weight: bold;
	margin: 1em 0;
}	

p {
	margin: 0.6em 0;
	line-height: 1.4em;
}

strong {
	font-weight: bold;
}

#leftnav {
	background: url(../images/gui/circle-bg.png) no-repeat -140px 0;
	background-repeat: no-repeat;
	margin-top: 113px;
	position: relative;
	min-height: 354px;
	height: auto !important;	
	height: 354px;
	width: 204px;
}

#leftnav ul {
	margin-top: 65px;
	margin-left: 1.5em;
	width: 150px;
}

body.etc #leftnav ul {
	width: 100px;
}

#leftnav li {
	margin: 0.6em 0;
}

#leftnav a:link {
	color: #333
}

#ft {
	background: #75b81d;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	border-top: solid #a6bc09 2px;
}

/* page-specific elements */
/* these may vary in position by section, but stay in the same place within a section */

#page-element {
	position: absolute;
	z-index: 3;
}

#home #page-element {
	top: -83px;
	left: 45px;
}

body.case-studies #page-element {
	top: -141px;
	left: 186px;
}

#about #page-element {
	left: 130px;
	top: -93px;
}

body.search #page-element,
body.challenge #page-element,
body.contact #page-element{
	top: -141px;
	left: 155px;	
}

body.etc #page-element {
	top: -80px;
	left: 100px;
}

body.rewards #page-element {
	top: -141px;
	left: 145px;	
}

/* section icons */

#section-icon {
	width: 153px;
	height: 170px;
	float: right;
	margin-top: -69px;
	margin-right:-50px;
	position: relative;
	z-index: 2;
}

body.about #section-icon {
	background: url(../images/section/about-us-icon.png) no-repeat;
}

body.case-studies #section-icon {
	background: url(../images/section/case-studies-icon.png) no-repeat;
}

body.search #section-icon {
	background: url(../images/section/search-icon.png) no-repeat;
}

body.challenge #section-icon {
	background: url(../images/section/challenge-icon.png) no-repeat;
}

body.etc #section-icon {
	background: url(../images/section/etc-icon.png) no-repeat;
}

body.rewards #section-icon {
	background: url(../images/section/rewards-icon.png) no-repeat;
}

body.contact #section-icon {
	background: url(../images/section/contact-icon.png) no-repeat;
}

/* forms */

form {
	width: 90%;
	display: block;
}

fieldset {
	width: 100%;
}

div.field {
	margin: 0.6em 0;
	clear: both;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
}

label.right {
	display: inline;
	margin-bottom: 0;
}

div.clear {
	clear: both;
}

form p.Actions {
	text-align: right;
}

input.text {
	line-height: 1.6em;
}

select,
textarea,
input.text {
	border: solid #74b71b 1px;
	width: 100%;
	padding: 2px;
}

#Form_ProductSearch input.text {
	width: 100px;
}

span.message.required {
	color: red;
	font-size: 85%;
}

.Bigger {
	font-size: 122%;
}

.Smaller {
	font-size: 85%;
}