/* General */
body {
	background: #d3dde1 url(../images/static/bg_body_blue.gif) repeat-x 0 top;
}

/* Layout */
/* Main container (centered) */
div#main-outer {
	background: url(../images/static/bg_main-outer_blue.gif) repeat-y center;
}

div#main-inner {
	background: url(../images/static/bg_main-inner_blue.gif) no-repeat center top;
}

/* Navigation */
div#nav, nav {
	background: url(../images/static/bg_nav_blue.gif) repeat-x -1px top;
}

div#nav ul li a:hover, nav ul li a:hover {
	background-color: #44619e;
}

/* Content area */
/* Layout */
div#content-container {
	background: url(../images/static/bg_content_blue.gif) repeat-x 0 top;
	color: #2a3c62;
}

div#aside, aside {
	background: #a8bbc4 url(../images/static/bg_aside-corner_blue.gif) no-repeat right bottom;
}

div#aside-inner {
	background: url(../images/static/bg_aside-gradient_blue.gif) repeat-x 0 top;
}

div#footer, footer {
	background: url(../images/static/bg_footer_blue.gif) no-repeat center bottom;
}

/* Details */
div#aside-inner a {
	color: #2a3c62;
}

div#aside-inner form input {
	color: #2a3c62;
	background: transparent url(../images/static/bg_aside-input-text_blue.gif) no-repeat left top;
}

div#aside-inner form input.submit {
	background: transparent url(../images/static/bg_aside-input-submit_blue.gif) no-repeat left top;
}

div#aside-inner p.testimonial {
	background: url(../images/static/bg_aside-separator_blue.gif) no-repeat center top;
}

/* new 2010-04-01 tb */
div#content-aside a, div#content a {
	color: #1746ad;	
}

div#content-aside ul.check li, div#content ul.check li {
	background: url(../images/static/chk.gif) no-repeat left top;
}

/*p.anchorlink a {
	color: #2a3c62;
}*/

/* Styles for quizzes - partially taken over from old site, but modified */
#content .quiz-commit, .button {
	background: transparent url(../images/static/bg_aside-input-submit_blue.gif) no-repeat left top;
}
