/* css reset v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #464646; /* dark grey */
	background: #0036d0 url(../images/background.gif) repeat-x; /* dark blue */
	font-size: 0.8em;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general */
.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
#page {
	width: 996px;
	text-align: left;
	margin: 0px auto;
}
#header {
	position: relative;
	height: 221px;
	width: 996px;
	background: url(../images/header.png) no-repeat top left;
}
#logo {
	position: absolute;
	top: 94px;
	right: 36px;
}
#title1 {
	font-size: 2.0em;
	font-weight: bold;
	position: absolute;
	top: 116px;
	left: 36px;
	color: #57AA27; /* aj green */
	padding: 0;
	text-transform: none;
}
#title2 {
	font-size: 1.0em;
	font-weight: bold;
	position: absolute;
	top: 146px;
	left: 36px;
	color: #008ACF; /* aj blue */
	padding: 0;
	text-transform: none;
}

/* meta navigation */
#mainnavi {
	list-style-type: none;
	position: absolute;
	bottom: 11px;
	left: 36px;
}
#mainnavi li {
	float: left;
	border-right: 1px solid #005f9f; /* shadow blue */
	line-height: 1em;
	padding: 0;
}
#mainnavi li.last {
	border-right: none;
}
#mainnavi li a {
	color: #ffffff; /* white */
	text-decoration: none;
	display: block;
	padding: 9px 17px;
	background-color: #007cd0; /* blue gradient */
	font-weight: bold;
	text-transform: uppercase;
}
#mainnavi li a:hover,
#mainnavi li a.act {
	text-decoration: none;
	background-color: #FFFFFF; /* white */
	color: #007cd0; /* blue gradient */
}

#access-one {
	padding: 0 14px 11px 14px;
	background: url(../images/banner.png) no-repeat top left;
}

/* content */
#content-header {
	width: 996px;
	height: 11px;
	background: url(../images/content-header.png) no-repeat top left;
}
#content {
	position: relative;
	width: 996px;
	background: url(../images/content.png) repeat-y;
}

/* content columns */
#col1 {
	width: 484px;
	float: left;
	margin: 0 0 0 14px;
}
#col2 {
	width: 484px;
	float: left;
}
.content {
	margin: 11px 22px 11px 22px;
}

/* footer */
#footer {
	position: relative;
	height: 270px;
	width: 996px;
	background: url(../images/footer.png) no-repeat top left;
}

/* meta navigation */
#metanavi {
	list-style-type: none;
	position: absolute;
	top: 90px;
	left: 22px;
}
#metanavi li {
	float: left;
	border-left: 1px solid #ffffff; /* white */
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 7px;
}
#metanavi li.first-child {
	float: left;
	border-left: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#metanavi li a {
	color: #ffffff; /* white */
	text-decoration: none;
}
#metanavi li a:hover {
	text-decoration: underline;
}

/* captcha */
.tx_amscaptcha_pi1_description {
	display: block;
}
.tx_amscaptcha_pi1_code {
	margin: -15px 0 0 0;
}

/* form elements */
input, textarea, select {
	border: none;
	padding: 3px;
	width: 434px;
	background-color: #cce5be; /* light green */
}
select {
	width: 440px;
}
textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
}
.csc-mailform-submit {
	border: none;
	background-color: #57aa27; /* aj green */
	color: #FFFFFF; /* white */
	cursor: pointer;
	padding: 4px 7px 3px 7px;
	width: auto;
	font-weight: bold;
}
* + html .csc-mailform-submit {
	padding: 4px 1px 3px 1px;
}