/* web fonts */
@font-face {
	font-family: 'Calluna Regular';
	src: url('fonts/23CFC5_0_0.eot');
	src: url('fonts/23CFC5_0_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/23CFC5_0_0.woff') format('woff'),
		url('fonts/23CFC5_0_0.ttf') format('truetype');
}


/* typography */
body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
}

#content h1 {
	font: 1.375em 'Calluna Regular', serif;
}

#content h2 {
	font: 1.25em 'Calluna Regular', serif;
}

#content h3 {
	font: 1.125em 'Calluna Regular', serif;
}

#content p {
	margin: 1em 0;
	line-height: 150%;
	font-size: .75em;
}

#content strong,
#content b {
	font-weight: bolder;
}

#content em,
#content i {
	font-style: italic;
}

#content a {
	color: #333;
}

#content a:hover,
#content a:focus,
#content a:active {
	text-decoration: none;
	color: #71824e;
}

#content ol,
#content ul,
#content dl {
	margin: .75em 0;
}

#content ol,
#content ul {
	padding-left: 2em;
}

#content ol {
	list-style: decimal outside;
}

#content ul {
	list-style: circle outside;
}

#content li,
#content dt,
#content dd {
	margin-top: .25em;
	margin-bottom: .25em;
	line-height: 150%;
	font-size: .75em;
}

#content dt,
#content dd {
	float: left;
}

#content dt {
	clear: left;
	width: 100px;
}

/* forms */
#content form {
	margin: .75em 0;
	width: 100%;
}

#content fieldset {
	width: 100%;
	margin-top: .75em;
	margin-bottom: .75em;
}

#content fieldset.control {
	overflow: hidden;
	margin-top: 1em;
}

/* forms - containers and labels */
#content form div.field {
	overflow: hidden;
	margin: .5em 0;
	padding: .1em 0;
}

#content form h2 {
	font: bold .875em Verdana, Helvetica, Arial, sans-serif;
}

#content form h2 em {
	display: inline-block;
	border-radius: 30px;
	padding: 3px 8px;
	color: #111;
	font: normal 1em 'Calluna Regular', serif;
	background: #d5d7cb;
}

.ie6 #content form h2 em,
.ie7 #content form h2 em {
	display: inline;
}

#content label {
	float: left;
	width: 150px;
	padding-top: .5em;
	font: .75em/130% Verdana, Helvetica, Arial, sans-serif;
}

#content div.checkbox label,
#content div.radio label {
	float: none;
	width: auto;
	padding-top: 0;
}

/* forms - inputs */
input {
	font: .875em 'Calluna Regular', serif;
}

.required input,
input.required,
textarea.required {
	background-image: url(../images/icons/field-asterisk.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

input.text {
	padding: 3px;
}

fieldset.control input,
.input-cta {
	float: right;
	overflow: visible;
	border: 0;
	border-radius: 5px;
	padding: 7px 24px 6px 14px;
	font-size: .875em;
	color: #fff;
	background: #2e331e url(../images/icons/cta-arrow-inverted.gif) no-repeat right center;
	cursor: pointer;
}

fieldset.control input:hover,
fieldset.control input:focus,
fieldset.control input:active,
.input-cta:hover,
.input-cta:focus,
.input-cta:active {
	background-color: #71824e;
}

.input-cta a {
	text-decoration: none;
}

/* tables */
#content table {
	width: 100%;
	border-collapse: collapse;
}

#content td,
#content th {
	padding: 5px 0 5px 5px;
	text-align: left;
	font: .75em/150% Verdana, Helvetica, sans-serif;
}

#content th {
	font-weight: bold;
}

#content thead th {
	padding-bottom: 10px;
	background: url(../images/layout/rule-green-horiz.gif) repeat-x left bottom;
}

#content tfoot tr:first-child td,
#content tfoot tr:first-child th {
	padding-top: 10px;
	background: url(../images/layout/rule-green-horiz.gif) repeat-x left top;
}

#content td p,
td input {
	margin: 0;
	font-size: 1em;
}